AP Statistics Unit 4: Probability Random Variables and Distributions — Free Review Games.
This unit covers probability rules, random variables, binomial distribution and geometric distribution — essential concepts for AP Statistics. Use our interactive study games to test your understanding, or review questions in traditional format below.
Pick a mode. Play.
Answer questions as fast as you can. 2 minutes on the clock. Build streaks for bonus points!
Don't want to play?
All 65 questions below, each with the worked answer and a written explanation. Click any question to expand it.
Q1. P(A) + P(not A) = ?
The complement rule: P(A) + P(A') = 1.
Q2. If P(A) = 0.3 and P(B) = 0.5 and events are independent, P(A and B) = ?
For independent events: P(A and B) = P(A)*P(B) = 0.15.
Q3. A discrete random variable takes:
Discrete random variables have countable (often integer) possible values.
Q4. The sum of all probabilities in a probability distribution must equal:
All probabilities must sum to exactly 1.
Q5. P(A or B) for mutually exclusive events = ?
For mutually exclusive events, there is no overlap: P(A or B) = P(A) + P(B).
Q6. The mean of a discrete random variable is also called:
The mean of X, denoted E(X), is the expected value.
Q7. If X is binomial with n=10, p=0.4, what is E(X)?
E(X) = np = 10(0.4) = 4.
Q8. P(A or B) = P(A) + P(B) - P(A and B) is called:
The general addition rule accounts for overlap between events.
Q9. For independent events, P(A|B) = ?
If A and B are independent, knowing B does not change the probability of A.
Q10. A geometric distribution models:
The geometric distribution counts the trials needed to get the first success.
Q11. For binomial X with \(n=20\), \(p=0.3\), what is the standard deviation?
\(SD = \sqrt{np(1-p)} = \sqrt{20 \cdot 0.3 \cdot 0.7} = \sqrt{4.2}\).
Q12. Conditional probability P(A|B) = ?
P(A|B) = P(A and B) / P(B), the probability of A given B occurred.
Q13. Two events are independent if:
Independence means the joint probability equals the product of individual probabilities.
Q14. Binomial conditions include all EXCEPT:
Binomial requires fixed n trials. Continuing until first success is geometric.
Q15. If E(X) = 5 and E(Y) = 3, and X and Y are independent, E(X+Y) = ?
E(X+Y) = E(X) + E(Y) = 5 + 3 = 8 regardless of independence.
Q16. Which of the following represents the complete range of possible values for any probability \(P(E)\)?
By definition, probabilities must satisfy \(0 \leq P(E) \leq 1\). A probability of \(0\) means the event is impossible, and \(1\) means it is certain — both are valid values. Choice C incorrectly excludes \(0\) and \(1\). Choice A permits negative values, which have no meaning in probability. Choice D has no upper bound.
Q17. If events A and B are mutually exclusive, then \(P(A \cap B)\) equals:
Mutually exclusive events cannot both occur at the same time, so \(P(A \cap B) = 0\). Choice A, \(P(A) \cdot P(B)\), is the multiplication rule for independent events — independence and mutual exclusivity are different concepts. Choice B gives \(P(A \cup B)\) for mutually exclusive events, not \(P(A \cap B)\).
Q18. Which of the following is an example of a discrete random variable?
A discrete random variable takes countable values. The number of heads in 10 flips can only be \(0, 1, 2, \ldots, 10\) — a finite, countable set. Height, time, and weight are continuous random variables because they can take any value within an interval, making them uncountably infinite.
Q19. In a binomial distribution \(B(n, p)\), the parameter \(p\) represents:
In \(B(n, p)\), \(p\) is the probability of success on each individual trial, which must remain constant. The parameter \(n\) is the number of trials. The expected number of successes is \(E(X) = np\), which is derived from the parameters — it is not a parameter itself.
Q20. If \(P(A) = 0.72\), what is \(P(A^c)\), the probability of the complement of A?
The complement rule states \(P(A^c) = 1 - P(A)\). Therefore \(P(A^c) = 1 - 0.72 = 0.28\). The events A and \(A^c\) are mutually exclusive and exhaustive, so their probabilities must sum to \(1\). Choice A simply restates \(P(A)\), which would imply \(P(A) + P(A^c) = 1.44 > 1\), an impossibility.
Q21. The general multiplication rule states that for any two events A and B:
The general multiplication rule is \(P(A \cap B) = P(A \mid B) \cdot P(B)\), valid for any events A and B. Choice A is a special case that applies only when A and B are independent, since independence means \(P(A \mid B) = P(A)\). Choice D has the wrong sign and produces a non-sensical result for most events.
Q22. A random variable is best described as:
A random variable is a function that assigns a numerical value to each outcome in a sample space. For example, if \(X\) = number of heads in two coin flips, then \(X\) assigns \(0\) to TT, \(1\) to HT or TH, and \(2\) to HH. Its value is not fixed — it depends on the random outcome. Choice B describes the expected value \(E(X)\), which is a single number derived from the random variable.
Q23. If \(X \sim B(n=15,\, p=0.2)\), what is \(\text{Var}(X)\)?
For a binomial distribution, \(\text{Var}(X) = np(1-p)\). Here \(\text{Var}(X) = 15 \cdot 0.2 \cdot 0.8 = 2.4\). A common error is confusing variance with mean: \(E(X) = np = 15(0.2) = 3.0\), which is choice A. Always use \(np(1-p)\) for variance, not just \(np\).
Q24. For a geometric random variable \(X\) with success probability \(p = 0.25\), what is \(E(X)\), the expected number of trials until the first success?
The mean of a geometric distribution is \(E(X) = \frac{1}{p}\). With \(p = 0.25\), \(E(X) = \frac{1}{0.25} = 4\). Intuitively, if each trial has a 25% chance of success, you expect to need about 4 trials before the first success. Choice A is simply \(p\) itself, not the expected value.
Q25. A random variable \(X\) has the following probability distribution: \(P(X=1)=0.1\), \(P(X=2)=0.3\), \(P(X=3)=0.4\), \(P(X=4)=0.2\). What is \(E(X)\)?
The expected value is \(E(X) = \sum x \cdot P(X=x)\). Computing: \(E(X) = 1(0.1) + 2(0.3) + 3(0.4) + 4(0.2) = 0.1 + 0.6 + 1.2 + 0.8 = 2.7\). Choice A (\(2.5\)) is the simple arithmetic midpoint of 1 and 4, which ignores the probability weights. Expected value is a weighted average, not a simple average of the possible values.
Q26. If \(P(A) = 0.4\), \(P(B) = 0.3\), and events A and B are independent, what is \(P(A \cap B)\)?
For independent events, \(P(A \cap B) = P(A) \cdot P(B) = 0.4 \times 0.3 = 0.12\). Choice A (\(0.70\)) is \(P(A) + P(B)\), which would equal \(P(A \cup B)\) only if the events were mutually exclusive. Choice B (\(0.58\)) is \(P(A \cup B) = P(A)+P(B)-P(A \cap B)=0.4+0.3-0.12=0.58\), a different quantity.
Q27. If \(\text{Var}(X) = 4\), what is \(\text{Var}(3X + 5)\)?
For a linear transformation, \(\text{Var}(aX + b) = a^2 \cdot \text{Var}(X)\). The constant \(b\) shifts the entire distribution but does not change its spread, so it contributes \(0\) to the variance. Therefore \(\text{Var}(3X+5) = 3^2 \cdot 4 = 9 \cdot 4 = 36\). Choice A (\(12\)) comes from multiplying by \(a=3\) instead of \(a^2=9\).
Q28. Which expression correctly gives \(P(X = k)\) for a binomial random variable with parameters \(n\) and \(p\)?
The binomial probability formula is \(P(X=k) = \binom{n}{k} p^k (1-p)^{n-k}\). The binomial coefficient \(\binom{n}{k}\) counts the number of distinct ways to arrange \(k\) successes among \(n\) trials. Choice A omits this coefficient, giving the probability of just one specific ordered sequence of \(k\) successes. Choice C swaps the exponents on \(p\) and \((1-p)\).
Q29. In a binomial experiment with \(n = 4\) trials and success probability \(p = 0.3\), what is \(P(X \geq 1)\)?
Use the complement rule: \(P(X \geq 1) = 1 - P(X = 0)\). Since \(P(X=0) = \binom{4}{0}(0.3)^0(0.7)^4 = (0.7)^4 = 0.2401\), we get \(P(X \geq 1) = 1 - 0.2401 = 0.7599\). This complement approach is far more efficient than summing \(P(X=1)+P(X=2)+P(X=3)+P(X=4)\) separately. Choice A (\(0.30\)) is simply \(p\), which is only \(P(X=1)\) in a single trial.
Q30. If \(X\) and \(Y\) are independent random variables with \(\text{Var}(X) = 9\) and \(\text{Var}(Y) = 16\), what is \(\text{Var}(X - Y)\)?
For independent random variables, \(\text{Var}(X - Y) = \text{Var}(X) + \text{Var}(Y) = 9 + 16 = 25\). Variances always add for independent variables, even when subtracting, because subtracting a random quantity still increases unpredictability. Choice A (\(7\)) is the incorrect result of subtracting variances, which does not reflect how variability actually combines.
Q31. Given that \(P(A) = 0.6\), \(P(B) = 0.4\), and \(P(A \cap B) = 0.3\), what is \(P(A \mid B)\)?
Conditional probability is defined as \(P(A \mid B) = \frac{P(A \cap B)}{P(B)} = \frac{0.3}{0.4} = 0.75\). Since \(P(A \mid B) = 0.75 \neq P(A) = 0.6\), knowing B occurred does change the probability of A, confirming A and B are not independent. Choice C confuses \(P(A \cap B)\) with \(P(A \mid B)\) — these are different quantities.
Q32. For a geometric random variable \(X\) with \(p = 0.4\), what is \(P(X = 3)\), the probability that the first success occurs on the third trial?
For a geometric distribution, \(P(X = k) = (1-p)^{k-1} \cdot p\). The first success on trial 3 requires exactly two failures followed by one success: \((0.6)^2(0.4) = 0.144\). Choice C resembles the binomial formula and incorrectly counts arrangements — in the geometric setting there is only one valid sequence (FF...FS), so no combinatorial coefficient is needed.
Q33. A geometric random variable \(X\) has \(E(X) = 3\). What is the probability of success \(p\) on each trial?
The mean of a geometric distribution is \(E(X) = \frac{1}{p}\). Setting \(\frac{1}{p} = 3\) and solving gives \(p = \frac{1}{3}\). Choice C (\(3\)) confuses \(E(X)\) with \(p\) by returning the mean as the probability. Choice A (\(0.25\)) would give \(E(X) = 4\), not \(3\).
Q34. Let \(X \sim B(n=5,\, p=0.3)\). What is \(P(X \geq 2)\)?
Use the complement: \(P(X \geq 2) = 1 - P(X=0) - P(X=1)\). \(P(X=0) = (0.7)^5 = 0.16807\). \(P(X=1) = \binom{5}{1}(0.3)^1(0.7)^4 = 5(0.3)(0.2401) = 0.36015\). Therefore \(P(X \geq 2) = 1 - 0.16807 - 0.36015 \approx 0.4718\). Choice B (\(0.3087\)) is \(P(X=1)\) alone, a common error when students forget to include \(P(X=0)\) in the complement.
Q35. If \(E(X) = 4\) and \(\text{Var}(X) = 3\), what is \(E(X^2)\)?
Use the variance identity: \(\text{Var}(X) = E(X^2) - [E(X)]^2\). Solving for \(E(X^2)\) gives \(E(X^2) = \text{Var}(X) + [E(X)]^2 = 3 + 4^2 = 3 + 16 = 19\). Choice C (\(16\)) is \([E(X)]^2\) alone, ignoring the variance term. This reflects the key fact that \(E(X^2) \neq [E(X)]^2\) whenever \(\text{Var}(X) > 0\).
Q36. Which condition must be met for the normal distribution to be an appropriate approximation for a binomial distribution \(B(n, p)\)?
The normal approximation to the binomial is valid when \(np \geq 10\) and \(n(1-p) \geq 10\). These conditions ensure the binomial distribution is sufficiently symmetric with adequate probability mass away from 0 and \(n\). Choice A (\(n \geq 30\)) is the Central Limit Theorem rule of thumb for sample means, not the binomial approximation. Crucially, the adequacy depends on both \(n\) and \(p\) together, not \(n\) alone.
Q37. Events A and B are mutually exclusive with \(P(A) > 0\) and \(P(B) > 0\). Which statement must be true?
If A and B are mutually exclusive, \(P(A \cap B) = 0\). For independence, we would need \(P(A \cap B) = P(A) \cdot P(B)\). Since \(P(A) > 0\) and \(P(B) > 0\), their product \(P(A) \cdot P(B) > 0 \neq 0\). This is a contradiction, so mutually exclusive events with positive probabilities cannot be independent. Choice A is therefore always false in this situation.
Q38. A geometric random variable \(X\) models the number of trials until the first success, with \(p = 0.2\). Given that the first 3 trials were all failures, what is the probability that the first success occurs on the 5th overall trial?
By the memoryless property of the geometric distribution, \(P(X=5 \mid X>3) = P(X=2)\). After 3 failures, the process resets — the probability of success on the very next trial is still \(p\), so the first success occurring on the 5th overall trial is equivalent to success on the 2nd trial from the new starting point: \(P(X=2) = (0.8)^1(0.2) = (0.8)(0.2)\). You can verify directly: \(\frac{P(X=5)}{P(X>3)} = \frac{(0.8)^4(0.2)}{(0.8)^3} = (0.8)(0.2)\).
Q39. Random variables \(X\) and \(Y\) are independent with \(E(X)=6\), \(\text{Var}(X)=4\), \(E(Y)=2\), and \(\text{Var}(Y)=1\). What is \(\text{Var}(2X - 3Y + 1)\)?
For independent \(X\) and \(Y\): \(\text{Var}(2X - 3Y + 1) = (2)^2\text{Var}(X) + (-3)^2\text{Var}(Y)\). The constant \(+1\) contributes zero variance. So \(\text{Var} = 4(4) + 9(1) = 16 + 9 = 25\). Choice A (\(13\)) results from using \(2(4) + 1(3) - 2 = 13\), incorrectly not squaring the coefficients. Note that expected value calculations are not needed here — variance of a sum involves squared coefficients only.
Q40. In a class, 60% of students studied. Of those who studied, 90% passed. Of those who did not study, 40% passed. Given that a randomly selected student passed, what is the probability that the student studied?
Apply Bayes' Theorem. Let S = studied. First find \(P(\text{Pass})\) using the law of total probability: \(P(\text{Pass}) = P(\text{Pass}\mid S)P(S) + P(\text{Pass}\mid S^c)P(S^c) = (0.9)(0.6) + (0.4)(0.4) = 0.54 + 0.16 = 0.70\). Then \(P(S \mid \text{Pass}) = \frac{P(\text{Pass}\mid S) \cdot P(S)}{P(\text{Pass})} = \frac{0.54}{0.70} \approx 0.771\). Choice A (\(0.540\)) is \(P(\text{Pass} \cap S)\), not the conditional probability we need.
Q41. If \(P(A) = 0.65\), what is \(P(A^c)\), the probability of the complement of event \(A\)?
The complement rule states \(P(A^c) = 1 - P(A) = 1 - 0.65 = 0.35\). Since every outcome either belongs to \(A\) or not, \(P(A) + P(A^c) = 1\) always. Choice D, \(0.325\), is simply \(P(A)/2\), which has no probabilistic meaning here.
Q42. A fair six-sided die is rolled once. What is the probability of rolling a number strictly less than 3?
Numbers strictly less than 3 are 1 and 2 — two favorable outcomes out of 6 equally likely outcomes. So \(P(X < 3) = \frac{2}{6} = \frac{1}{3}\). A common error is to include 3 itself, giving \(\frac{3}{6} = \frac{1}{2}\) (choice C), but the question says strictly less than 3.
Q43. Events \(A\) and \(B\) are mutually exclusive. Which formula correctly gives \(P(A \cup B)\)?
Mutually exclusive events cannot occur together, so \(P(A \cap B) = 0\). The general addition rule \(P(A \cup B) = P(A) + P(B) - P(A \cap B)\) therefore simplifies to \(P(A) + P(B)\). Choice B is the general (unsimplified) addition rule. Choice A is the multiplication rule for independent events — a completely different concept.
Q44. For a discrete random variable \(X\), the expected value \(E(X)\) is best described as which of the following?
\(E(X) = \sum x \cdot P(X = x)\), a weighted average where each outcome is weighted by its probability. Choice A describes the mode, choice C describes the median, and choice D describes the standard deviation — all distinct measures from the expected value.
Q45. Which of the following is NOT a required condition for a binomial distribution?
The four BINS conditions for a binomial distribution are: Binary outcomes, Independent trials, fixed Number of trials, and Same probability \(p\) on every trial. Choice D directly violates the last condition — a changing success probability disqualifies the binomial model. The other three choices correctly describe required binomial conditions.
Q46. A geometric random variable \(X\) is used to model which of the following situations?
A geometric distribution models the number of trials until the first success, where each trial has the same probability \(p\) of success and trials are independent. Choice A describes the binomial distribution. Choices C and D describe long-run averages and joint probabilities, neither of which defines a geometric random variable.
Q47. A binomial random variable \(X\) has \(n = 20\) trials and success probability \(p = 0.35\). What is \(E(X)\)?
For a binomial random variable, \(E(X) = np = 20 \times 0.35 = 7\). Choice B, \(4.55\), is approximately \(\sqrt{np(1-p)}\), the standard deviation. Choice D, \(13\), equals \(n(1-p) = 20 \times 0.65\), which would be the expected number of failures rather than successes.
Q48. Which of the following must always be true for any valid probability distribution of a discrete random variable \(X\)?
A fundamental probability axiom requires that all probabilities in a distribution sum to exactly 1: \(\sum P(X = x) = 1\). Expected value can be zero or negative (choice A is false). No single outcome must exceed probability \(0.5\) — for example, a fair die has each outcome at \(1/6\) (choice C is false). Variance can be less than 1 or even 0 for a constant random variable (choice D is false).
Q49. Given that \(P(A) = 0.5\), \(P(B) = 0.4\), and \(P(A \cap B) = 0.2\), what is \(P(A \mid B)\)?
The conditional probability formula gives \(P(A \mid B) = \frac{P(A \cap B)}{P(B)} = \frac{0.2}{0.4} = 0.50\). A frequent error is to report \(P(A \cap B) = 0.2\) directly (choice C), confusing joint and conditional probability. Notice here that \(P(A \mid B) = P(A) = 0.5\), which confirms that \(A\) and \(B\) are independent events.
Q50. A binomial random variable \(X\) has \(n = 15\) and \(p = 0.4\). What is \(\text{Var}(X)\)?
For a binomial random variable, \(\text{Var}(X) = np(1-p) = 15 \times 0.4 \times 0.6 = 3.6\). Choice A, \(6\), is \(E(X) = np = 15 \times 0.4\), not the variance. The variance formula multiplies the mean \(np\) by the additional factor \((1-p)\), which is easy to omit.
Q51. Let \(X \sim B(n = 5,\, p = 0.2)\). What is \(P(X = 2)\)?
Using the binomial formula: \(P(X = 2) = \binom{5}{2}(0.2)^2(0.8)^3 = 10 \times 0.04 \times 0.512 = 0.2048\). Choice B, \(0.1024\), results from omitting the binomial coefficient \(\binom{5}{2} = 10\). The coefficient accounts for all possible orderings of 2 successes among 5 trials.
Q52. A discrete random variable \(X\) takes values 1, 2, 3, and 4 with probabilities 0.1, 0.3, 0.4, and 0.2 respectively. What is \(E(X)\)?
\(E(X) = 1(0.1) + 2(0.3) + 3(0.4) + 4(0.2) = 0.1 + 0.6 + 1.2 + 0.8 = 2.7\). Choice A, \(2.50\), is the simple unweighted average \(\frac{1+2+3+4}{4}\), which ignores the probabilities entirely. Expected value must weight each outcome by its probability.
Q53. If \(P(A) = 0.5\), \(P(B) = 0.3\), and \(P(A \cap B) = 0.15\), what is \(P(A \cup B)\)?
The general addition rule gives \(P(A \cup B) = P(A) + P(B) - P(A \cap B) = 0.5 + 0.3 - 0.15 = 0.65\). Choice B, \(0.80\), results from forgetting to subtract \(P(A \cap B)\), which would double-count the overlapping region. The subtraction corrects for outcomes counted in both \(P(A)\) and \(P(B)\).
Q54. A random variable \(X\) satisfies \(E(X) = 5\) and \(E(X^2) = 34\). What is the standard deviation of \(X\)?
First find the variance: \(\text{Var}(X) = E(X^2) - [E(X)]^2 = 34 - 25 = 9\). Then \(\text{SD}(X) = \sqrt{9} = 3\). Choice B, \(9\), is the variance itself, not the standard deviation. Choice D, \(29\), incorrectly computes \(E(X^2) - E(X) = 34 - 5\) instead of subtracting \([E(X)]^2\).
Q55. For a geometric random variable \(X\) with success probability \(p = 0.25\), what is \(P(X = 4)\)?
The geometric probability formula is \(P(X = k) = (1-p)^{k-1} \cdot p\). For \(k = 4\): \(P(X = 4) = (0.75)^3 \times 0.25 = 0.421875 \times 0.25 \approx 0.1055\). Choice D, \(0.4219 \approx (0.75)^3\), forgets to multiply by \(p\). Choice C, \(0.0625 = (0.25)^2\), uses the wrong formula entirely.
Q56. In a factory, machine A produces 60% of all items and machine B produces the remaining 40%. Machine A produces 3% defective items and machine B produces 5% defective items. What is the probability that a randomly selected item is defective?
Apply the law of total probability: \(P(D) = P(D \mid A) \cdot P(A) + P(D \mid B) \cdot P(B) = 0.03 \times 0.6 + 0.05 \times 0.4 = 0.018 + 0.020 = 0.038\). Choice B, \(0.040\), is the simple unweighted average of 3% and 5%, ignoring that machine A produces more items. Weighting by production share is essential.
Q57. Random variables \(X\) and \(Y\) are independent with \(E(X) = 3\) and \(E(Y) = 7\). What is \(E(2X - Y + 4)\)?
By linearity of expectation: \(E(2X - Y + 4) = 2E(X) - E(Y) + 4 = 2(3) - 7 + 4 = 6 - 7 + 4 = 3\). Choice B, \(10\), comes from computing \(2(3) + 4\) and omitting \(-E(Y)\). Linearity of expectation holds for any random variables, independent or not.
Q58. Let \(X \sim B(n = 6,\, p = 0.3)\). What is \(P(X \leq 2)\)?
Compute each term: \(P(X=0) = (0.7)^6 \approx 0.1176\), \(P(X=1) = 6(0.3)(0.7)^5 \approx 0.3025\), \(P(X=2) = 15(0.3)^2(0.7)^4 \approx 0.3241\). Summing: \(P(X \leq 2) \approx 0.1176 + 0.3025 + 0.3241 = 0.7443\). Choice D, \(0.3241\), is only \(P(X = 2)\). A cumulative probability requires adding all terms from \(X = 0\) through the target value.
Q59. Suppose \(P(A) = 0.3\), \(P(B \mid A) = 0.6\), and \(P(B \mid A^c) = 0.2\). Using Bayes' theorem, what is \(P(A \mid B)\)?
First find \(P(B)\) using the law of total probability: \(P(B) = P(B \mid A)P(A) + P(B \mid A^c)P(A^c) = 0.6(0.3) + 0.2(0.7) = 0.18 + 0.14 = 0.32\). Then Bayes' theorem gives \(P(A \mid B) = \frac{P(B \mid A)P(A)}{P(B)} = \frac{0.18}{0.32} = 0.5625\). Choice D, \(0.18\), is \(P(A \cap B)\) — the joint probability, not the conditional.
Q60. Random variables \(X\) and \(Y\) are independent with \(\text{Var}(X) = 5\) and \(\text{Var}(Y) = 3\). What is \(\text{Var}(2X - 3Y)\)?
For independent random variables, \(\text{Var}(aX + bY) = a^2\text{Var}(X) + b^2\text{Var}(Y)\). The sign of the coefficient does not matter because variance squares it: \(\text{Var}(2X - 3Y) = (2)^2(5) + (3)^2(3) = 20 + 27 = 47\). Choice B, \(29\), incorrectly uses coefficients \(2\) and \(3\) without squaring. Choice D is negative, which is impossible for any variance.
Q61. For a geometric random variable \(X\) with \(p = 0.2\), what is \(P(X > 3)\)?
For a geometric distribution, \(P(X > k) = (1-p)^k\), because exceeding \(k\) trials means the first \(k\) trials are all failures. \(P(X > 3) = (0.8)^3 = 0.512\). Choice B, \(0.488 = 1 - 0.512\), is \(P(X \leq 3)\). Choice C, \(0.4096 = (0.8)^4\), is \(P(X > 4)\), using the wrong exponent.
Q62. Which of the following binomial settings best satisfies the large-sample conditions \(np \geq 10\) and \(n(1-p) \geq 10\) required for a normal approximation?
For choice A: \(np = 50 \geq 10\) and \(n(1-p) = 50 \geq 10\) — both conditions satisfied. For choice B: \(np = 0.5 < 10\). For choice C: \(np = 1 < 10\). For choice D: \(np = 2 < 10\). When \(p\) is near 0 or 1, a very large \(n\) is needed. Only a moderate \(p\) near \(0.5\) allows smaller \(n\) to satisfy both conditions simultaneously.
Q63. A basketball player makes 70% of free throw attempts independently. In a game, the player attempts 8 free throws. What is \(P(X = 6)\), the probability of making exactly 6?
\(P(X = 6) = \binom{8}{6}(0.7)^6(0.3)^2 = 28 \times 0.117649 \times 0.09 \approx 0.2965\). Choice B results from using \((0.7)^5\) instead of \((0.7)^6\), mismatching the exponent to the count. Always use \(p^k \cdot (1-p)^{n-k}\) with \(k = 6\) successes and \(n - k = 2\) failures.
Q64. A random variable \(X\) has \(E(X) = 2\) and \(\text{Var}(X) = 3\). What is \(E\!\left[(X-1)^2\right]\)?
Expand the expression: \(E[(X-1)^2] = E[X^2 - 2X + 1] = E(X^2) - 2E(X) + 1\). Since \(\text{Var}(X) = E(X^2) - [E(X)]^2\), we get \(E(X^2) = 3 + 4 = 7\). Therefore \(E[(X-1)^2] = 7 - 2(2) + 1 = 4\). Choice B, \(3\), is \(\text{Var}(X)\) itself — note that \(E[(X - \mu)^2] = \text{Var}(X)\) only when the shift equals \(E(X)\), but here the shift is 1, not \(E(X) = 2\).
Q65. A survey finds that 45% of adults exercise regularly, 30% follow a healthy diet, and 15% do both. Given that a randomly selected adult follows a healthy diet, what is the probability they also exercise regularly?
\(P(\text{Exercise} \mid \text{Diet}) = \frac{P(\text{Exercise} \cap \text{Diet})}{P(\text{Diet})} = \frac{0.15}{0.30} = 0.50\). Choice C, \(0.45\), is \(P(\text{Exercise})\) — the unconditional probability, which ignores the given condition. Choice D, \(0.15\), is the joint probability \(P(\text{Exercise} \cap \text{Diet})\), not divided by \(P(\text{Diet})\) as the formula requires.
Focus on understanding.
Focus on understanding core concepts before memorizing details. Use the game modes to test yourself repeatedly — spaced repetition is proven to boost long-term retention.
Related units
Ready for college?
This unit covers probability rules, random variables, binomial distribution and geometric distribution — essential concepts for AP Statistics. Use our interactive study games to test your understanding, or review questions in traditional format below.
- Probability rules
- Random variables
- Binomial distribution
- Geometric distribution
Key Concepts Breakdown
1 Probability Rules
Students must know how to calculate probabilities using addition, multiplication, and complement rules. Understanding when events are independent versus mutually exclusive is critical, as confusing these two concepts is a common exam error. Conditional probability and its relationship to independence must be mastered.
Key Points
- Addition rule: P(A ∪ B) = P(A) + P(B) − P(A ∩ B); simplifies to P(A) + P(B) only if mutually exclusive
- Multiplication rule: P(A ∩ B) = P(A) · P(B|A); simplifies to P(A) · P(B) only if independent
- Complement rule: P(A) = 1 − P(Aᶜ); use when 'at least one' appears in the problem
- Independence test: events A and B are independent if and only if P(A|B) = P(A)
A bag contains 4 red and 6 blue marbles. Two marbles are drawn without replacement. Find the probability that both are red.
P(1st red) = 4/10. Given the first was red, P(2nd red) = 3/9, since one red marble was removed. By the multiplication rule for dependent events: P(both red) = (4/10)(3/9) = 12/90 ≈ 0.133. Drawing without replacement creates dependence, so the simple product rule does not apply.
2 Random Variables
A random variable assigns a numerical value to each outcome of a chance process. Students must distinguish between discrete and continuous random variables and be able to compute and interpret the mean (expected value) and standard deviation of a distribution. Combining random variables — including rules for means and variances — is heavily tested.
Key Points
- Expected value: μ_X = Σ x · P(x); this is the long-run average, not necessarily a possible outcome
- Variance: σ²_X = Σ (x − μ)² · P(x); standard deviation is the square root of variance
- For independent random variables: μ_(X±Y) = μ_X ± μ_Y and σ²_(X±Y) = σ²_X + σ²_Y (always add variances)
- Multiplying by a constant c: μ_(cX) = c·μ_X and σ_(cX) = |c|·σ_X (variance scales by c²)
Let X be the number of heads in 2 fair coin flips, with distribution P(0)=0.25, P(1)=0.50, P(2)=0.25. Find μ_X and σ_X.
μ_X = 0(0.25) + 1(0.50) + 2(0.25) = 1.0. For variance: σ²_X = (0−1)²(0.25) + (1−1)²(0.50) + (2−1)²(0.25) = 0.25 + 0 + 0.25 = 0.50. Therefore σ_X = √0.50 ≈ 0.707, meaning the number of heads typically deviates about 0.71 from the mean of 1.
3 Binomial Distribution
The binomial distribution models the number of successes in a fixed number of independent trials, each with the same probability of success. Students must verify the four BINS conditions and apply the binomial formula or calculator functions to find probabilities, means, and standard deviations. Cumulative binomial probability is frequently tested.
Key Points
- BINS conditions: Binary outcomes, Independent trials, fixed Number of trials n, Same probability p each trial
- P(X = k) = C(n,k) · pᵏ · (1−p)^(n−k); on the exam use binompdf(n, p, k) on calculator
- Mean: μ = np; Standard deviation: σ = √(np(1−p))
- For 'at least' or 'at most' problems, use binomcdf or the complement rule to avoid summing many terms
A multiple-choice quiz has 10 questions, each with 5 options. A student guesses randomly on every question. What is the probability of getting exactly 3 correct?
This satisfies BINS: binary (correct/incorrect), independent guesses, n = 10 fixed trials, p = 0.2 constant. Applying the formula: P(X = 3) = C(10,3)(0.2)³(0.8)⁷ = 120 · 0.008 · 0.2097 ≈ 0.201. The mean number correct is μ = 10(0.2) = 2, so 3 correct is slightly above average but still fairly likely.
4 Geometric Distribution
The geometric distribution models the number of trials needed to get the first success, where trials are independent and each has the same probability p of success. Unlike binomial, there is no fixed n — the variable is the trial number of the first success. Students must know the probability formula, mean, and how to compute cumulative probabilities.
Key Points
- P(X = k) = (1−p)^(k−1) · p, where k = 1, 2, 3, … (number of trials until first success)
- Mean (expected number of trials): μ = 1/p
- P(X > k) = (1−p)^k; this represents the probability of no success in the first k trials
- Key distinction from binomial: geometric has no fixed n and counts trials, not successes
A basketball player makes free throws with probability 0.7. What is the probability that her first miss occurs on the 4th attempt?
A 'miss' is the success event here, so p = 0.3 (probability of missing). We need P(X = 4): the first three attempts are made (not misses) and the 4th is a miss. P(X = 4) = (0.7)³(0.3) = 0.343 · 0.3 ≈ 0.103. The expected trial of the first miss is μ = 1/0.3 ≈ 3.33 attempts.
Questions, answered.
What is Probability Random Variables and Distributions?
Probability Random Variables and Distributions is Unit 4 of AP Statistics, covering probability rules, random variables, binomial distribution and geometric distribution.
How to study for AP Statistics Unit 4?
Start with the Quick Summary above, review the Key Concepts, then test yourself with our interactive study games. Aim for 80%+ accuracy before moving on.
How many questions are in this unit?
This unit has 65 review questions, each with a written explanation, playable across 5 different game modes or readable in plain-text mode.