502 views
1 votes
1 votes
In a bunch of 13 T-shirts only one is of Medium size, which is correct fit for the searching person. Each time wrong size is picked, the person throws it away and pick the next T-shirt. What is the probability that the correct size T-shirt can be searched in 8th attempt ?

1 Answer

3 votes
3 votes
you have 13 T-shirts in which 12 are not matching and 1 is matching.

 

at first attempt, you have to take non-matching t-shirt, probability = $\frac{12}{13}$

in second attempt, you have to take non-matching t-shirt, probability = $\frac{11}{12}$ ( due to you have 12 t-shirts only available with you )

in third attempt, you have to take non-matching t-shirt, probability = $\frac{10}{11}$ ( due to you have 11 t-shirts only available with you )

in fourth attempt, you have to take non-matching t-shirt, probability = $\frac{9}{10}$ ( due to you have 10 t-shirts only available with you )

in fifth attempt, you have to take non-matching t-shirt, probability = $\frac{8}{9}$ ( due to you have 9 t-shirts only available with you )

in sixth attempt, you have to take non-matching t-shirt, probability = $\frac{7}{8}$ ( due to you have 8 t-shirts only available with you )

in seventh attempt, you have to take non-matching t-shirt, probability = $\frac{6}{7}$ ( due to you have 7 t-shirts only available with you )

in eighth attempt, you have to take matching t-shirt, probability = $\frac{1}{6}$ ( due to you have 6 t-shirts only available with you )

Therefore total probability = $ \frac{12 * 11 * 10 * 9 * 8 * 7 * 6 * 1}{ 13 * 12 * 11 * 10 * 9 * 8 * 7 * 6 }$ = $ \frac{1}{ 13 }$

Related questions

1 votes
1 votes
0 answers
2
Ashish Roy 1 asked Mar 16, 2019
1,683 views
In the above 4 Statements which would print 123 as output ? Explain also.
3 votes
3 votes
2 answers
3