document.write( "Question 889809: A jacket usually sells for $58.00. If the jacket is 30% off, and sales tax is 7%, what is the total price of the jacket, including tax? \n" ); document.write( "
Algebra.Com's Answer #538477 by JulietG(1812)\"\" \"About 
You can put this solution on YOUR website!
Assuming that the sales tax is charged on the reduced price...
\n" ); document.write( "58 * .7 (100%-30%) = 40.6
\n" ); document.write( "40.6 * 1.07 (sales tax and price) = $43.44
\n" ); document.write( "
\n" );