So January corresponds to month 1, which means April corresponds to month 4.
The function f(x) takes in a month x and spits out the kWh, so plug in x = 4 and find f(4) to get the number of kWh in April.
Next we find the total cost. Let's say that the number of kWh in April is less than 500, for example 200kWh.
In this case, the cost would just be $0.0715 x 200kWh.
But now let's say that the number of kWh in April is greater than 500, for example 1200kWh.
In this case for the first 500kWh the cost becomes $0.0715 x 500kWh, and for the remaining 700kWh the cost is $0.1042 x 700kWh. Add the two costs to get the total. So $0.0715 x 500kWh + $0.1042 x 700kWh
Lan P.
Thank you so much!!!12/01/20