recategorized by
784 views
2 votes
2 votes

out of 2n+1 tickets consecutively numbered 3 are drawn at random . Find the probability that number on them are in AP ?

recategorized by

2 Answers

Best answer
2 votes
2 votes
lets take simple string n=5 : 1 2 3 4 5 6 7 8 9 10 11
Total combination = 10C3
if i select 1 as first number then total combination = 123 , 135 , 147 , 159 ,1611 = n combination
if i select 2 as first number then total combination = 234 , 246 , 258 ,2610       = n-1 combination

General way   
The total number of combination (2n+1C3)
 
If 1 is slected total number of combination n
If 2 is slected total number of combination n-1
If 3 is slected total number of combination n-1
.
.
.
If (2n-2) is selected total number of combination 1( i.e. 2n-1 2n 2n+1)
If (2n-2) is selected total number of combination 1( i.e. 2n-2 2n-1 2n)
 
So total number of combination = n+ n-1 + n-1 + n-2 + n-2+ ..............+ 1 + 1 = n + $\frac {(n-1)(n-1+1)}{2}*2$
So probability = n^2/(2n+1C3)
edited by
3 votes
3 votes

2n+1C3 is total selection..
number of groups (with common difference d =1) = 2n-1
number of groups (with common difference d =2) = 2n-3
number of groups (with common difference d =3) = 2n-5
....
.... 
number of groups (with common difference d =n) = 1

Total number of group = 1+2+3+4+5..........+(2n-1)
= sum of first n odd numbers = n*n           // sum of first n odd numbers = n*n : it is Identity

required Probability = n*n/ (2n+1C3) = 3n/(4n*n-1)

 

Related questions

0 votes
0 votes
0 answers
1
Lakshman Bhaiya asked Nov 2, 2018
255 views
A person throwing a dice and when even have come he got $2$ points and when odd have come he got $1$ points.What is the probability when he got exactly $6$ points?
1 votes
1 votes
2 answers
2
Prateek kumar asked Oct 18, 2016
1,505 views
A team of 8 couples (husband &wife) attend a Lucky draw in which 4 person picked up for a prize.then the probability that there is at least one couple is. ...
2 votes
2 votes
1 answer
4
practicalmetal asked Jan 3
220 views
8 pairs of hand gloves are on a shelf ( each of different colour). Four gloves are selected at random, the probability that there will be at least one pair is?