document.write( "Question 1199933: Suppose one die is rolled. Consider the following events:\r
\n" );
document.write( "\n" );
document.write( " A : the die comes up even\r
\n" );
document.write( "\n" );
document.write( " B : the die comes up odd\r
\n" );
document.write( "\n" );
document.write( " C : the die comes up 4 or more\r
\n" );
document.write( "\n" );
document.write( " D : the die comes up at most 2\r
\n" );
document.write( "\n" );
document.write( " E : the die comes up 3\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "a) Are events C and E mutually exclusive? \r
\n" );
document.write( "\n" );
document.write( "b) Are events B and C mutually exclusive? \r
\n" );
document.write( "\n" );
document.write( "c) Are events C, D and E mutually exclusive? \r
\n" );
document.write( "\n" );
document.write( "d) Are there any four mutually exclusive events among A, B, C, D and E? \r
\n" );
document.write( "\n" );
document.write( "e) Are events A and B mutually exclusive? \n" );
document.write( "
Algebra.Com's Answer #833923 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "a) Yes, the events C and E are mutually exclusive.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "It is impossible for both events C and E to occur at the same time. In other words, set C and set E have nothing in common. \n" ); document.write( "C = {4,5,6} \n" ); document.write( "E = {3} \n" ); document.write( "This is what it means to be mutually exclusive. Another term is \"disjoint\".\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If event C happens, then the die shows 4, 5, or 6. \n" ); document.write( "It's fairly clear that event E cannot happen since we don't have 3 show up. The same works in reverse as well.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "---------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b) No, the events B and C are not mutually exclusive.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "B = {1,3,5} \n" ); document.write( "C = {4,5,6} \n" ); document.write( "The overlapped or shared element is '5'\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "It's possible for events B and C to occur simultaneously. This is why B and C are not mutually exclusive.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "---------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "c) Yes, events C, D, and E are mutually exclusive.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "C = {4,5,6} \n" ); document.write( "D = {1,2} \n" ); document.write( "E = {3} \n" ); document.write( "The three sets have nothing in common. \n" ); document.write( "They partition the sample space {1,2,3,4,5,6} which is the set of possible outcomes of a die roll.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "C union D union E = {4,5,6} union {1,2} union {3} = {1,2,3,4,5,6}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "---------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "d) No, there aren't any collection of four sets that are mutually exclusive.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "There are 5 sets total to represent the 5 events. \n" ); document.write( "A = {2,4,6} \n" ); document.write( "B = {1,3,5} \n" ); document.write( "C = {4,5,6} \n" ); document.write( "D = {1,2} \n" ); document.write( "E = {3}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We're tasked to find 4 sets that are mutually exclusive. We must kick out one of those five sets.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's say we erased set A to be left with \n" ); document.write( "B = {1,3,5} \n" ); document.write( "C = {4,5,6} \n" ); document.write( "D = {1,2} \n" ); document.write( "E = {3} \n" ); document.write( "Earlier we found that events C,D,E were mutually exclusive, and they partition the entire sample space. \n" ); document.write( "Since these three sets union to form the entire sample space, there isn't any room for another set to be mutually exclusive to these three. \n" ); document.write( "The introduction of set B breaks the \"mutual exclusivity\". \n" ); document.write( "This means \"C,D,E\" (in any order) will not be part of a group of 4 mutually exclusive sets.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Erasing set B will lead to the same conclusion as the previous paragraph.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's say we erased set C \n" ); document.write( "A = {2,4,6} \n" ); document.write( "B = {1,3,5} \n" ); document.write( "D = {1,2} \n" ); document.write( "E = {3} \n" ); document.write( "But now we run into the problem of sets A and B unioning together to form the entire sample space {1,2,3,4,5,6} \n" ); document.write( "Introducing set D or E will break the \"mutual exclusivity\".\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Erasing set D will lead to the same logic and conclusion as the previous paragraph. \n" ); document.write( "Erasing set E will lead to the same logic and conclusion as the previous paragraph.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This is why there aren't any collection of 4 sets that are not mutually exclusive.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "---------------------------------------------\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "e) Yes, A and B are mutually exclusive.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A = {2,4,6} \n" ); document.write( "B = {1,3,5} \n" ); document.write( "The two sets have nothing in common. \n" ); document.write( "If a number is even, then it cannot be odd, and vice versa. \n" ); document.write( " \n" ); document.write( " |