document.write( "Question 230895: Word Problem Six - A group of people come forward to claim a $1,000,000 lottery jackpot, which the winners are to share equally. Before the jackpot is divided, three more winning ticket holders show up. As a result, each person's share is reduced by $75,000. How many winners are there and what were their shares? (Show a complete algebraic solution for the problem and check the answer.) \n" ); document.write( "
Algebra.Com's Answer #171039 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A group of people come forward to claim a $1,000,000 lottery jackpot, which the winners are to share equally. Before the jackpot is divided, three more winning ticket holders show up. As a result, each person's share is reduced by $75,000. How many winners are there and what were their shares? \n" ); document.write( "---------------------- \n" ); document.write( "Let the original group size of winners be \"x\"; \n" ); document.write( "The original average prize would be 1,000,000/x dollars \n" ); document.write( "------------------------------- \n" ); document.write( "Number of winners after 3 more join is \"x+3\" \n" ); document.write( "New average prize is 1,000,000/(x+3) dollars \n" ); document.write( "-------------------------------- \n" ); document.write( "Equation: \n" ); document.write( "Original - New = 75000 \n" ); document.write( "1,000,000/x - 1,000,000/(x+3) = 75000 \n" ); document.write( "-------------------------------------- \n" ); document.write( "Divide through by 75000 to get: \n" ); document.write( "13.333/x - 13.333/(x+3) = 1 \n" ); document.write( "Multiply thru by x(x+3) \n" ); document.write( "(40/3)(x+3) - (40/3)x = x^2+3x \n" ); document.write( "Multiply thru by 3: \n" ); document.write( "40x + 120 - 40x = 3x^2+9x \n" ); document.write( "3x^2 + 9x -120 = 0 \n" ); document.write( "x^2 + 3x - 40 = 0 \n" ); document.write( "Positive Solution: \n" ); document.write( "x = [-3 + sqrt(9-4*-40)]/2 \n" ); document.write( "--- \n" ); document.write( "x = [-3 + sqrt(169)]/2 \n" ); document.write( "x = [-3 + 13]/2 \n" ); document.write( "x = 5 (original number of winners) \n" ); document.write( "x+3 = 8 (total number of winners) \n" ); document.write( "--------------- \n" ); document.write( "1,000,000/8 = $125,000 (amount each winner received) \n" ); document.write( "=========================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |