Find two numbers if square of their difference is equal to sum of the two numbers?
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.
I don't know if there is better solution. This is the way I solved it.
Let x and y be the numbers. Then,
( x − y ) 2 = x + y
Now,use the given options (elimination method). Let x = 2 8 and y = 2 1 .
( x − y ) 2 = x + y
( 2 8 − 2 1 ) 2 = 2 8 + 2 1
7 2 = 4 9
4 9 = 4 9
So the numbers are 2 8 and 2 1 .