Questions

M.C.Q (1 Marks)

Take a timed test

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

Question 11 Mark

A five digit number divisible by 3 is to be formed using the numbers 0, 1, 2, 3, 4 and 5 without repetitions. The total number of ways this can be done is.

  1. 216
  2. 600
  3. 240
  4. 3125

[Hint: 5 digit numbers can be formed using digits 0, 1, 2, 4, 5 or by using digits 1, 2, 3, 4, 5 since sum of digits in these cases is divisible by 3.]

Answer
  1. 216

Solution:

We know that a number is divisible by 3 if the sum of its digits is divisible by 3.

Now sum of the given six digits is 15 which is divisible by 3. So to form a number of five-digit which is divisible by 3 we can remove either ‘O’ or ‘3’. If digits 1, 2, 3, 4, 5 are used then number of required numbers = 5!

If digits 0, 1, 2, 4, 5 are used then first place from left can be filled in 4 ways and remaining 4 places can be filled in 4! ways. So in this case required numbers are 4 × 4! ways.

So, total number of numbers = 120 + 96 = 216

View full question & answer
Question 21 Mark

Given 5 different green dyes, four different blue dyes and three different red dyes, the number of combinations of dyes which can be chosen taking at least one green and one blue dye is.

  1. 3600
  2. 3720
  3. 3800
  4. 3600

[Hint: Possible numbers of choosing or not choosing 5 green dyes, 4 blue dyes and 3 red dyes are 25 , 24 and 23 , respectively.]

Answer
  1. 3720

Solution:

At least one green dye can be chosen in $^5\text{C}_1+\ ^5\text{C}_2\ +\ ^5\text{C}_3+\ ^5\text{C}_4+\ ^5\text{C}_5=22^5-1$ways.

At least one blue dye can be chosen in $^4\text{C}_1+\ ^4\text{C}_2\ +\ ^4\text{C}_3+\ ^4\text{C}_4=2^4-1$ ways.

Any number of red dyes can be chosen in $^3\text{C}_0+\ ^3\text{C}_1\ +\ ^3\text{C}_2+\ ^3\text{C}_3=2^3$ ways.

so, total nnumber of required selection $=(2^5-1)\times(2^4-1)\times2^3=3720$

View full question & answer
Question 31 Mark

Every body in a room shakes hands with everybody else. The total number of hand shakes is 66. The total number of persons in the room is.

  1. 11
  2. 12
  3. 13
  4. 14
Answer
  1. 12

Solution:

Between any two person there is one hand shake.

So, number of hand shakes $=\ ^\text{n}\text{C}_2=\frac{\text{n!}}{2!(\text{n}-2)!}=\frac{\text{n}(\text{n}-1)}{2}=66$(given)

$\Rightarrow\text{n}(\text{n}-1)=132$ $\Rightarrow\text{n}^2-\text{n}-132=0$ $\Rightarrow(\text{n}-12)(\text{n}=11)=0$

$\therefore\text{n}=12$

View full question & answer
Question 41 Mark

If nC12 = nC8 , then n is equal to.

  1. 20
  2. 12
  3. 6
  4. 30
Answer
  1. 20

Solution:

Give that $^\text{n}\text{C}_{12}=\ ^\text{n}\text{C}_8[\because\ ^\text{n}\text{C}_\text{r}=\ ^\text{n}\text{C}_\text{n-r}]$

$^\text{n}\text{C}_{12}=\ ^\text{n}\text{C}_\text{n-8}$

$\therefore\text{n}-8=12\Rightarrow\text{n}=12+8=20$

View full question & answer
Question 51 Mark

The total number of 9 digit numbers which have all different digits is.

  1. 10!
  2. 9 !
  3. 9 × 9!
  4. 10×10!
Answer
  1. 9 × 9!

Solution:

We have to form 9-digit number which has all different digit.

First digit from the left can be filled in 9 ways (excluding ‘0’).

Now nine digits are left including ‘O’.

So remaining eight places can be filled with these nine digits in 9PS ways.

So, total number of numbers = 9 × 9P8 = 9 × 9!

View full question & answer
Question 61 Mark

The sum of the digits in unit place of all the numbers formed with the help of 3, 4, 5 and 6 taken all at a time is.

  1. 432
  2. 108
  3. 36
  4. 18
Answer
  1. 108

Solution:

If the unit place is ‘3’ then remaining three places can be filled in 3! ways.

Thus ‘3’ appears in unit place in 3! times.

Similarly each digit appear in unit place 3! times.

So, sum of digits in unit place = 3! (3 + 4 + 5 + 6) = 18 × 6 = 108

View full question & answer
Question 71 Mark

The number of 5-digit telephone numbers having atleast one of their digits repeated is.

  1. 90,000
  2. 10,000
  3. 30,240
  4. 69,760
Answer
  1. 69,760

Solusion:

