document.write( "Question 862065: In May 2003, a gas company had the given rate schedule for natural gas usage in single-family residences.
\n" );
document.write( "Monthly service charge- 10.25
\n" );
document.write( "1st 60 therms- 0.24228/therm
\n" );
document.write( "Therms over 60- 0.23599/therm
\n" );
document.write( "Gas Charge- 0.267/therm.
\n" );
document.write( "Construct a function that relates the monthly charge C for x therms of gas. There are two pieces of the function: one that represents the total cost when 60 therms or fewer are used, and one that represents the total cost when more than 60 therms are used.
\n" );
document.write( "First piece of the function, let x be the total number of therms used, and then add together all the constant charges. What does the first piece of the function look like?
\n" );
document.write( "C= 10.25+0.24228x+0.2627x=10.25+.50498 for 0
\n" );
document.write( "What does the second function look like?
\n" );
document.write( "C= 10.63+.49869x for x>60.
\n" );
document.write( "My question is what do you calculate to get 10.63?
\n" );
document.write( "
Algebra.Com's Answer #519436 by josgarithmetic(39620)![]() ![]() ![]() You can put this solution on YOUR website! For therms up to 60, the function based on the listing of charges is \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "The information about \"Gas charge\" does not indicate if it is for more or less than 60 therms, so my best interpretation is to include it in both function branches.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "For more than 60 therms, the function must be, \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "None of the information in the description gives any justification for a term of 10.63 in the second branch of the function.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "FURTHER THOUGHT: For OVER 60 therms, you would have 60 therms plus x-60 therms. \n" ); document.write( " This may mean charge of \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "- \n" ); document.write( "Note that |