16.5k views
5 votes
10 points

Mary Ann pays a monthly fee for her cable package which includes a TV
movie a month. She gets billed an additional charge for every additional
movie. During her first month, Mary Ann watched 5 additional movies and
her bill was $135.50. During the second month, Mary Ann watched 9
additional movies and her bill was $157.50. Write a function that
represents the total monthly cost C(x) of Mary Ann's cable package,
where x is the number of additional movies watched. *

User Mxscho
by
5.3k points

1 Answer

7 votes

Answer:


C(x)=108+5.5x

Explanation:

Function Model

To model a real-life situation, a mathematical function can be constructed in such a way it accurately represents the variables measured in the system.

We need to build a function that represents the total monthly cost C(x) of Mary Ann's cable package. It consists of a fixed amount that includes one movie a month and a variable amount depending on the additional movies she watches. Let's call x to the additional movies, and represent the cost as a linear function of the form:


C(x)=C_o+bx

Where Co and b are to be determined with the data provided.

In the first month, Mary Ann watched 5 additional movies and paid $135.50. This gives us an ordered pair (5,135.50). Substituting into the general function:


135.50=C_o+5b\qquad \qquad[1]

In the second month, Mary Ann watched 9 additional movies and paid $157.50. The point (9,157.50) is also used in the function:


157.50=C_o+9b\qquad \qquad[2]

Subtracting [2] and [1]:


157.50-135.50=4b=22

Solving for b:


b=5.5

Using this value in [1]:


135.50=C_o+5*5.5=C_o+27.50

Solving for Co:


C_o=135.50-27.50=108

The function that represents the total monthly cost C(x) of Mary Ann's cable package is:


\boxed{C(x)=108+5.5x}

User Demaniak
by
5.7k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.