document.write( "Question 153467: If a client wants to spend Total of $25.00 on food, including the tax (7.75%) and the tip (20%), what is the price of the food alone. Is there some sort of an equation or a formula?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #112970 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
This is a bit fuzzy as problems go. Is the tip 20% of the original bill, or 20% of the bill after the tax?\r
\n" ); document.write( "\n" ); document.write( "Let's assume it is 20% of the original bill.\r
\n" ); document.write( "\n" ); document.write( "Then the total cost is given as $25.
\n" ); document.write( "The tax is 7.75% of the CostOfFood = \"0.0775%2ACostOfFood\"
\n" ); document.write( "The tip is 20% of the CostOfFood = \"0.2%2ACostOfFood\"
\n" ); document.write( "The total cost is
\n" ); document.write( "\"TotalCost+=+CostOfFood+%2B+Tax+%2B+Tip\"
\n" ); document.write( "\"25+=+CostOfFood+%2B+0.0775%2ACostOfFood+%2B+0.2%2ACostOfFood\"
\n" ); document.write( "\"25+=+1.2775%2ACostOfFood\"
\n" ); document.write( "\"25%2F1.2775+=+CostOfFood\"
\n" ); document.write( "\"19.57+=+CostOfFood\"
\n" ); document.write( "
\n" ); document.write( "
\n" );