

InterviewSolution
Saved Bookmarks
1. |
If I toss a coin 3 times and get head each time, then I should expect a tail to have higher chance in the 4th toss.State true or false and give the reason |
Answer» False, because of the outcomes 'head' and 'tail' are equally, likely. So, every time the probability of getting head or tail is 1/2. |
|