

InterviewSolution
Saved Bookmarks
1. |
A coin is tossed once. What is the probaility of getting a head ? |
Answer» When a coin is tossed once, all possible outcomes are H and T. Total number of possible outcomes = 2. The favourable outcome is H. Number of favourable outcomes = 1. `:. ` P(getting a head) = P(H) = `("number of favourable outcomes")/("total number of possible outcomes ") = 1/2`. |
|