document.write( "Question 1014375: Arthur left a 20% tip, or $7.50, for his meal. What was the cost of the meal AFTER the tip was added? Give your answer with proper unit notation.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I am getting $9 is that right? \n" );
document.write( "
Algebra.Com's Answer #630664 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! let x be the cost of his meal, then \n" ); document.write( ".20 * x = 7.50 \n" ); document.write( "x = 7.50 / .20 \n" ); document.write( "x = 37.50, therefore \n" ); document.write( "the cost of his meal is $37.50 \n" ); document.write( "now we want 37.50 + 7.50 = $45.00 \n" ); document.write( "the cost of his meal plus tip is $45.00 \n" ); document.write( " \n" ); document.write( " |