document.write( "Question 68544: If the total bill at a restaurant, including a 15% tip, is
\n" );
document.write( "$65.32, what was the cost of the meal alone?
\n" );
document.write( "how do i go about solving this HELP \n" );
document.write( "
Algebra.Com's Answer #48765 by rmromero(383)![]() ![]() ![]() You can put this solution on YOUR website! If the total bill at a restaurant, including a 15% tip, is \n" ); document.write( "$65.32, what was the cost of the meal alone? \n" ); document.write( "how do i go about solving this HELP\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " What is asked in the problem? \n" ); document.write( "What was the cost of the meal alone? \n" ); document.write( " \n" ); document.write( "Given: \n" ); document.write( "The total bill with 15% tip is $65.32. \n" ); document.write( " \n" ); document.write( "Representation \n" ); document.write( "Let x = cost of the meal alone \n" ); document.write( " .15x = the tip \n" ); document.write( " Equation \n" ); document.write( "x + .15x = $65.32 \n" ); document.write( "1.15x = 65.32 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "x = $56.80 cost of the meal alone \n" ); document.write( " \n" ); document.write( " |