Problema Solution

find two consecutive numbers whose squares differs by 33

Answer provided by our tutors

find two consecutive numbers whose squares differs by 33

Solution:

We assume the two numbers are x and x+1

So the equation is

x^2 + 33 = (x+1)^2

So

x = 16

So

the two numbers are 16 and 17