In how many ways can 5 chocolates be distributed among 3 people such that each person gets at least 1 chocolate?
Answers
Given:
Number of people = 3
Number of chocolates= 5
TO Find:
In how many ways can 5 chocolates be distributed among 3 people such that each person gets at least 1 chocolate
Factorial notation :
The notation n! represents the product of first n natural numbers, i.e., the product 1 × 2 × 3 × . . . × (n – 1) × n is denoted as n!. We read this symbol as ‘n factorial’.
Thus, 1 × 2 × 3 × 4 . . . × (n – 1) × n = n !
For example,
1! = 1
2! = 1 x 2 = 2
3! = 1 x 2 x 3 = 6
4! = 1 x 2 x 3 x 4 = 24, which are the factors of the given number.
Formula Used:
=
Distributing n things among r person so that any of them can get none, one , two or all =
Solution:
According to the question, the number of people are 3
Each of them should get atleast 1 chocolate
The remaining chocolates are 5-3 = 2
By using the formula ,we get
Distributing 2 things among 3 person so that any of them can get none, one , two or all =
=
=
=
=
= 6
Distributing 2 things among 3 person so that any of them can get none, one , two or all =6
In 6 ways can 5 chocolates be distributed among 3 people such that each person gets at least 1 chocolate
Step 1: Given data
Number of chocolates
Number of people among which chocolates have to be distributed
Number of ways in which each person gets at least chocolate
Step 2: Using the formula
To distribute things among people so that each of them gets zero, one, two or all of them is given by,
Step 3: Calculating the number of ways
If there are people, and each of them must have at least chocolate then,
Remaining chocolates are,
We can distribute chocolates among people using,
Hence, the number of ways we can distribute chocolates to distribute amone people such that each of them gets at least chocolate is ways.
#SPJ3