The difference between the squares of two consecutive numbers is 31. Find the numbers. ?
Let first number = x
There second number = x+1
∴ According to the condition:
(x+1)2−(x)2=31⇒x2+2x+1−x2=31⇒2x=31−1=30
⇒x=302=15
∴ First number = 15
and second number = 15+1=16
Hence numbers are 15,16
Check : (16)2−(15)2256−225=31
Which is given
∴ Our answer is correct.