

InterviewSolution
Saved Bookmarks
1. |
The number of possible outcomes when a coin is tossed 6 times isA. 36B. 64C. 12D. 32 |
Answer» Correct Answer - B Number of outcomes when tossing a coin 1 times = 2 (head or tail) `therefore` Total possible outcomes when a coin tossed 6 times `= 2^(6) = 64` [`because 2^(n)` for n time tossed coin] |
|