23.3k views
4 votes
A customer is comparing two different text message plans at Cellular Bargains. He wants to find out which plan allows the most text messages for the same cost. The Pay Per Text Plan charges $10 per month and s0.10 for each text message. Write a function that models this plan, stating what your variables represent.

1 Answer

2 votes

Answer: C= 10+0.10m

Explanation:

Hi, to answer this we have to write a function with the information given:

So, the cost of the Pay Per Text Plan (C) is equal to the fixed cost per month of the plan (10), plus the product of the cost per message (0.10) and the number of messages (m)

Mathematically speaking:

C= 10+0.10m

Where:

C is the total cost of the plan

m is the number of messages

User Sleighty
by
4.6k points