document.write( "Question 335071: How do i put this in number form?: find 3 consecutive multiples of 3 if twice the second is 12
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #240134 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! How do i put this in number form?: \n" ); document.write( ": \n" ); document.write( "x, (x+3), (x+6) \n" ); document.write( ": \n" ); document.write( "find 3 consecutive multiples of 3 if twice the second is 12 \n" ); document.write( "2(x+3) = 12 \n" ); document.write( "divide both sides by 2 \n" ); document.write( "x + 3 = 6 \n" ); document.write( "x = 6 - 3 \n" ); document.write( "x = 3 \n" ); document.write( ": \n" ); document.write( "Nos. 3, 6, 9 \n" ); document.write( " \n" ); document.write( " |