The probability of an event or element in a sample space is written as $P(A)$, where $A$ is the event or element in the sample space. Answer the following problems symbolically and simplified. Each problem is worth 1 point.
[2 points] Our sample space contains three elements: $Q = \{A, B, C, D\}$. What is the probability of observing $P(A \,\textrm{OR} \,\textrm{B}\, \textrm{OR}\, C, \textrm{OR} D)$
[2 points] What has to be true of the two elements that are part of an OR statement?
[2 points] Consider the sample space of months in a year and assume each month has equal probability. If event $E$ is elements $\{\textrm{September}, \textrm{October}, \textrm{December}\}$, then what is the probability of the event $E$, $P(E)$?
[2 points] What is the probability of observing September and then November?
[2 points] What is the probability of not event $E$ from the previous question?
[4 points] State the number of observations/samples for the probabilities specified in questions 1.1-1.5.
You are rolling a die with 8 sides. Event $A$ is that you roll a number less than 4. Event $B$ is that you roll a $6$. Event $C$ is rolling a number greater than 2. Answer these problems using python code. Each problem is worth 1 point.
Answers these problems symbolically
Each problem is worth 4 points