document.write( "Question 1101348: a family orders $30 worth of food at a restaurant. If there is an 8% sales tax, and the family leaves a tip for the server equal to 15% of the post-tax amount, how much does the family spend on the meal in all? \n" ); document.write( "
Algebra.Com's Answer #715909 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
The amount of the tax is \"+.08%2A30+=+2.4+\"
\n" ); document.write( "food + tax = \"+30+%2B+2.4+=+32.4+\"
\n" ); document.write( "The amount of the tip is:
\n" ); document.write( "\"+.15%2A32.4+=+4.86+\"
\n" ); document.write( "Food + tax + tip = \"+32.4+%2B+4.86+=+37.26+\"
\n" ); document.write( "They spent $37.26 in all
\n" ); document.write( "
\n" ); document.write( "
\n" );