document.write( "Question 149793This question is from textbook blitzer college algebra
\n" );
document.write( ": a tennis club offers two payment options:
\n" );
document.write( "option1: $32 monthly fee plus $3/hour for court rental
\n" );
document.write( "option2: no monthly fee but $6.60/hour for court rental
\n" );
document.write( "let x = hours per month of court rental time. \r
\n" );
document.write( "\n" );
document.write( "A.) write a mathematical model representing the total monthly cost,c, in terms of x for the following Option 1: C= & option 2: C=\r
\n" );
document.write( "\n" );
document.write( "B.) How many hours would you have to rent the court so that the monthly cost of option 1, is less than option 2. set up an inequality an show your work algebraically using the information in part a. round to 3 decimal places if necessary \n" );
document.write( "
Algebra.Com's Answer #109905 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! A.) Cost for a single month \n" ); document.write( "Option 1: \n" ); document.write( "c = 32 + 3x \n" ); document.write( "Option 2: \n" ); document.write( "c = 6.60x \n" ); document.write( ". \n" ); document.write( "B.) \n" ); document.write( "32 + 3x < 6.60x \n" ); document.write( "32 < 3.60x \n" ); document.write( "x < 32/3.60 \n" ); document.write( "x < 8.889 hours \n" ); document.write( " \n" ); document.write( " |