3

Expanding $(2y-2)^2$

Isn't this same as \begin{gather*} (2y-2)(2y-2)\\ = 4y^2-6y+4\ ? \end{gather*}

This should be FOIL, shouldn't it?

Later
  • 722
  • 2
  • 8
  • 24
Liger86
  • 427

1 Answers1

5

Yes, $(2y-2)^2=(2y-2)(2y-2)$.

FOILing should work, but will get you $4y^2−8y+4$, rather than $4y^2−6y+4$, as shown:

$(2y-2)(2y-2)=(2y)(2y)+(2y)(-2)+(-2)(2y)+(-2)(-2)$ $=4y^2-4y-4y+4=4y^2−8y+4$

If you want to memorize the formula which will get you the same result, it is $$(a+b)^2=a^2+2ab+b^2$$ In your example, $a=2y$ and $b=-2$, so you get

$$(2y)^2+2(2y)(-2)+(-2)^2=4y^2-8y+4$$

AMPerrine
  • 3,043