Question 1
You toss four coins.
- What is the sample space? How many outcomes do we have?
- What is the probability of each outcome?
- You want to compute the probability of having four tails. What is
the event?
- What is the probability of of having four tails? Can you apply the
multiplication rule to compute this?
- What is the probability to get heads in at least one toss?
- Denote A the event of getting heads in tosses 1,2 and 3 (toss 4 can
be anything). Denote B the event of getting heads in tosses 3 and 4
(tosses 1 and 2 can be anything). Find \(P(A)\) and \(P(B)\).
- What is \(P(A\cap B)\)? Do you
think A and B are independent events?
- What is \(P(A\cup B)\)?
- Find \(P(A|B)\) and \(P(B|A)\).
- What is the interpretation of these probabilities?
Question 2
You poll 1000 people and ask 2 questions:
- Are you physically active?
- Have you ever had a heart attack?
You get the following contingency table (measured in frequencies)
## active not-active
## heart attack 50 30
## no heart attack 550 370
- What is the probability of being active and having a heart attack?
(joint probability)
- What is the probability of being active? (marginal probability)
- What is the probability of having a heart attack? (marginal
probability)
- What is the probability of having a heart attack given that you are
physically active? (conditional probability)
- What is the probability of being physically active given that you
had a heart attack? (conditional probability)