document.write( "Question 105664: The sum of three consecutive integers is 33 more than the least of the integers. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #76988 by elima(1433) ![]() You can put this solution on YOUR website! The sum of three consecutive integers is 33 more than the least of the integers. Find the integers. \n" ); document.write( "x=first integer \n" ); document.write( "x+1=second integer \n" ); document.write( "x+2= third integer \n" ); document.write( "======================== \n" ); document.write( "x+x+1+x+2=x+2+33 \n" ); document.write( "3x+3=x+35 \n" ); document.write( "3x-x=35-3 \n" ); document.write( "2x=32 \n" ); document.write( "x=16 \n" ); document.write( "so the integers are; \n" ); document.write( "16,17,18 \n" ); document.write( ":) \n" ); document.write( " \n" ); document.write( " |