Questions

Solve the Following Question.(3 Marks)

Take a timed test

20 questions · self-marked practice — reveal the answer and mark yourself.

Question 13 Marks
Nine friends decide to go for a picnic in two groups. One group decides to go by car and the other group decides to go by train. Find the number of different ways of doing so if there must be at least 3 friends in each group.
View full question & answer
Question 23 Marks
Find the number of words that can be formed by using all the letters in the word REMAIN. If these words are written in dictionary order, what will be the 40th word?
View full question & answer
Question 43 Marks
A question paper has two sections. Section I has 5 questions and section II has 6 questions. A student must answer at least two questions from each section among 6 questions he answers. How many different choices does the student have in choosing questions?
View full question & answer
Question 73 Marks
Find the differences between the greatest values in the following:

${ }^{13} C _{ r }$ and ${ }^8 C _{ r }$

View full question & answer
Question 93 Marks
Find n and r if,

${ }^n P_r=720$ and ${ }^n C_{n-r}=120$

Answer
$\begin{array}{ll} & { }^n P_r=720 \\ \therefore \quad & \frac{n !}{(n-r) !}=720 \\ & \text { Also, }{ }^n C_{n-r}=120 \\ \therefore \quad & \frac{n !}{(n-r) !(n-n+r) !}=120 \\ \therefore \quad & \frac{n !}{r !(n-r) !}=120 \\ & \frac{n !}{\text { Dividing (i) by (ii), we get }} \\ & \frac{(n-r) !}{n !}=\frac{720}{120} \\ & r !(n-r) !\end{array}$

$\begin{array}{ll}\therefore & r !=6 \\ \therefore & r=3\end{array}$

Substituting $r=3$ in (i), we get

$\begin{array}{ll} & \frac{n !}{(n-3) !}=720 \\ \therefore \quad & \frac{n(n-1)(n-2)(n-3) !}{(n-3) !}=720 \\ \therefore \quad & n(n-1)(n-2)=10 \times 9 \times 8 \\ \therefore \quad & n=10\end{array}$

View full question & answer
Question 103 Marks
Find $r$ if ${ }^{14} C_{2 r}:{ }^{10} C_{2 r-4}=143: 10$.
Answer
$ { }^{14} C _{2 r}:{ }^{10} C _{2 r -4}=143: 10$
$\therefore \frac{14 !}{2 r !(14-2 r ) !} \div \frac{10 !}{(2 r -4) !(14-2 r ) !}=\frac{143}{10}$
$\therefore \frac{14 !}{2 r !(14-2 r ) !} \times \frac{(2 r -4) !(14-2 r ) !}{10 !}=\frac{143}{10}$
$\therefore \frac{14 \times 13 \times 12 \times 11 \times 10 !}{2 r (2 r -1)(2 r -2)(2 r -3)(2 r -4) !(14-2 r ) !}$
$\times \frac{(2 r-4) !(14-2 r) !}{10 !}=\frac{143}{10}$
$\therefore \quad \frac{14 \times 13 \times 12 \times 11}{2 r(2 r-1) \times(2 r-2)(2 r-3)}=\frac{143}{10}$
$\therefore 2 r(2 r-1)(2 r-2)(2 r-3)=14 \times 12 \times 10 $
$ \therefore 2 r(2 r-1)(2 r-2)(2 r-3)=8 \times 7 \times 6 \times 5$
Comparing on both sides, we get
$\therefore r = 4$
View full question & answer
Question 113 Marks
How many different 6-digit numbers can be formed using digits in the number 659942? How many of them are divisible by 4?
Answer
A 6-digit number is to be formed using digits of 659942, in which 9 repeats twice.

$\therefore$ Required number of numbers formed $=\frac{6 !}{2 !}$

$=\frac{6 \times 5 \times 4 \times 3 \times 2 !}{2 !}$

= 360 A 6-digit number is to be formed using the same digits that are divisible by 4. For a number to be divisible by 4, the last two digits should be divisible by 4, i.e. 24, 52, 56, 64, 92 or 96. Case I: When the last two digits are 24, 52, 56 or 64. As the digit 9 repeats twice in the remaining four numbers, the number of arrangements =

$\frac{4 !}{2 !}=12$

∴ 6-digit numbers that are divisible by 4 so formed are 12 + 12 + 12 + 12 = 48. Case II: When the last two digits are 92 or 96. As each of the remaining four numbers are distinct, the number of arrangements = 4! = 24 ∴ 6-digit numbers that are divisible by 4 so formed are 24 + 24 = 48. ∴ Required number of numbers framed = 48 + 48 = 96

View full question & answer
Question 123 Marks
In how many ways can 5 different books be arranged on a shelf if (i) there are no restrictions

(II)2 books are always together

(III)2 books are never together

Answer
I. 5 books arranged in ${ }^5 P_5=5 !=120$ ways.

II. 2 books are together. Let us consider two books as one unit. This unit with the other 3 books can be arranged in${ }^4 P_4=4 !=24$ ways.

Also, two books can be arranged among themselves in ${ }^2 P _2=2$ ways.

∴ Required number of arrangements = 24 × 2 = 48

