MAT prob&stat1 probability Flashcards
What is probability, and how is it described?
Probability deals with the chance or likelihood of an event occurring. It is the language of risk and is used to explain and interpret outcomes in daily life.
What does randomness mean in statistics?
An event is random if it happens without conscious decision or design. For example, picking a marble from a bag without seeing ensures randomness if all marbles are identical in size and material.
What is theoretical probability, and how is it calculated?
Theoretical probability is calculated by dividing the number of favorable outcomes by the total number of equally likely outcomes:
P(A) = n(A) / n(T).
Example: A bag contains 2 purple, 3 green, and 4 blue marbles. What is the probability of picking:
a) A green marble,
b) A yellow marble?
a) P(G) = 3/9 = 1/3.
b) P(Y) = 0/9 = 0 (no yellow marbles in the bag).
What are expected frequencies?
Expected frequencies estimate how often an event will occur over a number of trials:
Expected frequency = n × p, where n is the number of trials and p is the event’s probability.
Example: A coin is flipped 54 times. What is the expected frequency of heads?
Expected frequency = n × p = 54 × 1/2 = 27 heads.
What is experimental probability, and how is it calculated?
Experimental probability is found by dividing the observed frequency of an event by the total number of trials:
P(E) = favorable observations / total observations.
Example: A bag of marbles is drawn 1500 times. Observed frequencies are:
Purple: 508, Green: 817, Blue: 175.
Find the experimental probability of drawing a purple marble.
P(Purple) = 508 / 1500 ≈ 0.339.
What are mutually exclusive and exhaustive events?
- Mutually exclusive: Two events that cannot occur simultaneously.
Example: Rolling a die, getting “even” and “odd” are mutually exclusive. - Exhaustive: Events covering all possible outcomes.
Example: “Even” and “not even” are exhaustive.
What are independent events, and how is their probability calculated?
Independent events are unaffected by the occurrence of one another. For events A and B:
P(A ∩ B) = P(A) × P(B).
Example: A coin is flipped and a die is rolled. Find the probability of getting heads and rolling a 6.
P(H ∩ 6) = P(H) × P(6) = (1/2) × (1/6) = 1/12.
What notations are used to show combined probabilities of events?
- “And” (A ∩ B): Intersection of two events.
- “Or” (A ∪ B): Union of two events.
- Complement (A’): All outcomes not in A.
Example: In a group of 50 students, 30 study math, 25 study English, and 10 study both. Find the probability that a student studies math or English.
n(Math ∪ English) = n(Math ∩ English) + n(Math ∩ Not-English) + n(Not-Math ∩ English)
= 10 + 20 + 15 = 45
P(Math ∪ English) = 45 / 50 = 0.9
What is the role of tree diagrams in probability?
Tree diagrams organize and calculate probabilities of sequential events, showing outcomes and their associated probabilities.
Example: A bag contains marbles. P(Blue) = 7/10, P(Blue ∩ Swirled) = 3/5, P(Swirled ∩ Not-Blue) = 1/5. Find P(Not-Blue ∩ Not-Swirled).
- P(Not-Blue ∩ Swirled) = 1/5.
- P(Not-Blue) = 3/10.
- P(Not-Blue ∩ Not-Swirled) = P(Not-Blue) - P(Not-Blue ∩ Swirled) = 3/10 - 1/5 = 1/10.