Johanna R. answered 02/23/13
Part-time Math Tutor Available
The second piece of your function is going to be for when the kilowatts used is over 400, or when x > 400; since the first piece of your function was for x <= 400.
As the problem stated, it costs 6.574 per kilowatt hour usage after 400. So if x is your total number of kilowatts used, then (x-400) will be the total number of kilowatts used after 400. So multiply 6.574 by (x-400):
6.574(x-400)=
6.574x-2629.6
This is only the cost for the hours used after 400. But we are looking for the total cost, so we will need to add the cost of the kilowatt hours used before or equal to 400 to the cost of the hours used after 400. We already found the cost of the kilowatt hours used before or equal to 400, this is just the first piece of your function that George P. already helped you solve. So we take:
8.77*400+7.57 = 3515.57
and add this to our "after 400" cost. So then we have:
3515.57+6.574x-2629.6 =
6.574x+885.97. This is the total cost when x > 400.
So your piecewise function should look like:
C(x) = 8.77x+7.57 if x <=400
6.574+885.97 if x > 400
George P.
Well, were you able to see how to get the other part of your function?
First, how much will the cost be with 400 kWh?
Then, how do you find the additional cost above 400 kWh?
To find the cost at 400 kWh:
C = 8.77 (400) + 7.57 = 3515.57
If you were to use 700 kWh, you would have an additional 300 kWh,
(700 - 400)
You would multiply this by the new rate of 6.574
So, for 700 kWh, the total amount would be C = (700-400)6.574 + 3515.57
So, in general, for an x amount of kWh above 400 kwh, you
would have C = (x-400)6.574 + 3515.57.
This would be the part of the function for x > 400.
So, here is your piecewise function:
8.77x + 7.57 if x <= 400
C =
6.574(x - 400) if x > 400
02/23/13