SOLUTION: the difference of the squares of two consecutive integers is 21. find the integers.
Algebra
->
College
->
Linear Algebra
-> SOLUTION: the difference of the squares of two consecutive integers is 21. find the integers.
Log On
Algebra: Linear Algebra (NOT Linear Equations)
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Linear Algebra
Question 36831
:
the difference of the squares of two consecutive integers is 21. find the integers.
Answer by
vidhyak(98)
(
Show Source
):
You can
put this solution on YOUR website!
the difference of the squares of two consecutive integers is 21. find the integers.
Let the 2 integers be x and x+1
(x+1)^2 - x^2 = 21
x^2 +2x +1 - x^2 = 21
2x + 1 = 21
2x = 20
x = 10
Therefore x+1 = 11
The 2 integers are 10,11