A department store is offering a coupon for 21 off for any purchases over $100.

Construct a piecewise function for the actual cost, C, of the purchase as a function of the original purchase price, P.

C= ? ,if 0 <P </100

3 answers

C = P if 0 < P <= 100

Now you can do the part where P > 100, right?
Thank you @steve
Whats p>100?