document.write( "Question 998801: The sum of three consecutive integers is 16 more than 2 times the smallest integer. Find the integer. \n" ); document.write( "
Algebra.Com's Answer #616595 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Three consecutive integers => \n" ); document.write( "n, n + 1 and n + 2. \n" ); document.write( "n + (n + 1) + (n + 2) = 2(n) + 16 \n" ); document.write( "Remove brackets: \n" ); document.write( "n + n + 1 + n + 2 = 2n + 16 \n" ); document.write( "Collect like terms: \n" ); document.write( "n + n + n - 2n = 16 - 3 \n" ); document.write( "n = 13 \n" ); document.write( "Three consecutive integers => \n" ); document.write( "13, 14 and 15. \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |