All questions
Question 1
A fair coin is flipped three times. Define the random variable X as the number of tails obtained. Which table correctly represents the probability distribution of X?
-
| X | P(X) |
|---|
| 0 | 81 |
| 1 | 83 |
| 2 | 81 |
| 3 | 83 |
-
| X | P(X) |
|---|
| 0 | 81 |
| 1 | 83 |
| 2 | 83 |
-
| X | P(X) |
|---|
| 0 | 41 |
| 1 | 41 |
| 2 | 41 |
| 3 | 41 |
-
| X | P(X) |
|---|
| 0 | 81 |
| 1 | 83 |
| 2 | 83 |
| 3 | 81 |
(correct answer)
Explanation: Random variables and their probability distributions are key concepts in statistics, where a random variable X assigns a numerical value to each outcome in a sample space. For three coin flips, X counts tails, so each sequence maps to X=0 to 3 by tail count. Outcomes like TTH, THT, HTT all map to X=2. Probabilities: P(X=0)=1/8, P(X=1)=3/8, P(X=2)=3/8, P(X=3)=1/8, from 8 equal outcomes. It's complete and valid, covering X=0-3 summing to 1. Misconception: listing all sequences as the distribution; group by X instead. Steps: list flip sequences, count tails for X, combine probabilities.
Question 2
A fair coin is flipped twice. The sample space is {HH,HT,TH,TT}. Define the random variable X as the number of heads obtained. Which table correctly represents the probability distribution of X?
-
| X | P(X) |
|---|
| 0 | 41 |
| 1 | 21 |
| 2 | 21 |
-
| X | P(X) |
|---|
| 0 | 41 |
| 1 | 42 |
| 2 | 41 |
(correct answer) -
| X | P(X) |
|---|
| HH | 41 |
| HT | 41 |
| TH | 41 |
| TT | 41 |
-
| X | P(X) |
|---|
| 0 | 41 |
| 2 | 41 |
Explanation: Random variables and their probability distributions are key concepts in statistics, where a random variable X assigns a numerical value to each outcome in a sample space. Here, X counts the number of heads in two flips of a fair coin, with sample space {HH, HT, TH, TT}. Each outcome maps to X as follows: HH to 2, HT and TH to 1, TT to 0. Probabilities are assigned by counting equally likely outcomes: P(X=0) = 1/4, P(X=1) = 2/4, P(X=2) = 1/4. This distribution is complete and valid as it covers all possible X values (0, 1, 2) and sums to 1. A common misconception is listing the sample space as the distribution instead of grouping by X values; the distribution focuses on X, not raw outcomes. To build it, list outcomes, map to X, and sum probabilities for each X.
Question 3
A spinner is divided into 4 equal sections labeled 1, 1, 2, and 3. The spinner is spun once. Define the random variable X as the number shown on the spinner. Which table correctly represents the probability distribution of X?
-
| X | P(X) |
|---|
| 0 | 41 |
| 1 | 42 |
| 2 | 41 |
-
| X | P(X) |
|---|
| 1 | 42 |
| 2 | 41 |
| 3 | 41 |
(correct answer) -
| X | P(X) |
|---|
| 1 | 42 |
| 2 | 42 |
| 3 | 41 |
-
| X | P(X) |
|---|
| 1 | 41 |
| 2 | 41 |
| 3 | 41 |
Explanation: Random variables and their probability distributions are key concepts in statistics, where a random variable X assigns a numerical value to each outcome in a sample space. For a spinner with sections 1, 1, 2, 3, X is the number shown, so outcomes map directly to X=1, 2, or 3. Since two sections are 1, it maps to X=1 with higher probability. Probabilities are P(X=1) = 2/4, P(X=2) = 1/4, P(X=3) = 1/4, reflecting equal section chances. The distribution is complete and valid, including all X values (1, 2, 3) with probabilities summing to 1. A misconception is treating all X values as equally likely when outcomes aren't; here, X=1 combines two outcomes. Strategy: list outcomes, map to X, combine probabilities for duplicates.
Question 4
A box contains 3 tickets labeled −1, 0, and 2. One ticket is drawn at random. Define the random variable X as the value on the ticket drawn. Which table correctly represents the probability distribution of X?
-
| X | P(X) |
|---|
| -1 | 31 |
| 2 | 32 |
-
| X | P(X) |
|---|
| -1 | 21 |
| 0 | 31 |
| 2 | 31 |
-
| X | P(X) |
|---|
| -1 | 31 |
| 0 | 31 |
| 2 | 31 |
(correct answer) -
| X | P(X) |
|---|
| -1 | 31 |
| 0 | 31 |
| 1 | 31 |
Explanation: Random variables and their probability distributions are key concepts in statistics, where a random variable X assigns a numerical value to each outcome in a sample space. With tickets -1,0,2, X is the value drawn, mapping each ticket directly to its X. The three outcomes map to distinct X=-1,0,2. Since equally likely, each P(X) = 1/3. The distribution is complete and valid, including all X with probabilities summing to 1. Misconception: assuming X values must be non-negative; they can be negative like here. Process: list tickets, map to X, assign equal probabilities.
Question 5
A fair six-sided die is rolled once. Define the random variable X as the number of even outcomes rolled. Which table correctly represents the probability distribution of X?
-
| X | P(X) |
|---|
| 2 | 21 |
| 4 | 21 |
-
| X | P(X) |
|---|
| 0 | 21 |
| 1 | 21 |
(correct answer) -
| X | P(X) |
|---|
| 0 | 61 |
| 1 | 65 |
-
| X | P(X) |
|---|
| 0 | 63 |
| 1 | 62 |
Explanation: Random variables and their probability distributions are key concepts in statistics, where a random variable X assigns a numerical value to each outcome in a sample space. In a die roll, X is the count of even numbers, so odd outcomes map to X=0 and even to X=1. The six faces map as: 1,3,5 to 0; 2,4,6 to 1. Probabilities are P(X=0) = 3/6 = 1/2 and P(X=1) = 3/6 = 1/2, since faces are equally likely. This is complete and valid, covering X=0 and 1 with sum 1. Misconception: thinking X counts all evens possible instead of per roll; it's binary here. Approach: list outcomes, map to X, aggregate probabilities.
Question 6
A bag contains 2 red marbles (R) and 1 blue marble (B). One marble is drawn at random. Define the random variable X as the number of red marbles drawn. Which table correctly represents the probability distribution of X?
-
| X | P(X) |
|---|
| 0 | 31 |
| 1 | 32 |
(correct answer) -
| X | P(X) |
|---|
| 0 | 32 |
| 1 | 31 |
-
| X | P(X) |
|---|
| 0 | 31 |
| 1 | 32 |
| 2 | 31 |
-
| X | P(X) |
|---|
| R | 32 |
| B | 31 |
Explanation: Random variables and their probability distributions are key concepts in statistics, where a random variable X assigns a numerical value to each outcome in a sample space. In this case, X represents the number of red marbles drawn from a bag with 2 red and 1 blue marble. The possible outcomes are drawing a red (X=1) or blue (X=0) marble. The probabilities are assigned based on the proportions: P(X=1) = 2/3 for red and P(X=0) = 1/3 for blue. This distribution is complete and valid because it includes all possible values of X (0 and 1) and the probabilities sum to 1. A common misconception is confusing the sample space outcomes (R, B) with the values of X; here, multiple outcomes map to the same X only if there were more draws, but it's a single draw. To find such distributions, list all outcomes, map each to its X value, and combine probabilities for each unique X.
Question 7
Two cards are drawn without replacement from a standard deck of 52 cards. Define the random variable X as the number of aces drawn. Which table correctly represents the probability distribution of X?
-
| X | P(X) |
|---|
| 0 | 5248⋅5147 |
| 1 | 524⋅5148 |
| 2 | 524⋅513 |
-
| X | P(X) |
|---|
| 0 | 5248⋅5147 |
| 2 | 524⋅513 |
-
| X | P(X) |
|---|
| 0 | 5248⋅5147 |
| 1 | 524⋅5148+5248⋅514 |
| 2 | 524⋅513 |
(correct answer) -
| X | P(X) |
|---|
| 0 | 5248 |
| 1 | 524 |
| 2 | 524⋅513 |
Explanation: Random variables and their probability distributions are key concepts in statistics, where a random variable X assigns a numerical value to each outcome in a sample space. For drawing two cards, X counts aces, so outcomes map to X=0,1, or 2 based on aces drawn. Paths like ace then non-ace or vice versa both map to X=1. Probabilities account for order: P(X=0) = (48/52)(47/51), P(X=1) = (4/52)(48/51) + (48/52)(4/51), P(X=2) = (4/52)(3/51). It's complete and valid, covering all X with sum 1. Misconception: ignoring order in without-replacement draws; both sequences for X=1 must combine. Technique: list draw sequences, map to X, add probabilities.
Question 8
A survey asks a randomly selected student how many siblings they have. Suppose the only possible responses in this group are 0, 1, or 2 siblings, with probabilities P(0)=0.30, P(1)=0.50, and P(2)=0.20. Let X be the number of siblings reported. Which graph represents the distribution of X?
- A bar graph with bars at X=0,1,2 having heights 0.30,0.50,0.20 respectively. (correct answer)
- A bar graph with bars at X=0,1,2,3 having heights 0.30,0.50,0.20,0.10 respectively.
- A bar graph with bars at X=0,1 having heights 0.30,0.50 (no bar at X=2).
- A bar graph with bars at X=0,1,2 having heights 0.20,0.50,0.30 respectively.
Explanation: Here, the concept is random variables and distributions represented graphically for sibling counts. A random variable assigns numbers to survey responses, with X as the number of siblings (0,1, or 2). Each response maps directly to X=0,1, or 2 with given probabilities 0.30, 0.50, 0.20. These probabilities are assigned to X values and visualized as bar heights. The graph in choice A is complete and valid, showing bars for all possible X (0,1,2) with correct heights summing to 1 implicitly via the probabilities. Misconception: confusing response categories with X values, but X is the numerical count. To create this, list possible responses, map to X, and plot combined probabilities as bar heights.
Question 9
A spinner has 4 equal sections labeled A, B, C, and D. You spin once. Define the random variable X by: X=2 if the result is A or B, X=5 if the result is C, and X=8 if the result is D. Which table correctly represents the probability distribution of X?
-
| X | P(X) |
|---|
| A | 41 |
| B | 41 |
| C | 41 |
| D | 41 |
-
| X | P(X) |
|---|
| 2 | 52 |
| 5 | 51 |
| 8 | 52 |
-
| X | P(X) |
|---|
| 2 | 21 |
| 5 | 41 |
| 8 | 41 |
(correct answer) -
| X | P(X) |
|---|
| 2 | 41 |
| 5 | 41 |
| 8 | 41 |
Explanation: The key concept is defining random variables and distributions based on spinner outcomes mapped to custom values. A random variable assigns numerical values to outcomes, with X=2 for A or B, X=5 for C, and X=8 for D on a four-section spinner. Each spin outcome (A, B, C, D) maps to its corresponding X value, with equal probability 1/4 per section. Probabilities for X are aggregated: P(X=2)=P(A)+P(B)=1/2, P(X=5)=1/4, P(X=8)=1/4. The distribution in choice C is complete and valid because it covers all possible X (2,5,8), sums to 1, and correctly combines probabilities from multiple outcomes to each X. People often confuse outcomes like 'A' with X values, but X is the assigned number. To build this, list spinner outcomes, map to X, and sum probabilities for duplicate X values.
Question 10
A box contains 1 gold ticket and 2 silver tickets. One ticket is drawn at random. You win 10 for a gold ticket and 4 for a silver ticket. Let X be the amount of money won. Which table correctly represents the probability distribution of X?
-
| X | P(X) |
|---|
| gold | 31 |
| silver | 32 |
-
| X | P(X) |
|---|
| 4 | 31 |
| 10 | 32 |
-
| X | P(X) |
|---|
| 4 | 32 |
| 10 | 32 |
-
| X | P(X) |
|---|
| 10 | 31 |
(correct answer)
Explanation: This example covers random variables and distributions for winnings from ticket draws. A random variable assigns numbers to outcomes, with X=10 for gold, X=4 for silver, from one gold and two silver tickets. Each ticket maps to its X value, with P(gold)=\frac{1}{3},P(silver)=32. Thus, P(X=10)=31, P(X=4)=32. Choice A's distribution is complete and valid, listing distinct X (4,10) with probabilities summing to 1 and matching the draw odds. Misconception: using 'gold' or 'silver' as X instead of monetary values. To derive: list three tickets, map to X, combine probabilities for same X (though none here).
Question 11
A fair coin is flipped 2 times. Define the random variable X as the number of tails obtained. Which description correctly defines the random variable X?
- X is the probability of getting tails on the first flip.
- X is the number of heads in the two flips, so X can be 1, 2, or 3.
- X is the outcome of the two flips written as HH, HT, TH, or TT.
- X is the number of tails in the two flips, so X can be 0, 1, or 2. (correct answer)
Explanation: This illustrates defining random variables for coin flip outcomes, focusing on distributions implicitly. A random variable assigns numbers to results, here X as the number of tails in two flips. Possible sequences (HH, HT, TH, TT) map to X=0 (HH), X=1 (HT, TH), X=2 (TT). Probabilities would be P(X=0)=1/4, P(X=1)=1/2, P(X=2)=1/4, but the question defines X itself. Choice B correctly defines X with possible values 0,1,2, making it a valid discrete random variable covering all outcomes numerically. Misconception: using sequences like HH as X instead of counting tails. Strategy: list four outcomes, map to tail count X, and note distinct values for the definition.
Question 12
A fair six-sided die is rolled once. Define the random variable X as the number of points you earn, where you earn 0 points if you roll 1 or 2, 1 point if you roll 3 or 4, and 2 points if you roll 5 or 6. Which table correctly represents the probability distribution of X?
-
| X | P(X) |
|---|
| 0 | 62 |
| 1 | 62 |
| 2 | 61 |
-
| X | P(X) |
|---|
| 0 | 62 |
| 1 | 62 |
| 2 | 62 |
(correct answer) -
| X | P(X) |
|---|
| 0 | 62 |
| 1 | 62 |
-
| X | P(X) |
|---|
| 0 | 61 |
| 1 | 62 |
| 2 | 63 |
Explanation: This example demonstrates random variables and distributions for points earned from a die roll. A random variable assigns numbers to outcomes, here X=0 for rolls 1-2, X=1 for 3-4, X=2 for 5-6. Each die face maps to an X value, with two faces per category. Since each face has probability 1/6, P(X=0)=2/6, P(X=1)=2/6, P(X=2)=2/6. The distribution in choice A is complete and valid as it includes all possible X (0,1,2), probabilities sum to 1, and it accurately groups the equal probabilities. A misconception is equating die faces directly to X without grouping. The approach: list all six outcomes, map to X, and combine probabilities for each X.
Question 13
A jar contains 2 green marbles and 2 yellow marbles. You draw 2 marbles without replacement. Define the random variable X as the number of green marbles drawn. Which table correctly represents the probability distribution of X?
-
| X | P(X) |
|---|
| 0 | 61 |
| 1 | 64 |
| 2 | 61 |
(correct answer) -
| X | P(X) |
|---|
| 0 | 41 |
| 1 | 21 |
| 2 | 41 |
-
| X | P(X) |
|---|
| 0 | 61 |
| 2 | 61 |
-
| X | P(X) |
|---|
| 0 | 61 |
| 1 | 62 |
| 2 | 61 |
Explanation: This question explores random variables and distributions for marble draws without replacement. A random variable assigns numbers to outcomes, with X as the count of green marbles in a draw of two from two green and two yellow. Possible outcomes are pairs like GG, GY, YY, mapping to X=2,1,0 respectively. Using combinations, P(X=0)=C(2,2)/C(4,2)=1/6, P(X=1)=[C(2,1)*C(2,1)]/6=4/6, P(X=2)=1/6. Choice A's distribution is complete and valid, covering X=0,1,2 with probabilities summing to 1 and reflecting the hypergeometric setup. Misconception: listing pairs like GY as X instead of the green count. Method: list all six pairs, map to X, combine probabilities.
Question 14
A fair coin is flipped 3 times. Define the random variable X as the number of heads obtained. Which table correctly represents the probability distribution of X?
-
| X | P(X) |
|---|
| 0 | 81 |
| 1 | 82 |
| 2 | 83 |
| 3 | 81 |
-
| X | P(X) |
|---|
| 0 | 81 |
| 1 | 83 |
| 3 | 81 |
-
| X | P(X) |
|---|
| HHH | 81 |
| HHT | 81 |
| HTH | 81 |
| THH | 81 |
-
| X | P(X) |
|---|
| 0 | 81 |
| 1 | 83 |
| 2 | 83 |
| 3 | 81 |
(correct answer)
Explanation: This question illustrates the concept of random variables and probability distributions for the number of heads in coin flips. A random variable assigns numbers to experimental outcomes, here X equaling the count of heads in three fair coin flips. Each sequence of heads (H) and tails (T) maps to an X value: for example, HHH to 3, HHT to 2, TTT to 0. Probabilities for each X are found by counting the sequences yielding that X and dividing by 8 total outcomes; P(X=0)=1/8 (TTT), P(X=1)=3/8 (HTT, THT, TTH), P(X=2)=3/8, P(X=3)=1/8. The correct distribution in choice A is complete and valid as it lists all possible X from 0 to 3, probabilities sum to 1, and it matches the binomial probabilities for n=3, p=0.5. A misconception is listing specific outcomes like HHT as X values rather than the numerical count. The strategy is to list all 8 outcomes, map each to its head count X, and combine probabilities for each X value.
Question 15
A jar contains 2 green balls and 2 yellow balls. Two balls are drawn without replacement. Let X be the number of green balls drawn. Which table correctly represents the probability distribution of X?
- X012P(X)412141
- X01P(X)6132
- X012P(X)613231
- X012P(X)613261 (correct answer)
Explanation: This problem involves drawing 2 balls without replacement from 2 green and 2 yellow balls, with X counting green balls drawn. A random variable X assigns numbers to outcomes - here it counts green balls in each draw combination. The possible outcomes and their X-values are: GG → X = 2, GY → X = 1, YG → X = 1, YY → X = 0. For probabilities without replacement: P(GG) = (2/4)(1/3) = 1/6, P(GY) = (2/4)(2/3) = 1/3, P(YG) = (2/4)(2/3) = 1/3, P(YY) = (2/4)(1/3) = 1/6. Combining same X-values: P(X = 0) = 1/6, P(X = 1) = 1/3 + 1/3 = 2/3, P(X = 2) = 1/6. Option A correctly shows this complete distribution. The key insight: without replacement changes probabilities for the second draw based on the first.
Question 16
A survey randomly selects one student from a class. The student’s grade level is equally likely to be 9th, 10th, 11th, or 12th. Define the random variable X as the grade level number (9, 10, 11, or 12). Which table correctly represents the probability distribution of X?
- X91011P(X)0.250.250.25
- X9th10th11th12thP(X)0.250.250.250.25
- X9101112P(X)0.250.250.250.25 (correct answer)
- X9101112P(X)0.300.300.300.30
Explanation: This problem involves selecting a student where X represents their grade level number. A random variable X assigns numerical values to outcomes - here X equals the grade level (9, 10, 11, or 12). Since each grade level is equally likely, the four outcomes have equal probability. With 4 possible outcomes, each has probability 1/4 = 0.25: P(X = 9) = P(X = 10) = P(X = 11) = P(X = 12) = 0.25. Option A correctly shows all four X-values with equal probabilities that sum to 1. Option D incorrectly uses ordinal labels (9th, 10th) instead of the numerical X-values - the random variable X is defined as the grade number itself. To verify: list all possible X-values → assign equal probabilities → ensure they sum to 1.
Question 17
A game is played by drawing one card at random from a set of 5 cards labeled {1,1,2,3,3}. You win an amount equal to the number on the card. Let X be your winnings (in dollars). Which table correctly represents the probability distribution of X?
- X12P(X)5251
- X123P(X)525152 (correct answer)
- X123P(X)515151
- X123P(X)525151
Explanation: This problem asks for the probability distribution of winnings X when drawing from cards {1,1,2,3,3}. A random variable X represents the dollar amount won, which equals the card value drawn. The possible outcomes are drawing cards labeled 1, 2, or 3, giving X-values {1,2,3}. To find probabilities: P(X=1)=52 (two 1's out of 5 cards), P(X=2)=51 (one 2 out of 5 cards), P(X=3)=52 (two 3's out of 5 cards). Option A correctly shows this distribution with all X-values and their probabilities summing to 1. Option C omits X=3, making it incomplete - a probability distribution must include all possible values of X. The strategy: count how many cards give each X-value → divide by total cards → list all X-values with probabilities.
Question 18
A fair coin is flipped three times. Let X be the number of tails obtained. Which table correctly represents the probability distribution of X?
- X0123P(X)81838183
- X0123P(X)81838381 (correct answer)
- X0123P(X)81838382
- X012P(X)818383
Explanation: This problem asks for the probability distribution of X, the number of tails in three coin flips. A random variable X counts tails in each possible outcome of three flips. The eight equally likely outcomes map to X-values: HHH → X = 0, HHT/HTH/THH → X = 1, HTT/THT/TTH → X = 2, TTT → X = 3. Each outcome has probability 81, so we combine: P(X=0)=81 (one way), P(X=1)=83 (three ways), P(X=2)=83 (three ways), P(X=3)=81 (one way). Option A correctly shows this distribution following the binomial pattern. The probabilities match the combinations: C(3,0)=1, C(3,1)=3, C(3,2)=3, C(3,3)=1. To solve: list all 23=8 outcomes → count tails in each → group by X-value.
Question 19
A bag contains 3 red marbles and 1 blue marble. One marble is drawn at random, its color is recorded, and then it is returned to the bag. This is repeated for a total of 2 draws. Let X be the number of red marbles drawn in the 2 draws. Which table correctly represents the probability distribution of X?
-
| X | P(X) |
|---|
| 0 | 161 |
| 1 | 166 |
| 2 | 169 |
(correct answer) -
| X | P(X) |
|---|
| 0 | 161 |
| 2 | 169 |
-
| X | P(X) |
|---|
| 0 | 41 |
| 1 | 21 |
| 2 | 41 |
-
| Outcome | Probability |
|---|
| RR | 169 |
| RB | 163 |
| BR | 163 |
| BB | 161 |
Explanation: This problem involves defining a random variable for counting red marbles in two draws with replacement. A random variable X assigns numerical values to the outcomes of an experiment. The possible outcomes when drawing twice are: RR (both red), RB (red then blue), BR (blue then red), and BB (both blue). These outcomes map to X-values: X=2 for RR (two reds), X=1 for RB and BR (one red each), and X=0 for BB (no reds). To find probabilities, we calculate: P(X=0) = P(BB) = (1/4)(1/4) = 1/16, P(X=1) = P(RB) + P(BR) = (3/4)(1/4) + (1/4)(3/4) = 6/16, and P(X=2) = P(RR) = (3/4)(3/4) = 9/16. Option A correctly shows this complete distribution with all X-values and their probabilities summing to 1. A common misconception is confusing the outcome table (option C) with the probability distribution of X.
Question 20
A game uses one draw from a bag containing 2 green tokens and 2 yellow tokens. One token is drawn at random. Let X be your winnings (in dollars): if you draw green, you win 2;ifyoudrawyellow,youlose1 (so X=−1). Which table correctly represents the probability distribution of X?
-
| X | P(X) |
|---|
| −1 | 21 |
| 0 | 21 |
-
| X | P(X) |
|---|
| −1 | 21 |
| 2 | 21 |
(correct answer) -
| Outcome | Probability |
|---|
| green | 21 |
| yellow | 21 |
-
| X | P(X) |
|---|
| −1 | 41 |
| 2 | 43 |
Explanation: This problem defines X as winnings in dollars based on token color drawn. A random variable assigns numerical values to outcomes - here the token colors map to dollar amounts. The bag has 2 green and 2 yellow tokens (4 total), so each color has probability 1/2. The mapping is: green token gives X=2(win2), and yellow token gives X=-1(lose1). Therefore: P(X=2) = P(green) = 2/4 = 1/2 and P(X=-1) = P(yellow) = 2/4 = 1/2. Option A correctly shows this distribution with X representing actual winnings (including the negative value for a loss) and their probabilities. Note that X takes only two values: 2 and -1, with no other possibilities. Option D incorrectly shows colors instead of winnings, illustrating the difference between outcomes and the random variable's numerical values.