document.write( "Question 759735: A family ate dinner at a restaurant and paid $30 for food. They paid a 9.5 percent sale tax on food only and 10% was left for a tip, not including the sale tax how much was spent on dinner? \r
\n" );
document.write( "\n" );
document.write( "My answer was $35.00. \n" );
document.write( "
Algebra.Com's Answer #462181 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! A family ate dinner at a restaurant and paid $30 for food. They paid a 9.5 percent sale tax on food only and 10% was left for a tip, not including the sale tax how much was spent on dinner? \n" ); document.write( ". \n" ); document.write( "\"food\" + \"tax\" + \"tip\" \n" ); document.write( "30 + .095(30) + .10(30) \n" ); document.write( "30 + 2.85 + 3 \n" ); document.write( "$35.85 \n" ); document.write( " \n" ); document.write( " |