How do you simplify (sqrtx-y)(sqrtx+y)(xy)(x+y)?

2 Answers
May 1, 2017

See the solution process below:

Explanation:

This problem is a special form and can follow the rule:

(a - b)(a + b) = a^2 - b^2(ab)(a+b)=a2b2

Substituting sqrt(x)x for aa and yy for bb gives:

(sqrt(x) - y)(sqrt(x) + y) = (sqrt(x))^2 - y^2 = x - y^2(xy)(x+y)=(x)2y2=xy2

We can also multiply these two terms the long way to obtain the same answer. To multiply these two terms you multiply each individual term in the left parenthesis by each individual term in the right parenthesis.

(color(red)(sqrt(x)) - color(red)(y))(color(blue)(sqrt(x)) + color(blue)(y))(xy)(x+y) becomes:

(color(red)(sqrt(x)) xx color(blue)(sqrt(x))) + (color(red)(sqrt(x)) xx color(blue)(y)) - (color(red)(y) xx color(blue)(sqrt(x))) - (color(red)(y) xx color(blue)(y))(x×x)+(x×y)(y×x)(y×y)

(sqrt(x))^2 + ysqrt(x) - ysqrt(x) - y^2(x)2+yxyxy2

x + 0 - y^2x+0y2

x - y^2xy2

May 1, 2017

(sqrtx-y)(sqrtx+y)=color(red)(x-y^2)(xy)(x+y)=xy2

Explanation:

In general
color(white)("XXX")(a-b)(a+b)=a^2-b^2XXX(ab)(a+b)=a2b2

If we let a=sqrt(x)a=x
then a^2=xa2=x

and if we let b=yb=y
then b^2=y^2b2=y2

So (a-b)(a+b)=a^2-b^2(ab)(a+b)=a2b2
is equivalent to (sqrtx-y)(sqrtx+y)=x-y^2(xy)(x+y)=xy2