Question 750884: The sum of the squares of two consecutive positive numbers is 41. What is the smaller number? Found 2 solutions by jim_thompson5910, stanbon:Answer by jim_thompson5910(35256) (Show Source):
You can put this solution on YOUR website! The sum of the squares of two consecutive positive numbers is 41. What is the smaller number?
-------
1st: x
2nd: x+1
-----
Equation:
x^2 + x^2+2x+1 = 41
----
2x^2 + 2x - 40 = 0
x^2 + x -20 = 0
(x+5)(x-4) = 0
-----
Positive solution:
x = 4
x+1 = 5
=============
Cheers,
Stan H.
=============