Home / ap22-frq-Statistics

Question 1

A biologist gathered data on the length, in millimeters (mm), and the mass, in grams (g), for 11 bullfrogs. The data are shown in Plot 1.
(a) Based on the scatterplot, describe the relationship between mass and length, in context.
From the data, the biologist calculated the least-squares regression line for predicting mass from length. The least-squares regression line is shown in Plot 2.
(b) Identify and interpret the slope of the least-squares regression line in context.
(c) Interpret the coefficient of determination of the least-squares regression line, $r^2 \approx 0.819$, in context.
(d) From Plot 2, consider the residuals of the 11 bullfrogs.
(i) Based on the plot, approximately what is the length and mass of the bullfrog with the largest absolute value residual?
(ii) Does the least-squares regression line overestimate or underestimate the mass of the bullfrog identified in part (d-i)? Explain your answer.

Most-appropriate topic codes (AP Statistics):

• Topic \(5.1\) — Graphical Representations Between Two Quantitative Variables (Part \( \mathrm{a} \))
• Topic \(5.3\) — Linear Regression Models (Parts \( \mathrm{b} \), \( \mathrm{c} \), \( \mathrm{d} \))
▶️ Answer/Explanation

(a)
The scatterplot reveals a strong, positive, roughly linear association between the mass and length of bullfrogs. There are no points that seriously deviate from the straight-line pattern of the points in the plot.

(b)
The value of the slope of the least-squares regression line is 6.086. This value indicates that the predicted mass of a bullfrog increases by 6.086 grams for each additional millimeter of length.

(c)
The coefficient of determination is $r^2 \approx 0.819$. This value indicates that 81.9% of the variation in bullfrog mass can be explained by variation in bullfrog length as described by the least-squares line.

(d)(i)
The largest residual in absolute value belongs to the bullfrog with length 162 mm and mass 356 grams.

(d)(ii)
The least-squares regression line overestimates the mass of the bullfrog with length 162 mm. Plot 2 shows that the point for the bullfrog with length 162 mm is below the least-squares regression line.

Question 2

A dermatologist will conduct an experiment to investigate the effectiveness of a new drug to treat acne. The dermatologist has recruited 36 pairs of identical twins. Each person in the experiment has acne and each person in the experiment will receive either the new drug or a placebo. After each person in the experiment uses either the new drug or the placebo for 2 weeks, the dermatologist will evaluate the improvement in acne severity for each person on a scale from 0 (no improvement) to 100 (complete cure).
(a) Identify the treatments, experimental units, and response variable of the experiment.
• Treatments:
• Experimental units:
• Response variable:
Each twin in the experiment has a severity of acne similar to that of the other twin. However, the severity of acne differs from one twin pair to another.
(b) For the dermatologist’s experiment, describe a statistical advantage of using a matched-pairs design where twins are paired rather than using a completely randomized design.
(c) For the dermatologist’s experiment, describe how the treatments can be randomly assigned to people using a matched-pairs design in which twins are paired.

Most-appropriate topic codes (AP Statistics):

• Topic \(1.10\) — The Investigative Question Revisited and Data Collection (Part \( \mathrm{a} \))
• Topic \(1.13\) — Experimental Design (Parts \( \mathrm{b} \), \( \mathrm{c} \))
▶️ Answer/Explanation

(a)
Treatments: The new drug and the placebo.
Experimental units: The 72 individual people (the 36 pairs of identical twins) participating in the experiment.
Response variable: The improvement in acne severity, measured on a scale from 0 to 100.

(b)
A matched-pairs design controls for the variation in baseline acne severity and genetic/environmental factors among the subjects. Because identical twins share these traits, the difference in their acne improvement can be more directly attributed to the respective treatments rather than individual skin differences. This reduces the variability in the response and increases the statistical power to detect a true difference in effectiveness between the new drug and the placebo.

(c)
For each pair of identical twins, flip a fair coin. If the coin lands on heads, assign Twin A to receive the new drug and Twin B to receive the placebo. If the coin lands on tails, assign Twin A to receive the placebo and Twin B to receive the new drug. Repeat this random assignment process independently for all 36 pairs of twins.

Question 3

