document.write( "Question 869724: A patron tips 21%. The total cost of bill including tip is $52.03. How much was the cost of the bill before the tip? \n" ); document.write( "
Algebra.Com's Answer #524351 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Let x = the cost of the bill before the tip\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "21% of the bill is the same as 0.21x\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Add this to the bill to get x+0.21x = 1.21x\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the total bill (meal+tip) is 1.21x and this is equal to 52.03. Set the two equal and solve for x\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1.21x = 52.03\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 52.03/1.21\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 43\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The original bill (without tip) is $43 \n" ); document.write( " |