A clothing store is having a sale in which you can take 50 o
Solution
Ans(a):
P(n)=n-50
--------
Ans(b):
10% discount is applied means you have to pay only 90% so total cost is given by
C(n)=0.90(n)
--------
Ans(c):
P(n)=n-50
C(n)=0.90(n)
(PoC)(n)=P(C(n))=P(0.90(n))=0.90(n)-50
(PoC)(n)=0.90(n)-50
--------
Ans(d):
P(n)=n-50
C(n)=0.90(n)
(CoP)(n)=C(P(n))=C(n-50)=0.90(n-50)
(CoP)(n)=0.90(n-50)
--------
Ans(e):
first $50 discount applied so unpaid price =$175-$50=$125
then 10% discount applied means you have to pay 90% of $175 which is = 175*0.90=$157.5
--------
Ans(f):
say 10% discount applied first then amount then total cost is given by
(PoC)(175)=0.90(175)-50=$107.5
which is less than price $157.5 that you will need to pay when $50 discount applied first.
obviously store wants more money. Hence store doesn\'t apply 10% discount first.
