70.6k views
2 votes
I store Offers a rewards program where shoppers are in one point for every two dollars I spent +500 bonus points on their first purchase. But the function of represent the points earned as a function of the total amount spent ask. Write a function that represents the total number of points earned us as a function of the amount spent

1 Answer

3 votes

Answer:

F(p) = 500 + 0.5p

Explanation:

Given that :

Bonus point on first purchase = 500

Number of points earned for every 2 dollar spent = 1

Points earned as a function of amount spent :

Bonus point + points earned per dollar

Number of points earned per dollar = 1 / 2

Let p = amount spent

F(p) = function representing the points earned

Hence,

F(p) = 500 + 0.5p

User Jamie R Rytlewski
by
8.4k points