document.write( "Question 342315: How do I figure out this word problem? \"A couple does not want to spend more than $90 dollars for dinner at a resturant. If the sales taxx of 5% is added to the bill and they plan to tip 15% after the tax has been added, what is the most the couple can spend?\" I believe you need to set up a quadratic exation like 90 = .05x + .15(.05x)+ x but I'm not sure. \n" ); document.write( "
Algebra.Com's Answer #244994 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the bill be $x \n" ); document.write( "sales tax = 5 % \n" ); document.write( ".\r \n" ); document.write( "\n" ); document.write( "The bill with sales tax will be 1.05 x \n" ); document.write( "... \n" ); document.write( "15% tip on this value \n" ); document.write( "= 1.15 * 1.05x \n" ); document.write( "=1.2075x \n" ); document.write( "1.2075x=90 \n" ); document.write( "x=90/1.2075 \n" ); document.write( "x $ 74.54 \n" ); document.write( "The bill should not be more than $ 74.53 \n" ); document.write( ".. \n" ); document.write( " \n" ); document.write( " |