153k views
3 votes
Maritza is comparing cell phones plans and notices that verizon offers a plan that is $60 for 10GB of data and $12 for each extra GB of data ore month. Create an expression to model this situation

1 Answer

5 votes

Answer:

60 + 12 * g, with g representing the number of extra gigabytes

Explanation:

First, we know that Maritza has to pay $60 for 10GB of data, no matter what. Therefore, the base cost of the cell phone plan is 60 dollars, and all extra costs must be added to that. Currently, our expression is therefore 60 + something = cost of cell phone plan.

After that, the plan costs $12 for each gigabyte of data past 10 GB. This means that, for example, if Maritza uses 11 gigabytes, the plan will cost 60 (the base amount) + 12 for each gigabyte past 10 GB. There are 11-10=1 extra gigabytes, so the cost is 60 + 12 * 1 = 72 dollars. For each extra gigabyte, 12 dollars are added, so we can represent this as

60 + 12 * g, with g representing the number of extra gigabytes

User Fernando Petrelli
by
4.2k points