InterviewSolution
Saved Bookmarks
| 1. |
A fair coin is tossed 2n times. The probability of getting as many heads in the first n tosses as in the last n is |
|
Answer» `(""^(2n)C_(N))/(2^(2n))` |
|