document.write( "Question 12576: It's been a long time since I had to use this stuff. I want to know how to calculate shipping and handling percentages and tax percentages. Here's an example:
\n" );
document.write( "$256.50.....with a 40% discount, then
\n" );
document.write( "$102.60.....with a 6% shipping and
\n" );
document.write( "then I need to figure out a state tax percentage 7.0%
\n" );
document.write( "and I need the answer, the whole total and how it was calculated.
\n" );
document.write( "thanks \n" );
document.write( "
Algebra.Com's Answer #6410 by AdolphousC(70)![]() ![]() ![]() You can put this solution on YOUR website! An easy way to solve problems like this is to remember that to get your answer you need to multiply your original total by one of the two following quatities...\r \n" ); document.write( "\n" ); document.write( "if you have an additional charge such as tax you would multiple by ( 1 + tax ) for example a 6% tax would be written as ( 1 + .06 ) or (1.06) by multiplying your original price by this (1.06) you would get the new price with the tax included. \n" ); document.write( "
|