document.write( "Question 758420: Six times a number is 8 more than two times the number.
\n" );
document.write( "what is the number? \n" );
document.write( "
Algebra.Com's Answer #461524 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Six times a number = 6x \n" ); document.write( "8 more than two times the number = 8 + 2x \n" ); document.write( " 6x = 8 + 2x \n" ); document.write( " 6x - 2x = 8 \n" ); document.write( " 4x = 8 \n" ); document.write( " x = 2 \n" ); document.write( "Six times a number is 8 more than two times the number. \n" ); document.write( " 6 x 2 = 8 + 2 x 2 \n" ); document.write( " 12 = 12 \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |