document.write( "Question 101151: For three consecutive integers, the sum of 3 times the first integer and 2 times the second integer is 5 less that 4 times the third integer. what are the three consecutive integers? \n" ); document.write( "
Algebra.Com's Answer #73723 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=first ... 3x+2(x+1)+5=4(x+2) ... 3x+2x+2+5=4x+8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5x+7=4x+8 ... x=1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "integers are 1, 2, 3 \n" ); document.write( " |