Question 190415
Use composition of functions to prove that it does matter what order you use these discounts at the store to get the greatest toal discount. The coupons are for $25 and 40% discount on your total purchase price.
------------------
Let f(x) = x-25
Let g(x) = 0.75x
=======================
f[g(x)] = f[0.75x] = 0.75x-25
g[f(x)] = g[x-25] = = 0.75(x-25) = 0.75x-18.75
----------------------------------------------------
Evaluate if x = $100
f[g(100)] = 0.75*100-25 = $50
g[f(100)] = 0.75*100-18.75 = $56.25
====================================================
Cheers,
Stan H.