document.write( "Question 1191959: A skier is trying to decide whether or not to buy a season ski pass. A daily pass costs $67. A season ski pass costs $350. The skier would have to rent skis with either pass for $25 per day. How many days would the skier have to go skiing in order to make the season pass less expensive than the daily passes? \n" ); document.write( "
Algebra.Com's Answer #823849 by math_helper(2461)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Cost equation for daily pass: \r
\n" ); document.write( "\n" ); document.write( " C_daily = 67x + 25x = 92x, where x = # days skied\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Cost equation for season pass:
\n" ); document.write( " C_season = 350 + 25x\r
\n" ); document.write( "\n" ); document.write( "We wish to find x such that C_season < C_daily\r
\n" ); document.write( "\n" ); document.write( " 350 + 25x < 92x
\n" ); document.write( " 350 < 67x\r
\n" ); document.write( "\n" ); document.write( " 350/67 < x
\n" ); document.write( " 5.224 < x \r
\n" ); document.write( "\n" ); document.write( " x = 6 ski days\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Sanity check...\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "#days skied Daily pass cost Season pass cost
\n" ); document.write( " 4 368 450
\n" ); document.write( " 5 460 475
\n" ); document.write( " 6 552 500 <---- Season pass becomes cheaper\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If you plot the two cost equations, the point where they cross is the point where the season pass becomes more cost effective (well, the nearest integer above where they cross). \r
\n" ); document.write( "\n" ); document.write( "The green line represents the season pass cost equation:\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "
\n" );