To solve this problem, you need to start with the monthly charge, and then add to it the cost of each call made. To calculate the total cost, you start with the monthly cost. Then multiply the number of calls times the cost/call. Then add that number to the monthly cost.
Since I do not know what your table looks like, here is an example of how the cost changes with more calls. You will need to fill in your table completely, and you will find that the Busy becomes cheaper than Ringer somewhere between 30 and 50 calls. Look at the total cost in each cell in YOUR table carefully, and find where the switchover occurs.
Company | Monthly Charge | Cost for each call | Total cost for 1 call | Total cost for 2 calls | Total cost 10 calls | Total cost 30 calls | Total cost 50 calls | |
Ringer | 7.46 | 0.13 | 7.46 + .13 = 7.59 | 7.46 + .26 = 7.72 | 7.46 + 1.30 = 8.76 | 7.46 + 3.90 = 11.36 | 7.46 + 6.50 = 13.96 | |
Busy | 6.17 | 0.17 | 6.17 + 0.17 = 6.34 | 6.17 + 0.34 = 6.51 | 6.17 + 1.70 = 7.87 | 6.17 + 5.10 = 11.27 | 6.17 + 8.50 = 14.67 |