document.write( "Question 1012910: a one way subway trip costs $0.75. a monthly subway pass costs $27. write and solve an inequality to find the least number of one way rides you must take for the subway pass to be a better deal than paying for each ride. \n" ); document.write( "
Algebra.Com's Answer #629025 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the number of rides, r. \n" ); document.write( "We want to know how many 75 cent rides we can take to make it worth it to buy the monthly pass...thus we write \n" ); document.write( ".75r <= 27 \n" ); document.write( "r <= 27/.75 \n" ); document.write( "r <= 36 \n" ); document.write( "Thus if we ride more than 36 times in a month, the pass is the better deal. \n" ); document.write( " |