a certain amount of money is to be divided among a certain umber of people : if there were three men fewer then each man would have Rs 150 more : but if there were 6 men more, each man would have Rs 120 less find the number of people!
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Suppose there are x men who are to divide N Rs. Then, the amount of money given to each man when divided equally is N / x . From the problem description:
{ x − 3 N = x N + 1 5 0 x + 6 N = x N − 1 2 0
Solving each for N by factoring out N and simplifying:
{ N = 5 0 x ( x − 3 ) N = 2 0 x ( x + 6 )
Substituting for N and solving for x gives the number of men x = 9 .