document.write( "Question 154600: 5) A tennis club offers two payment options:
\n" );
document.write( "Option 1: $42 monthly fee plus $5/hour for court rental
\n" );
document.write( "Option 2: No monthly fee but $8.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( "b) How many hours would you have to rent the court so the monthly cost of option 1 is less than option 2? Set up an inequality and show your work algebraically using the information in part a.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #113834 by oscargut(2103)![]() ![]() You can put this solution on YOUR website! a)\r \n" ); document.write( "\n" ); document.write( "Option 1: C=____42+5x_____________ \n" ); document.write( "Option 2: C=____8.5x_____________ \r \n" ); document.write( "\n" ); document.write( "b) 42+5x<8.5x \n" ); document.write( "then 42<3.5x \n" ); document.write( "then 12 |