document.write( "Question 844930: The sum of three consecutive integers is 69. What are the integers? (Enter your answers as a comma-separated list.)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #508993 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Three consecutive integers:- \n" ); document.write( "x, x + 1 and x + 2 \n" ); document.write( "x + x + 1 + x + 2 = 69 \n" ); document.write( "Collect like terms: \n" ); document.write( "3x + 3 = 69 \n" ); document.write( "3x = 69 - 3 \n" ); document.write( "3x = 66 \n" ); document.write( "x = 22. \n" ); document.write( "Three consecutive integers:- \n" ); document.write( "22, 23 and 24. \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |