Q. 75

Question

Discounts The manufacturer of a computer is offering two discounts on last year’s model computer. The first discount is a $200 rebate and the second discount is 20% off the regular price, p.

(a) Write a function f that represents the sale price if only the rebate applies.

(b) Write a function g that represents the sale price if only the 20% discount applies.

(c) Find fg and gf . What does each of these functions represent? Which combination of discounts represents a better deal for the consumer? Why?

Step-by-Step Solution

Verified
Answer

(a) fp=p-200

(b)gp=0.8p

(c) fg=0.8p-200 and gf=0.8p-160

1Step 1. Given Information

The manufacturer of a computer is offering two discounts on last year’s model computer. The first discount is a $200 rebate and the second discount is 20% off the regular price, p.

2Part (a) Step 1. Finding a function f that represents the sale price if only the rebate applies.

Let p=regular price of the computer

The rebate offered is$200. .Thus, the function that will represent the sale price if the rebate$200 is applied is one where is subtracted from the regular price of the computer, that

is:

fp=p-200

3Part (b) Step 1. A function g that represents the sale price if 20% discount applies

The function that represents the sale price if only the 20%discount is one where 20% is taken off the regular price of the computer.

gp=100-20%pgp=80%p

4Part (c) Step 1. Finding f ∘ g

fg=fgp=f0.8pfg=0.8p-200

5Part (c) Step 2. Finding g ∘ f

gf=gfx=gfpgf=gp-200gf=0.8p-200gf=0.8p-160