document.write( "Question 118897: One hiking club charges $20 to become a memeber and $5 to participate on each hike. Another club charges no mebership fee,but charges $& to participate on each hike. How many hikes must you go on to make the first club more economical? \n" ); document.write( "
Algebra.Com's Answer #87094 by stanbon(75887) ![]() You can put this solution on YOUR website! One hiking club charges $20 to become a memeber and $5 to participate on each hike. Another club charges no membership fee,but charges $7 to participate on each hike. How many hikes must you go on to make the first club more economical? \n" ); document.write( "-------------- \n" ); document.write( "Let \"x\" be the number of hikes. \n" ); document.write( "------------- \n" ); document.write( "1st club expenses: \n" ); document.write( "C(x) = 20 + 5x \n" ); document.write( "2nd club expenses: \n" ); document.write( "C(x) = 7x \n" ); document.write( "-------------- \n" ); document.write( "INEQUALITY: \n" ); document.write( "20+5x<7x \n" ); document.write( "20 < 2x \n" ); document.write( "x > 10 hikes \n" ); document.write( "------------ \n" ); document.write( "If there are more than 10 hikes the 1st club is less expensive,\r \n" ); document.write( "\n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |