document.write( "Question 204151: 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= 42+5x
\n" );
document.write( "Option 2: C= 8.50x
\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( "Answer:
\n" );
document.write( " Show your work here:\r
\n" );
document.write( "\n" );
document.write( "I try to solve for question a. where it asks me about option one C= and for Option two C=, but i have no idea if its correct. I dont know how to do the question b. Can someone help me and show me how to do this problem. My homework is due sunday at 9:59 California time. PLEASE!!!!!
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #154127 by Theo(13342)![]() ![]() You can put this solution on YOUR website! option 1 = 42 + 5*h \n" ); document.write( "option 2 = 8.5*h \n" ); document.write( "----- \n" ); document.write( "you want to know when option 1 < option 2. \n" ); document.write( "----- \n" ); document.write( "your inequality equation would be: \n" ); document.write( "42 + 5*h < 8.5*h \n" ); document.write( "you subtract 5*h from both sides of the equation to get: \n" ); document.write( "42 < 8.5*h - 5*h \n" ); document.write( "you factor out the h on the right side of the equation to get: \n" ); document.write( "42 < (8.5-5)*h \n" ); document.write( "you simplify the right hand side of the equation to get: \n" ); document.write( "42 < 3.5*h \n" ); document.write( "you divide both sides of the equation by 3.5 to get: \n" ); document.write( "42/3.5 < h \n" ); document.write( "you simplify the left side of the equation to get: \n" ); document.write( "12 < h \n" ); document.write( "----- \n" ); document.write( "12 < h is the same as h > 12 \n" ); document.write( "here's how you would derive it if you're not familiar with how to do it. \n" ); document.write( "----- \n" ); document.write( "start with 12 < h \n" ); document.write( "subtract 12 from both sides of the equation to get: \n" ); document.write( "0 < h - 12 \n" ); document.write( "subtract h from both sides of the equation to get: \n" ); document.write( "-h < -12 \n" ); document.write( "multiply both sides of the equation by -1 to get: \n" ); document.write( "h > 12 \n" ); document.write( "note that multiplying both sides of an inequality by -1 reverses the inequality. \n" ); document.write( "----- \n" ); document.write( "your answer is h > 12 \n" ); document.write( "----- \n" ); document.write( "option 1 will be cheaper than option 2 when h > 12 \n" ); document.write( "----- \n" ); document.write( "as a test, take h = 13 \n" ); document.write( "option 1 = 42 + 5*13 = 42 + 65 = 107 \n" ); document.write( "option 2 = 8.5*13 = 110.5 \n" ); document.write( "option 1 is cheaper. \n" ); document.write( "----- \n" ); document.write( "your break even point is at h = 12 \n" ); document.write( "that's when option 1 equation equals option 2 equation which is when: \n" ); document.write( "42 + 5*h = 8.5*h \n" ); document.write( "to get the break even point you have to solve the equality equation.; \n" ); document.write( "----- \n" ); document.write( "a graph of the equations looks like this. \n" ); document.write( "----- \n" ); document.write( " \n" ); document.write( "----- \n" ); document.write( "the line that crosses the y axis at 42 when h = 0 is your option 1 line. \n" ); document.write( "the line that crosses the origin is your option 2 line. \n" ); document.write( "the vertical line is when h = 12. \n" ); document.write( "----- \n" ); document.write( "when h is smaller than 12, option 1 is more expensive. when h = 12, both options are the same. when h > 12 option 1 is cheaper. \n" ); document.write( "----- \n" ); document.write( "the equations i used are: \n" ); document.write( "42 + 5*h \n" ); document.write( "8.5*h \n" ); document.write( "----- \n" ); document.write( "i did, however, had to change h to x in order to allow them to be graphed. \n" ); document.write( "the equations for graphing purposes were: \n" ); document.write( "42 + 5*x \n" ); document.write( "8.5*x \n" ); document.write( "----- \n" ); document.write( "for your purposes, just change all occurrences of h to x and you will have your equations in terms of x. \n" ); document.write( "----- \n" ); document.write( " |