Question
Question: Given, \[9\] balls are to be placed in \[9\] boxes and \[5\]of the balls cannot fit into \[3\] small...
Given, 9 balls are to be placed in 9 boxes and 5of the balls cannot fit into 3 small boxes. The number of ways of arranging one ball in each of the boxes is
A.18720
B.18270
C.17280
D.12780
Solution
The question is related to the permutation and combination concept. On considering the formula, here we choose the permutation formulas and then on substituting the known values and then by simple arithmetic operations we obtain the solution and then we choose the appropriate option.
Complete answer:
Permutation relates to the act of arranging all the members of a set into some sequence or order. In other words, if the set is already ordered, then the rearranging of its elements is called the process of permuting. Permutations occur, in more or less prominent ways, in almost every area of mathematics. They often arise when different orderings on certain finite sets are considered.
The combination is a way of selecting items from a collection, such that (unlike permutations) the order of selection does not matter. In smaller cases, it is possible to count the number of combinations
A permutation is the choice of r things from a set of n things without replacement and where the order matters. It is given by
nPr=(n−r)!n!
A combination is the choice of r things from a set of n things without replacement and where order doesn't matter. It is given by
nCr=r!(n−r)!n!
On considering the given question
Out of the 9 different balls, 5of the balls cannot fit into 3 small boxes.
So those 5balls should be arranged in the remaining 6boxes.
5 Different balls can be placed in 6boxes in 6P5 ways
⇒1!6!=720ways.
Now the remaining 4balls can be placed in 4remaining boxes in 4!
⇒24ways.
So by using multiplication principle, the total number of ways of arranging is equal to
⇒720×24=17280
Therefore option (3) is the correct answer.
Note:
When the question is of the type arranging then in most of the cases we are using or considering the permutation formulas likewise if the question is of selection form then we are considering the combination formulas. We have to remember the factorial formula, it is given by n!=n×(n−1)×(n−2)×...×3×2×1