document.write( "Question 1190772: In 2014, TTEC had the following rate schedule for electricity usage for residential purposes;
\n" );
document.write( "
\n" );
document.write( "Monthly service charge $200.00 Per KWh charge:
\n" );
document.write( "1st 600 KWh: $1.25/KWh
\n" );
document.write( "Over 600 KWh: $2.51/KWh
\n" );
document.write( "
\n" );
document.write( "(i) What is the charge for using 599 KWh in a month? [2]
\n" );
document.write( "(ii) What is the charge for using 2600 KWh in a month? [3]
\n" );
document.write( "(iii) If C is the monthly charge for x KWh, develop a model relating the monthly charge and kilowatt-hours used. That is, express C as a function of x. [4]
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #822514 by Theo(13342)![]() ![]() You can put this solution on YOUR website! i understand this as:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "monthly charge is 200.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this is paid regardless of the number of kilowatt hours used.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the per kilowatt charge is 1.25 for the first 600 kilowatt hours and 2.51 per kilowatt hour for any kilowatt hours over 600.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "with that understanding.....\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if you used 599 kilowatt hours in a month, then your monthly charge would be 200 + 1.25 * 599 = 948.75\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if you used 2600 kilowatt hours in a month, then your monthly charge would be 200 + 1.25 * 600 + 2.51 * (2600 - 600) = 5719.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the general equation would be a piecemeal function that would be:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "c(x) = 200 + 1.25 * x for x <= 600. \n" ); document.write( "c(x) = 950 + 2.51 * (x - 600) for x > 600.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the function would be applied as follows:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if x <= 600, then the first function would be applied. \n" ); document.write( "if x > 600, then the second function would be applied.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when 599 kilowatt hours were used, the first function would be applied to get 200 + 1.25 * 599 = 948.75\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when 2600 kilowatt hours were used, the second function would be applied to get 950 + 2.51 * (2600 - 600) = 5970.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |