Equivalent transformations 1

We discuss now how terms can be modified in such a way that the resulting term still equals the original term.

Subtraction can also be written as addition

ab=a+(b)\boxed{a-b=a+(-b)} a(b)=a+b\boxed{a-(-b)=a+b}
Example 1
  • 34=3+(4)3-4=3+(-4)
  • 3(4)=3+43-(-4)=3+4
  • ab3=a+(b)+(3)a-b-3=a+(-b)+(-3)
  • a2ab=a+(2ab)a-2ab=a+(-2ab)

The multiplication can be understood as an addition of equal numbers

nb=nb=b+b+...+bn times a "b"\boxed{nb=n\cdot b=\underbrace{b+b+...+b}_{\text{n times a }"b"}}

where nn is a natural number

Example 2
  • 34=4+4+43\cdot 4=4+4+4
  • 2b=b+b2b=b+b
  • 3b=b+b+b3b=b+b+b
  • 3(a+b)=(a+b)+(a+b)+(a+b)3(a+b)=(a+b)+(a+b)+(a+b)
  • 3(b)=(b)+(b)+(b)=bbb3(-b)=(-b)+(-b)+(-b)=-b-b-b

Commutative law

lat. commutare "to interchange"

If you add several variables (as usual from left to right) you can change the order of the variables. The same is true if you want to multiply several variables. So we have

ab=baanda+b=b+a\boxed{ab=ba\quad \text{and}\quad a+b=b+a}

Note that subtraction and division are not commutative: 23322-3\neq 3-2 and 10:55:1010:5\neq 5:10. But for subtraction, we have

ab=b+a\boxed{a-b=-b+a}

Why? Because ab=a+(b)=(b)+a=b+aa-b=a+(-b)=(-b)+a=-b+a

Associative law

lat. associare "to unite, connect, link, network", in the sense of forming groups.

If you want to add several variables, you can choose which group of variables to add first. You can simply go form left to right, or you can start with the middle two, or the last two, and so on. For example

a+b+c+dleft to right=a+(b+c)+dfirst the two in the middle=a+b+(c+d)first the last two\boxed{\underbrace{a+b+c+d}_{\text{left to right}} = \underbrace{a+(b+c)+d}_{\text{first the two in the middle}}= \underbrace{a+b+(c+d)}_{\text{first the last two}}}

The same is true if you multiply several variables (or subterms):

abcdleft to right=a(bc)dfirst the two in the middle=ab(cd)first the last two\boxed{\underbrace{abcd}_{\text{left to right}} = \underbrace{a(bc)d}_{\text{first the two in the middle}}= \underbrace{ab(cd)}_{\text{first the last two}}}

You can group variables into subterms using brackets as long as the operations between them are all ++, or all \cdot

Minus times Minus

It is

(a)b=ab,a(b)=ab,(a)(b)=ab\boxed{(-a)b=-ab,\quad a(-b)=-ab, \quad (-a)(-b)=ab}

This follows form the commutative and associative laws. Uncollapse to see why.

Show

Indeed,

(a)(b)=((1)a)((1)b)=(1)a(1)b=(1)(1)ab=1ab=ab(-a)(-b)=((-1)a)((-1)b)=(-1)a(-1)b=(-1)(-1)ab=1ab=ab

and

(a)b=((1)a)b=(1)ab=ab(-a)b=((-1)a)b=(-1)ab=-ab
Exercise 1

What is correct, what not? Justify

  1. 2xyz+3yzx+5zxy=3yxz+2xyz+5zyx2xyz+3yzx+5zxy=3yxz+2xyz+5zyx

  2. 3k+12x=12x+3k3k+12x = 12x+3k

  3. cd=c+(d)c-d = c+(-d)

  4. cd=dcc-d = d-c

  5. cd=d+cc-d = -d+c

  6. cd=d+(c)c-d = d+(-c)

  7. za=azza = az

  8. 2x(k)=2xk2x\cdot (-k) = -2xk

  9. 3a(2b)=6ab-3a\cdot (-2b) = -6ab

  10. 3a(2b)=6ab-3a\cdot (-2b) = 6ab

  11. x(y)(z)=xyz-x\cdot(-y)\cdot(-z) = xyz

  12. x(y)(z)=xyz-x\cdot(-y)\cdot(-z) = -xyz

  13. 3ab5c=15abc3ab\cdot 5c=15abc

  14. 4x5y(x)=20xy4x\cdot 5y \cdot (-x) = 20xy

  15. (a)(b)=ab(-a)(-b)=ab

