document.write( "Question 795340: The sum of three consecutive integers is one hundred thirty-two. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #480911 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Three consecutive integers: \n" ); document.write( "n, n + 1, n + 2. \n" ); document.write( "n + (n + 1) + (n + 2) = 132 \n" ); document.write( "n + n + 1 + n + 2 = 132 \n" ); document.write( "Collect like terms: \n" ); document.write( "3n + 3 = 132 \n" ); document.write( "3n = 132 - 3 \n" ); document.write( "3n = 129 \n" ); document.write( "n = 43 \n" ); document.write( "Three consecutive integers: \n" ); document.write( "43, 44, 45. \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |