document.write( "Question 1046858: Find three consecutive integers such that the sum of the largest and 5 times the smallest is -224 \n" ); document.write( "
Algebra.Com's Answer #662307 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find three consecutive integers such that the sum of the largest and 5 times the smallest is -224 \n" ); document.write( "------ \n" ); document.write( "1st:: x-1 \n" ); document.write( "2nd: x \n" ); document.write( "3rd: x + 1 \n" ); document.write( "----- \n" ); document.write( "Equation: \n" ); document.write( "x+1 + 5(x-1) = -224 \n" ); document.write( "x+1 + 5x-5 = -224 \n" ); document.write( "6x - 4 = -224 \n" ); document.write( "6x = -220 \n" ); document.write( "x = -110/3 = -36 1/3 \n" ); document.write( "--------------- \n" ); document.write( "Note: x is not an integer \n" ); document.write( " |