Week 13 - Rules of probability, and probability distributions Pt1 Flashcards
(42 cards)
What is probability?
the measure of the likelihood or chance that a given event will occur. It is a number between 0 and 1,
where:
0 means the event will not happen.
1 means the event will definitely happen
What is the counting rule for multiple-step experiments?
a method to determine the total number of possible outcomes in an experiment that consists of a sequence of steps, where each step has a certain number of possible outcomes. This rule applies to experiments where the outcome of each step is independent of the others.
If an experiment has k steps, and each step has a different number of possible outcomes, the total number of possible outcomes for the entire experiment is the product of the number of outcomes at each individual step.
In mathematical terms, if:
Step 1 has n_1 possible outcomes,
Step 2 has n_2possible outcomes,
Step 3 has n_3 possible outcomes,
and so on, until Step 𝑘
hen the total number of outcomes for the experiment is given by:
Totaloutcomes = n_1 x n_2 x … x n_k
What is an example of the counting rule for multiple-step experiments?
Imagine you’re deciding on a meal. The experiment consists of 3 steps:
Step 1: Choose a type of main dish (3 options: pizza, pasta, or salad).
Step 2: Choose a drink (2 options: water or soda).
Step 3: Choose a dessert (2 options: cake or ice cream).
Using the counting rule, the total number of possible meal combinations is:
Total outcomes = 3 x 2 x 2 = 12
What helps visualise the counting rule for multiple step experiments?
A helpful graphical representation of a multiple-step experiment is a tree diagram.
What is the counting rule for combinations?
number of combinations of N objects taken
n at a time is a counting rule used when you need to choose n objects from a set of
N objects, where the order of selection does not matter.
often referred to as combinations and is denoted as
(N)
(n)
which is read as “N choose n.”
What is the counting rule for combinations equation?
. (N) (N)
𝐶(𝑛) = (n) = N!/ n!(N - n)!
N! = N(N-1)(N-2)…(2)(1)
n! = n(n-1)(n-2)…(2)(1)
0! = 1
Counting rule for combinations example:
A quality control inspector randomly selects 2 out 5 five parts to test for defects.
In a group of 5 parts (A, B, C, D, E), how many combinations of two parts can be selected?
N = 5 and n = 2
. (5) (5)
𝐶(2) = (2) = 5!/ 2!(5 - 2)! = 5x4x3x2x1/ (2x1)(3x2x1)
= 120/12 = 10
10 combinations:
AB, AC, AD, AE, BC, BD, BE, CD, CE, and DE
What is the counting rule for permutations?
used to determine how many ways you can arrange or order a set of objects.
count the number of experimental outcomes when n objects are to be selected from a set of N objects, where the order of selection is important
What is the equation for counting rule for permutations?
. (N) (N)
P(𝑛) = (n) = N!/ (N - n)!
N! = N(N-1)(N-2)…(2)(1)
n! = n(n-1)(n-2)…(2)(1)
0! = 1
Counting rule for permutations:
A quality control inspector randomly selects 2 out 5 five parts to test for defects.
In a group of 5 parts (A, B, C, D, E), how many permutations of two parts can be selected?
Counting rule for combinations:
N = 5 and n = 2
. (5) (5)
P(2) = 2!(2) = 5!/(5 - 2)! = 5x4x3x2x1/ (3x2x1) =
= 120/6 = 20
20 Permutations: AB, BA, AC, CA, AD, DA, AE, EA,BC, CB, BD, DB, BE, EB, CD, DC, CE, EC, DE, and ED
What are 3 approches to assign probabilities?
- classical method
- relative frequency method
- subjective method
What is the classical method?
Assigning probabilities based on the the assumption that all outcomes in a sample space are equally likely
If an experiment has n possible outcomes, this method would assign a probability of 1/n to each outcome.
Experiment: Rolling a die
Sample Space: S = {1, 2, 3, 4, 5, 6}
Probabilities: Each sample point has a 1/6 chance of occurring
What is the relative frequency method?
assigns probabilities based on historical data or experimentation. In this approach, the probability of an event is estimated by the relative frequency of the event occurring in repeated trials or past occurrences
What is the relative frequency method formula?
P(A) = number of times event A occurs/ total number of trials or observations
What is the subjective method?
assigning probabilities is based on personal judgment, experience, or belief. Rather than relying on mathematical models or historical data, the probability is assigned based on an individual’s opinion about how likely an event is to happen.
Why does the subjective method not use historical data?
When economic conditions and a company’s circumstances change rapidly it might be inappropriate to assign probabilities based solely on historical data.
We can use any data available as well as our experience and intuition, but ultimately a probability value should express our degree of belief that the experimental outcome will occur.
What is the best method in assigning probabilities
The best probability estimates often are obtained by combining the estimates from the classical or relative frequency approach with the subjective estimate.
What is an event?
a collection of sample points
What is the probability of any event equal to?
equal to the sum of the probabilities of the sample points in the event
How can we compute the probability of an event?
If we can identify all the sample points of an experiment and assign a probability to each
Event and their probabilities example?
1. Event M = Marrley Oil Profitable
M = {(10, 8), (10, -2), (5, 8), (5, -2)}
2. Event C = Cullins Mining Profitable
C = {(10, 8), (5, 8), (0, 8), (-20, 8)}
- P(M) = P(10, 8) + P(10, -2) + P(5, 8) + P(5, -2)
= 0.20 + 0.08 + 0.16 + 0.26
= 0.70 - P(C) = P(10, 8) + P(5, 8) + P(0, 8) + P(-20, 8)
= 0.20 + 0.16 + 0.10 + 0.02
= 0.48
What are the 4 basic relationships of probability?
- complement of an event
- union of two events
- intersection of two events
- mutually exclusive events
What is the complement of an event?
The complement of event A is defined to be the event consisting of all sample points that are not in A.
The complement of A is denoted by Ā or A’
venn digram in the circle is A, outside the circle not A so A’
What is the union of two events?
The union of events A and B is the event containing all sample points that are in A or B or both.
The union of events A and B is denoted by 𝐴∪𝐵