The problem requires us to write a piecewise function that represents the monthly charge for electricity based on kilowatt-hours (kWh) used. The cost structure is different for customers using up to 1200 kWh and those using more than 1200 kWh.
2025/4/18
1. Problem Description
The problem requires us to write a piecewise function that represents the monthly charge for electricity based on kilowatt-hours (kWh) used. The cost structure is different for customers using up to 1200 kWh and those using more than 1200 kWh.
2. Solution Steps
First, consider the case when . The charge is 7.10 + 0.06747x$.
Next, consider the case when . The charge is 88.064 + 0.04788(x - 1200)$.
We have two equations for different usage ranges. Let's consider each of the provided answers and see if they match the problem description.
A.
In this case, for , it directly adds the total kWh consumed multiplied by 0.
0
4
7
8
8. But the question says that only the kWh consumed above 1200 should be multiplied by 0.
0
4
7
8
8. Thus, this equation is not correct.
B.
This option correctly describes the problem. When , the price is 7.10 plus 6.747 cents per kWh. For usage above 1200 (), the price is x - 1200$.
C.
Here, we did not convert cents to dollars. This makes option C incorrect.
D.
The intervals are incorrect. When , the first pricing scheme applies. Thus, D is wrong.
3. Final Answer
B.