Probability Flashcards

(20 cards)

1
Q

What is discrete probability?

A

Studies experiments with a finite number of outcomes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is an experiment?

A

A procedure that can be repeated

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is an outcome?

A

The results of an experiment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a sample space?

A

The set of all outcomes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is an event? (Probability)

A

A subset of the sample space

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the sample space for flipping a coin?

A

{H,T}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the sample space for rolling a six sided die?

A

{1, 2, 3, 4, 5, 6}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the sample space for flipping two coins?

A

{HH, HT, TH, TT}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

A lottery consists of drawing 6 numbers, without replacement, from the numbers 1 - 42. A ticket is some set of 6 random numbers between 1 and 42. What is the probability of matching 2 numbers?

A

The number of possible outcomes is C(42,6) = 5245786 so to match 2 numbers we choose 2 out of the 6 winning numbers, which is C(6,2), and then we choose 4 numbers from the remaining numbers which aren’t on the winning ticket. This means we choose 4 from the remaining 42-6 = 36 so there are C(6,2)xC(36,4) = 883575 ways of matching 2 numbers. To find the probability of matching 2 numbers you divide this by the total number of possible combinations. 883575 / 5245786 = 0.17

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the formula for p(A|B)?

A

p(A|B) = p(A∩B) / p(B)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How do we know if 2 events are independent?

A

Use P(A∩B) = P(A)P(B) or P(A|B) = P(A)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the probability of getting 3 heads in a row when flipping a fair coin?

A

0.5 x 0.5 x 0.5 = 0.125

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

If a family has two children and the older child is a girl, what is the probability both children are girls?

A

1/2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

If a family has two children and at least one is a girl, what is the probability both are girls?

A

1/3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a random variable?

A

A function from the set of outcomes to the set of real numbers. It is NOT a variable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How do you write the distribution of a random variable X?

17
Q

What is a Bernoulli random variable?

A

In a sample space with two outcomes a Bernoulli random variable assigns a value of 1 to one outcome and 0 to the other.

18
Q

What is the Bernoulli distribution?

A

f(k) =
{p(X = 1) = p
{p(X = 0) = 1−p = q

19
Q

What is the nicer expression for the Bernoulli distribution?

A

f(k) = pᵏ (1−p)¹⁻ᵏ where k=0 or 1

20
Q

When 3 coins are flipped what are the chances of getting exactly 2 heads in a row?