document.write( "Question 94357: Find three consecutive integers such that the sum of the first and twice the third is one more than three times the second. \n" ); document.write( "
Algebra.Com's Answer #68697 by checkley71(8403) ![]() You can put this solution on YOUR website! X(X+1)(X+2) ARE THE 3 NUMBERS \n" ); document.write( "X+2(X+2)-1=3(X+1) \n" ); document.write( "X+2X+4-1=3X+3 \n" ); document.write( "3X-3X=3-4+1 \n" ); document.write( "0=0 THE FIRST OR LOWEST INTERGER IS 0. \n" ); document.write( "0+1=1 SECOND \n" ); document.write( "0+2=2 THIRD \n" ); document.write( "PROOF \n" ); document.write( "0+2(0+2)-1=3(0=1) \n" ); document.write( "0+0+4-1=0+3 \n" ); document.write( "3=3 \n" ); document.write( " \n" ); document.write( " |