document.write( "Question 635881: The sum of 5 consecutive numbers is -70. I need to find the largest number. An explanation would be greatly appreciated! \n" ); document.write( "
Algebra.Com's Answer #400606 by stanbon(75887) ![]() You can put this solution on YOUR website! The sum of 5 consecutive numbers is -70. I need to find the largest number.----- \n" ); document.write( "1st: x-2 \n" ); document.write( "2nd: x-1 \n" ); document.write( "3rd: x \n" ); document.write( "4th: x+1 \n" ); document.write( "5th: x+2 \n" ); document.write( "-------- \n" ); document.write( "Equation: \n" ); document.write( "sum = -70 \n" ); document.write( "5x = -70 \n" ); document.write( "x = -14 \n" ); document.write( "---- \n" ); document.write( "Largest = x+2 = -12 \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |