Bradley T. answered 01/19/23
Tutor for Python and High School and Middle School Math
We have two plans, and we can model the price of each plan with an equation.
- Plan A: cost = 9 + .16m
- Plan B: cost = 24 + .11m
m is the minutes. The first part asks at how much calling (how many minutes), do the two plans cost the same. We want the costs to be equal, so we say that the costs are equal. And when we have two equations both with the same variable, we can substitute the variables for each other. So set the costs equal
- 9 + .16m = 24 + .11m
- Solve for m
- .16m - .11m = 24-9
- .05m = 15
- m = 300
At 300 minutes, the costs will be equal.
For the second part, what is the cost when the two plans are equal. We know this happens at 300 minutes, so we plug this into either equation. Either because both would be equal at that point. I randomly chose plan A
- cost = 9 + .16(300)
- cost = 9+48
- cost = 57
At 300 minutes, both plans will cost $57
Extra: If you like to think visually, you can imagine the equation to both plans as a line. The point where they are equal minutes and costs is the point the lines intersect. That is why we can substitute the costs for the first part. Its just putting two equations equal to each other to find the point of intersection.