document.write( "Question 20733: find three consecutive intergers whose sum is 96 \n" ); document.write( "
Algebra.Com's Answer #9975 by kapilsinghi(68)![]() ![]() ![]() You can put this solution on YOUR website! Let the three consective integers be x-1,x,x+1\r \n" ); document.write( "\n" ); document.write( "So x-1 + x + x+1 = 96 \n" ); document.write( "so 3x = 96 \n" ); document.write( "So x = 32\r \n" ); document.write( "\n" ); document.write( "The therr integers are 31, 32, 33 \n" ); document.write( " \n" ); document.write( " |