AP Statistics Unit 4: Probability, Random variables, and Probability Distributions

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/35

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:34 AM on 8/25/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

36 Terms

1
New cards

What is a random process?

A random process generates outcomes that are determined purely by chance.

2
New cards

What is probability?

A number between 0 and 1 that describes the proportion of times an outcome will occur in a very long series of trials.

3
New cards

What is the law of large numbers?

If we observe more and more trials of any random process, the proportion of times that a specific outcome occurs approaches its probability. (LONG TERM)

4
New cards

What is a simulation?

An imitation of a random process in such a way that simulated outcomes are consistent with real-world outcomes.

5
New cards

How is a simulation performed?

1) Describe how to use a random process to do one trial of the simulation. Describe what is recorded after each trial.

2) Perform many trials of the simulation

3) Use the simulation results to answer the question of interest

6
New cards

What is a probability model?

The description of some random process that has two parts: a list of all possible outcomes and the probability of each outcome

The list of all possible outcomes is called a sample space

7
New cards

What is an event?

Any collection of outcomes from some random process.

8
New cards

What is the complement rule?

P(A^c) = 1 - P(A)

9
New cards

What are mutually exclusive events?

events that cannot happen at the same time

P(A and B) = 0

10
New cards

What is the addition rule for mutually exclusive events?

P(A or B) = P(A) + P(B)

11
New cards

What is the general addition rule?

P(A or B) = P(A) + P(B) - P(A and B)

12
New cards

What is a conditional probability?

Probability that one event happens given that another event is known to have already occurred.

P (A | B) means probability of A given B has already happened

P(A | B) = P(A and B) / P(B)

13
New cards

What are independent events?

Events where knowing whether or not one event has occurred does not change the probability that the other event will happen.

For example, if P(A | B) = P(A) because knowing event B has occurred does not change probability of A occurring

14
New cards

What is the general multiplication rule?

P(A and B) = P(A) x P(B | A)

15
New cards

What is a tree diagram?

A tree diagram shows the sample space of a random process with multiple stages. All probabilities after the first stage are conditional probabilities.

16
New cards

What is the multiplication rule for independent events?

P(A and B) = P(A) x P(B)

17
New cards

What is a random variable?

A variable that takes numerical values describing the outcomes of a random process.

18
New cards

What is a probability distribution of a random variable?

Gives the possible values of a random variables and its probabilities.

19
New cards

What is a discrete random variable?

A variable that takes a fixed set of possible values with gaps between them.

20
New cards

What is expected value of a discrete random variable?

The mean of a discrete random variable. It is the average over many trials of the same random process.

E xipi

21
New cards

What is the standard deviation of a discrete random variable?

how much the values of the variable typically vary from the expected value in many trials of the random process.

The variance is: E(xi-mu(x))^2pi

22
New cards

What is a continuous random variable?

A continuous random variable X takes all values in an interval of numbers.

23
New cards

What is the effect of a linear transformation of a random variable?

let Y = a + bX be the linear transformation of the random variable X

mu(Y) = a + b(mu(x))

sigma(Y) = | b | x sigma(X)

24
New cards

What are independent random variables?

When knowing the value of one random variable doesn't change the probability distribution of the other random variable.

25
New cards

What is the mean and standard deviation of the sum of two independent random variables?

mu(X+Y) = mu(X) + mu(Y)

mu(X-Y) = mu(X) - mu(Y)

sigma(X+Y) = sqrt(sigma(X)^2 + sigma(Y)^2)

sigma(X-Y) = sqrt(sigma(X)^2 + sigma(Y)^2)

26
New cards

What is a binomial setting?

When we perform n independent trials of the same random process and count the number of times that a particular outcome occurs.

Conditions:

Binary: The possible outcomes must be success or failure.

Independent: Each trial must be independent.

Number: Fixed number of trials in advance

Same probability: Same P(success) in each trial.

27
New cards

What is a binomial random variable?

The binomial random variable is the count of number of successes in n trials.

28
New cards

What is a binomial distribution?

THe probability distribution of a binomial random variable. It is specified by number of trials n and probability p.

29
New cards

What is the binomial coefficient?

The number of ways to arrange x successes among n trials.

30
New cards

What is the mean(expected value). of a binomial random variable?

np

31
New cards

What is the standard deviation of a binomial random variable?

sqrt(np(1-p))

32
New cards

What is the 10% condition?

We can use a binomial distribution to model the count of successes in the sample as long as n is less than or equal to 0.1N.

33
New cards

What is the large counts condition?

The probability distribution of a binomial random variable X with n trials and success probability p is normal if:

np>= 10 and n(1-p) >= 10

34
New cards

What is a geometric random variable?

When we perform independent trials of the same random process and record the number of trials needed to get one success.

Binary: The possible outcomes must be success or failure.

Independent: Each trial must be independent.

Same probability: Same P(success) in each trial.

35
New cards

What is the shape of a geometric distribution?

Skewed to the right.

36
New cards

What is the mean and standard deviation of a geometric random variable?

mu(X). =1/p

sigma(X) = sqrt(1-p) / p