document.write( "Question 1186890: Let A, B and C be three arbitrary events. Find expressions for the following events that
\n" );
document.write( "of A, B and C.
\n" );
document.write( "a- Only A occurs, b- All three events occur, c- Non occurs,
\n" );
document.write( "d- At least one occurs, e- Not more than 2 occur, g-One and only one occurs. \n" );
document.write( "
Algebra.Com's Answer #849337 by CPhill(1987) You can put this solution on YOUR website! Here are the expressions for the given events using set notation:\r \n" ); document.write( "\n" ); document.write( "**a. Only A occurs:**\r \n" ); document.write( "\n" ); document.write( "A ∩ Bᶜ ∩ Cᶜ (A intersects with the complements of B and C)\r \n" ); document.write( "\n" ); document.write( "**b. All three events occur:**\r \n" ); document.write( "\n" ); document.write( "A ∩ B ∩ C (The intersection of all three events)\r \n" ); document.write( "\n" ); document.write( "**c. None occurs:**\r \n" ); document.write( "\n" ); document.write( "Aᶜ ∩ Bᶜ ∩ Cᶜ (The intersection of the complements of all three events). This can also be written as (A ∪ B ∪ C)ᶜ (De Morgan's Law).\r \n" ); document.write( "\n" ); document.write( "**d. At least one occurs:**\r \n" ); document.write( "\n" ); document.write( "A ∪ B ∪ C (The union of all three events)\r \n" ); document.write( "\n" ); document.write( "**e. Not more than 2 occur:**\r \n" ); document.write( "\n" ); document.write( "This is equivalent to \"none occur\" or \"exactly one occurs\" or \"exactly two occur\". It is the complement of \"all three occur\".\r \n" ); document.write( "\n" ); document.write( "(A ∩ B ∩ C)ᶜ\r \n" ); document.write( "\n" ); document.write( "Alternatively, we can express it as the union of the cases where no events occur, only one occurs, and exactly two occur.\r \n" ); document.write( "\n" ); document.write( "(Aᶜ ∩ Bᶜ ∩ Cᶜ) ∪ (A ∩ Bᶜ ∩ Cᶜ) ∪ (Aᶜ ∩ B ∩ Cᶜ) ∪ (Aᶜ ∩ Bᶜ ∩ C) ∪ (A ∩ B ∩ Cᶜ) ∪ (A ∩ Bᶜ ∩ C) ∪ (Aᶜ ∩ B ∩ C)\r \n" ); document.write( "\n" ); document.write( "**f. One and only one occurs:**\r \n" ); document.write( "\n" ); document.write( "(A ∩ Bᶜ ∩ Cᶜ) ∪ (Aᶜ ∩ B ∩ Cᶜ) ∪ (Aᶜ ∩ Bᶜ ∩ C) (The union of the three mutually exclusive scenarios where only one of the events occurs). \n" ); document.write( " \n" ); document.write( " |