Permutation and Combination Questions

Multiple choice
  1. $\displaystyle ^{20}C_9$
  2. $\displaystyle ^{20}C_{11}$
  3. $\displaystyle ^{20}C_{10}$
  4. none of these

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

To have the maximum number of students solving an equal number of questions with unique combinations, we look for the maximum value of nCr, which occurs at the middle term. For n=20, this is 20C10.

Multiple choice
  1. $27$
  2. $120$
  3. $3240$
  4. $6480$
Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Let c be correct answers, w be wrong answers. c + w = 10. Score = 3c - w = 3c - (10-c) = 4c - 10. We want 4c - 10 in {15, 16, 17, 18, 19, 20}. 4c in {25, 26, 27, 28, 29, 30}. Since c must be an integer, 4c = 28, so c = 7. Number of ways to get 7 correct = 10C7 * 3^3 = 120 * 27 = 3240.

Multiple choice
  1. $350$
  2. $120$
  3. $1287$
  4. None of these

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

We need to choose 7 items from 5 dashes and 8 dots. This is equivalent to finding the number of combinations of dashes (d) and dots (t) such that d + t = 7, where 0 <= d <= 5 and 0 <= t <= 8. Summing the combinations for each valid (d, t) pair gives the total arrangements.

Multiple choice
  1. $200$
  2. $180$
  3. $300$
  4. $360$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Section A has 5 questions, Section B has 5. Need 6 questions total, at least 2 from each. Cases: (2A, 4B) = 5C2 * 5C4 = 10 * 5 = 50. (3A, 3B) = 5C3 * 5C3 = 10 * 10 = 100. (4A, 2B) = 5C4 * 5C2 = 5 * 10 = 50. Total = 50 + 100 + 50 = 200.