Solution
  1. 2xyz+3yzx+5zxy=3yxz+2xyz+5zyx2xyz+3yzx+5zxy=3yxz+2xyz+5zyx correct, you can rearrange each x,yx, y and zz, and also the terms between the plus signs(commutative law).
  2. 3k+12x=12x+3k3k+12x = 12x+3k correct, commutative law
  3. cd=c+(d)c-d = c+(-d) correct, subtraction can be written as an addition
  4. cd=dcc-d = d-c wrong, e.g. insert c=1c=1 and d=2d=2
  5. cd=d+cc-d = -d+c correct, we can write cd=c+(d)=(d)+c=d+cc-d=c+(-d)=(-d)+c=-d+c
  6. cd=d+(c)c-d = d+(-c) wrong, e.g. insert c=1c=1 and d=2d=2
  7. za=azza = az correct, commutative law
  8. 2x(k)=2xk2x\cdot (-k) = -2xk correct, we can write 2x(k)=2x(1k)=2x(1)k=(1)2xk=2xk2x\cdot (-k)=2x(-1k)=2x(-1)k=(-1)2xk=-2xk. We use the associative and the commutative laws.
  9. 3a(2b)=6ab-3a\cdot (-2b) = -6ab wrong, e.g. a=1a=1 and b=1b=1
  10. 3a(2b)=6ab-3a\cdot (-2b) = 6ab correct, 3a(2b)=3a(2)b=3(2)ab=6ab-3a(-2b)=-3a(-2)b=-3(-2)ab=6ab. We use the associative and the commutative laws.
  11. x(y)(z)=xyz-x\cdot(-y)\cdot(-z) = xyz wrong
  12. x(y)(z)=xyz-x\cdot(-y)\cdot(-z) = -xyz correct
  13. 3ab5c=15abc3ab\cdot 5c=15abc correct
  14. 4x5y(x)=20xy4x\cdot 5y \cdot (-x) = 20xy wrong
  15. (a)(b)=ab(-a)(-b)=ab correct

Distributive law

This law tells you what happens if you want to get rid of the brackets in a term like a(b+c)a(b+c):

a(b+c)=ab+ac\boxed{a(b+c)=ab+ac}

So the multiplication distributes over the addition, which we can illustrate by using the dot notation for the multiplication:

a(b+c)=ab+ac\boxed{a{\color{red}\cdot}(b+c)=a{\color{red}\cdot} b+a{\color{red}\cdot }c}
Example 3
  • 3(4+5)=34+353\cdot (4+5) = 3\cdot 4 + 3\cdot 5
  • 2a(x+y)=2ax+2ay2a(x+y) = 2ax+2ay
  • 5k(3t+2b)=5k3t+5k2b=15kt+10kb5k(3t+2b) = 5k\cdot 3t+5k\cdot 2b = 15kt+10kb

Because addition can be traced back to subtraction, the distributive law applies accordingly:

a(bc)=a(b+(c))=ab+a(c)=ab+(ac)=abaca(b-c) = a\cdot \left(b+(-c)\right) = ab+a\cdot(-c) = ab+(-ac)=ab-ac

So we also have the following rule:

a(bc)=abac\boxed{a(b-c) = ab-ac}
Example 4
  • 3(45)=34353\cdot (4-5) = 3\cdot 4 - 3\cdot 5
  • 2a(xy)=2ax2ay2a(x-y) = 2ax-2ay
  • 5k(3t2b)=5k3t5k2b=15kt10kb5k(3t-2b) = 5k\cdot 3t-5k\cdot 2b = 15kt-10kb

