document.write( "Question 314183: A group of students agreed that each would chip in the same amount of money to pay for a party that cost $100.00. Then they found 5 more student interested in the party and in sharing the cost. This decreased the amount each had to pay by $1.00. How many students were involved in the party and how much did each student have to pay? \n" ); document.write( "
Algebra.Com's Answer #224632 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A group of students agreed that each would chip in the same amount of money to pay for a party that cost $100.00. \n" ); document.write( " Then they found 5 more student interested in the party and in sharing the cost. \n" ); document.write( " This decreased the amount each had to pay by $1.00. \n" ); document.write( " How many students were involved in the party and how much did each student have to pay? \n" ); document.write( ": \n" ); document.write( "Let x = no. of students finally involved \n" ); document.write( "then \n" ); document.write( "(x-5) = no. of students before 5 more joined \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "Before = after + $1 \n" ); document.write( " \n" ); document.write( "multiply equation by x(x-5), results \n" ); document.write( "100x = 100(x-5) + x(x-5) \n" ); document.write( ": \n" ); document.write( "100x = 100x - 500 + x^2 - 5x \n" ); document.write( "combine on the right \n" ); document.write( "0 = 100x - 100x + x^2 - 5x - 500 \n" ); document.write( "a quadratic equation \n" ); document.write( "x^2 - 5x - 500 = 0 \n" ); document.write( "Factors to: \n" ); document.write( "(x - 25)(x + 20) = 0 \n" ); document.write( "positive solution \n" ); document.write( "x = 25 students finally involved \n" ); document.write( "; \n" ); document.write( "Find the cost: \n" ); document.write( ": \n" ); document.write( "Check solution find the cost before \n" ); document.write( "100/20 = $5, one dollar more \n" ); document.write( " |