|
Question 815546: [ Wisconsin public service applies the following charges for customers who use electricity.
Daily customer charge: $0.1874 per day
Electricity Charge: $0.12061 per kilowatt
low income assistance FEE (to help other customers who need economic assistance in paying their electric bill): 3% of the sum of the daily customer charge and the electrical usage charge.
Find the total amount a customer who used 459 Kilowatts during October (has 31 days) should be charged. ]
Answer by TimothyLamb(4379) (Show Source):
You can put this solution on YOUR website! c = ( dailyFee + kwFee ) * lowIncomeAssistanceFeePercent
---
dailyFee = (0.1874 * 31)
kwFee = (0.12061 * 459)
lowIncomeAssistanceFeePercent = (1 + 0.03)
---
c = ( (0.1874 * 31) + (0.12061 * 459) ) * (1 + 0.03)
c = ( 5.8094 + 55.35999 ) * 1.03
c = 61.16939 * 1.03
c = 63.004472
---
Answer:
Customer charge for October = $63.00
---
Solve and graph linear equations:
https://sooeet.com/math/linear-equation-solver.php
---
Solve quadratic equations, quadratic formula:
https://sooeet.com/math/quadratic-formula-solver.php
---
Convert fractions, decimals, and percents:
https://sooeet.com/math/fraction-decimal-percent.php
---
Calculate and graph the linear regression of any data set:
https://sooeet.com/math/linear-regression.php
|
|
|
| |