in Probability edited by
2,139 views
2 votes
2 votes

Three numbers are chosen at random without replacement from $\left\{1, 2, 3,....., 10 \right\}$. What is the probability that minimum of the chosen numbers is $3$ or their maximum is $7$?

  1. $\frac{11}{30}$
  2. $\frac{11}{40}$
  3. $\frac{1}{7}$
  4. $\frac{1}{8}$

p

in Probability edited by
2.1k views

1 comment

reshown by

Answer is (B)  11/40.

1
1

2 Answers

3 votes
3 votes
Best answer

Ans is (B) 11/40


 it can be solved  by inclusion exclusion principle.

P(A  B)  = P(A) + P(B) - P(A ⋂ B)

Suppose, P(A) = probability that minimum is 3 among chosen 3 numbers. 

        = 7C2/10C3

For this 3 is already taken with no choice and for remaining 7C2 is total number of ways to choose 2 numbers more than 3 (i.e. 4,5,6,7,...10) from given set.

P(B) = probability that maximum numbers is 7 among chosen 3 numbers

        = 6C2/10C3

For this 7 is already taken with no choice and for remaining 6C2 is total number of ways to choose 2 numbers less than 7 (i.e. 0,1,2,.....6) from given set.

P(A ⋂ B) = probability that minimum number is 3 and maximum is 7 among chosen 3.

               = 3C1/10C3

For this 3 & 7 is already taken with no choice and for remaining 3C1 is total number of ways to choose 1 number more than 3 and less than 7  (i.e. 4,5,6) from given set.

Now the probability that minimum is 3 or maximum is 7 among chosen 3 numbers i.e. P(A ⋃ B) .

P(A  B)  = P(A) + P(B) - P(A ⋂ B)

                = 7C2/10C3 + 6C2/10C3 - 3C1/10C3

                   = (7C2 + 6C2 - 3C1)/10C3

                = (21 + 15 - 3) / 120

                = 33/120

                = 11/40

selected by
2 votes
2 votes
favourable events from which we need to choose two more when 3 minimum is already chosen = {4, 5, 6, 7, 8, 9, 10}

similarly, favourable events from which we need to choose two more when 7 maximum is already chosen = {1, 2, 3, 4, 5, 6}

$$\begin{align*} \text{required probability} &= \frac{\binom{7}{2} + \binom{6}{2} - \binom{3}{1}}{\binom{10}{3}}\\ &= \frac{21+15-3}{120}\\ &= \frac{33}{120}\\ &= \frac{11}{40} \end{align*}$$
edited by

3 Comments

how ?
0
0
Answer is (B)  11/40.
0
0

Corrected.

1
1

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true