A machine at a manufacturing company is programmed to fill shampoo bottles such that the amount of shampoo in each bottle is normally distributed with mean 0.60 liter and standard deviation 0.04 liter. Let the random variable A represent the amount of shampoo, in liters, that is inserted into a bottle by the filling machine.
(a) A bottle is considered to be underfilled if it has less than 0.50 liter of shampoo. Determine the probability that a randomly selected bottle of shampoo will be underfilled. Show your work.
After the bottles are filled, they are placed in boxes of 10 bottles per box. After the bottles are placed in the boxes, several boxes are placed in a crate for shipping to a beauty supply warehouse. The manufacturing company’s contract with the beauty supply warehouse states that one box will be randomly selected from a crate. If 2 or more bottles in the selected box are underfilled, the entire crate will be rejected and sent back to the manufacturing company.
(b) The beauty supply warehouse manager is interested in the probability that a crate shipped to the warehouse will be rejected. Assume that the amounts of shampoo in the bottles are independent of each other.
(i) Define the random variable of interest for the warehouse manager and state how the random variable is distributed.
(ii) Determine the probability that a crate will be rejected by the warehouse manager. Show your work.
To reduce the number of crates rejected by the beauty supply warehouse manager, the manufacturing company is considering adjusting the programming of the filling machine so that the amount of shampoo in each bottle is normally distributed with mean 0.56 liter and standard deviation 0.03 liter.
(c) Would you recommend that the manufacturing company use the original programming of the filling machine or the adjusted programming of the filling machine? Provide a statistical justification for your choice.

Most-appropriate topic codes (AP Statistics):

• Topic \(2.10\) — The Binomial Distribution (Part \( \mathrm{b} \))
• Topic \(2.11\) — The Normal Distribution (Parts \( \mathrm{a} \), \( \mathrm{c} \))
▶️ Answer/Explanation

(a)
Let $A$ be the amount of shampoo in a bottle. We need to find $P(A < 0.50)$.
$z = \frac{0.50 – 0.60}{0.04} = -2.5$
$P(A < 0.50) = P(Z < -2.5) = 0.0062$

(b)(i)
Let $X$ represent the number of underfilled bottles in a randomly selected box of 10 bottles. Because each bottle’s volume is independent and has the same probability of being underfilled, the random variable $X$ has a binomial distribution with $n = 10$ trials and probability of success $p = 0.0062$.

(b)(ii)
The probability that a crate will be rejected is the probability of finding 2 or more underfilled bottles in a box: $P(X \ge 2)$.
$P(X \ge 2) = 1 – P(X \le 1) = 1 – [P(X = 0) + P(X = 1)]$
$P(X \ge 2) = 1 – \left[\binom{10}{0}(0.0062)^0(0.9938)^{10} + \binom{10}{1}(0.0062)^1(0.9938)^9\right]$
$P(X \ge 2) \approx 1 – [0.9397 + 0.0586] \approx 1 – 0.9983 = 0.0017$

(c)
Under the adjusted programming, the new mean is $0.56$ and the standard deviation is $0.03$. The new probability of a bottle being underfilled is:
$z = \frac{0.50 – 0.56}{0.03} = -2.0$
$P(Z < -2.0) \approx 0.02275$
Because the probability of an underfilled bottle is much greater for the adjusted programming ($0.0228$) than for the original programming ($0.0062$), the manufacturing company should keep the original programming. Using the adjusted settings would actually result in more underfilled bottles, thereby increasing the number of rejected crates.

Question 4

A survey conducted by a national research center asked a random sample of 920 teenagers in the United States how often they use a video streaming service. From the sample, 59% answered that they use a video streaming service every day.
(a) Construct and interpret a 95% confidence interval for the proportion of all teenagers in the United States who would respond that they use a video streaming service every day.
(b) Based on the confidence interval in part (a), do the sample data provide convincing statistical evidence that the proportion of all teenagers in the United States who would respond that they use a video streaming service every day is not 0.5? Justify your answer.

Most-appropriate topic codes (AP Statistics):

• Topic \(3.3\) — Constructing a Confidence Interval for a Population Proportion (Part \( \mathrm{a} \))
• Topic \(3.4\) — Justifying a Claim Based on a Confidence Interval for a Population Proportion (Part \( \mathrm{b} \))
▶️ Answer/Explanation

