document.write( "Question 113975: find three consecutive integers such that the sum of the first two integers is 24 more than the third integer. \n" ); document.write( "
Algebra.Com's Answer #82940 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! LET X, X+1 & X+2 BE THE THREE CONSECUTIVE INTEGERS. \n" ); document.write( "X+(X+1)=24+(X+2) \n" ); document.write( "2X+1=24+X+2 \n" ); document.write( "2X-X=24+2-1 \n" ); document.write( "X=25 ANSWER FOR THE FIRST INTEGER. \n" ); document.write( "25+1=26 FOR THE SECOND \n" ); document.write( "25+2=27 FOR THE THIRD. \n" ); document.write( "PROOF \n" ); document.write( "25+26=24+27 \n" ); document.write( "51=51 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |