

InterviewSolution
Saved Bookmarks
1. |
A coin is tossed three times, consider the following events– E1: No head appears E2 : Exactly one heat appear E3: Atleast one head appears Do they from a set of mutually exclusive and exhaustive events? |
Answer» When a coin is tossed three times, the sample space is– S = {HHH, HHT, HTH, HTT, THH, THT, TTH, TTT} E1 = {TTT} E2 = {HTT, THT, TTH} E3 = {HHH, HHT, HTH, HTT, THH, THT, TTH} E1 ∩ E2 = ϕ , E1 ∩ E3 = ϕ , E2 ∩ E3 = {HTT, THT, TTH} ≠ ϕ Also, E1 ∩ E2E3 = S. ∴ E1, E2, E3 are not mutually eclusive but they are exhaustive events. |
|