we have 5 boxes :box n°1,box n°2,......,box n°5. and five balls each ball with a number from 1 to 5. we distribute the balls to the boxes so that each one can contain zero to five balls. task: calculate the probability of one box remaining empty after the distribution.
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.
Since any of the 5 balls can go into any one of the 5 boxes, the total number of possible elementary outcomes (sequence of labels of boxes where the balls go) is 5 5 . Each one of these outcomes is equally likely.
Now, in these outcomes, one box will remain empty if and only if two balls go to a single box and the other three balls go to three distinct boxes, leaving one empty. The total number of such possibilities is ( 5 × ( 2 5 ) ) × 4 P 3 .
Hence the required probability is 5 5 ( 5 × ( 2 5 ) ) × 4 P 3 = 0 . 3 8 4 .
Problem Loading...
Note Loading...
Set Loading...
since one box shall remain empty, and we have 5 balls, 3 boxes will contain 1 ball each and 1 box will contain two balls. first, we need to calculate the number of possibilities in general, in this situation we have that number equal to5^{5}= 3125.
the number of ways to choose a box that remains empty is 5. the number of ways to choose a box that contains two balls is 4 ( since we have already chosen a box that will remain empty we only have 4 left to deal with ). the number of ways to choose two balls to put them in that box is: 5C2 = 10 and the number of ways to put the 3 balls that we have left in the 3 remaining boxes so that each one contains 1 ball is 3!=6 so CARD(A)=5 × 4 × 1 0 × 6 = 1200 so the number of possibilities is P(A) = 3 1 2 5 1 2 0 0 = 0.384