document.write( "Question 502227: I am having problems with this word problem:
\n" );
document.write( "Raul paid a total of $26.40 for a meal. This total included a 20% tip. How much was the cost of the meal? \n" );
document.write( "
Algebra.Com's Answer #338788 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! Raul paid a total of $26.40 for a meal. \n" ); document.write( " This total included a 20% tip. \n" ); document.write( " How much was the cost of the meal? \n" ); document.write( ": \n" ); document.write( "Let m = cost of the meal \n" ); document.write( ": \n" ); document.write( "Meal + tax = 26.40 \n" ); document.write( "m + .20m = 26.40 \n" ); document.write( "1.2m = 26.40 \n" ); document.write( "m = \n" ); document.write( "m = $22 for the meal \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this \n" ); document.write( "meal alone cost = 22 \n" ); document.write( "tip cost: .2(22) = 4.40 \n" ); document.write( "-------------------------- \n" ); document.write( "total, meal & tip 26.40 \n" ); document.write( " |