NandishSS
HI
MentorTutoring,
Can you help me with below? I didn't get it.
Quote:
To reduce the concentration of alcohol, we have to reduce the 20% (concentration) of the original solution by 75%, or, in other words, we need to keep 1/4 of the original concentration: 1/4 * 20 = 5. The solution after the addition of the water must have a 5% alcohol content.
One humble Request -- Please add "
@" before
NandishSSThe reason I do not tag someone when I reply,
NandishSS, is that I assume the person posing the question would take an interest in any responses that came through, so I simply have not felt the need. I prefer to tag someone if I need help with something (almost always technical, since my grasp of such matters is rather limited). In fact, my previous attempts to tag using the @ symbol have failed, and I ended up with nothing more than a goofy-looking post that I then had to go back and edit. So to tag someone, I actually track down a post someone else has made with a tag in it, hit the Quote button to write a response, copy the line of code, close the window, and paste the line of code into my actual response, changing the destination manually so as not to tag the wrong person. Anyway, onto the matter at hand.
If you are told to reduce something by 75%, then you can bypass the step in which you calculate 75% and then subtract that from 100% of the value. Rather, you can appreciate that reducing something by 75% means that you will be left with 25%, or 1/4, of the original amount. In the problem at hand, 1/4 of 20% is 5%. This approach can shave considerable time off a problem in which, say, multiple discounts were applied to a purchased item. To illustrate, how about the following problem?
John buys a suit that is regularly priced at $725. However, he finds the suit on a discount rack that says all items found there are 20 percent off (in addition to any other discounts). Since there is a Fourth of July sale, everything in the store is 15 percent off on top of the lowest price. Finally, John cut out a coupon from a newspaper that allows for 10 percent off any item, a discount that may also be applied in addition to any other discounts. If sales tax is 6 percent, how much did John pay for the suit after all the discounts had been applied?Of course, you
could work through the discounts one by one, but it is much faster to rationalize that if John receives discounts of 20 percent, 15 percent, and 10 percent, respectively, then he will be
paying 80 percent, 85 percent, and 90 percent of the cost at each step. Finally, the tax can be added to 100 percent (of the discounted price) to bypass the step in which you would calculate 6 percent of the discounted price and then add that amount back in. Altogether, then, you could quickly calculate the answer:
\(0.8*0.85*0.9*1.06*725=470.322\)
John would end up paying $470.32 after all the discounts had been applied. I hope that helps clarify what I was aiming to get at. If not, just reply and let me know. I can assure you that, tag or no tag, if I see a response to my own with questions in it, I will write back.
- Andrew