Total number of telephone numbers when there is no restriction = 10Also number of telephone numbers having all digits different = l0PRequired number of ways = 105 – 10P5 = 1000000 – 10 × 9 × 8 × 7 × 6 = 1000000 - 30240 = 69760

View full question & answer
Question 81 Mark

The number of ways in which we can choose a committee from four men and six women so that the committee includes at least two men and exactly twice as many women as men is.

  1. 94
  2. 126
  3. 128
  4. None
Answer
  1. 94

Solution:

Number of men = 4

Number of women = 6

We are given that the committee includes 2 men and exactly twice as many women as men.

Thus, the possible selection can be 2 men and 4 women and 3 men and 6 women

So, the number of committee = 4C2 × 6C4 + 4C3 × 6C6 = 6 × 15 + 4 1 = 90 + 4 = 94

View full question & answer
Question 91 Mark

Total number of words formed by 2 vowels and 3 consonants taken from 4 vowels and 5 consonants is equal to.

  1. 60
  2. 120
  3. 7200
  4. 72
Answer
  1. 7200

Solution:

Given that total number of vowels = 4

and number of consonants = 5

The total of words formed by 2 vowels and 3 consonents

$=\ ^4\text{C}_2\times\ ^5\text{C}_3=\frac{4!}{2!\ 2!}\times\frac{5!}{3!\ 2!}=\frac{4\times3\times2!}{2\times1\times2!}\times\frac{5\times4\times3!}{3!\times2}$

Now permutation of 2 vowels and 3 consonants = 5! = 5 × 4 × 3 × 2 × 1 = 120

So, the total number of words = 60 × 120 = 7200.

View full question & answer
Question 101 Mark

The number of words which can be formed out of the letters of the word ARTICLE, so that vowels occupy the even place is.

  1. 1440
  2. 144
  3. 7!
  4. 4C4 × 3C3
Answer
  1. 144

Solution:

Total number of letters in the ‘ARTICLE’ is 7 out which A, E, I are vowels and R, T, C, L are consonants

Given that vowels occupy even place

$\therefore$ Possible arrangement can be shown as below

C, V, C, V, C, V, C i.e. on 2nd, 4th and 6th places

Therefore, number of arrangement = 3P3 = 3! = 6 ways

Now consonants can be placed at 1, 3, 5 and 7th place

$\therefore$ Number of arrangement = 4P4 = 4! = 24

So, the total number of arrangements = 6 × 24 = 144

View full question & answer
Question 111 Mark

The number of triangles that are formed by choosing the vertices from a set of 12 points, seven of which lie on the same line is.

  1. 105
  2. 15
  3. 175
  4. 185
Answer
  1. 185

Solution:

Total number of triangle formed from 12 points taking 3 at a time = 12C3

But given that out of 12 points 7 are collinear. So, these seven points will form no triangle.

$\therefore$ The required number of triangles = 12C37C3

$=\frac{12!}{3!\ 9!}-\frac{7!}{3!\ 4!}=\frac{12\times11\times10\times9}{3\times2\times1\times9!}-\frac{7\times6\times5\times4!}{3\times2\times1\times4!}$

$=\frac{12\times11\times10}{3\times2}-\frac{7\times6\times5}{3\times2}=220-35=185$

View full question & answer
Question 121 Mark

The number of different four digit numbers that can be formed with the digits 2, 3, 4, 7 and using each digit only once is

  1. 120
  2. 96
  3. 24
  4. 100
Answer
  1. 24

Solution:

Given digits 2, 3, 4 and 7, we have to form four-digit numbers using these digits.

$\therefore$ Required number of ways = 4P4 = 4! = 4 × 3 × 2 × 1 = 24

View full question & answer
Question 131 Mark

The number of ways in which a team of eleven players can be selected from 22 players always including 2 of them and excluding 4 of them is.

  1. 16C11
  2. 16C5
  3. 16C9
  4. 20C9
Answer
  1. 16C9

Solution:

Total number of players = 22

2 players are always included and 4 are always excluding or never included = 22 – 2 – 4 = 16

$\therefore$ Required number of selection = 16C9

View full question & answer
Question 141 Mark

The number of parallelograms that can be formed from a set of four parallel lines intersecting another set of three parallel lines is.

  1. 6
  2. 18
  3. 12
  4. 9
Answer
  1. 18

Solution:

To form parallelogram we required a pair of line from a set of 4 lines and another pair of line from another set of 3 lines.

Required number of parallelograms = 4C2 × 3C2 = 6 × 3 = 18

View full question & answer
Question 151 Mark

The number of possible outcomes when a coin is tossed 6 times is.

  1. 36
  2. 64
  3. 12
  4. 32
Answer
  1. 64

Solution:

We know that a coin has Head and Tail (H, T)

$\therefore$ When a coin is tossed 6 times, then the

Possible outcome = 26 = 64

View full question & answer