(a)
State: We will construct a one-sample z-interval for $p$, the true proportion of all teenagers in the United States who would respond that they use a video streaming service every day.
Plan:
• Random condition: The problem states that the data came from a “random sample.”
• 10% condition: $n = 920$, which is less than 10% of all teenagers in the United States.
• Large counts condition: The number of successes is $920(0.59) = 542.8 \ge 10$ and the number of failures is $920(0.41) = 377.2 \ge 10$. Both are at least 10, so the sampling distribution of $\hat{p}$ is approximately normal.
Do: The formula for the confidence interval is:
$ \hat{p} \pm z^* \sqrt{\frac{\hat{p}(1-\hat{p})}{n}} $
For a 95% confidence level, the critical value is $z^* = 1.96$. Substituting the values:
$ 0.59 \pm 1.96 \sqrt{\frac{0.59(0.41)}{920}} $
$ 0.59 \pm 1.96(0.0162) $
$ 0.59 \pm 0.0318 $
The 95% confidence interval is $(0.558, 0.622)$.
Conclude: We are 95% confident that the interval from 0.558 to 0.622 captures the true proportion of all teenagers in the United States who would respond that they use a video streaming service every day.

(b)
Yes, the sample data provide convincing statistical evidence that the true proportion is not 0.5.
Justification: The value 0.5 is not contained within the 95% confidence interval of $(0.558, 0.622)$ calculated in part (a). Because all plausible values in the confidence interval are strictly greater than 0.5, we have convincing evidence that the true proportion of teenagers who use a streaming service every day is different from 0.5.

Question 5

Studies have shown that foods rich in compounds known as flavonoids help lower blood pressure. Researchers conducted a study to investigate whether there was a greater reduction in blood pressure for people who consumed dark chocolate, which contains flavonoids, than people who consumed white chocolate, which does not contain flavonoids. Twenty-five healthy adults agreed to participate in the study and add 3.5 ounces of chocolate to their daily diets. Of the 25 participants, 13 were randomly assigned to the dark chocolate group and the rest were assigned to the white chocolate group. All participants had their blood pressure recorded, in millimeters of mercury (mmHg), before adding chocolate to their daily diets and again 30 days after adding chocolate to their daily diets.
The reduction in blood pressure (before minus after) for each of the participants in the two groups is shown in the dotplots below.
(a) Determine and compare the medians of the reduction in blood pressure for the two groups.
The researchers found the mean reduction in blood pressure for those who consumed dark chocolate is $\overline{x}_{dark}=6.08$ mmHg and the mean reduction in blood pressure for those who consumed white chocolate is $\overline{x}_{white}=0.42$ mmHg.
(b) One researcher indicated that because the difference in sample means of 5.66 mmHg is greater than 0 there is convincing statistical evidence to conclude that the population mean blood pressure reduction for those who consume dark chocolate is greater than for those who consume white chocolate. Why might the researcher’s conclusion, based only on the difference in sample means of 5.66 mmHg, not necessarily be true?
A simulation was conducted to investigate whether there is a greater reduction of blood pressure for those who consume dark chocolate than for those who consume white chocolate. The simulation was conducted under the assumption that no difference exists. The results of 120 trials of the simulation are shown in the following dotplot.
(c) Use the results of the simulation to determine whether the results from the 25 participants in the study provide convincing statistical evidence, at a 5 percent level of significance, that adding dark chocolate to a daily diet will result in a greater reduction in blood pressure, on average, than adding white chocolate to a daily diet. Justify your answer.

Most-appropriate topic codes (AP Statistics):

• Topic \(1.9\) — Comparing the Distributions of One Quantitative Variable (Part \( \mathrm{a} \))
• Topic \(1.1\) — Introducing Statistics: Do the Data We Collected Match What We Expected? (Parts \( \mathrm{b} \), \( \mathrm{c} \))
▶️ Answer/Explanation

(a)
The median reduction in blood pressure for the dark chocolate group is 7 mmHg, and the median reduction in blood pressure for the white chocolate group is 0 mmHg. Therefore, the median reduction for the dark chocolate group is greater than the median reduction for the white chocolate group.

(b)
The researcher’s conclusion might not be true because the difference in sample means could simply be due to sampling variability (chance variation) arising from the random assignment of participants to the two groups. A difference of 5.66 mmHg can sometimes occur by chance even if the treatments are equally effective, so a statistical simulation or hypothesis test is necessary to determine if the result is statistically significant.

