Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

1.

In how many ways can the letters of the word SUCCESS be arranged so that all Ss are together

Answer»

"SUCCESS", there are 3 S, 2 C , 1 U & 1 E.

So, there are 7!/(3! 2!) = (7*6*5*4)/2 = 420 possible arrangements

When all 3 S come together , there are (1+2+1+1)!/2! = 5!/2! = 60

2.

In how many ways 4 mathematics books, 3 physics books, 2 chemistry books and 1 biology book can be arranged on a shelf so that all books of the same subjects are together.

Answer»

Number of maths book = 4 

Number of physics books = 3 

Number of chemistry books = 2 

Number of biology books = 1 

Since we want books of the same subjects together, we have to treat all maths books as 1 unit, all physics books as 1 unit, all chemistry books as 1 unit and all biology books as 1 unit. Now total number of units = 4 

They can be arranged in 4! ways. After this arrangement. 

4 maths book can be arranged in 4! ways 

3 physics book can be arranged in 3! ways 

2 chemistry book can be arranged in 2! ways and 1 biology book can be arranged in 1! way 

∴ Total Number of arrangements 4! 4! 3! 2! = 6912

3.

How many ways a committee of six persons from 10 persons can be chosen along with a chair person and a secretary?

Answer»

Selecting a chair person from the 10 persons can be done in 10 ways 

After the selection of chair person only 9 persons are left out so selecting a secretary (from the remaining a persons) can be done in 9 ways.

The remaining persons = 8 

Totally we need to select 6 persons 

We have selected 2 persons. 

So we have to select 4 persons 

Selecting 4 from 8 can be done in 8C4 ways

∴ Total number of selection = 10 x 9 x 8C4

= (10 x 9 x 8 x 7 x 6 x 5)/(4 x 3 x 2 x 1) = 6300

4.

If Pr stands for rPr then the sum of the series 1 + P1 + 2P2 + 3P3 + … + nPn is …..(a) Pn + 1 (b) Pn + 1 – 1 (c) Pn - 1 + 1(d) (n + 1)P(n - 1)

Answer»

(b) Pn + 1 – 1 

1 + 1! + 2! + 3! + … + n! 

Now 1 + 1 (1!) = 2 = (1 + 1)! 

1 + 1 (1!) + 2(2!) = 1 + 1 + 4 = 6 = 3! 

1 + 1(1!) + 2(2!)+ 3(3!) = 1 + 1 + 4 + 18 = 24 = 4! 

1 + 1(1!) + 2(2!) + 3(3!) ….+ n(n!) = (n + 1)! – 1 

= n + 1Pn + 1 – 1 = Pn + 1 – 1

5.

If a2 – aC2 = a2 – aC4 then the value of ‘a’ is ..... (a) 2 (b) 3 (c) 4 (d) 5

Answer»

(b) 3

a2 – a = 2 + 4 = 6 

a2 – a – 6 = 0 

(a – 3) (a + 2) = 0 ⇒ a = 3

6.

Use induction to prove that 5n + 1 + 4 × 6n when divided by 20 leaves a remainder 9, for all natural numbers n.

Answer»

P(n) is the statement 5n + 1 + 4 × 6n – 9 is ÷ by 20 

P(1) = 51 + 1 + 4 × 61 – 9 = 52 + 24 – 9 

= 25 + 24 – 9 = 40 ÷ by 20 

So P(1) is true 

Assume that the given statement is true for n = k 

(i.e) 5k + 1 + 4 × 6n – 9 is ÷ by 20 

P(1) = 51 - 1 + 4 × 61 – 9 

= 25 + 24 – 9 

So P(1) is true 

To prove P(k + 1) is true 

P(k + 1) = 5k + 1 + 1 + 4 × 6k + 1 + 1 – 9 

= 5 × 5k + 1 + 4 × 6 × 6k – 9 

= 5[20C + 9 – 4 × 6k] + 24 × 6k – 9 [from(1)] 

= 100C + 45 – 206k + 246k – 9 

= 100C + 46k + 36

