document.write( "Question 142707: 3 times the first of three consecutive numbers is 4 more than 2 times the second. \n" ); document.write( "
Algebra.Com's Answer #103848 by oscargut(2103)\"\" \"About 
You can put this solution on YOUR website!
let x,x+1 and x+2 the consecutive numbers\r
\n" ); document.write( "\n" ); document.write( "so 3x=4+2(x+1)
\n" ); document.write( "3x=4+2x+2
\n" ); document.write( "3x=2x+6
\n" ); document.write( "x=6\r
\n" ); document.write( "\n" ); document.write( "numbers are 6 ,7 and 8
\n" ); document.write( "
\n" );