Question

Difficulty: MediumSimplifying and Factoring Algebraic Expressions

If xx and yy are non-zero real numbers such that xyx \neq y, x2y2xy=12\frac{x^2 - y^2}{x - y} = 12, and x2yxy2xy=4\frac{x^2y - xy^2}{xy} = 4, what is the value of x2+y2x^2 + y^2?

Answer: 80

Answer

The value of x2+y2x^2 + y^2 is 80.
Simplifying the first equation by factoring the difference of squares (xy)(x+y)xy=12\frac{(x-y)(x+y)}{x-y} = 12 gives x+y=12x + y = 12. Simplifying the second equation by factoring out xyxy yields xy(xy)xy=4\frac{xy(x-y)}{xy} = 4, which gives xy=4x - y = 4. Solving this system yields x=8x = 8 and y=4y = 4. Squaring and summing these values gives 82+42=64+16=808^2 + 4^2 = 64 + 16 = 80. Alternatively, using the algebraic identity (x+y)2+(xy)22=122+422=144+162=80\frac{(x+y)^2 + (x-y)^2}{2} = \frac{12^2 + 4^2}{2} = \frac{144 + 16}{2} = 80 directly yields the correct answer.

Step-by-Step Solution

1
Simplify the first given algebraic expression using the difference of squares identity.
x+y=12x + y = 12
Factoring x2y2x^2 - y^2 gives (xy)(x+y)(x - y)(x + y). Since xyx \neq y, we can cancel the non-zero common factor (xy)(x - y) from the numerator and denominator.
2
Simplify the second given algebraic expression by factoring out the greatest common factor.
xy=4x - y = 4
Factoring xyxy from x2yxy2x^2y - xy^2 yields xy(xy)xy(x - y). Since x,y0x, y \neq 0, we cancel xyxy from the numerator and denominator.
3
Solve for the individual values of xx and yy.
x=8x = 8 and y=4y = 4
Adding (x+y=12)(x + y = 12) and (xy=4)(x - y = 4) gives 2x=162x = 16, so x=8x = 8. Subtracting the equations gives 2y=82y = 8, so y=4y = 4.
4
Calculate the target expression x2+y2x^2 + y^2.
80
x2+y2=82+42=64+16=80x^2 + y^2 = 8^2 + 4^2 = 64 + 16 = 80.

Key Concept

Factoring Algebraic Expressions (Difference of Squares and GCF Extraction)
Rate this question