Solveeit Logo

Question

Question: There are 4 mangoes, 3 apples, 2 oranges and 1 each of 3 other varieties of fruits. The number of wa...

There are 4 mangoes, 3 apples, 2 oranges and 1 each of 3 other varieties of fruits. The number of ways of selecting at least one fruit of each kind is.

Explanation

Solution

In Mathematics whenever we need to choose r items out of n items we use combinations. This is represented by nCr{}^{n}{C_r} and it’s formula is n!r!(nr)!\dfrac{n!}{r!(n-r)!}. we’ll use the same concept to choose and count the ways.

Complete step by step solution:
To find the number of ways of selecting at least one fruit of each kind
Number of ways of selecting 11 mango from 44 mangoes is 4C1=4!1!(41)!4{}^4{C_1}=\dfrac{4!}{1!(4-1)!} \Rightarrow 4
Number of ways of selecting 11 mango from 33 apples is 3C1=3!1!(31)!3{}^3{C_1}=\dfrac{3!}{1!(3-1)!} \Rightarrow 3
Number of ways of selecting 11 mango from 22 oranges is 2C1=2!1!(21)!1{}^2{C_1}=\dfrac{2!}{1!(2-1)!} \Rightarrow 1
There is only one way selecting one fruit from one.

\therefore Total no of ways of selection =4×3×2×1×1×1=4! = 4 \times 3 \times 2 \times 1 \times 1 \times 1 = 4!

Note:
Students many times get confused between permutations and combinations. Keep it in mind, when we need to count the number of ways to rearrange the items then we’ll use permutations and combinations when we need to count the number of ways of choosing some items.
Formula for n!n! is n(n1)!n \cdot (n-1)!