document.write( "Question 1111309: A man buys a washing machine that is on sale the washing machine usually sells for $450 but is on sale for 20% off is the sales tax rate in history is 6% how much is the total bill for the washer \n" ); document.write( "
Algebra.Com's Answer #726296 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
450*0.2 = 90
\n" ); document.write( "450-90 = 360
\n" ); document.write( "or you can take this short cut:
\n" ); document.write( "450*0.8 = 360
\n" ); document.write( "now add the sales tax, again you can take a short cut:
\n" ); document.write( "360*1.06 = 381.60
\n" ); document.write( "---------------------------------
\n" ); document.write( "how do the short cuts work? 20% is 20 percent, and per-cent means for every hundred. To make our calculations easy, we divide the percentage by 100:
\n" ); document.write( "20/100 = 0.2 now we have that 20% is the same as 0.2 of 1. 1 is the primal number, every natural number except 0 is made up of 1s. So now it's easy to calculate the 20% of any number, just multiply times 0.2
\n" ); document.write( "Likewise with the tax, it's 6% and 6/100 = 0.06, now add 0.06 + 1 and multiply it to any number you choose to add 6% to the number.
\n" ); document.write( "
\n" ); document.write( "
\n" );