III. Say books are $B_1, B_2, B_3, B_4, B_5$ are to be arranged with $B_1, B_2$ never together.

$B_3, B_4, B_5$ can be arranged among themselves in ${ }^3 P_3=3 !=6$ ways.

$B_3, B_4, B_5$ create 4 gaps in which $B_1, B_2$ are arranged in ${ }^4 P_2=4 \times 3=12$ ways.

∴ Required number of arrangements = 6 × 12 = 72

View full question & answer
Question 133 Marks
A code word is formed by two different English letters followed by two non-zero distinct digits. Find the number of such code words. Also, find the number of such code words that end with an even digit.
Answer
There is a total of 26 alphabets. A code word contains 2 English alphabets.$\therefore 2$ alphabets can be filled in ${ }^{26} P _2$
$=\frac{26 !}{(26-2) !}$
$=\frac{26 \times 25 \times 24 !}{24 !}$
$=650 \text { ways. }$
Also, alphabets to be followed by two distinct non-zero digits from 1 to 9 which can be filled in
${ }^9 P_2=\frac{9 !}{(9-2) !}=\frac{9 \times 8 \times 7 !}{7 !}=72$ ways.
∴ Total number of a code words = 650 × 72 = 46800. To find the number of codewords end with an even integer. 2 alphabets can be filled in 650 ways. The digit in the unit’s place should be an even number between 1 to 9, which can be filled in 4 ways. Also, 10’s place can be filled in 8 ways. ∴ Total number of codewords = 650 × 4 × 8 = 20800
View full question & answer
Question 143 Marks
In a group photograph, 6 teachers and principal are in the first row and 18 students are in the second row. There are 12 boys and 6 girls among the students. If the middle position is reserved for the principal and if no two girls are together, find the number of arrangements.
Answer
In 1 st row, 6 teachers can be arranged among themselves in ${ }^6 P _6=6$ ! ways.In the 2 nd row, 12 boys can be arranged among themselves in ${ }^{12} P _{12}=12$ ! ways.
No two girls are together.
So, there are 13 places formed by 12 boys in which 6 girls occupy any 6 places in ${ }^{13} P_6$
ways. ∴ Required number of arrangements
$=6 ! \times 12 ! \times{ }^{13} P _6$
$=6 ! \times 12 ! \times \frac{13 !}{(13-6) !}$
$=6 ! \times 12 ! \times \frac{13 !}{7 !}$
$=\frac{6 ! \times 12 ! \times 13 !}{7 \times 6 !}$
$=\frac{12 ! 13 !}{7}$
View full question & answer
Question 193 Marks
How many numbers formed with the digits 0, 1, 2, 5, 7, 8 will fall between 13 and 1000 if digits can be repeated?
Answer
Case I: 2-digit numbers more than 13, less than 20, formed from the digits 0, 1, 2, 5, 7, 8. 10’s place digit is 1. ∴ it can be selected in 1 way only. Unit’s place can be filled by any one of the numbers 5, 7, 8. ∴ Unit’s place digit can be selected in 3 ways. ∴ Total number of such numbers = 1 × 3 = 3. Case II: 2-digit numbers more than 20 formed from 0, 1, 2, 5, 7, 8. 10’s place can be filled by any one of the numbers 2, 5, 7, 8. ∴ 10’s place digit can be selected in 4 ways. Since repetition is allowed, the unit’s place can be filled by one of the remaining 6 digits. ∴ Unit’s place digit can be selected in 6 ways. ∴ Total number of such numbers = 4 × 6 = 24. Case III: 3-digit numbers formed from 0, 1, 2, 5, 7, 8. Similarly, since repetition of digits is allowed, the total number of such numbers = 5 × 6 × 6 = 180. All cases are mutually exclusive. ∴ Total number of required numbers = 3 + 24 + 180 = 207
View full question & answer
Question 203 Marks
If numbers are formed using digits 2, 3, 4, 5, 6 without repetition, how many of them will exceed 400?
Answer
Case I: Number of three-digit numbers formed from 2, 3, 4, 5, 6, greater than 400. 100’s place can be filled by any one of the numbers 4, 5, 6. 100’s place digit can be selected in 3 ways. Since repetition is not allowed, 10’s place can be filled by any one of the remaining four numbers. ∴ 10’s place digit can be selected in 4 ways. Unit’s place digit can be selected in 3 ways. ∴ Total number of three-digit numbers formed = 3 × 4 × 3 = 36 Case II: Number of four-digit numbers formed from 2, 3, 4, 5, 6. Since repetition of digits is not allowed, 1000’s place digit can be selected in 5 ways. 100’s place digit can be selected in 4 ways. 10’s place digit can be selected in 3 ways. Unit’s place digit can be selected in 2 ways. ∴ Total number of four-digit numbers formed = 5 × 4 × 3 × 2 = 120 Case III: Number of five-digit numbers formed from 2, 3, 4, 5, 6. Similarly, since repetition of digits is not allowed, Total number of five digit numbers formed = 5 × 4 × 3 × 2 × 1 = 120. ∴ Total number of numbers that exceed 400 = 36 + 120 + 120 = 276
View full question & answer