Answer: f [c(p)]= 0.784 p
Explanation:
Hi, to answer this question we have to write a function using the information given:
- Sale price: c(p) = 0.7p
- Tax: f(c) = 1.12c
Where:
p = original price
c = sale price
So, to calculate the final price.
f [c(p)]= 1.12 (0.7p)
f [c(p)]= 0.784 p
Feel free to ask for more if needed or if you did not understand something.