Question 635881: The sum of 5 consecutive numbers is -70. I need to find the largest number. An explanation would be greatly appreciated! Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! The sum of 5 consecutive numbers is -70. I need to find the largest number.-----
1st: x-2
2nd: x-1
3rd: x
4th: x+1
5th: x+2
--------
Equation:
sum = -70
5x = -70
x = -14
----
Largest = x+2 = -12
=======================
Cheers,
Stan H.