retagged by
1,153 views

2 Answers

1 votes
1 votes
To find probability that for the 7th toss head appears exactly 4 times. We have find that past 6 run of tosses.
Past 6 tosses, What happen we don't know. But according to 7th toss, we will find that head appeared for 3 times.
Any coin probability of a head=$1/2$ and probability of a tail= $1/2$

 If we treat tossing of head as success, then this leads to a case of binomial distribution.
 According to binomial distribution, the probability that in 6 trials we get 3 success is:

$\binom{6}{3}*(1/2)^{3} *(1/2)^{3}= 5/16$  

7th toss, The probability of obtaining a head=$1/2$

In given question is not mention that what happens after 7 tosses.
so Probability for that for 7th toss head appears exactly 4 times is

=$(5/16)*(1/2)$
=$5/32$
1 votes
1 votes
Here we have been asked to find the probability of getting exactly a head at the 7th toss and 3 heads in any other 6 tosses. So all over 4 heads in the 7 tosses.

Please understand, it is different from the question  “What is the probability that for 7 tosses, the head appears exactly 4 times?” In that case head would have been appeared in any 4 out of 7 and the prob would have been $\binom{6}{4}$ * $\frac{1}{2^{4}}$ * $\frac{1}{2^{3}}$ = $\frac{35}{128}$

But here in this problem, first we have to find the prob of getting 3 heads out of 6 tosses. and this will be

= $\binom{6}{3}$ * $\frac{1}{2^{3}}$ * $\frac{1}{2^{3}}$

= $\frac{5}{16}$

and for the 7th toss, prob of head is $\frac{1}{2}$

Hence the prob becomes  $\frac{5}{16} * \frac{1}{2}$ = $\frac{5}{32}$

 
Hence, ans is option A.
Answer:

Related questions

2 votes
2 votes
2 answers
1
1 votes
1 votes
3 answers
2
admin asked Mar 31, 2020
1,119 views
The function $f\left ( x \right )=\dfrac{x^{2}-1}{x-1}$ at $x=1$ is :Continuous and differentiableContinuous but not differentiableDifferentiable but not continuousNeith...
2 votes
2 votes
4 answers
3
2 votes
2 votes
2 answers
4
admin asked Mar 31, 2020
958 views
In binary search tree which traversal is used for getting ascending order values ?InorderPreorderPostorderNone of the options