Question
Question: Three numbers are chosen at random without replacement from {1,2,3,...,8}. The probability that thei...
Three numbers are chosen at random without replacement from {1,2,3,...,8}. The probability that their minimum is 3, given that their maximum is 6, is:
A.83 B.51 C.41 D.52
Solution
First find the probability of event A as getting three numbers with one number 6 as maximum value. Then find the probability of B as getting three numbers with one number 3 as minimum value. Then find the conditional probability of event A, with the prior happening of event B. Formula of conditional probability will be used.
Complete step-by-step answer:
This question will use the combinatorial formula with the rules of conditional probability. Let us suppose A is the event for getting maximum as 6
Also, suppose B is the event for getting a minimum as 3.
Now, the probability for getting maximum 6,
P[A]=totalcountfavourablecount
For A, 6 is already chosen as maximum, and 2 more has to be taken from remaining (1,2,3,4,5). Here favourable count for A will be 5C2 , and total count will be 3 from 8 numbers, so 8C3 , as total numbers are 8.
Thus, P[A]=8C35C2
Now, the probability for getting minimum 3,
P[B]=totalcountfavourablecount
For, B, 3 is already chosen as minimum, and 2 more has to be taken from remaining (4,5,6,7,8). Here favourable count for B will be 5C2, and total count will be 3 from 8 numbers, so 8C3, as total numbers are 8.
Thus, P[B]=8C35C2
Also, probability of eventA∩B will be,
P[A∩B]=totalcountfavourablecount
Here favourable count is 2C1, and total count is 8C3, as total numbers are 8.
P[A∩B]=8C32C1
Now, we will find conditional probability for getting minimum is 3, given that their maximum is 6,as
P(AB)=P(B)P(A∩B)
Now, substituting the values in above equation, we get
P(AB)=8C35C28C32C1 ⇒P(AB)=5C22C1 ⇒P(AB)=102=51
In the above equation we have computed 2C1as1×12= 2
Also, we have computed 5C2as 25×4= 10.
∴The required probability will be 51.
Additional Information: Formula for conditional probability is:
P(AB)=P(B)P(A∩B). Where A and B are two events may be dependent or independent. If both are independent then P(AB)=P(B).
Note: Proper combination and hence combinatorial formula will make its solution easy. Precautions must be taken while framing the group of numbers, without missing any from the set. In the probability theory, conditional probability will be applicable when we have to find the probability of an event occurring while some other event has already occurred, before it. Here events A and B will be dependent as it is happening without replacement.