document.write( "Question 1201188: A fitness club charges members a monthly fee and a fee for each fitness class. Last month, one member attended 8 fitness classes and paid 80$. Another member attended 14 fitness classes and paid $98. Determine the monthly fee and the fee per class. \n" ); document.write( "
Algebra.Com's Answer #835483 by greenestamps(13195)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The total cost is a flat fee plus a certain amount for each class, so the formula for the total cost is of the form \n" ); document.write( "y = mx+b \n" ); document.write( "where y is the total cost and x is the number of classes. The b is the flat fee (the total cost with 0 classes), and the m is the additional cost per class. \n" ); document.write( "We have \n" ); document.write( "80 = 8x+b \n" ); document.write( "98 = 14x+b \n" ); document.write( "Subtract the first equation from the second to find \n" ); document.write( "18 = 6x \n" ); document.write( "x = 18/6 = 3 \n" ); document.write( "The additional cost for each class is $3. \n" ); document.write( "Use that result in either equation to find the flat fee: \n" ); document.write( "80 = 8(3)+b \n" ); document.write( "80 = 24+b \n" ); document.write( "b = 80-24 = 56 \n" ); document.write( "The flat fee is $56 \n" ); document.write( "ANSWERS: $56 flat fee, $3 per class. \n" ); document.write( "That is a formal algebraic solution, which is probably what you were looking for. However, that solution followed very formal process, in which you basically plugged numbers into standard equations to get the answer. \n" ); document.write( "In my opinion, solving the problem using logical reasoning and simple arithmetic is a much better exercise for your brain. \n" ); document.write( "So do as tutor @ikleyn suggests: \n" ); document.write( "The 14-8 = 6 additional classes cost and additional $98-$80 = $18, so the cost per class was $18/6 = $3; then since the cost with 8 classes was $80, the flat fee is the $80-8($3) = $80-$24 = $56. \n" ); document.write( "You do exactly the same arithmetic as with the formal algebraic solution -- but you get a much better understanding of HOW the problem is actually solved. \n" ); document.write( " \n" ); document.write( " |