document.write( "Question 417292: Twice a number is the same as 10 less 3 times the number. \n" ); document.write( "
\n" ); document.write( "Hi\n" ); document.write( "Let x represent the number\n" ); document.write( "Question states***\n" ); document.write( " 2x = 3x-10\n" ); document.write( "Solving for x\n" ); document.write( " 10 = x\n" ); document.write( "CHECKING our Answer***\n" ); document.write( " 20 = 30 - 10