Chapter 20: Discrete Random Variables Flashcards

1
Q

Define a random variable and state the types of random variables

A

RANDOM VARIABLE:
variable that uses numbers to describe the possible outcomes which could result from an experiment, and can be represented by X

  • Discrete random variable: has a set of distinct possible values. determined by counting
  • Continuous random variable: can take any value within some interval, determined by measuring
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Describe what is a discrete probability distribution and state the conditions for a valid probability distribution

A
  • Probability that X takes on the value x = P(X=x)
  • If X is a random variable with possible values {x₁, x₂, x₃…xₙ} and corresponding probabilities {p₁, p₂, p₃…pₙ}:

0≤pᵢ≤1
Σpᵢ (starting from i=1 to i=n) = 1

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

Define a uniform discrete random variable

A

UNIFORM DISCRETE RANDOM VARIABLE:
when all possible values of X have the same probability (1/n) of occuring

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

Find the mode and median from a probability distribution

A

MODE: most frequently occurring value of X (xᵢ when pᵢ is the highest)

MEDIAN: 50th percentile (xᵢ when p₁+ p₂+p₃+pₙ = 0.5)

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

Find the expected value/mean value of a probability distribution

A

EXPECTED VALUE: E(X)

E(X) = Σxᵢpᵢ

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

Determine if a game is fair

A

FAIR GAME: expected gain is 0 (when X denotes the player’s gains)

E(X) = 0

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

Describe a binomial experiment and state the probability mass function of a binomial random variable (X) and its binomial distribution

A

BINOMIAL EXPERIMENT:
1) Fixed number of independent trials
2) Only 2 possible results per trial
3) Equal probability of success for each trial

P(X=x) = P(x) = (ⁿₓ) pˣ (1-p)ⁿ⁻ˣ
X∼B(n,p)

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

Use GDC to find binomial probabilities and the mean and standard deviation of a binomial distribution

A

BINOMIAL PROBABILITY FUNCTION: P(x=k)
- Calculator page –> Menu, 5, 5, A

BINOMIAL CUMULATIVE PROBABILITY FUNCTION: P(x≤k) or P(x≥k)
- Calculator page –> Menu, 5, 5, B

MEAN (μ=np) AND STANDARD DEVIATION (σ=√np(1-p) ):
- Lists and Spreadsheets page –> key in all values in List A (name it x) –> menu, 4, 2, A in List B (name it z)
- Add Data and Statistics page –> enter variable x and z
- Add Calculator page –> menu, 6, 1, 1 (x₁ list: x; frequency list: z)
- Identify x̄ and σ

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