document.write( "Question 182603: A tennis club offers two payment options:
\n" );
document.write( "Option1: $35 monthly fee plus $4/hour for court rental
\n" );
document.write( "Option 2: No monthly fee but $6.50/hour for court rental.
\n" );
document.write( " Let x = hours per month of court rental time.
\n" );
document.write( "a) Write a mathematical model representing the total monthly cost, C, in terms of x for the following:
\n" );
document.write( "Option 1: C=_________________
\n" );
document.write( "Option 2: C=_________________
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #137085 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A tennis club offers two payment options: \n" ); document.write( "Option1: $35 monthly fee plus $4/hour for court rental \n" ); document.write( "--- \n" ); document.write( "C1(x) = 35 + 4x \n" ); document.write( "----------------------------\r \n" ); document.write( "\n" ); document.write( "Option 2: No monthly fee but $6.50/hour for court rental. \n" ); document.write( "C2(x) = 6.5x \n" ); document.write( "------------------------------- \n" ); document.write( "Where x = hours per month of court rental time. \r \n" ); document.write( "\n" ); document.write( "================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |