Question 1183462
.
In a grocery store, a P250.00 case of soft drinks is labeled, "Get a 20% discount". 
What is the discount? What is sale price of the case of soft drinks?
~~~~~~~~~~~~~~~~~


<pre>
From the context, the labeled price before discount is P250.00.


The 20% discount is  {{{(20/100)*250}}} = {{{(1/5)*250}}} = {{{250/5}}} = P50.00.    <U>ANSWER</U>


The sale price after the discount is P250 - P50 = P200.    <U>ANSWER</U>
</pre>

Solved.