document.write( "Question 934959: find three consecutive integers such that the sum of twice the second and three times the third is five less than six times the first \n" ); document.write( "
Algebra.Com's Answer #568017 by vicgonzerx(31)\"\" \"About 
You can put this solution on YOUR website!
X=FIRST NUMBER
\n" ); document.write( "X+1=2ND NUMBER
\n" ); document.write( "X+2=3RD NUMBER \r
\n" ); document.write( "\n" ); document.write( "2(X+1)+3(X+2)=6X-5
\n" ); document.write( "2X+2+3X+6=6X-5
\n" ); document.write( "-X=-5-2-6
\n" ); document.write( "X=13
\n" ); document.write( "X+1=14
\n" ); document.write( "X+2=15\r
\n" ); document.write( "\n" ); document.write( "13,14,15------ANSWER
\n" ); document.write( "
\n" );