document.write( "Question 1171272: Kohl's changed it's company policy for applying two coupons to a single purchase. The new policy is to take the percent off first and the dollar amount off last. If you hand the cashier a $10 off coupon and a 30% off coupon, how much will you get charged for a $500 Air Pods? \n" ); document.write( "
Algebra.Com's Answer #796236 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
take the percent off first and the dollar off last.
\n" ); document.write( "retail = 500
\n" ); document.write( "30% off = .3 * 500 = 150 off.
\n" ); document.write( "sale price = 500 - 150 = 350.
\n" ); document.write( "10 dollars off of that = 350 - 10 = 340.
\n" ); document.write( "final price is 340.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you should wind up with a better final price than if they took off the 10 dollars first and then the 30%.
\n" ); document.write( "500 - 10 = 490.
\n" ); document.write( "490 - .3 * 490 = 490 - 147 = 343.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "final price when they take off 30% first and then 10 dollars = 340.
\n" ); document.write( "final price when they take off 10 dollars first and then 30% = 343.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your solution is that the final price is 340 dollars.
\n" ); document.write( "that's when they take off 10 dollars first and then take off 30%.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );