Solve the following. (mod4)
1. How many 3-digit number can be formed from digits 1 – 5 if:
a. If repetition is allowed?
b. If repetition is not allowed?
2. How many strings of length 4 can be formed using the letters
COMPUTER if repetitions are not allowed?
3. Out of 17 regions in the country, ten will be chosen to be included
in a survey. How many ways of selecting 10 out of 17 regions?
4. Expand the (2𝑥 − 𝑦)3 using binomial coefficient.
5. Find for the coefficient of the following:
a. x4y3 after the expansion of (x – 2y )7
b. x6y6 after the expansion of (2x + y )12
6. Find the 9th term of the expression (2x + y )12
1(a) A three digit number is to be formed from given 5 digits 1,2,3,4,5.
Now, there are 5 ways to fill ones place.
Since, repetition is allowed , so tens place can be filled by all 5 digits.
and tens place can be filled in 5 ways.
Similarly, to fill hundreds place, we have also 5 digits.
So, hundreds can be filled by 5 ways.
So, required number of ways in which three digit numbers can be formed from the given digits is
1(b) A three digit number is to be formed from given 5 digits 1,2,3,4,5.
Now, there are 5 ways to fill ones place.
Since, repetition is not allowed , so tens place can be filled by remaining 4 digits.
So, tens place can be filled in 4 ways.
Similarly, to fill hundreds place, we have 3 digits remaining.
So, hundreds can be filled by 3 ways.
So, required number of ways in which three digit numbers can be formed from the given digits is 5×4×3=60
2 Since repetition is not allowed
and the string consist of only four letters out of letters 'C' 'O' 'M' 'P' 'U' 'T' 'E' 'R' (all letters all unique)
So, first letter have 8 ways
and second letter of string have 7 ways (because one letter is already occupied)
third letter of string have 6 ways
and fourth letter of string have 5 ways
So, Total numbers of strings of length 4 can be formed using the letters COMPUTER =
(3) Number of ways selecting "m" things out of "n" things =
So, total number of ways of selecting 10 regions out of 17 = 19448 ways
(4)
Now, calculate the product for every value of k from 0 to 3.
Upon Solving we get,
(5)(a)
On putting k= 3 in above formula and upon comparing we get
So, Coefficient of in expansion of is equal to -280
(5)(b)
On putting k= 6 in above formula and upon comparing we get
So, Coefficient of in expansion of is equal to 59136
(6)
For 9th term ,put k=8{since k is starting from 0 . So 9th term will be k=8}
Hence 9th term in the expansion of is
Comments