It is important to note that the distributive law applies only to the case where you multiply a variable with a bracket which contains a plus or minus. So the following is wrong:

a(bc)=abacWRONG!!a(bc)=abac \quad \text{WRONG}!!

Actually the associative law deals this case and tells us how to get rid of the brackets:

a(bc)=abcCORRECT!!a(bc)=abc \quad \text{CORRECT}!!

Expanding and factoring out

"Ausmultiplizieren und Ausklammern."

If the distributive law is applied from left to right, therefore the parentheses are resolved, and two terms are introduced with are added or subtracted, we call this to expand (or multiply out) the term. For example

If the law is applied from right to left, therefore factors are formed (an multiplication is introduced), we call this to factor out the term.

Example 5
  • 3a+3b=3(a+b)3a+3b=3(a+b)
  • 3a3b=3(ab)3a-3b=3(a-b)
  • 1.5a+2.1a=a(1.5+2.1)=3.6a1.5a+2.1a=a(1.5+2.1)=3.6a

What is the rule for factoring out? We need two terms, which we add or subtract, such as

3abx+3xc3abx+3xc

Then we identify the common numbers and variables in each term

3abx+3xc{\color{red}3}ab{\color{red}x}+{\color{red}3x}c

and take those to the front and wrap the rest of the two terms into brackets

3x(ab+c){\color{red}3x}(ab+c)

A tricky situation occurs in the following case:

3a+3{\color{red}3}a+{\color{red}3}

If we take the three to the front, and wrap the rest into brackets, we get

3(a){\color{red}3}(a)

But clearly this is wrong: 3a+33(a){\color{red}3}a+{\color{red}3}\neq {\color{red}3}(a). For example, use a=1a=1. So what went wrong? Well, the three can be written as 313\cdot 1, so we get

3a+3=3a+31=3(a+1){\color{red}3}a+{\color{red}3}={\color{red}3}a+{\color{red}3}\cdot 1={\color{red}3}(a+1)

and this is now correct, which can easily be verified by expanding the term 3(a+1)3(a+1).

Exercise 2

Expand or factor out:

  1. 3b(2k+z)3b(2k+z)

  2. n(3p)n(3-p)

  3. axbxax-bx

  4. 2u(5r4p)-2u(5r-4p)

  5. 2a22a-2

  6. 2abxab2ab-xab

  7. (x+2)-(x+2)

  8. 2+2x2+2x

  9. 2x+2.3x2x+2.3x

  10. 1.6abc0.5abc+0.1abc1.6 abc-0.5 abc+0.1 abc

  11. 23a+15a\frac{2}{3}a +\frac{1}{5}a

Solution
  1. 3b(2k+z)=3b2k+3bz=6bk+3bz3b(2k+z)=3b2k+3bz=6bk+3bz
  2. n(3p)=n3pn=3npnn(3-p)=n\cdot 3-pn=3n-pn
  3. axbx=x(ab)ax-bx=x(a-b)
  4. 2u(5r4p)=2u5r+2u4p=10ur+8up-2u(5r-4p)=-2u5r+2u4p=-10ur+8up
  5. 2a2=2(a1)2a-2=2(a-1)
  6. 2abxab=ab(2x)2ab-xab=ab(2-x)
  7. (x+2)=x2-(x+2)=-x-2
  8. 2+2x=21+2x=2(1+x)2+2x=2\cdot 1+2\cdot x=2(1+x)
  9. 2x+2.3x=x(2+2.3)=x(4.3)=4.3x2x+2.3x=x(2+2.3)=x(4.3)=4.3x
  10. 1.6abc0.5abc+0.1abc=abc(1.60.5+0.1)=abc(1.2)=1.2abc1.6 abc-0.5 abc+0.1 abc=abc(1.6-0.5+0.1)=abc(1.2)=1.2\cdot abc
  11. 23a+15a=a(23+15)=a1315=1315a\frac{2}{3}a +\frac{1}{5}a= a(\frac{2}{3}+\frac{1}{5})=a\cdot \frac{13}{15}=\frac{13}{15}a