(c)
Yes, the results provide convincing statistical evidence. The observed difference in sample means is $6.08 – 0.42 = 5.66$ mmHg. According to the simulation dotplot, a simulated difference of 5.66 or greater occurred in only 3 of the 120 trials. The estimated p-value is $\frac{3}{120} = 0.025$. Because the p-value ($0.025$) is less than the significance level ($\alpha = 0.05$), we reject the null hypothesis and conclude there is convincing evidence that dark chocolate results in a greater reduction in blood pressure on average than white chocolate.

Question 6

To compare success rates for treating allergies at two clinics that specialize in treating allergy sufferers, researchers selected random samples of patient records from the two clinics. The following table summarizes the data.

(a) (i) Complete the following table by recording the relative frequencies of successful and unsuccessful treatments at each clinic.

(ii) Based on the relative frequency table in part (a-i), which clinic is more successful in treating allergy sufferers? Justify your answer.
(b) Based on the design of the study, would a statistically significant result allow the researchers to conclude that receiving treatments at the clinic you selected in part (a-ii) causes a higher percentage of successful treatments than at the other clinic? Explain your answer.
A physician who worked at both clinics believed that it was important to separate the patients in the study by severity of the patient’s allergy (severe or mild). The physician constructed the following mosaic plot. The values in the mosaic plot represent the number of patients who were either successfully treated or unsuccessfully treated in each allergy severity group within each clinic. For example, the value 78 represents the number of patients successfully treated in the mild group within Clinic A.
Based on the mosaic plot, the physician concluded the following:
For mild allergy sufferers, Clinic B was more successful in treating allergies.
For severe allergy sufferers, Clinic B was more successful in treating allergies.
(c) (i) For each clinic, which allergy severity is treated more successfully? Justify your answer.
• Clinic A:
• Clinic B:
(ii) For each clinic, which allergy severity is more likely to be treated? Justify your answer.
• Clinic A:
• Clinic B:
(d) Using your answers from part (c), give a reasonable explanation of why the more successful clinic identified in part (a-ii) is the same as or different from the physician’s conclusion that Clinic B is more successful in treating both severe and mild allergies.

Most-appropriate topic codes (AP Statistics):

• Topic \(1.10\) — The Investigative Question Revisited and Data Collection (Part \( \mathrm{b} \))
• Topic \(2.1\) — Tabular and Graphical Representations for the Distributions of Two Categorical Variables (Parts \( \mathrm{a}\), \( \mathrm{c} \))
• Topic \(2.2\) — Summary Statistics for Two Categorical Variables (Parts \( \mathrm{a} \), \( \mathrm{c} \), \( \mathrm{d} \))
▶️ Answer/Explanation

(a)(i)

(a)(ii)
Clinic A is more successful. The relative frequency of successful treatments for Clinic A ($0.633$ or $63.3\%$) is greater than the relative frequency of successful treatments for Clinic B ($0.515$ or $51.5\%$).

(b)
No. The researchers selected random samples of patient records, which means this is an observational study, not a randomized experiment. Because patients were not randomly assigned to Clinic A or Clinic B, we cannot establish a cause-and-effect relationship due to the potential presence of confounding variables.

(c)(i)
Clinic A: Mild allergies are treated more successfully. The success rate for mild is $78 / (78 + 26) = 75\%$, while the success rate for severe is $11 / (11 + 24) = 31.4\%$.
Clinic B: Mild allergies are treated more successfully. The success rate for mild is $32 / (32 + 1) = 97\%$, while the success rate for severe is $10 / (10 + 25) = 28.6\%$.

(c)(ii)
Clinic A: Mild allergies are more likely to be treated. Clinic A treated 104 mild cases ($78+26$) compared to only 35 severe cases ($11+24$).
Clinic B: Severe allergies are more likely to be treated. Clinic B treated 35 severe cases ($10+25$) compared to only 33 mild cases ($32+1$).

(d)
The conclusion is different because of Simpson’s Paradox. Clinic A’s overall success rate is higher because it treats a much larger proportion of mild allergy cases, which naturally have a higher success rate regardless of the clinic. Conversely, Clinic B treats a higher proportion of severe cases, which brings its overall average down, even though it performs better than Clinic A within each specific severity group.

Scroll to Top