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? 
---------------
Let original # of contributers be "x".
Original aver cost per person is 100/x
-----
After 2 dropped out the # is "x-2"
New aver cost is 100/(x-2)
----
Equation:
New aver - Old aver = 2.50
100/(x-2) - (100)/x = 2.50
------
100x -100(x-2) = 2.5x(x-2)
200 = 2.5x^2-5x
2.5x^2-5x-200 = 0
25x^2-50x-2000 = 0
x^2 - 2x- 80 = 0
(x-10)(x+8) = 0
---
Positive solution:
x = 10 (original number of co-workers)
x-2 = 8 (# of workers who contributed to the present)
===================================
Cheers,
Stan H.
=========