A minus in front of a bracket

If you have a minus in from of a bracket, and you want to resolve the bracket, then

  1. take the minus away,
  2. change all signs in the bracket, and
  3. remove the bracket
Example 6
  • (3x+5y)=(+3x+5y)=3x5y-(3x+5y) = -(+3x+5y)=-3x-5y
  • (9a2b)=(+9a2b)9a+2b-(9a-2b) = -(+9a-2b)-9a+2b
  • 7k+3b(2a+4b)=7k+3b(+2a+4b)=7k+3b2a4b=7k2ab7k+3b-(2a+4b) = 7k+3b-(+2a+4b)= 7k+3b-2a-4b = 7k-2a-b
  • 3x+8y(x4y)=3x+8y(+x4y)=3x+8yx+4y=2x+12y3x+8y-(x-4y) = 3x+8y-(+x-4y) = 3x+8y-x+4y = 2x+12y
  • (kp)=(+kp)=k+p-(k-p) = -(+k-p)= -k+p
  • (3x2y)=3x+2y-(-3x-2y) =3x+2y
  • (12a9b)=(+12a9b)=12a+9b-(12a-9b) = -(+12a-9b) = -12a+9b

Why is that? Uncollapse to see an explanation.

Show

We already know that a=1a-a=-1\cdot a. The same is true for parentheses. A minus for the bracket is nothing else than the bracket multiplied by 1-1:

(a+b)=1(a+b)-(a+b)=-1\cdot (a+b)

Expanding this term, we get

(a+b)=ab-(a+b)=-a-b

and similar

(ab)=a+b=ba-(a-b)=-a+b=b-a
Exercise 3

Resolve the brackets and if possible simplify the term

  1. (w+z)-(w+z)

  2. (2i+3j)-(2i+3j)

  3. (7k9s)-(7k-9s)

  4. (21uv4x)-(21uv-4x)

  5. 18p4d(3u+2a)18p-4d-(3u+2a)

  6. 9x+2y(3a6x)9x+2y-(3a-6x)

  7. 2a3b(6b2a)2a-3b-(6b-2a)

Solution
  1. (w+z)=wz-(w+z)=-w-z
  2. (2i+3j)=2i3j-(2i+3j)=-2i-3j
  3. (7k9s)=7k+9s-(7k-9s)=-7k+9s
  4. (21uv4x)=21uv+4x-(21uv-4x)=-21uv+4x
  5. 18p4d(3u+2a)=18p4d3u2a18p-4d-(3u+2a)=18p-4d-3u-2a
  6. 9x+2y(3a6x)=9x+2y3a+6x=15x+2y3a9x+2y-(3a-6x)=9x+2y-3a+6x=15x+2y-3a
  7. 2a3b(6b2a)=2a3b6b+2a=4a9b2a-3b-(6b-2a)=2a-3b-6b+2a=4a-9b

Products of sums and differences

To expand the term

(a+b)(c+d)(a+b)(c+d)

do the following: Form all possible pairs of variables, where one variable is from the first and the other variable from the second bracket. Multiply those variables, and add everything up.

(a+b)(c+d)=ac+ad+bc+bd(a+b)(c+d)=ac+ad+bc+bd

If there is a minus involved, the same rule procedure applies, but think of the minus sign stuck to the variable.

