document.write( "Question 911904: A family is trying to decide whether or not to buy a season beach pass. A daily pass costs $12. A season beach pass costs $96. With either pass, the family will have to pay a $2 parking fee each trip to the beach.
\n" );
document.write( "How many days would the family have to go the beach in order to make the season pass less expensive than the daily pass?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #553423 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 96/12=8 days are even so 9 days makes the season pass worthwhile \n" ); document.write( "c(d)=12d \n" ); document.write( "96=12d \n" ); document.write( "d=96/12 \n" ); document.write( "d=8 \n" ); document.write( "at 8 days the costs are equal \n" ); document.write( "96=8*12 \n" ); document.write( " |