AP Statistics Chapter 6 Review

5.0(1)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/37

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

38 Terms

1
New cards

What is a random variable?

Variable that takes numerical values that describes the outcomes of some chance process.

2
New cards

What is probability distribution?

Tracks a random variable and gives its possible values and their probabilities.

EX: (Let X = Number of Tails of a coin flipped 3 times)

X: 0 1 2 3
P: 1/8 3/8 3/8 1/8

A good way to find this is by creating a sample space of all possible outcomes, then counting.

3
New cards

What is a discrete random variable?

When X takes a fixed set of possible values with gaps between.

4
New cards

How do you know if you have a discrete random variable?

If the number is countable, like a 6 sided dice.

5
New cards

What do you say when describing a distribution?

Shape, center, variability, outliers.

6
New cards

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

(x1*p1)+(x2*p2)+(x3*p3)+…

7
New cards

How do you find variance? (formula)

(x1-ux [mean])²*p1+(x2-ux [mean])²*p2+…

8
New cards

How do you find standard deviation?

sqrt (x-mean)²*pi

just square the variance :)

9
New cards

How do you interpret the mean?

If a (explanatory variable) is chosen many, many times at random and the number of (response variable) is recorded at random for each (explanatory variable), the average is _____


EX: If a high school student is chosen at random many times and a the number of languages is recorded for each studying, the average is 1.457.

10
New cards

How do you interpret the standard deviation?

Over many times, A randomly chosen (explanatory variable) and the recorded (response variable) typically differs from the mean of ___ by ___.

EX: A randomly chosen students number of languages spoken typically differs from the mean of 1.457 by 0.671.

11
New cards

How do you interpret variance?

The weighted average of the squared deviations of the (explanatory variable) to (response variable) from their mean is _____.

12
New cards

What is a continuous random variable?

When X takes all values in an interval of numbers. EX: weight

NOTE: This means the probability to a whole number is 0, since it could be 1.49583895893485.

13
New cards

How do you find the mean of two different variables (they are independent)

You add them.

14
New cards

How do you find the difference of two means that are independent?

You subtract them.

15
New cards

How do you find the standard deviation of two independent events when adding them together?

Find the variances (Square the standard deviation), add them together, then take the square root of that.

16
New cards

How do you find the standard deviation of two independent events when trying to find their difference?

Find the variances (square the standard deviation), add them together, then take the square root of that.

NOTE: Variability stays the same when adding or substract.

17
New cards

When you add or subtract random variables, know that variation (increase/decreases)

increases (ALWAYS INCREASES)

18
New cards

Remember to include units on the ….

mean, standard deviation! NOT the variance!

19
New cards

What happens when we ADD a constant?

Only the center changes (mean). Add the same constant to every value besides standard deviation.

20
New cards

What happens when we MULTIPLY by a constant?

The center changes (mean) and the variability. Remember to multiple every value.

21
New cards

What is a binomial setting?

When several independent trials of the same chance process and the number of times that an outcome occurs are recorded.

22
New cards

What are the four conditions for a binomial setting?

Binary (successes/failures), Independent, Number (fixed set of trials), Success (same probability)

23
New cards

What is the Binomial probability formula?

P(X=k) = (n) * p^k * (1-p)^n-k
(k)

k = Number of successes.
n-k= Number of failures
n = Number of trials

24
New cards

What does binomPdf find?

The probability of one outcome for a binomial setting.

25
New cards

What does binomCdf find?

The probability of a range of outcomes.

26
New cards

How do you find the mean of a binomial variable?

n*p

27
New cards

How do you find the standard deviation of a binomial variable?

sqrt(n*p*(1-p))

28
New cards

What does it mean when the 10% condition is met?

You can use this to determine if using a binomial setting is acceptable if the sample is no more than 10% of the population.

29
New cards

What is the 10% condition formula?

n< N/10
-

n= number of trials
N= population size

30
New cards

If a scenario violates the 10% plan and you still need to find the probability of something, what do you use?

Conditional probability formula:

EX: 6/10 Ă— 5/9

31
New cards

What is the Large Counts Condition? What can you assume if the condition is true?

np>10
-

You can assume the distribution is approximately normal with a mean of n*p and standard deviation of sqrt(np(1-p))

32
New cards

What is a geometric setting?

When we perform independent trials of the same chance process and record the number of trials it takes to get one success.

33
New cards

What is a geometric random variable?

The number of trials Y that it takes to get a success in a geometric setting.

34
New cards

What is a geometric distribution?

The probability distribution of Y with a parameter pm possible values of Y are 1, 2, 3, …

35
New cards

What is the geometric probability formula?

P(Y=k) =(1-P)^k-1 * P

36
New cards

When you are asked for more than, always …

Go above the number one time. For example, if it asks above than 4, plug in 5!

37
New cards

Find the probability that the difference in the lengths of the two pregnancies is greater than 13 days. (Approximately Normal Distribution)

U= 2
O = 22.63

normCDF(LB: -13, UB: 13, U: 2, O, 22.63)=0.434343

38
New cards

Remember to pay attention to the size of things like toothpaste (they’re probably useful in the normCDF command)!!!!

EX: Jimmy’s 0.85oz of toothpaste should last him the entire 6-day trip. Mean: 0.13, Std. Dev: 0.02 (for one day)

What is the probability that he’ll use all the toothpaste in the 6 days?

EXPLANATION:

First, find the new mean and deviation after he brushes 6 times. Then, take that and do normCDF(LB: 0.85, UB: infinity, U: 0.78, O: 0.049) = 0.077