document.write( "Question 6285: Translate and solve:
\n" );
document.write( "\"five less than twice a number is ten more than the product of four and the number\" \n" );
document.write( "
Algebra.Com's Answer #3368 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! You can often write the algebraic equation directly from the problem statement.\r \n" ); document.write( "\n" ); document.write( "Let n = the number.\r \n" ); document.write( "\n" ); document.write( "\"five less (subtract 5 from) than twice a number (2 times n) is (=) ten more (add 10 to) than the product of four and the number (4 times n)\".\r \n" ); document.write( "\n" ); document.write( "Putting it all together, you get:\r \n" ); document.write( "\n" ); document.write( "2n - 5 = 4n + 10 \n" ); document.write( " |