Question 254299: find the lesser of two consecutive numbers with a sum greater than 16 Found 2 solutions by stanbon, richwmiller:Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! find the lesser of two consecutive numbers with a sum greater than 16
-----------------------------
1st: x
2nd: x+1
-------------------------
Equation:
x + x+1 = 16
2x +1 = 16
2x = 15
x = 7.5 (the lesser of two consecutive numbers)
===============================================
Cheers,
Stan H.
You can put this solution on YOUR website! I just did this for sum 20
n+n+1=16
2n=15
n=7.5
7.5 is not an integer
I am sure your problem meant to say integer or it wouldn't say consecutive.
7 and 8 aren't big enough.
So we try 8 and 9
Sure enough they equal 17
So the answer is 8 the lesser of the two (8 and 9)