document.write( "Question 411911: A group of co-workers agreed that each would contribute the same amount to buy their boss a $100 birthday gift. At the last minute, 2 of the people decided not to chip in. This increased the amount that the remaining had to contribute by $2.50 per person. How many people actually contributed to the gift?\r
\n" );
document.write( "\n" );
document.write( "y=(x-2)+2.50(100)
\n" );
document.write( "y=x-2+250
\n" );
document.write( "y=x+248
\n" );
document.write( "y-248=x
\n" );
document.write( "y=(y-248-2)+250
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #289446 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A group of co-workers agreed that each would contribute the same amount to buy their boss a $100 birthday gift. At the last minute, 2 of the people decided not to chip in. This increased the amount that the remaining had to contribute by $2.50 per person. How many people actually contributed to the gift? \n" ); document.write( "--------------- \n" ); document.write( "Let original # of contributers be \"x\". \n" ); document.write( "Original aver cost per person is 100/x \n" ); document.write( "----- \n" ); document.write( "After 2 dropped out the # is \"x-2\" \n" ); document.write( "New aver cost is 100/(x-2) \n" ); document.write( "---- \n" ); document.write( "Equation: \n" ); document.write( "New aver - Old aver = 2.50 \n" ); document.write( "100/(x-2) - (100)/x = 2.50 \n" ); document.write( "------ \n" ); document.write( "100x -100(x-2) = 2.5x(x-2) \n" ); document.write( "200 = 2.5x^2-5x \n" ); document.write( "2.5x^2-5x-200 = 0 \n" ); document.write( "25x^2-50x-2000 = 0 \n" ); document.write( "x^2 - 2x- 80 = 0 \n" ); document.write( "(x-10)(x+8) = 0 \n" ); document.write( "--- \n" ); document.write( "Positive solution: \n" ); document.write( "x = 10 (original number of co-workers) \n" ); document.write( "x-2 = 8 (# of workers who contributed to the present) \n" ); document.write( "=================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "========= \n" ); document.write( " |