You can
put this solution on YOUR website!Any problem which has two variables can only be solved if there are at least two equations.
Two numbers whose sum is 23:
x + y = 23
The difference of whose squares is 207: (Let's make x represent the larger of the two):
x
2 - y
2 = 207
Let's solve the first equation for x:
x + y = 23
x = 23 - y
Now we can plug it into the second equation:
x
2 - y
2 = 207
(23-y)
2 - y
2 = 207
23
2 - 46y + y
2 - y
2 = 207
529 - 46y = 207
529 - 207 - 46y = 207 - 207
322 - 46 y = 0
322 = 46y
322/46 = 46y/46
y = 7
Plugging into the first equation:
x = 23 - y
x = 16
Therefore, y = 7 and x = 16