Permutation and Combination Questions

Multiple choice
  1. $^{33}C_3$
  2. $^{33}C_2$
  3. $5456$
  4. None of these

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

Since the mangoes are identical, we can use the stars and bars method to distribute 30 identical items among 4 distinct boys. This is equivalent to finding the number of non-negative integer solutions to x1 + x2 + x3 + x4 = 30, which is given by the combination formula C(n + r - 1, r - 1) = C(30 + 4 - 1, 4 - 1) = C(33, 3).

Multiple choice
  1. $14000$
  2. $14500$
  3. $14400$
  4. $14402$
Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The word TRIANGLE has 8 distinct letters, 3 vowels (A, I, E) and 5 consonants (T, R, N, G, L). To keep vowels apart, arrange the 5 consonants first (5! = 120 ways) and place the 3 vowels in the 6 available gaps (6P3 = 6 * 5 * 4 = 120 ways). Total = 120 * 120 = 14400.