38.5k views
3 votes
Find two consecutive numbers whose squares differ by 31

2 Answers

1 vote
Let x=smaller number (integer), then
x+1=larger number (integer)
Given
(x+1)^2-x^2=31
expand and simplify
x^2+2x+1-x^2=31
2x+1=31
x=15 (smaller number)
x+1=(larger number)

Check:
16^2-15^2=256-225=31 ok

Answer: the consecutive numbers are 15 and 16.
User Andyuk
by
6.2k points
3 votes
Let your two numbers be "a" and "b", where b=a+1.
You want
b^2 - a^2 = 31
(b + a)(b -a) = 31
(a+1 + a)(1) = 31
a = 15

The numbers are 15 and 16.
User SaphuA
by
7.2k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.