document.write( "Question 1044059: You make a purchase at Johnson's Discount Mart. When you take your items to the cashier, there first is a 25% discount because of the store-wide sale in effect. Then the cashier says you're spending enough to warrant an additional 10% discount. When you're ready to pay you pull out cash instead of a credit card and this gets you another discount of 3%. You pay $195.89. We'll pretend there's no tax on top of this amount.
\n" ); document.write( "How much would you have paid without any discounts?
\n" ); document.write( "Hint: the discounts are successive, not additive so the total discount is not 38%.
\n" ); document.write( "

Algebra.Com's Answer #659330 by jorel555(1290)\"\" \"About 
You can put this solution on YOUR website!
With a 25% discount, you are paying 75% of the retail price. Similarly, the other discounts can be applied from the full price. Let n be the full price of the items. Then:
\n" ); document.write( "(.75)(.90)(.97)n=195.89
\n" ); document.write( ".65475n=195.89
\n" ); document.write( "n=195.89/.65475=$299.18 full retail price for the items. ☺☺☺☺
\n" ); document.write( "
\n" );