Class Exercise 4

Problem 1

Toss two dice. What is the probability that
  1. The sum is $7$ or more?
  2. The sum is less than $7$?
  3. Both die show odd numbers and the sum is at least $7$?
  4. Both die show odd numbers or the sum is at least $7$?

Problem 2

Consider the following contingency table that shows incidence of myocardial infraction (MI) for women smokers and women who had never smoked.$$ \begin{array}{l|cc|c} & \text{MI Yes} & \text{MI No} & \text{Totals}\\ \hline \text{Smoker} & 55 & 65 & \\ \text{Never smoked} & 25 & 125 & \\ \hline \text{Totals} & & & \end{array} $$Let $A = \{$woman smoker$\}$ and let $B = \{$woman had an MI episode$\}$.
  1. Determine $p(A),\, p(B),\, p(A^c)$ and $p(B^c)$.
  2. Determine and interpret with a sentence $p(A\cap B)$.
  3. Determine and interpret with a sentence $p(A\cup B)$.

Problem 3

irisIn the backyard you have a few tall, beautiful irises frequented by hummingbirds, bees and other creatures (your knowledge of insects is too shallow to identify them precisely). Let us name some events when observing the iris patch:
  • $H$ - at least one humming bird present
  • $B$ - at least one bee present
  • $O$ - at least one other creature present
  • In $250$ observations of the iris patch you have observed $H\; 100$ times; $B\; 120$ times; $O\; 75$ times; $H\cap B\; 10$ times; $H\cap O\; 24$ times; $B\cap O\; 44$ times. You have never observed three types of visitors at the iris patch at the same time.
    1. $p(H),\, p(B),\, p(O)$.
    2. $p(H\cap B),\, p(H\cap O),\, p(B\cap O)$.
    3. $p(H\cup B),\, p(H\cup O),\, p(B\cup O)$.
    4. $p(H\cap B\cap O)$
    5. $p(H\cup B\cup O)$
    6. $p(H^c\cap B^c\cap O^c)$. Write a sentence interpreting this result.