(ab)(c+d)=ac+adbcbd(a-b)(c+d)=ac+ad-bc-bd (a+b)(cd)=acad+bcbd(a+b)(c-d)=ac-ad+bc-bd (ab)(cd)=acadbc+bd(a-b)(c-d)=ac-ad-bc+bd
Example 7
  • (w+x)(y+z)=wy+wz+xy+xz(w+x)(y+z) = wy+wz+xy+xz
  • (2p+n)(k+3r)=2pk+6pr+nk+3nr(2p+n)(k+3r) = 2pk+6pr+nk+3nr
  • (4a+3b)(5x+2y)=20ax+8ay+15bx+6by(4a+3b)(5x+2y) = 20ax+8ay+15bx+6by
  • (a+b+c)(x+y)=ax+bx+cx+ay+by+cy(a+b+c)(x+y) = ax+bx+cx+ay+by+cy
  • (2r+s)(3w+8q+m)=6rw+16rq+2rm+3sw+8sq+sm(2r+s)(3w+8q+m) = 6rw+16rq+2rm+3sw+8sq+sm
  • (vn)(gq)=vgvqng+nq(v-n)(g-q) = vg-vq-ng+nq
  • (7x2t)(4y6z)=28xy42xz8ty+12tz(7x-2t)(4y-6z) = 28xy-42xz-8ty+12tz
  • (2waz4r)(3p7j)=6wp14wj3azp+7azj12rp+28rj(2w-az-4r)(3p-7j) = 6wp-14wj-3azp+7azj-12rp+28rj

Why is that? Uncollapse to see an explanation.

Show

We want to multiply out the term (a+b)(c+d)(a+b)(c+d). To do this, we apply the distributive law twice

(a+b)(c+d)=(a+b)c+(a+b)d=c(a+b)+d(a+b)=ca+cb+da+db=ac+ad+bc+bd(a+b)(c+d)=(a+b)c+(a+b)d=c(a+b)+d(a+b)=ca+cb+da+db=ac+ad+bc+bd

Similar for the term (ab)(c+d)(a-b)(c+d): we write the subtraction as an addition (a+(b))(c+d)(a+(-b))(c+d) and apply the above rule. We get

(ab)(c+d)=(a+(b))(c+d)=ac+ad+(b)c+(b)d=ac+adbcbd(a-b)(c+d)=(a+(-b))(c+d)=ac+ad+(-b)c+(-b)d=ac+ad-bc-bd

Finally, there may be more than two parentheses, e.g.

(a+b)(n+k)(x+y)(a+b)(n+k)(x+y)

Then it is advisable to first resolve only two brackets:

(a+b)(n+k)(x+y)=(an+ak+bn+bk)(x+y)(a+b)(n+k)(x+y) = (an+ak+bn+bk)(x+y)

And then form all possible pairs to expand this term:

(an+ak+bn+bk)(x+y)=anx+akx+bnx+bkx+any+aky+bny+bky(an+ak+bn+bk)(x+y)=anx+akx+bnx+bkx+any+aky+bny+bky
Exercise 4

Expand and if possible simplify

  1. (d+i)(p+n)(d+i)(p+n)

  2. (2x+z)(3y+u)(2x+z)(3y+u)

  3. (t+s)(pa)(t+s)(p-a)

  4. (3zf)(2e+k)(3z-f)(2e+k)

  5. (cx)(dy)(c-x)(d-y)

  6. (3k2x)(9y8z)(3k-2x)(9y-8z)

  7. 3p(8z+4f)(y4e)3p(8z+4f)(y-4e)

  8. 2i(h3z)(4t+9a)-2i(h-3z)(4t+9a)

  9. (q+r)(t+z)(m+v)(q+r)(t+z)(m+v)

  10. (2a+u)(ep)(3x+y)(2a+u)(e-p)(3x+y)

  11. (2ab)(a+b)(2a-b)(a+b)

  12. (3x2y)(x+y)-(3x-2y)(x+y)

  13. Is this equation correct? (xy)(ab)=(yx)(ba)(x-y)(a-b)=-(y-x)(b-a)

