document.write( "Question 977901: If 18 is added to the sum of three consecutive integers, the result is 168. What are the integers? \n" ); document.write( "
Algebra.Com's Answer #599398 by Cromlix(4381) You can put this solution on YOUR website! Hi there, \n" ); document.write( "18 is added to the sum of three consecutive integers \n" ); document.write( "18 + n + (n + 1) + (n + 2) = 168 \n" ); document.write( "Remove brackets \n" ); document.write( "18 + n + n + 1 + n + 2 = 168 \n" ); document.write( "Collect like terms \n" ); document.write( "3n + 21 = 168 \n" ); document.write( "3n = 168 - 21 \n" ); document.write( "3n = 147 \n" ); document.write( "n = 49 \n" ); document.write( "Three consecutive numbers are:- \n" ); document.write( "49, 50, 51 \n" ); document.write( "Hope this helps:-) \n" ); document.write( " \n" ); document.write( " |