Mutually Exhaustive event means, the possible event should occur @least once..
Mutually Exhaustive means, the event shouldn't be repeated.. Am I right?
Pls Reply ASAP!
Mutually exclusive event means that the event shouldn't be repeated. If E1 and E2 are two mutually exclusive events, then
Mutually exhaustive events can be repeated, If and
are two mutually exhaustive events, then
and their intersection might or might not be equal to
. If
then
and
are mutually exhaustive and exclusive events.
You are right about Mutually Exhaustive event means, the possible event should occur at least once. But wrong about Mutually Exhaustive means, the event shouldn't be repeated. Mutually exhaustive events could be repeated. It's mutually exclusive events that shouldn't be repeated.