document.write( "Question 1010953: a local gym charges nonmembers 15 per hour to play basketball
\n" );
document.write( "members pay a yearly fee of 110 plus 4 per hour for playing basketball.
\n" );
document.write( "how many hours μst you play basketball to justify becoming a member \n" );
document.write( "
Algebra.Com's Answer #626485 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "H=number of hours when member and non-member cost is the same \n" ); document.write( ". \n" ); document.write( "110+4H=15H \n" ); document.write( "110=11H \n" ); document.write( "10=H \n" ); document.write( ". \n" ); document.write( "ANSWER: If you play more than 10 hours per year, you \n" ); document.write( "would save money by becoming a member. \n" ); document.write( " |