document.write( "Question 22140: Twice the lesser of two consecutive intergers is 12 less than 3 times the greater interger. Find the lesser integer. \n" ); document.write( "
Algebra.Com's Answer #10674 by Paul(988)\"\" \"About 
You can put this solution on YOUR website!
let x be the first consecutive integers and let x+1 be the next
\n" ); document.write( "2(x)=3(x+1)-12
\n" ); document.write( "2x=3x+3-12
\n" ); document.write( "-x=-9
\n" ); document.write( "x=9
\n" ); document.write( "9+1=10
\n" ); document.write( "Hence, the two consecutive integers are 9 and 10.\r
\n" ); document.write( "\n" ); document.write( "Check:
\n" ); document.write( "2(9)=3(10)-12
\n" ); document.write( "18=18
\n" ); document.write( "
\n" );