195k views
5 votes
Write a function for the following real-world situation.

Let x = the number of minutes Maria spends on talking on the phone each month, and let y = Maria's monthly cost. The monthly fee for having the phone service is $39.99 with a charge of $.01 per minute of talk time on the phone. Write a function to represent the total cost each month for use of the phone.

User Scotru
by
7.1k points

2 Answers

1 vote
x = number of minutes Maria spends talking on the phone each month
y = Maria's monthly cost

If she talks for x minutes, at $0.01 per minute, then she is charged 0.01*x dollars for those x minutes. This is on top of the $39,99 as the flat fee (which is charged no matter how many minutes are used; even if Maria doesn't use her phone at all)

So that means we add 0.01*x to 39.99 to get 0.01*x+39.99
This expression is equal to y as it is the total cost for that month

Therefore y = 0.01*x+39.99 is the equation
If you want things in function notation, then you'd replace y with f(x) to get
f(x) = 0.01*x+39.99

User Darzen
by
7.5k points
3 votes
Do what u got to do I don’t get it
User Dawied
by
8.8k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories