document.write( "Question 72138This question is from textbook Algebra and Trigonometry: Structure and Method
\n" );
document.write( ": Members of the Ski Club contributed equally to obtain $1800 for a holiday trip. When 6 members found that they could not go, their contributions were refunded and each remaining member then had to pay $10 more to raise the $1800. How many went on the trip? \n" );
document.write( "
Algebra.Com's Answer #51589 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Members of the Ski Club contributed equally to obtain $1800 for a holiday trip. When 6 members found that they could not go, their contributions were refunded and each remaining member then had to pay $10 more to raise the $1800. How many went on the trip? \n" ); document.write( ": \n" ); document.write( "Let x = number of members who went on the trip \n" ); document.write( ": \n" ); document.write( "(x+6) = number of members who planned to go \n" ); document.write( ": \n" ); document.write( "Original price/person: 1800/(x+6) \n" ); document.write( ": \n" ); document.write( "Actual price/person: 1800/x \n" ); document.write( ": \n" ); document.write( "Actual price - planned price = 10 \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "multiply equation by x(x+6) to get rid of the denominators \n" ); document.write( "1800(x+6) - 1800x = 10(x(x+6)) \n" ); document.write( ": \n" ); document.write( "1800x + 10800 - 1800x = 10x^2 + 60x \n" ); document.write( ": \n" ); document.write( "A quadratic equation: \n" ); document.write( "10x^2 + 60x - 10800 = 0 \n" ); document.write( ": \n" ); document.write( "Simplify; divide equation by 10: \n" ); document.write( "x^2 + 6x - 1080 = 0 \n" ); document.write( ": \n" ); document.write( "Factor this to: \n" ); document.write( "(x+36)(x-30) = 0 \n" ); document.write( "x = -36 \n" ); document.write( "and \n" ); document.write( "x = +30 is the our solution \n" ); document.write( ": \n" ); document.write( "30 people actually went on the trip \n" ); document.write( ": \n" ); document.write( "Check using cost per person \n" ); document.write( "Planned: 1800/36 = $50 per person \n" ); document.write( "Actual: 1800/30 = $60 per person \n" ); document.write( " |