Problem 13
Question
Out of \((2 n+1)\) consecutively numbered tickets, three are drawn at random. The chance that the numbers on them are in A.P. is (a) \(4 n^{2}-1 / 3 n\) (b) \(4 n^{2}+1 / 3 n\) (c) \(3 n / 4 n^{2}-1\) (d) \(3 n / 4 n^{2}+1\) (b) If the smallest number is 1 , the groups of three numbers in A.P. are as \(1,2,3 ; 1,3\), \(5 ; 1,4,7 ; \ldots ; 1, n+1,2 n+1 ;\) and they are \(n\) in number. If the smallest number selected is 2, the possible groupings are \(2,3,4 ; 2,4,6 ; 2,5,8 ; \ldots ; 2, n+1,2 n\) and their number is \(n-1\). If the lowest number is 3, the groupings are \(3,4,5 ; 3,5,7 ; 3,6,9 ; \ldots ; 3, n+2,2 n+1\) their number being \(n-1\). Similarly, it can be seen that if the lowest numbers selected are \(4,5,6,2 n-2,2 n-1\), the numbers of selections, respectively, are \(n-2, n-2, n-3, n-3, \ldots, 2,2,1,1\). Thus, the favourable ways for 2,3 are the same and similarly they are the same for 4,5 and so on. Hence, number of favourably ways $$ \begin{aligned} M &=2(1+2+3+\ldots n-1)+n \\ &=2 \times \frac{(n-1) n}{2}+n=n^{2}-n+n=n^{2} \end{aligned} $$ Also the total number of ways $$ \begin{aligned} N &={ }^{2 n+1} C_{3}=\frac{(2 n+1) \times 2 n \times(2 n-1)}{1 \times 2 \times 3} \\ &=\frac{n\left(4 n^{2}-1\right)}{3} \end{aligned} $$Hence, the required probability $$ =\frac{M}{N}=\frac{3 n^{2}}{n\left(4 n^{2}-1\right)}=\frac{3 n}{4 n^{2}-1} $$
Step-by-Step Solution
VerifiedKey Concepts
Arithmetic Progression
The formula for finding the general term in an arithmetic progression is:
- First term: \( a \)
- Common difference: \( d \)
- n-th term: \( a_n = a + (n-1) \cdot d \)
Combinatorics
Several principles used in combinatorics include:
- Permutations: Arrangements where the order matters.
- Combinations: Groupings where the order does not matter.
- Factorials: A product of all positive integers up to a certain number \( n \), expressed as \( n! \).