SOLUTION: 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 th

Algebra ->  Finance -> SOLUTION: 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 th      Log On


   



Question 1198817: 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
Answer by ikleyn(52781) About Me  (Show Source):
You can put this solution on YOUR website!
.
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

    3000%2F%28n-10%29 - 3000%2Fn = 10,


or, reducing the factor 10 in both sides

    300%2F%28n-10%29 - 300%2Fn = 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.