document.write( "Question 254390: How would you write an equation that relates the monthly charge c, in dollars, to the number of kilowatt-hours used in amonth, 0 < x < 850 for the following word problem:\r
\n" );
document.write( "\n" );
document.write( "Mason power company supplies electricity to residential customer for a monthly customer charge of $7.25 plus 6.676 cents per kilowwat-hour for up to 850 kilowatt-hours? \n" );
document.write( "
Algebra.Com's Answer #186898 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Mason power company supplies electricity to residential customer for a monthly customer charge of $7.25 plus 6.676 cents per kilowatt-hour for up to 850 kilowatt-hours? \n" ); document.write( ": \n" ); document.write( "c = .06676h + 7.25 (change cents to dollars) \n" ); document.write( "where \n" ); document.write( "h = is the no. of kwh up to 850 \n" ); document.write( " |