

InterviewSolution
Saved Bookmarks
1. |
Two coins are tossed simultaneously. What are all possible outcomes? |
Answer» We know that the coin has two sides head (H) and tail (T) So the possible outcomes are Xm. (where x is the number of outcomes when a coin is tossed and m is number of coins) When there are 2 coins ∴ 22= 4 i.e. head and tail ∴ The possible outcomes are HH, HT, TH, TT. |
|