Solveeit Logo

Question

Question: There are 3 sections in a question paper and each section contains 5 questions. A candidate has to a...

There are 3 sections in a question paper and each section contains 5 questions. A candidate has to answer a total of 5 questions, choosing at least one question from each section. Then the number of ways in which the candidate can choose these questions is

Answer

2250

Explanation

Solution

Let n1,n2,n3n_1, n_2, n_3 be the number of questions chosen from the 3 sections. The conditions are: n1+n2+n3=5n_1 + n_2 + n_3 = 5 and ni1n_i \ge 1 for i=1,2,3i=1, 2, 3. The possible integer distributions (n1,n2,n3)(n_1, n_2, n_3) are permutations of (3, 1, 1) and (2, 2, 1).

For permutations of (3, 1, 1): 3×(53)(51)(51)=3×10×5×5=7503 \times \binom{5}{3}\binom{5}{1}\binom{5}{1} = 3 \times 10 \times 5 \times 5 = 750. For permutations of (2, 2, 1): 3×(52)(52)(51)=3×10×10×5=15003 \times \binom{5}{2}\binom{5}{2}\binom{5}{1} = 3 \times 10 \times 10 \times 5 = 1500. Total ways = 750+1500=2250750 + 1500 = 2250.