document.write( "Question 234045: 3 times the first of three consecutive numbers is 4 more than 2 times the second \n" ); document.write( "
Algebra.Com's Answer #172926 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Three numbers, x, (x+1), (x+2) \n" ); document.write( ": \n" ); document.write( "3 times the first of three consecutive numbers is 4 more than 2 times the second \n" ); document.write( "3x = 2(x+1) + 4 \n" ); document.write( ": \n" ); document.write( "3x = 2x + 1 + 4 \n" ); document.write( ": \n" ); document.write( "x = 5 \n" ); document.write( " |