chapter4 Flashcards

(18 cards)

1
Q

What is an experiment in statistics?

A

An experiment is any process that generates a set of data.

Example: Tossing a coin (possible outcomes: Head or Tail).

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

Define outcomes and sample space.

A

Outcomes: Possible results of an experiment.
Sample Space (S): The collection of all possible outcomes.

Example: Tossing 2 coins → S = {HH, HT, TH, TT}.

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

What is an event?

A

An event is a subset of a sample space.
Types of Events:
Simple Event: Contains one sample point.
Compound Event: Contains two or more sample points.

Example: S = {1, 2, 3, 4, 5, 6}, Event A = rolling an even number = {2, 4, 6}.

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

What is the difference between mutually exclusive and independent events?

A

Mutually Exclusive: Events cannot happen at the same time.
Independent: One event does not affect the probability of the other.

Example: Rolling an even number (A) and an odd number (B) with a die; Tossing a coin and rolling a die.

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

What is the union of two events?

A

The union of events A and B (A ∪ B) is the event that either A, B, or both occur.
Formula: P(A ∪ B) = P(A) + P(B) - P(A ∩ B).

Example: A = {2, 4, 6}, B = {1, 3, 5}. A ∪ B = {1, 2, 3, 4, 5, 6}.

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

What is the intersection of two events?

A

The intersection of events A and B (A ∩ B) is the event where both A and B occur.
Formula: P(A ∩ B) = P(A) × P(B|A).

Example: Event A = Engineering students, Event B = Female students. A ∩ B = Female engineering students.

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

Explain complementary events.

A

The complement of event A (denoted A’) is the event that A does not occur.

Example: Sample Space: {Heads, Tails}. Event A = {Heads}. Complement of A = {Tails}.

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

What is classical probability?

A

Classical probability assumes all outcomes are equally likely.
Formula: P(A) = (Number of outcomes favorable to A) / (Total outcomes).

Example: Rolling a die, P(rolling a 4) = 1/6.

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

What is the additive rule of probability?

A

Used to find the probability of the union of events.
Formula: P(A ∪ B) = P(A) + P(B) - P(A ∩ B).

Example: A = rolling an even number = {2, 4, 6}. B = rolling a number < 4 = {1, 2, 3}. P(A ∪ B) = P(A) + P(B) - P(A ∩ B).

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

Define conditional probability.

A

The probability of event A occurring given that event B has occurred.
Formula: P(A|B) = P(A ∩ B) / P(B).

Example: What is the probability of drawing an ace given the card is black? P(Ace|Black) = (2/52) / (26/52) = 2/26 = 1/13.

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

What are factorials, combinations, and permutations?

A

Factorial (n!): Product of all positive integers up to n.
Combination: Selection of items where order doesn’t matter.
Permutation: Selection of items where order matters.

Example: 4! = 4 × 3 × 2 × 1 = 24; C(n, r) = n! / [r!(n - r)!]; P(n, r) = n! / (n - r)!

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

How do you check if two events are independent?

A

Two events A and B are independent if: P(A | B) = P(A) or P(B | A) = P(B).

Example: P(A) = 0.3, P(A ∩ B) = 0.09. Check: P(A ∩ B) = P(A) × P(B). If true, they are independent.

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

What is the multiplicative rule of probability?

A

Used to find the probability of the intersection of two events.
Formula: P(A ∩ B) = P(A) × P(B|A).

For Independent Events: P(A ∩ B) = P(A) × P(B).

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

What are disjoint events?

A

Disjoint events (mutually exclusive) cannot occur at the same time.

Example: When rolling a die: Event A = rolling an even number = {2, 4, 6}. Event B = rolling an odd number = {1, 3, 5}. A and B are disjoint since they cannot overlap.

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

Define random variable.

A

A random variable assigns numerical values to outcomes of a random experiment.
Types: Discrete: Takes specific values (e.g., number of heads). Continuous: Takes any value within a range (e.g., height).

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

What is a probability distribution?

A

A probability distribution shows all possible values of a random variable and their probabilities.

Example: Rolling a die: X = Outcome, P(X) = 1/6 for each outcome {1, 2, 3, 4, 5, 6}.

17
Q

What are the properties of probability distributions?

A

The probability of each outcome is between 0 and 1. The sum of all probabilities is 1.

18
Q

What is the difference between population and sample?

A

Population: The entire group being studied.