document.write( "Question 83957: Use only one variable. Find three consecutive integers such that three times the sum of the first and third integer is nine less than five times the second integer. Thanks \n" ); document.write( "
Algebra.Com's Answer #60407 by checkley75(3666)\"\" \"About 
You can put this solution on YOUR website!
x+(x+1)+(x+2) are the three numbers.
\n" ); document.write( "3[x+(x+2)]=5(x+1)-9
\n" ); document.write( "3[2x+2]=5x+5-9
\n" ); document.write( "6x+6=5x-4
\n" ); document.write( "6x-5x=-4-6
\n" ); document.write( "x=-10 answer for the first interger.
\n" ); document.write( "-10+1=-9 for the second & -10+2=-8 for the third interger.
\n" ); document.write( "proof
\n" ); document.write( "3(-10-8)=5*-9-9
\n" ); document.write( "3*-18=-45-9
\n" ); document.write( "-54=-54
\n" ); document.write( "
\n" );