document.write( "Question 516463: the sum of 3 consecutive intergers is 54. find the numbers \n" ); document.write( "
Algebra.Com's Answer #344368 by gc2000(22) You can put this solution on YOUR website! 3 consecutive integers equal 54: \n" ); document.write( "x + (x + 1) + (x + 2) = 54 \n" ); document.write( "{combine like terms} \n" ); document.write( "3x + 3 = 54 \n" ); document.write( "{subtract 3 from both sides} \n" ); document.write( "3x = 51 \n" ); document.write( "{divide both sides by 3}\r \n" ); document.write( "\n" ); document.write( "x = 17 \n" ); document.write( "
|