= 100C + 4(9 + 6k

Now for k = 1 ⇒ 4(9 + 6k) = 4(9 + 6) 

= 4 × 15 = 60 ÷ by 20 . 

For k = 2 = 4(9 + 62) = 4 × 45 = 180 ÷ 20 

So by the principle of mathematical induction 4(9 + 6k) is ÷ by 20 

Now 100C is ÷ by 20. 

So 100C + 4(9 + 6k) is ÷ by 20 

⇒ P(k + 1) is true whenever P(k) is true. So by the principle of mathematical induction P(n) is true.

7.

Use induction to prove that 10n + 3 × 4n + 2 + 5, is divisible by 9, for all natural numbers n.

Answer»

P(n) is the statement 10n + 3 × 4n + 2 + 5 is ÷ by 9 

P(1) = 101 + 3 × 42 + 5 = 10 + 3 × 16 + 5 

= 10 + 48 + 5 = 63 ÷ by 9

So P(1) is true. Assume that P(k) is true 

(i.e.) 10k + 3 × 4k + 2 + 5 is ÷ by 9 

(i.e.) 10k + 3 × 4k + 2 + 5 = 9C (where C is an integer) 

⇒ 10k = 9C – 5 – 3 × 4k + 2 ….. (1) 

To prove P(k + 1) is true. 

Now P(k + 1) = 10k + 1 + 3 × 4k + 3 + 5 

= 10 × 10k + 3 × 4 × 4k + 2 + 5 

= 10[9C – 5 – 3 × 4k + 2] + 3 × 4k + 2 × 4 + 5 

= 10[9C – 5 – 3 × 4k + 2] + 12 × 4k + 2 + 5 

= 90C – 50 – 30 × 4k + 2 + 12 × 4k + 2 + 5 

= 90C – 45 – 18 × 4k + 2 

= 9[10C – 5 – 2 × 4k + 2] which is ÷ by 9 

So P(k + 1) is true whenever P(K) is true. So by the principle of mathematical induction P(n) is true.

8.

The product of r consecutive positive integers is divisible by …..(a) r! (b) (r – 1)! (c) (r + 1)! (d) r!

Answer»

(a) r!

1(2) (3) … (r) = r! which is ÷ by r!

9.

n3 – n is divisible by 6, for each natural number n ≥ 2

Answer»

Let P(n) : n3 – n

Step 1 : 

P(2): 23 – 2 = 6 which is divisible by 6. So it is true for P(2). 

Step 2 : 

P(A): k3 – k = 6λ. Let it is be true for k ≥ 2 

⇒ k3 = 6λ + k … (i)

Step 3 : 

P(k + 1) = (k + 1)3 – (k + 1) 

= k3 + 1 + 3k2 + 3k – k – 1 = k3 – k + 3(k2 + k) 

= k3 – k + 3(k2 + k) = 6λ + k – k + 3(k2 + k) 

= 6λ + 3(k2 + k) [from (i)] 

We know that 3(k+ k) is divisible by 6 for every value of k ∈ N. 

Hence P(k + 1) is true whenever P(k) is true.

10.

How many strings can be formed using the letters of the word LOTUS if the word(i) either starts with L or ends with S?(ii) neither starts with L nor ends with S?

Answer»

(i) To find the number of words starting with L 

Number of letters in LOTUS = 5 when the first letter is L it can be filled in 1 way only. So the remaining 4 letters can be arranged in 4! =24 ways = n(A). 

When the last letter is S it can be filled in the 1 way and the remaining 4 letters can be arranged is 4! = 24 ways = n(B)

Now the number of words starting with L and ending with S is OTU S

(1) (1) 3! = 6 = n(A ∩ B) 

Now n(A ∪ B) = n(A) + n(B) – n(A ∩ B) 

= 24 + 24 – 6 = 42 

Now, neither words starts with L nor ends with S = 42

(ii) Number of letters of the word LOTUS = 5. 

They can be arranged in 5 ! = 120 ways

Number of words starting with L and ending with S = 42 

So the number of words neither starts with L nor ends with S = 120 – 42 = 78

11.

How many numbers are there between 100 and 500 with the digits 0, 1, 2, 3, 4, 5 if(i) repetition of digits allowed(ii) the repetition of digits is not allowed

Answer»

(i) The given digits are 0, 1, 2, 3, 4, 5 

We have to find numbers between 100 and 500. So the 100’s place can be filled (by the numbers 1, 2, 3, 4) in 4 ways. 

The 10’s place can be filled in (using 0, 1, 2, 3, 4, 5) 6 ways and the unit-place can be filled in (using 0,1, 2, 3, 4, 5) 6 ways 

But the number 100 should be excluded 

So the number of numbers between 100 and 500 = 4 × 6 × 6 = 144

(ii) The 100’s place can be filled (by using 1, 2, 3, 4) 10’s in 4 ways 

The 10’s place can be filled in (6 – 1) 5 ways and the unit place can be filled in (5 – 1) 4 ways 

So the number of 3 digit number 4 × 5 × 4 = 80

12.

How many numbers are there between 1 and 1000 (both inclusive) which are divisible neither by 2 nor by 5?

Answer»

From 1 to 1000, the numbers ÷ by 2 = 500 the number ÷ by 5 = 200 and the numbers ÷ by 10 = 100(5 × 2 = 10) 

So number ÷ by 2 or 5 = 500 + 200 – 100 = 600 

Total numbers from 1 to 1000 = 1000 

So the number of numbers which are ÷ neither by 2 nor by 5 = 1000 – 600 = 400 

13.

Count the number of three-digit numbers which can be formed from the digits 2, 4, 6, 8? if.(i) repetitions of digits is allowed(ii) repetitions of digits is not allowed.

Answer»

(i) Number of digit given = 4 (2,4, 6, 8) 

So the unit place can be filled in 4 ways, 10’s place can be filled in 4 ways and 100’s place can be filled in 4 ways 

∴ The unit place, 10’s place and 100’s place together can be filled (i.e) So the Number of 3 digit numbers = 4 × 4 × 4 = 64 ways

(ii) The unit place can be filled (using the 4 digits) in 4 ways after filling the unit place since repetition of digits is not allowed that digit should be excluded. So the 10’s place can be filled in (4 – 1) 3 ways and the 100’s place can be filled in (3 – 1) 2 ways 

So the unit place, 10’s and 100’s places together can be filled in 4 × 3 × 2 = 24 ways 

(i.e) The number of 3 digit numbers = 4 × 3 × 2 = 24 ways

14.

How many three-digit numbers are there with 3 in the unit place?(i) with repetition(ii) without repetition

Answer»

(i) The unit place is filled (by 3) in 1 way 

The 10’s place can be filled in 10 ways 

The 100’s place can be filled in 9 ways (excluding 0) 

So the number of 3 digit numbers with 3 unit – place = 9 × 10 × 1 = 90

(ii) The digits are 0, 1,2, 3, 4, 5, 6, 7, 8, 9 

A three digit number has 3 digits l’s, 10’s and 100’s place. 

The unit place is (filled by 3) filled in one way. 

After filling the unit place since the digit ‘0’ is there, we have to fill the 100’s place. Now to fill the 100’s place we have 8 digits (excluding 0 and 3) 

So 100’s place can be filled in 8 ways. 

Now to fill the 10’s place we have again 8 digits (excluding 3 and any one of the number) 

So 10’s place can be filled in 8 ways. 

∴ Number of 3 digit numbers with ‘3’ in unit place 

= 8 × 8 × 1 = 64

15.

How many three-digit numbers, which are divisible by 5, can be formed using the digits 0, 1, 2, 3, 4, 5 if(i) The repetition of digits are not allowed?(ii) The repetition of digits are allowed.

Answer»

(i) The given digits are 0, 1, 2, 3, 4, 5. A number will be divisible by 5 if the digit in the unit place is 0 or 5 

So the unit place can be filled by 0 or 5

(a) When the unit place is 0 it is filled in 1 way 

And so 10’s place can be filled in 5 ways (by using 1, 2, 3, 4, 5) and 100’s place can be filled in (5 – 1) 4 ways 

So the number of 3 digit numbers with unit place 0 

= 1 × 5 × 4 = 20

(b) When the unit place is 5 it is filled in 1 way 

Since 0 is given as a digit to fill 100’s place 0 should be excluded 

So 100’s place can be filled in (excluding 0 and 5) 4 ways and 10’s place can be filled in (excluding 5 and one digit and including 0) 4 ways 

So the number of 3 digit numbers with unit place 5 = 1 × 4 × 4 = 16 

∴ Number of 3 digit numbers ÷ by 5 = 20 + 16 = 36

(ii) The digits are 0 1 2 3 4 5 

To get a number divisible by 5 we should have the unit place as 5 or 0 

So the unit place (using 0 or 5) can be filled in 2 ways. 

The 10’s place can be filled (Using 0, 1, 2, 3, 4, 5) in 6 ways and the 100’s place (Using 1, 2, 3, 4, 5) can be filled in 5 ways. 

So the number of 3 digit numbers ÷ by 5 (with repetition) = 2 × 6 × 5 = 60

16.

Count the numbers between 999 and 10000 subject to the condition that there are(i) no restriction(ii) no digit is repeated(iii) at least one of the digits is repeated

Answer»

(i) We have to find 4 digit numbers 

The 1000’s place can be filled in 9 ways (excluding zero) and the 100’s, 10’s and unit places respectively can be filled in 10, 10, 10 ways (including zero) 

So the number of numbers between 999 and 10000 = 9 × 10 × 10 × 10 = 9000

(ii) Since 0 is given as a digit we have to start filling 1000’s place. 

Now 1000’s place can be filled in 9 ways (excluding 0) 

Then the 100’s place can be filled in 9 ways (excluding one digit and including 0) 

10’s place can be filled in (9 – 1) 8 ways and unit place can be filled in (8 – 1) 7 ways So the number of 4 digit numbers are 9 × 9 × 8 × 7 = 4536 ways

(iii) Required number of numbers = 9000 – 4536 = 4464 numbers

17.

The number of ways in which a host lady invite 8 people for a party of 8 out of 12 people of whom two do not want to attend the party together is (a) 2 × 11C7 + 10C8 (b) 11C7 + 10C8 (c) 12C8 – 10C6(d) 10C6 + 2!

Answer»

(c) 12C810C6

Number of way of selecting 8 people from 12 in 12C8 

∴ out of remaining people 8 can attend in 10C8 

The number of ways in which two of them do not attend together = 12C810C6

18.

How many words can be formed by using the letters of the word ORIENTAL so that A and E always occupy the odd places?

Answer»

There are 4 odd places in the word

∴ Number of permutations = 4P2 = 4!/2! = 12

Now the remaining 6 places filled with remaining 6 letters 

∴ Number of permutations = 6P6 = 6!/0! = 720

Hence the total number of permutations = 12 × 720 = 8640

19.

Determine the number of permutations of the letters of the word SIMPLE if all are taken at a time?

Answer»

SIMPLE 

Total Number of letters = 6 

They can be arranged in 6! ways

∴ Number of words = 6!

= 6 × 5 × 4 × 3 × 2 × 1 = 720

20.

Determine the number of 5 card combinations out of a deck of 52 cards if there is exactly three aces in each combination.

Answer»

No. of cards = 52 : In that number of aces = 4 

No. of cards needed = 5

In that 5 cards number of aces needed = 3 

So the 3 aces can be selected from 4 aces in 4C3 = 3C1 = 4 ways 

So the remaining = 5 – 3 = 2 

This 2 cards can be selected in 48C2 ways

48C= (48 x 47)/(2 x 1) = 1128 ways

∴ No. of ways in which the 5 cards can be selected = (48C2)(4C3

= (48 x 47)/(2 x 1) = 4 = 4512

21.

Prove by induction the inequality (1 + x)n ≥ 1 + nx, whenever x is positive and n is a positive integer.

Answer»

P(n) : (1 + xn) ≥ 1 + nx 

P(1) : (1 + x)1 ≥ 1 + x 

⇒ 1 + x ≥ 1 + x, which is true. 

Hence, P(1) is true. 

Let P(k) be true 

(i.e.) (1 + x)k ≥ 1 + kx 

We have to prove that P(k + 1) is true. 

(i.e.) (1 + x)k + 1 ≥ 1 + (k + 1)x 

Now, (1 + x)k + 1 ≥ 1 + kx [∵ p(k) is true] 

Multiplying both sides by (1 + x), we get 

(1 + x)k (1 + x) ≥ (1 + kx)(1 + x) 

⇒ (1 + x)k + 1 ≥ 1 + kx + x + kx2

⇒ (1 + x)k + 1 ≥ 1 + (k + 1)x + kx2 ... (1) 

Now, 1 + (k + 1) x + kx2 ≥ 1 + (k + 1)x … (2) [∵ kx > 0] 

From (1) and (2), we get 

(1 + x)k + 1 ≥ 1 + (k + 1)x 

∴ P(k + 1) is true if P(k) is true. 

Hence, by the principle of mathematical induction,

P(n) is true for all values, of n.

22.

How many 3-digit even numbers can be made using the digits 1, 2, 3, 4, 6, 7 if no digit is repeated?

Answer»

Here total number of digits = 6 

The unit place can be filled with any one of the digits 2, 4, 6.

So number of permutation = 3P1 = 3!/2! = 3

Now the tens and hundred place can be filled by remaining 5 digits.

So number of permutation = 5P3 = 5!/3! = (5 x 4 x 3!)/3! = 20

Hence total number of permutations = 3 x 20 = 60

23.

Find the number of positive integers greater than 6000 and less than 7000 which are divisible by 5, provided that no digit is to be repeated.

Answer»

Any number divisible by 5, its unit place must have 0 or 5. We have to find 4-digit number greater than 6000 and less than 7000. 

So, the unit place can be filled with 2 ways (0 or 5) since, repetition is not allowed. 

∴ Tens place can be filled with 7 ways and hundreds place can be filled with 8 ways.

But the required number is greater than 6000 and less than 7000. So, thousand place can be filled with 1 digits (i.e) 6

ThHTOO
1872

So, the total number of integers = 1 × 8 × 7 × 2 = 112 

Hence, the required number of integers = 112

24.

Find the number of integers greater than 7000 that can be formed with the digits 3, 5, 7, 8 and 9 where no digits are repeated.

Answer»

Given that all the 5 digit numbers are greater than 7000. 

So, the ways of forming 5-digit numbers = 5 × 4 × 3 × 2 × 1 = 120 

Now, all the four digit number greater than 7000 can be formed as follows. 

Thousand place can be filled with 3 ways 

Hundred place can be filled with 4 ways 

Tenths place can be filled with 3 ways 

Units place can be filled with 2 ways 

So, the total number of 4-digits numbers = 3 × 4 × 3 × 2 = 72 

∴ Total number of integers = 120 + 72 = 192 

Hence, the required number of integers = 192