document.write( "Question 258949: Write an expression for the sales tax on a car. Tax rate is r, price is 12000 dollars. \n" ); document.write( "
Algebra.Com's Answer #190650 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Write an expression for the sales tax on a car. \n" ); document.write( "Tax rate is r, price is 12000 dollars. \n" ); document.write( "------------------------------ \n" ); document.write( "If 12000 is the price before the tax, \n" ); document.write( "Total price = (1+r)12000 \n" ); document.write( "--------------------------------- \n" ); document.write( "If 12000 is the price including tax. \n" ); document.write( "Price before tax is applied is (1-r)12000 \n" ); document.write( "============================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |