Some friends planned to contribute equally to jointly buy a CD player. However, two of them decided to withdraw at the last minute. As a result, each of the others had to shell out one rupee more than what they had planned for. If the price (in Rs.) of the CD player is an integer between 1000 and 1100, find the number of friends who actually contributed?
Step-by-step Solution:
To solve this problem, we can set up equations based on the information provided and then use the given price range to find a unique solution.
From the initial plan, the contribution per person was P/N. After two friends withdrew, the number of friends became (N-2) and the contribution became (P/N + 1).
This gives us the equation for the total price:
P = (N - 2) × (P/N + 1)
Let's solve the equation to find a relationship between P and N.
P = (N - 2) × ( (P + N) / N )
P × N = (N - 2) × (P + N)
PN = PN + N2 - 2P - 2N
0 = N2 - 2P - 2N
2P = N2 - 2N
2P = N(N - 2)
P = N(N - 2) / 2
We are told that the price P is an integer between 1000 and 1100.
1000 < P < 1100
Substituting our expression for P:
1000 < N(N - 2) / 2 < 1100
Multiplying by 2:
2000 < N(N - 2) < 2200
We are looking for an integer N where the product of N and (N-2) is between 2000 and 2200. We can estimate N by noting that N(N-2) is approximately N2. Since $\sqrt{2000}$ is approximately 45, we can test values of N around 45.
So, the original number of friends N could be 46 or 47. However, the price P must be an integer.
Therefore, the original number of friends (N) must have been 46.
The question asks for the number of friends who actually contributed, which is N - 2.
Number who contributed = 46 - 2 = 44.