document.write( "Question 290388: Hello\r
\n" );
document.write( "\n" );
document.write( "Three less than twice a number equals 7. \n" );
document.write( "
Algebra.Com's Answer #210118 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! three means 3 \n" ); document.write( "less than means subtract \n" ); document.write( "twice a number means 2n \n" ); document.write( "equals means = \n" ); document.write( "-3+2n=7 \n" ); document.write( "2n-3=7 \n" ); document.write( "2n=10 \n" ); document.write( "n=5 \n" ); document.write( "all done \n" ); document.write( " |