Chapter 15: Random Variables

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/10

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

11 Terms

1
New cards

What is a random variable?

A variable that takes on numerical values determined by the outcome of a random phenomenon.

2
New cards

What is a discrete random variable?

A random variable with a countable number of possible values (e.g., number of heads in 10 coin flips).

3
New cards

What is a continuous random variable?

A random variable that can take on any value within an interval (e.g., height, weight, time).

4
New cards

What is a probability model for a random variable?

A table or function that shows all possible values of the variable and the probabilities that they occur.

5
New cards

How do you find the expected value (mean) of a random variable X?

E(X) = Σ [x × P(x)]

Multiply each value by its probability and sum the results.

6
New cards

How do you find the variance of a random variable X?

Var(X) = Σ [(x − μ)² × P(x)]

Where μ is the expected value (mean) of X.

7
New cards

How do you find the standard deviation of a random variable X?

SD(X) = √Var(X)

The square root of the variance.

8
New cards

If Y = a + bX, how do you find E(Y) and SD(Y)?

  • E(Y) = a + bE(X)

    • SD(Y) = |b| × SD(X)

9
New cards

What is the rule for the mean of the sum of two random variables?

E(X + Y) = E(X) + E(Y)

Works for both independent and dependent variables.

10
New cards

What is the rule for the variance of the sum of two independent random variables?

Var(X + Y) = Var(X) + Var(Y)

Only applies if X and Y are independent.

11
New cards

Can you add standard deviations directly?

No! You must add variances first, then take the square root to get the new standard deviation.