Basic Probability
Basic Probability
Homework 01A
Hanadi Jusufovic
Problem 1: Look up the “conjunction fallacy” on Wikipedia, and describe it in terms of set probabilities
using the notation consistent with our book. Start by stating the problem (“Linda is 31 years old...”), then
define events that pertain to the problem and explain why one probability is strictly smaller than the other.
”Linda is 31 years old, single, outspoken, and very bright. She majored in philosophy As a student, she
was deeply concerned with issues of discrimination and social justice, and also participated in anti-nuclear
demonstrations.”
Problem 2: Suppose you have ten-sided dice (they sell these at One-eyed Jaques on Cary Street, by the
way). Assuming the dice are fair, what is the probability the sum of three rolled dice is 28?
We start by calculating the possible outcomes. The total number of possible outcomes is equal to 103 = 1000.
Now we want to know how many of those outcomes will have sum equal to 28.
Firstly, the most obvious triplet that satisfies this is (10, 10, 8). Then we have (10, 9, 9). For both of those
triplets, we can arrange them into 3 combinations. For example for (10, 10, 8) we also have (8, 10, 10) and
(10, 8, 10). If we let A be an event that the sum of 3 dice sum up to 28, we have
A = {(10, 10, 8), (8, 10, 10), (10, 8, 10), (10, 9, 9), (9, 9, 10), (9, 10, 9)}.
6
P (sum of 3 rolled dice is 28)= 1000
Problem 3: After the campus concert season finished for the semester, it was reported that 60% of the
students attended the symphony event and 25% attended the ballet event. It turns out that 35% attended
neither. If a student is randomly selected from the college find the probability that (a) the student attended
both the symphony and ballet, (b) attended the symphony and not the ballet, and (c) skipped at least one
of the two events.
1
Let A be the event that a student attended the symphony, P(A) = 0.6. Let B be the event that a student
attended the ballet, P(B) = 0.25. If a student attended neither, we can describe this as P ((A ∪ B)c ) = 0.35.
P (A ∪ B) = 1 − P ((A ∪ B)c ) = 0.65.
Problem 4: From a standard deck of 52 playing cards, there are four Aces. A player chooses a card at
random (without replacing the card to the deck) and keeps choosing until an Ace is drawn. What is the
probability the player will draw an Ace in the first four tries?
48
P(draw four non aces) = 52 ∗ 47 46 45
51 ∗ 50 ∗ 49
Then the probability to draw an ace in first four tries is given by:
48
P(drawing an ace in first four tries) = 1 − ( 52 ∗ 47 46 45
51 ∗ 50 ∗ 49 ) = 0.28126
It is easier to think of the complement: drawing four non-Aces. There is a 48/52 of drawing the first non-Ace,
but that probability changes to 47/51 on the second draw, given no Ace was drawn in the first.