Multiple choice

From 8 boys and 5 girls a delegation of 5 students is to be formed Find the number of ways this can be done such that delegation must contain exactly 3 girls:

  1. 280

  2. 560

  3. 1120

  4. 2240

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

Total 8 boys, 5 girls. Need 5 students with exactly 3 girls (and 2 boys). Ways = C(5,3) * C(8,2) = 10 * 28 = 280.

AI explanation

Using the method of combinations, we must select exactly 3 girls out of 5 and exactly 2 boys out of 8 to form the 5-student delegation. The number of ways to choose the girls is 5C3 = 10, and the number of ways to choose the boys is 8C2 = 28. We multiply these separate selections to find the total ways, which is 10 * 28 = 280.