InterviewSolution
Saved Bookmarks
| 1. |
A fair coin is tossed n times, then what is the probability that H (Head) has appeared at least once ? |
|
Answer» `(6^(n) - 5^(n))/(5)` |
|