Solution
  1. (d+i)(p+n)=dn+dp+in+ip(d+i)(p+n)=d n + d p + i n + i p
  2. (2x+z)(3y+u)=2ux+uz+6xy+3yz(2x+z)(3y+u)=2 u x + u z + 6 x y + 3 y z
  3. (t+s)(pa)=asat+ps+pt(t+s)(p-a)=-a s - a t + p s + p t
  4. (3zf)(2e+k)=fk2fe+3kz+6ez(3z-f)(2e+k)=-f k - 2 f e + 3 k z + 6 e z
  5. (cx)(dy)=cdcydx+xy(c-x)(d-y)=c d - c y - d x + x y
  6. (3k2x)(9y8z)=27ky24kz18xy+16xz(3k-2x)(9y-8z)=27ky-24kz-18xy+16xz
  7. 3p(8z+4f)(y4e)=3p(8yz32ez+4fy16ef)=24pyz96pez+12pfy48pef3p(8z+4f)(y-4e)=3p(8yz-32ez+4fy-16ef)=24pyz-96pez+12pfy-48pef
  8. 2i(h3z)(4t+9a)=2i(4ht+9ah12tz27az)=8iht18iah+24itz+54iaz-2i(h-3z)(4t+9a)=-2i(4ht+9ah-12tz-27az)\\=-8iht-18iah+24itz+54iaz
  9. (q+r)(t+z)(m+v)=(q+r)(mt+mz+tv+vz)=mqt+mqz+mrt+mrz+qtv+qvz+rtv+rvz(q+r)(t+z)(m+v)=(q+r)(m t + m z + t v + v z)\\=m q t + m q z + m r t + m r z + q t v + q v z + r t v + r v z
  10. (2a+u)(ep)(3x+y)=(2a+u)(3pxpy+3ex+ey)=6apx2apy+6eax+2eay3puxpuy+3eux+euy(2a+u)(e-p)(3x+y)=(2a+u)(-3 p x - p y + 3 e x + e y)\\=-6 a p x - 2 a p y + 6 e a x + 2 e a y - 3 p u x - p u y + 3 e u x + e u y
  11. (2ab)(a+b)=2a2+2ababb2=2a2+abb2(2a-b)(a+b)=2a^2+2ab-ab-b^2=2a^2+ab-b^2
  12. (3x2y)(x+y)=(3x2+3xy2xy2y2)=(3x2+xy2y2)=3x2xy+2y2-(3x-2y)(x+y)=-(3x^2+3xy-2xy-2y^2)=-(3x^2+xy-2y^2) = -3x^2-xy+2y^2
  13. Is this statement correct? (xy)(ab)=(yx)(ba)(x-y)(a-b)=-(y-x)(b-a) No, because the left side is (xy)(ab)=axbxay+by(x-y)(a-b)=ax-bx-ay+by and the right side is (yx)(ba)=(byaybx+ax)=by+ay+bxax=ax+bx+ayby-(y-x)(b-a)=-(by-ay-bx+ax)\\=-by+ay+bx-ax=-ax+bx+ay-by Clearly these terms are not the same.

The binomial formulas

If we expand term (a+b)(c+d)(a+b)(c+d) for special cases, we obtain the binomial formulas:

(a+b)2=(a+b)(a+b)=a2+2ab+b2 1st binomial form(ab)2=(ab)(ab)=a22ab+b2 2nd binomial form(a+b)(ab)=a2b2 3rd binomial form\begin{array}{llllll} (a+b)^2 & =& (a+b)(a+b) &= & a^2+2ab+b^2 &\quad \text{ 1st binomial form}\\ (a-b)^2 & = & (a-b)(a-b) &=& a^2-2ab+b^2& \quad \text{ 2nd binomial form}\\ && (a+b)(a-b)& =& a^2-b^2 & \quad \text{ 3rd binomial form} \end{array}

The binomial formulas can be expressed in words nicely:

The binomial formulas are obtained by simply expanding the terms:

