0
$\begingroup$

Question as follows A bag contains 50 tickets numbered 1,2,3,....,50 of which five are drawn at random and arranged in ascending order of the number appearing on the tickets ( x1 < x2 < x3 < x4 < x5 ). Find the probability that x3 = 30.

Total number of elementary events =50C5 Given,third ticket =30

=> first and second should come from tickets numbered 1 to 29 =29C2 ways and remaining two in 20C2 ways.

Therfore,favourable number of events = 29C2×20C2

Hence,required probability = (29C2×20C2)/50C5 =551 / 15134

Answer is given 551/15134 but They have taken the case where x2 will be less than x1 because in 29C2 that case will also included . Is my assumption is correct if it is what could be the correct answer . Please help

  • 0
    You need to provide the full method, not just the numeric bottom line, otherwise your question is practically unreadable. P.S., I did not down-vote you, because I see good intentions and effort made in the question. Nevertheless, you need to clarify things here if you're hoping to get an answer.2017-01-04
  • 0
    The two numbers less than 30 you refer to are chosen, and "arranged in ascending order.."2017-01-04
  • 0
    the number of ways you can select to satisfy the condition is (any 2 from 1 - 29) x (any 1 from 30) x (any 2 from 31 - 50) = 29C2 x 1C1 x 20C2 ......... for the condition to be true, 30 had to be selected, and two that were smaller and two that were larger, the actual ordering leads to that condition, but is not part of the calculation2017-01-04
  • 0
    How you can take any 2 from 1- 29 as we have to be sure that first no. Will always be less than that of second.2017-01-04
  • 0
    You are taking the question as wrong. Suppose you have option to pick 2 numbers out of 29. You picked 23, 12. In C(29,2) ways. Then you have to arrange them in ascending order. That is 12, 23. Only 1 way. So we have 1 * C(29,2). Similarly for last 2 numbers.2017-01-04
  • 1
    the order they are drawn doesn't matter, there will always be a lowest number, then a 2nd ranked number, then a 3rd ranked number. Can you see that if 30 was drawn, then there has to be exactly 2 drawn from 1-29? If exactly 1 was drawn from 1-29, then the condition would not be met. 1,2,30,31,32 is a set of tickets that meets the condition, I'm only counting that once2017-01-04
  • 0
    Yes agree with you @Cato nice point.2017-01-04

1 Answers 1

2

Its simple.

Required probability = $ \frac{\binom{29}{2} \times \binom{20}{2}}{\binom{50}{5}}$

Because $x_3$=30 is fixed. You pick two numbers from first 29 and arrange them in ascending order. Similarly 2 numbers from last 20 and arrange them in ascending.

  • 0
    Oh we have taken x2 and x3 as a whole not taking them individually thats why we dont have to consider whether x2 is greater than x1 or not . As one of them will always be greater but then there is a case whem x2 = x1 what about it..??2017-01-04
  • 1
    No case x2 = x1 as we have tickets and suppose you draw ticket with number 10. Then you have any ticket with number 10 again in the remaining tickets?2017-01-04
  • 0
    Thnx sir ji no further quarries .....2017-01-04
  • 1
    And you already mentioned 50 tickets with numbers 1 to 50. You have any duplicate ticket? Hope its clear to you. If still any doubt please ask me.2017-01-04
  • 0
    Mine pleasure and no need to say sir. Bro :)2017-01-04