Permutation and Combination Questions

Multiple choice
  1. 1

  2. 2

  3. 3

  4. 4

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

This is a circular arrangement problem. With constraints (Quazim-Nikhil together, Meena not next to Nikhil, Meena next to Peter, Peter next to Orchid, Ralph right of Orchid), the number of valid arrangements is limited. Given the constraints, there is only 1 valid arrangement.

Multiple choice
  1. 10!

  2. 9!

  3. 9!/2!

  4. 10!/2!

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The word SHAKESPEAR has 10 letters with two A's. To ensure no two A's are together, we arrange the 8 non-A letters in 8! ways, then place the 2 A's in the 9 available gaps (including ends) using 9P2 ways. The total is 8! * (9 * 8 / 2) * 2 = 9!.

Multiple choice
  1. 360

  2. 330

  3. 17325

  4. 3600

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

USURY has 5 letters (U, S, U, R, Y). LUXURY has 6 letters (L, U, X, U, R, Y). Combined: U, S, U, R, Y, L, U, X, U, R, Y. Unique letters: U, S, R, Y, L, X (6 total). We need to form 4-letter words from these 6 distinct letters. Permutations = 6P4 = 6*5*4*3 = 360.

Multiple choice
  1. 2757

  2. 2745

  3. 2772

  4. 792

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Arrange the 5 apples and 5 cherries first (10 items total). The number of ways to arrange these is 10! / (5! * 5!) = 252. There are 11 possible slots for the 10 identical oranges. We must choose 10 slots out of 11, which is C(11, 10) = 11. Total ways = 252 * 11 = 2772.

Multiple choice
  1. 24

  2. 120

  3. 64

  4. 60

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Total letters = 6 (R, A, V, I, N, A). Total arrangements = 6! / 2! = 360. The condition 'I is between the two A's' means in any arrangement of the 3 letters (A, I, A), there is only 1 valid order (A, I, A). Since there are 3 positions for these 3 letters out of 6, we divide the total arrangements by 3 (the number of ways to arrange A, I, A). 360 / 3 = 120.

Multiple choice
  1. 72

  2. 70

  3. 68

  4. 60

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

NATION has 6 letters: N, A, T, I, O, N. Vowels are A, I, O (3). Consonants are N, T, N (3). Arrange consonants first: 3!/2! = 3 ways (N, T, N). There are 4 gaps between consonants: _ C _ C _ C _. Place 3 vowels in 4 gaps: 4P3 = 4*3*2 = 24. Total = 3 * 24 = 72.