EXAM CHECKPOINT~50 MIN65 QUESTIONS

Midterm 2 Checkpoint

ADAPTIVE FLASHCARDS
Flashcard Study Mode
Study this module with spaced repetition. Wrong answers come back weighted heavier.
EXAM CHECKPOINT
Midterm 2 Checkpoint
0/65
ANSWERED
Q1

A card is drawn from a standard 52-card deck. P(King) = 4/52 and P(Heart) = 13/52 and P(King of Hearts) = 1/52. What is P(King OR Heart)?

Q2SELECT ALL

Which of the following are required conditions for a Binomial distribution? Select ALL that apply.

Select all that apply — click all correct answers

Q3FILL IN

Fill in the R function to find P(X = 4) when X ~ Binomial(n=10, p=0.3):

_____(4, size = 10, prob = 0.3)
Q4

X ~ Binomial(12, 0.4). What R code gives P(X ≥ 5)?

Q5SELECT ALL

X ~ Binomial(20, 0.3). Which statements are TRUE? Select ALL that apply.

Select all that apply — click all correct answers

Q6

P(A) = 0.6 and P(B) = 0.5. If A and B are INDEPENDENT, what is P(A ∩ B)?

Q7SELECT ALL

Events A and B are MUTUALLY EXCLUSIVE with P(A) > 0 and P(B) > 0. Which statements are TRUE? Select ALL that apply.

Select all that apply — click all correct answers

Q8FILL IN

X ~ N(75, 100) (mean=75, variance=100, so sd=10). Fill in the R function to find P(X ≤ 88):

_____(88, mean = 75, sd = 10)
Q9SELECT ALL

X ~ N(100, 225) (mean=100, sd=15). Which statements follow from the 68-95-99.7 rule? Select ALL that apply.

Select all that apply — click all correct answers

Q10

Exam scores are normally distributed with mean 72 and sd 8. A student scores 88. What is their z-score?

Q11FILL IN

X ~ N(72, 64) (mean=72, sd=8). Fill in the R function to find the score at the 90th percentile:

_____(0.90, mean = 72, sd = 8)
Q12SELECT ALL

A population has mean μ = 50 and sd σ = 20. We take random samples of size n = 100. Which statements about the sampling distribution of x are TRUE? Select ALL that apply.

Select all that apply — click all correct answers

Q13

Which R function would you use to find P(X = 7) for X ~ Binomial(15, 0.45)?

# Which function gives the EXACT probability at a single value?
Q14SELECT ALL

P(A) = 0.4, P(B) = 0.3, P(A ∩ B) = 0.12. Which statements are TRUE? Select ALL that apply.

Select all that apply — click all correct answers

Q15

X ~ N(68, 100) (mean=68, sd=10). What R code gives P(X > 75)?

Q16

If P(A) = 0.3, what is P(A')?

Q17

P(A) = 0.4, P(B) = 0.5, P(A and B) = 0.2. What is P(A or B)?

Q18

A and B are independent, P(A)=0.3, P(B)=0.4. What is P(A and B)?

Q19

P(A and B) = 0.15, P(B) = 0.5. What is P(A|B)?

Q20

Which condition makes two events mutually exclusive?

Q21

A fair die is rolled. What is P(rolling a prime: 2, 3, or 5)?

Q22

Knowing B occurred doesn't change P(A). What does this mean?

Q23

Can two events with positive probability be both mutually exclusive AND independent?

Q24

Bayes' theorem is most useful for:

Q25

Two events have P(A)=0.6, P(B)=0.3, and they are mutually exclusive. What is P(A or B)?

Q26

What does dbinom(5, 10, 0.5) compute?

Q27

X ~ Binomial(15, 0.4). What is E[X]?

Q28

How would you compute P(X >= 3) for X ~ Binomial(8, 0.25)?

Q29

A fair coin is flipped 10 times. What is Var(X) where X = number of heads?

Q30

Which is NOT a required condition for the Binomial distribution?

Q31

What does pbinom(4, 10, 0.3) return?

Q32

X ~ Binomial(12, 0.5). What is the standard deviation?

Q33

A student guesses randomly on 10 true/false questions. What is P(exactly 8 correct)?

Q34

As p approaches 0.5, the binomial distribution shape becomes:

Q35

What does C(n,k) in the Binomial PMF count?

Q36

For X ~ N(50, 9) (mean=50, variance=9), what is the standard deviation?

Q37

What does pnorm(1.96) (default mean=0, sd=1) approximately return?

Q38

Heights ~ N(68, 9). About what % of people are between 65 and 71 inches?

Q39

A student scores 85 on a test with mean 75 and SD 10. What is their z-score?

Q40

How would you compute the 95th percentile of N(100, 225) in R? (variance=225, so sd=15)

Q41

What does the Central Limit Theorem say about sample means?

Q42

How do you compute P(X > 90) for X ~ N(80, 100) in R?

Q43

As sample size n increases, what happens to the standard error SE = sigma/sqrt(n)?

Q44

For a standard normal distribution, approximately what percent of values fall below z = -2?

Q45

The normal distribution can be used to make inferences about non-normal populations when n is large, because of:

Q46

A 95% CI for mu is (12.3, 18.7). Which interpretation is correct?

Q47

What happens to CI width as sample size n increases?

Q48

You get a p-value of 0.03 with alpha = 0.05. What is your conclusion?

Q49

What is a Type I error?

Q50

In R, t.test(x, mu = 10) tests:

Q51

Why use t-distribution instead of normal for most t-tests?

Q52

A 99% CI will be ______ than a 95% CI from the same data.

Q53

In a one-sided test with Ha: mu > 70, the p-value includes:

Q54

Which df gives heavier tails, qt(0.975, df=5) or qt(0.975, df=30)?

Q55

A result is statistically significant (p < 0.05) but has a very small effect size. This means:

Q56

In a two-group proportion study, H0: p1 = p2. For the hypothesis test SE, should you use pooled or individual proportions?

Q57

SE of p-hat when p-hat = 0.6, n = 100?

Q58

For a 95% CI for a proportion, which z* value?

Q59

For two proportions, if the 95% CI for (p1 - p2) is (-0.05, 0.15), what can you conclude?

Q60

When comparing two proportions, why use the pooled proportion in the hypothesis test but individual proportions for the CI?

Q61

For the normal approximation to be valid for proportions, which condition must hold?

Q62

A 95% CI for p is (0.501, 0.599). What can you conclude about H0: p = 0.5?

Q63

Chimp study: with partner 60/90, without partner 16/30. Pooled proportion p-pool =?

Q64

Using p = 0.5 for sample size planning when p is unknown gives:

Q65

You need a 95% CI with margin of error <= 0.03, no prior estimate of p. Approximately what n is needed?