Probability Flashcards

(9 cards)

1
Q

Complementary Events

A

P(A) + P(Not A) = 1

When two events are complementary, knowing the probability that one event will occur allows us to calculate the probability that the complement will occur.

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

Probability of A and B:

Independent Events

A

P(A and B) = P(A) x P(B)

  • When two events, A and B, are independent, the probability of event A and event B occurring
  • Successive occurrences of an event are each independent of each other
  • Independent events and their complements: If 2 events, A and B, are independent, then their complements are also independent.
    → (not A) and (not B) are independent
    → (not A) and B are independent
    → A and (not B) are independent
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Probability of A and B:

Dependent Events

A

P(A and B) = P(A) x P(B | A)

  • When two events, A and B, are dependent, the probability of event A and event B occurring
  • P(B | A) = probability that B will occur given that A has already occurred
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Mutually Exclusive Event Probability

A
  • When A and B are mutually exclusive: P(A or B) = P(A) + P(B)
  • When A and B are NOT mutually exclusive: P(A or B) = P(A) + P(B) - P(A and B)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Multiple Outcomes

A
  • When an event has more than one possible outcome, each possible outcome must be considered when calculating the probability that the event will occur.
  • To determine the actual probability: (number of outcomes producing the event) x (probability of one outcome)
  • Leverage the permutation formula for indistinguishable items

Example: The probability that it rains in Town X on any given day is 40%. What is the probability that it will rain in Town X on exactly 3 days in a certain 4-day period?

  • Probability of raining on 3 out of 4 days: (2/5)3 x (3/5)
  • # of permutations for raining 3 out of 4 days: XXXY → 4! / 3! = 4
  • Multiply the two together: 96/625
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Combinatorics + Probability

A

When you’re presented with a dependent probability problem with multiple outcomes, consider using the combination method in which you separately calculate the numerator and denominator of:

Probability of an event = (number of favorable outcomes) / (total number of outcomes)

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

Probability with Permutations: Example #1

A

A computer algorithm will randomly create an eight-digit number from the digits 5, 5, 5, 5, 6, 6, 6, and 7. What is the probability that the number created is 66,655,557?

Answer: 1 / 280
→ Total = 8! / (3! x 4!) = 280
→ That number is 1 of the ways. So 1 / 280

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

Baye’s Theorem

A

P(A | B) = P(B | A) x P(A) / P(B)

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

Probability: Hard Question Example

A

Tanya prepared 4 different letters to be sent to 4 different addresses. For each letter, she prepared an envelope with its correct address. If the 4 letters are to be put into the 4 envelopes at random, what is the probability that only 1 letter will be put into the envelope with its correct address?

Total # of ways of assigning 4 letters to 4 envelopes is 4!=24.

Only one letter in the right envelope: 4(# of envelopes)*2(# of ways possible to arrange 3 letters incorrectly in the envelopes, when one is correct).

ABCD(envelopes)
ACDB(letters)
ADBC(letters)

(When A is in the right envelope other three have only 2 possible incorrect arrangements)

As we have 4 letters, total # of ways 4*2=8

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