223k views
5 votes
Game Stop has a deal on NBA 2K20. The deal lets you get the game for 15% off! TODAY ONLY! Sarah has a coupon that allows her to get an additional $15 off! 18. Write a function that you can use to determine The cost of NBA 2K20 if Sarah uses the in- store discount FIRST.

User JKaz
by
7.1k points

2 Answers

4 votes

Answer:

f(x) = 0.15*x - 15.

Explanation:

User Annonymously
by
7.2k points
3 votes

Answer:

The function that represents the cost of the game as a function of it's original price is f(x) = 0.15*x - 15.

Explanation:

In order to write a function we will attribute a variable to the original price in dollars of the game, this will be called "x" and the price paid by Sarah will be "y". So if the in-store discount is used first we have 15%*x or 0.15*x, and we subtract $15 from that value because of her coupon. We have:

y = f(x) = 0.15*x - 15

The function that represents the cost of the game as a function of it's original price is f(x) = 0.15*x - 15.

User DigiLord
by
6.9k points