QUESTION IMAGE
Question
solve the problem.
an electric company has the following rate schedule for electricity usage in single - family residences:
monthly service charge $4.93
per kilowatt service charge
1st 300 kilowatts $0.11589/kw
over 300 kilowatts $0.13321/kw
what is the charge for using 300 kilowatts in one month?
what is the charge for using 375 kilowatts in one month?
construct a function that gives the monthly charge c for x kilowatts of electricity.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
For using 300 kilowatts: \( 4.93 + 300\times0.11589 = 4.93 + 34.767 = 39.697 \approx 39.70 \) dollars
For using 375 kilowatts: \( 4.93 + 300\times0.11589 + (375 - 300)\times0.13321 = 4.93 + 34.767 + 75\times0.13321 = 39.697 + 9.99075 = 49.68775 \approx 49.69 \) dollars
Function: \( C(x)=
\) (or simplified: \( C(x)=
\))