How do you multiply (np-1)(np-1)(np1)(np1)?

1 Answer
Nov 5, 2016

n^2p^2 - 2np + 1n2p22np+1

Explanation:

Step 1) Multiple the first element (npnp) in the left term by the right term.

np(np - 1) => np*np - np => n^2p^2 - npnp(np1)npnpnpn2p2np

Step 2) Multiple the second element (-11) in the left term by the right term.

-1(np - 1) => -np + -1*-1 => -np + 11(np1)np+11np+1

Step 3) Add these two results together

n^2p^2 - np -np + 1 => n^2p^2 - 2np + 1n2p2npnp+1n2p22np+1