asked 186k views
1 vote
A telephone carrier charges customer 0.99 cents for the first 10 minutes and then 0.06 for each minute beyond 10 min. If Mary uses this carrier, how long can she talk for $6.00

asked
User Raju Ram
by
7.7k points

1 Answer

2 votes

We have the following function for this problem:


\begin{cases}f(t)=0.99,t\leq10 \\ f(t)=0.06(t-10)+0.99,t>10\end{cases}

Where 't' represents the time in minutes, and our 'f(t)' returns the cost.

For f(t) = 6, we want to know the value for 't'. Clearly, it is not in the first interval, so let's check for t >10.


6=0.06(t-10)+0.99

Solving for 't':


\begin{gathered} 5.01=0.06(t-10)_{} \\ 83.5=t-10 \\ 93.5=t \end{gathered}

Mary can talk for 93 minutes.

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.