document.write( "Question 10740: a hiking club charges an initial fee of $60 and then $12 for each hinking trip. write an expression to model the total cost and then evaluate the expression for 1 to 6 hikes. \n" ); document.write( "
Algebra.Com's Answer #5645 by askmemath(368) ![]() You can put this solution on YOUR website! You pay $60 as membership fee \n" ); document.write( "$12 per hike\r \n" ); document.write( "\n" ); document.write( "Let's say you went for 3 hikes in a year\r \n" ); document.write( "\n" ); document.write( "Then your total cost = 60+12x3 = $96\r \n" ); document.write( "\n" ); document.write( "4 hikes \n" ); document.write( "60+12x4 = $108\r \n" ); document.write( "\n" ); document.write( "So your expression bcomes 60+12X where X is the number of hikes you take. \n" ); document.write( " |