The sum of two numbers is 30, and the sum of their squares is 458. What is the absolute difference of their squares?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
let x and y be the numbers
x + y = 3 0 (equation 1)
x 2 + y 2 = 4 5 8 (equation 2)
From equation 1, x = 3 0 − y , substitute this to equation 2 and simplify.
x 2 + y 2 = 4 5 8
( 3 0 − y ) 2 + y 2 = 4 5 8
y 2 − 3 0 y + 2 2 1 = 0
Using the quadratic formula to solve the above equation, we have
y = 1 7
y = 1 3
From the values of y above, x can be 1 7 or 1 3 . In conclusion, the two numbers are 1 7 and 1 3 .
The difference of their squares is 1 7 2 − 1 3 2 = 1 2 0 .