.
You are choosing between two different cell phone plans.
The first plan charges a rate of $.22 per minute.
The second plan charges a monthly fee of $29.25 plus 12 cents per minute.
Let t be the number of minutes you talk and C1 and C2 be the cost(in dollars) of the first and second plan.
find the number of talk minutes that would produce the same cost for both plans.
~~~~~~~~~~~~~~~~~
First plan variable cost is (t) = 0.22*t.
Second plan variable cost is (t) = 29.25 + 0.12*t,
where t is the talking time in minutes.
You want to know time t such that (t) = (t).
So, you write an equation
0.22t = 29.25 + 0.12t.
You collect the terms with t on the left side and keep the constant term on the right side
0.22 - 0.12 = 29.25
Simplify
0.1t = 29.25
and find t
t = 29.25/0.1 = 292.5.
ANSWER. 292.5 minutes talking time will produce the same cost for both plans.
Solved.