document.write( "Question 598120: The sum of 4 consecutive numbers is 98. What is the smallest number? \n" ); document.write( "
Algebra.Com's Answer #378457 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The sum of 4 consecutive numbers is 98. What is the smallest number? \n" ); document.write( "--- \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( "-------- \n" ); document.write( "Equation: \n" ); document.write( "sum = 98 \n" ); document.write( "4x-2 = 98 \n" ); document.write( "4x = 100 \n" ); document.write( "x = 25 \n" ); document.write( "---- \n" ); document.write( "1st: x-2 = 23 \n" ); document.write( "2nd: x-1 = 24 \n" ); document.write( "3rd: x = 25 \n" ); document.write( "4th: x+1 = 26 \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |