document.write( "Question 150986: a boxing club charges nonmembers $4 per to workout and $10 per day for equipment rental. Members pay a yearly fee of $400 and a daily fee of 5$ for equipment rental. write and solve and equation to find out how many times you should use the gym to justify membership.\r
\n" );
document.write( "\n" );
document.write( "thanks \n" );
document.write( "
Algebra.Com's Answer #111005 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! a boxing club charges nonmembers $4 per to workout and $10 per day for equipment rental. Members pay a yearly fee of $400 and a daily fee of 5$ for equipment rental. write and solve and equation to find out how many times you should use the gym to justify membership. \n" ); document.write( "; \n" ); document.write( "Let x = no. of daily work-outs \n" ); document.write( ": \n" ); document.write( "Cost for non-members: \n" ); document.write( "C = 4x + 10x \n" ); document.write( "C = 14x \n" ); document.write( "; \n" ); document.write( "Cost for members,: \n" ); document.write( "C = 5x + 400 \n" ); document.write( ": \n" ); document.write( "At some point they will be equal, find that value for x then \n" ); document.write( "14x = 5x + 400 \n" ); document.write( "14x - 5x = 400 \n" ); document.write( "9x = 400 \n" ); document.write( "x = \n" ); document.write( "x = 44.4 \n" ); document.write( "; \n" ); document.write( "We can say that on the your 45th work-out the annual membership is best. \n" ); document.write( "(Assuming it's done within one year, of course) \n" ); document.write( ": \n" ); document.write( "Non mem: 4(45) + 10(45) = $630 \n" ); document.write( "Member; 5(45) + 400 = $625 \n" ); document.write( " \n" ); document.write( " |