Probability Basics
The Addition Rule & Friends
Conditional Probability
Random Variablez
Binomial Distribution
100
This contains all the possible outcomes of a probability experiment.

What is a sample space?

100

An outcome in which event A does not occur.

Hint: Ac

What is the complement of A?

100

P(B|A)

What is the probability of B, given that A occurs?

100

A random variable whose possible values can be listed.

What is a discrete random variable?

100

The number of trials.

What is n?

200

A die in which each number is equally likey to come up.

What is a fair die?

200

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

What is the general addition rule?

200

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

What is the General Multiplication Rule?

200

A random variable that can take on any value within the interval.

What is a continuous random variable?

200

The probability of success

What is p?

300

When a probability experiment is repeated many times, the proportion of times an event occurs will approach its probability.

What is the law of large numbers?

300

P(A and B) = 0

What is a mutually exclusive event?

300

An event where one occurrence affects the probability of other events.

What is a dependent event?

300

A histogram that represents a discrete probability distribution.

What is a probability histogram?

300

The probability of success is the same on each trial.

What is a condition for the binomial distribution?

400

An event where the probability is 0.05 or less.

What is an unusual event?

400

An event formed by combining 2+ events.

What is a compound event?

400

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

What is the Multiplication Rule for Independent Events?

400

Also known as the mean of a random variable.

What is an expected value?

400

sqrt(np(1-p))

What is the standard deviation (σx) of a binomial random variable?

500

Repeating an experiment a large number of times in order to approximate its actual probability.

What is the Empirical Method?

500

A diagram in which events are represented by circles which overlap when both events occur at the same time.

What is a Venn diagram?

500

To remove an item when sampling it.

What is sampling without replacement?

500

As the sample size grows larger, the sample mean will approach the population mean.

What is the Law of Large Numbers for Means?

500

binompdf(n,p,x)

What is the calculator command for an exact binomial outcome?