document.write( "Question 102264: A local gym charges nonmembers $8 per day to use the volleyball courts. Members pay a yearly fee of $150 and $2 per day to use the volleyball courts. Write and solve an equation to find how many days you must use the volleyball courts to justify becoming a member. \n" ); document.write( "
Algebra.Com's Answer #74313 by edjones(8007) You can put this solution on YOUR website! let x= number of days \n" ); document.write( "8x=2x+150 \n" ); document.write( "6x=150 \n" ); document.write( "x=25 days. \n" ); document.write( "Check: \n" ); document.write( "50+150=200 \n" ); document.write( "8*25=200 \n" ); document.write( "Ed \n" ); document.write( " |