InterviewSolution
Saved Bookmarks
| 1. |
If two coins are tossed five times, thenthe probability of getting 5 heads and 5 tails isA. `63//256`B. `1//1024`C. `2//205`D. `9//64` |
|
Answer» Correct Answer - A Required Probability `=.^10C_(5)((1)/(2))^5((1)/(2))^5=(63)/(256)` |
|