.
The members of a club decide to buy a cassette tape recorder worth sh. 3000.00
by contributing equal amounts of money. Ten members fail to honour to their commitment
and each of the rest then has to raise sh. 10 more. Find the number of people in the club
~~~~~~~~~~~~~~~~~~~~
Let n be the number of members.
Then you have this equation from the problem
-
= 10,
or, reducing the factor 10 in both sides
-
= 1.
At this point, you may GUESS the solution: n= 60,
or you may to solve this equation formally.
To solve it formally, multiply both sides by n*(n-10), then simplify
300n - 300*(n-10) = n*(n-10)
3000 = n*(n-10)
n^2 - 10n - 3000 = 0
(n-60)*(n+50) = 0
Of the two roots, 60 and -50, you choose (naturally) the positive value.
ANSWER. There are 60 members in the club.
Solved.