

InterviewSolution
Saved Bookmarks
1. |
A fair coin is tossed 99 times. If X is the number of times headsoccur, then `P(X=r)`is maximum when `r`is`49 , 50`b. `50 , 51`c. `51 , 52`d. none of theseA. 49B. 52C. 51D. 50 |
Answer» Correct Answer - A::D The probability that head appears r times is `""^(99)C_(r)((1)/(2))^(r)((1)/(2))^(99-r)` which is maximum when r = 49 or 50. |
|