When Is the Second Phone Plan Cheaper?
What This Problem Teaches
- Setting up inequalities to compare linear cost functions
- Understanding the relationship between fixed costs and variable rates
- Interpreting break-even analysis in real-world contexts
- Translating "preferable" into mathematical language (less than)
- Working with decimal coefficients and mixed units (dollars and cents)
Solution: Method 1 — The Inequality Approach
The key insight here is that "preferable" means cheaper, so we need to find when Plan 2 costs less than Plan 1.
Step 1 — Define the variable and write cost expressions
Let m = number of minutes used per month
Plan 2 cost: 0.95 + 0.12m dollars
Notice I converted everything to dollars to avoid mixing units. Plan 1 has no fixed fee, just 25¢ per minute. Plan 2 has a $0.95 monthly fee plus 12¢ per minute.
Step 2 — Set up the inequality for when Plan 2 is preferable
Plan 2 is preferable when its cost is less than Plan 1's cost:
Step 3 — Solve the inequality
Subtract 0.12m from both sides:
0.95 < 0.13m
Step 4 — Isolate the variable
Divide both sides by 0.13:
m > 7.307...
Step 5 — Interpret the result
Since we can't use a fraction of a minute in this context, Plan 2 becomes preferable when you use more than 7.31 minutes, or practically speaking, 8 or more minutes per month.
Solution: Method 2 — Finding the Break-Even Point First
Sometimes it's clearer to find where the plans cost exactly the same, then determine which side of that point favors Plan 2.
Step 1 — Set the costs equal
Find where both plans cost the same amount:
Step 2 — Solve for the break-even point
Subtract 0.12m from both sides:
0.13m = 0.95
m = 0.95 ÷ 0.13 = 7.31 minutes
Step 3 — Test which plan is cheaper above the break-even point
Let's test with 10 minutes (above 7.31):
Plan 2 at 10 min: 0.95 + 0.12(10) = 0.95 + 1.20 = $2.15
Step 4 — State the conclusion
Since Plan 2 costs less at 10 minutes, Plan 2 is preferable for any usage above 7.31 minutes per month.
Verification
Let's verify by testing values just below and above our break-even point of 7.31 minutes.
At exactly 7.31 minutes:
Plan 2: 0.95 + 0.12(7.31) = 0.95 + 0.88 = $1.83 ✓
Just below break-even (7 minutes):
Plan 2: 0.95 + 0.12(7) = 0.95 + 0.84 = $1.79
Plan 1 is cheaper, as expected.
Above break-even (8 minutes):
Plan 2: 0.95 + 0.12(8) = 0.95 + 0.96 = $1.91
Plan 2 is cheaper, confirming our answer. ✓
Watch Out For These
Does This Seem Reasonable?
Let's think about this intuitively. Plan 2 has a higher upfront cost ($0.95) but saves 13 cents per minute compared to Plan 1. So it makes sense that you'd need some minimum usage to overcome that upfront investment.
Also notice how low the break-even point is—just over 7 minutes! This suggests Plan 2 is designed to attract customers, since most people use far more than 7 minutes per month.
The Pattern Behind This
This is a classic break-even analysis between a fixed-cost plan and a variable-cost plan. The general structure is:
Answer: Usage > Fixed Cost ÷ (Higher Rate - Lower Rate)
In our case: Usage > $0.95 ÷ ($0.25 - $0.12) = $0.95 ÷ $0.13 = 7.31 minutes
This pattern appears everywhere: gym memberships (monthly fee + per-class vs. per-class only), subscription services, bulk purchasing, and utility rate structures. The plan with higher fixed costs but lower variable rates always becomes preferable at some usage level.
Real Applications
Subscription services: Netflix vs. renting individual movies, Spotify vs. buying songs, or cloud storage plans all follow this same mathematical structure.
Business cost analysis: Companies regularly face "lease vs. buy" decisions, whether for equipment, software, or facilities. The break-even calculation determines the optimal choice.
Utility rate structures: Many electric companies offer plans with high fixed fees but lower per-kWh rates. High-usage customers benefit from these plans using exactly this calculation.
What If?
Plan 1: 0.25m, Plan 2: 4.95 + 0.12m
For Plan 2 to be preferable: 4.95 + 0.12m < 0.25m
4.95 < 0.25m - 0.12m
4.95 < 0.13m
m > 4.95 ÷ 0.13 = 38.08
Answer: Plan 2 becomes preferable when you use more than 38.08 minutes per month.
At 40 minutes: Plan 1 costs 0.25(40) = $10.00, Plan 2 costs 4.95 + 0.12(40) = $9.75. Plan 2 is indeed cheaper. ✓
Let F = Plan 2's monthly fee
Since costs are equal at 15 minutes: 0.25(15) = F + 0.18(15)
0.25(15) = $3.75
3.75 = F + 0.18(15)
3.75 = F + 2.70
F = 3.75 - 2.70 = $1.05
Plan 2 at 15 min: 1.05 + 0.18(15) = 1.05 + 2.70 = $3.75 ✓
Answer: Plan 2's monthly fee is $1.05.
2.95 + 0.15m < 0.30m
2.95 < 0.15m
m > 2.95 ÷ 0.15 = 19.67
2.95 + 0.15m < 8.95 + 0.08m
2.95 - 8.95 < 0.08m - 0.15m
-6.00 < -0.07m
m < 6.00 ÷ 0.07 = 85.71
Plan B is cheapest when: 19.67 < m < 85.71
Answer: Plan B is cheapest for usage between 19.67 and 85.71 minutes per month.
At 50 minutes (in Plan B's range): A costs $15.00, B costs $10.45, C costs $12.95. Plan B wins! ✓
Let m = total combined minutes for both lines
Plan 1: 0.50m (50¢ per combined minute)
Plan 2: 0.95 + 20.00 + 0.12m = 20.95 + 0.12m
Plan 2 cheaper when: 20.95 + 0.12m < 0.50m
20.95 < 0.50m - 0.12m
20.95 < 0.38m
m > 20.95 ÷ 0.38 = 55.13
At 60 minutes: Plan 1 costs 0.50(60) = $30.00, Plan 2 costs 20.95 + 0.12(60) = $28.15
Answer: Plan 2 becomes cheaper when the two lines use more than 55.13 combined minutes per month.
Frequently Asked Questions
2026-07-02