document.write( "Question 672047: Workout Plus offers a membership for $30 each month plus a $100 start up fee. Fit works offers a membership for $50 each month plus a $20 start up fee. After how many months will memberships to both gyms cost the same amount? \n" ); document.write( "
Algebra.Com's Answer #417785 by stanbon(75887) ![]() You can put this solution on YOUR website! Workout Plus offers a membership for $30 each month plus a $100 start up fee. Fit works offers a membership for $50 each month plus a $20 start up fee. After how many months will memberships to both gyms cost the same amount? \n" ); document.write( "--------------------------- \n" ); document.write( "W(x) = 100 + 30x \n" ); document.write( "F(x) = 20 + 50x \n" ); document.write( "------- \n" ); document.write( "Equal Cost: \n" ); document.write( "Solve: \n" ); document.write( "100+30x = 20+50x \n" ); document.write( "20x = 80 \n" ); document.write( "x = 4 months (equal at 4 months) \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |