document.write( "Question 1164703: a gym charges a 20 dollar fee plus 25 dollars per month.you have a 120 dollar gift card for the gym. when does the total spent on your gym membership exceed the amount of your gift card
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #789112 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! This is when 20+25x, the total cost of the gym membership to a time x months, exceeds 120. \n" ); document.write( "The 20 is the fixed fee, x is the number of months. \n" ); document.write( "20+25x>120 \n" ); document.write( "25x>100 \n" ); document.write( "that occurs when x>4 months (or starting with month 5) \n" ); document.write( " |