document.write( "Question 815546: [ Wisconsin public service applies the following charges for customers who use electricity. \r
\n" );
document.write( "\n" );
document.write( "Daily customer charge: $0.1874 per day
\n" );
document.write( "Electricity Charge: $0.12061 per kilowatt
\n" );
document.write( "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.\r
\n" );
document.write( "\n" );
document.write( "Find the total amount a customer who used 459 Kilowatts during October (has 31 days) should be charged. ] \n" );
document.write( "
Algebra.Com's Answer #491107 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! c = ( dailyFee + kwFee ) * lowIncomeAssistanceFeePercent \n" ); document.write( "--- \n" ); document.write( "dailyFee = (0.1874 * 31) \n" ); document.write( "kwFee = (0.12061 * 459) \n" ); document.write( "lowIncomeAssistanceFeePercent = (1 + 0.03) \n" ); document.write( "--- \n" ); document.write( "c = ( (0.1874 * 31) + (0.12061 * 459) ) * (1 + 0.03) \n" ); document.write( "c = ( 5.8094 + 55.35999 ) * 1.03 \n" ); document.write( "c = 61.16939 * 1.03 \n" ); document.write( "c = 63.004472 \n" ); document.write( "--- \n" ); document.write( "Answer: \n" ); document.write( "Customer charge for October = $63.00 \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |