Solveeit Logo

Question

Quantitative Aptitude Question on Probability

The number of ways of distributing 15 identical balloons, 6 identical pencils and 3 identical erasers among 3 children, such that each child gets at least four balloons and one pencil, is

Answer

Given:
- 15 identical balloons.
- 6 identical pencils.
- 3 identical erasers.
- 3 children.
Each child must get at least 4 balloons and 1 pencil. First, let's distribute the minimum required balloons and pencils to each child:
For the Balloons:
Each child gets 4 balloons. So, for 3 children: 3×4=123 \times 4 = 12 balloons are given. We're left with 1512=315 - 12 = 3 balloons to be distributed.
Now, let's use the formula for distributing nn identical objects among rr people/groups.
The formula is:(n+r1Cr1)(^{n+r-1}C_{r-1})
Where: - nn = number of identical objects - rr= number of groups/people
Here, n=3n = 3 (remaining balloons) and r=3r = 3 (children).

Number of ways to distribute 3 identical balloons among 3 children
= 3+31C31^{3+3-1}C_{3-1}
=  5C2= \space^{5}C_{2}
=5!2!3!= \frac{5!}{2!3!}
=10= 10
For the Pencils: Each child gets 1 pencil.
So, for 3 children: 3×1=33 \times 1 = 3 pencils are given.
We're left with 63=36 - 3 = 3 pencils to be distributed.
Using the formula again, for n=3n = 3 pencils among r=3r = 3 children:
Number of ways to distribute 3 identical pencils among 3 children = 5C2=10^{5}C_{2} = 10

For the Erasers: There are 3 identical erasers and 3 children.
So, using the formula for n=3n = 3 erasers and r=3r = 3 children:
Number of ways to distribute 3 identical erasers among 3 children = 5C2=10^{5}C_{2} = 10

Now, the total number of ways is the product of all the individual ways:
Total=10(for  balloons)×10(for  pencils)×10(for  erasers)Total = 10 (for \space balloons) \times 10 (for\space pencils) \times 10 (for \space erasers)
Total=1000Total = 1000

So, there are 1000 ways to distribute the items among the children satisfying the given conditions.