Example 8
  • (x+y)2=x2+2xy+y2(x+y)^2=x^2+2xy+y^2
  • (2x+y)2=(2x)2+22xy+y2=4x2+4xy+y2(2x+y)^2 =(2x)^2+2\cdot 2xy+y^2 = 4x^2+4xy+y^2
  • (3x+5y)2=(3x)2+23x5y+(5y)2=9x2+30xy+25y2(3x+5y)^2 = (3x)^2+2\cdot 3x5y+(5y)^2=9x^2+30xy+25y^2
  • (xy)2=x22xy+y2(x-y)^2 = x^2-2xy+y^2
  • (2xy)2=(2x)222xy+y2=4x24xy+y2(2x-y)^2= (2x)^2-2\cdot 2xy+y^2= 4x^2-4xy+y^2
  • (3x5y)2=(3x)223x5y+(5y)2=9x230xy+25y2(3x-5y)^2= (3x)^2-2\cdot 3x5y+(5y)^2= 9x^2-30xy+25y^2
  • (x+y)(xy)=x2y2(x+y)(x-y)= x^2-y^2
  • (2x+y)(2xy)=(2x)2y2=4x2y2(2x+y)(2x-y) = (2x)^2-y^2=4x^2-y^2
  • (3x+5y)(3x5y)=(3x)2(5y)2=9x225y2(3x+5y)(3x-5y)= (3x)^2-(5y)^2= 9x^2-25y^2

It is useful to know the binomial formulas by heart, especially when it comes to factorizing a term. For example, write the term

s2+2st+t2s^2+2st+t^2

as the product of two factors. Knowing that this is 1st binomial form, we can write

s2+2st+t2=(s+t)2s^2+2st+t^2 =(s+t)^2

Writing terms as the product of two factors is often useful for solving equations, or simplifying fractions, as we will see later.

Exercise 5

Expand or factor out using the binomial formulas:

  1. (n+p)2(n+p)^2

  2. (zw)2(z-w)^2

  3. (3p+q)2(3p+q)^2

  4. (i8u)2(i-8u)^2

  5. (c+d)(cd)(c+d)(c-d)

  6. (ep)(e+p)(e-p)(e+p)

  7. (5x+y)(5xy)(5x+y)(5x-y)

  8. (m+b)(bm)(m+b)(b-m)

  9. x2+y2+2xyx^2+y^2+2xy

  10. p22pt+t2p^2-2pt+t^2

  11. 4x2+y2+4xy4x^2+y^2+4xy

  12. 25a2+36b260ab25a^2+36b^2-60ab

  13. r2t2r^2-t^2

  14. 64c281d264c^2-81d^2

Solution
  1. (n+p)2=n2+2np+p2(n+p)^2 = n^2+2np+p^2
  2. (zw)2=z22zw+w2(z-w)^2=z^2-2zw+w^2
  3. (3p+q)2=(3p)2+2(3p)q+q2=9p2+6pq+q2(3p+q)^2=(3p)^2+2(3p)q+q^2=9p^2+6pq+q^2
  4. (i8u)2=i216iu+(8u)2=i216iu+64u2(i-8u)^2=i^2-16iu+(8u)^2=i^2-16iu+64u^2
  5. (c+d)(cd)=c2d2(c+d)(c-d)=c^2-d^2
  6. (ep)(e+p)=e2p2(e-p)(e+p)=e^2-p^2
  7. (5x+y)(5xy)=(5x)2y2=25x2y2(5x+y)(5x-y)=(5x)^2-y^2=25x^2-y^2
  8. (m+b)(bm)=(b+m)(bm)=b2m2(m+b)(b-m)=(b+m)(b-m)=b^2-m^2
  9. x2+y2+2xy=x2+2xy+y2=(x+y)2x^2+y^2+2xy=x^2+2xy+y^2=(x+y)^2
  10. p22pt+t2=(pt)2p^2-2pt+t^2=(p-t)^2
  11. 4x2+y2+4xy=(2x)2+4xy+y24x^2+y^2+4xy=(2x)^2+4xy+y^2. Candidate: (2x+y)2(2x+y)^2. Expand to verify. Correct!
  12. 25a2+36b260ab=(5a)260ab+(6b)225a^2+36b^2-60ab=(5a)^2-60ab+(6b)^2. Candidate: (5a6b)2(5a-6b)^2. Expand to verify. Correct!
  13. r2t2=(rt)(r+t)r^2-t^2=(r-t)(r+t)
  14. 64c281d2=(8c)2(9d)2=(8c9d)(8c+9d)64c^2-81d^2=(8c)^2-(9d)^2=(8c-9d)(8c+9d)