SOLUTION: Find two integers whose sum is 12 and whose squares differ by 24.
Here's what I tried.
x + y = 12 , x^2 - y^2 = 24
x = -y + 12
(-y + 12)^2 - y^2 = 24
y^2 - 24y + 24 - y^2 =
Question 427847: Find two integers whose sum is 12 and whose squares differ by 24.
Here's what I tried.
x + y = 12 , x^2 - y^2 = 24
x = -y + 12
(-y + 12)^2 - y^2 = 24
y^2 - 24y + 24 - y^2 = 24
-24y + 24 = 24
-24y = 0
y = 0
x + 0 = 12
x = 12
But then it won't match the other problem? Answer by richard1234(7193) (Show Source):