document.write( "Question 909105: \"Find the three consecutive integers such that 2 times the sum of the first two is 1 less than 3 times the third\" \n" ); document.write( "
Algebra.Com's Answer #551591 by clearblueskai(22)\"\" \"About 
You can put this solution on YOUR website!
\"Find the three consecutive integers such that 2 times the sum of the first two is 1 less than 3 times the third\"\r
\n" ); document.write( "\n" ); document.write( "x = 1st integer
\n" ); document.write( "x+1= 2nd integer
\n" ); document.write( "x+2 = 3rd integer\r
\n" ); document.write( "\n" ); document.write( "2 times the sum of the first two is 1 less than 3 times the third:
\n" ); document.write( "2(x+x+1)= 3(x+2)-1
\n" ); document.write( "2x+2x+2 = 3x+6-1
\n" ); document.write( "4x+2 = 3x+5
\n" ); document.write( "x=3
\n" ); document.write( "first integer: 3
\n" ); document.write( "second integer: 4
\n" ); document.write( "third integer: 5
\n" ); document.write( "
\n" );