napy27
Can someone please explain how this simplified formula is derived:
\((x+y)^2=x^2+2xy+y^2\)
Also, would this be correct....
\((x+y)^3=x^3+3xy+y^3\)
One way to expand an expression like (x+y)^2 is to do as follows:
\(\begin{align}\\
(x+y)^2 &= (x+y)(x+y) \\\\
&= x(x+y) + y(x+y) \\\\
&= x^2 + xy + xy + y^2 \\\\
&= x^2 + 2xy + y^2\\
\end{align}\)
So the second expansion you've suggested is not correct. Instead,
\(\begin{align}\\
(x+y)^3 &= (x+y) (x+y)^2 \\ \\
&= (x+y)(x^2 + 2xy + y^2) \\\\
&= x(x^2 + 2xy + y^2) + y(x^2 + 2xy + y^2) \\\\
&= x^3 + 2x^2y + xy^2 + x^2y + 2xy^2 + y^3 \\\\
&= x^3 + 3x^2y + 3xy^2 + y^3\\
\end{align}\)
You don't often need to expand a cube on the GMAT, fortunately, but the (x+y)^2 pattern shows up very often.