Biostatistics Quiz: Ci For A Proportion
20 questions · exam conditions
0:00
Ci For A ProportionQuestion 1 of 20

In a study of hospital readmissions, 64 out of 200 patients were readmitted within 30 days. If the researcher wants to report the 90% confidence interval for the readmission rate, what is the lower bound of this interval?

0.261
0.267
0.273
0.279
0.285
← Back to quizzes

Biostatistics Quiz

Biostatistics Quiz: Ci For A Proportion

Practice Ci For A Proportion in Biostatistics with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Ci For A Proportion, giving you a quick way to practice the rules, question types, and explanations that matter most for Biostatistics.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

In a study of hospital readmissions, 64 out of 200 patients were readmitted within 30 days. If the researcher wants to report the 90% confidence interval for the readmission rate, what is the lower bound of this interval?

  1. 0.261
  2. 0.267 (correct answer)
  3. 0.273
  4. 0.279
  5. 0.285
Explanation: When you encounter confidence interval problems for proportions, you're working with the sampling distribution of a sample proportion and need to apply the appropriate formula with the correct critical value. Here, you have a sample proportion of p^=64200=0.32\hat{p} = \frac{64}{200} = 0.32 with sample size n=200n = 200. For a 90% confidence interval, you need the z-critical value of 1.645 (leaving 5% in each tail). The confidence interval formula is: p^±zα/2p^(1p^)n\hat{p} \pm z_{\alpha/2}\sqrt{\frac{\hat{p}(1-\hat{p})}{n}} First, calculate the standard error: SE=0.32(10.32)200=0.2176200=0.033SE = \sqrt{\frac{0.32(1-0.32)}{200}} = \sqrt{\frac{0.2176}{200}} = 0.033 The margin of error is: ME=1.645×0.033=0.0543ME = 1.645 \times 0.033 = 0.0543 Therefore, the lower bound is: 0.320.0543=0.26570.32 - 0.0543 = 0.2657, which rounds to 0.267. Choice A (0.261) represents using a 95% confidence interval critical value (1.96) instead of 90%, creating a wider interval with a lower bound. Choice C (0.273) likely results from using an incorrect critical value around 1.42, making the interval too narrow. Choice D (0.279) suggests using an even smaller critical value, severely underestimating the margin of error. Study tip: Always match your confidence level to the correct z-critical value: 90% uses 1.645, 95% uses 1.96, and 99% uses 2.576. Double-check your arithmetic in the standard error calculation, as small errors compound when calculating the final bounds.

Question 2

A researcher surveys 180 patients and finds that 72 experienced side effects from a new medication. When calculating a 95% confidence interval for the proportion of patients experiencing side effects, what is the most appropriate reason for using the normal approximation?

  1. The sample size is greater than 30, which satisfies the central limit theorem requirements
  2. Both np=72np = 72 and n(1p)=108n(1-p) = 108 are greater than 5, satisfying the success-failure condition (correct answer)
  3. The population standard deviation is unknown, requiring use of the normal distribution
  4. The sample proportion p^=0.4\hat{p} = 0.4 is close to 0.5, ensuring approximate normality
  5. The confidence level of 95% corresponds to a z-score, necessitating the normal approximation
Explanation: When you encounter questions about confidence intervals for proportions, you need to determine when the normal approximation to the binomial distribution is valid. This is crucial because using an inappropriate approximation can lead to inaccurate confidence intervals. The correct criterion is the success-failure condition: both npnp and n(1p)n(1-p) must be at least 5. With n=180n = 180 patients and p^=72/180=0.4\hat{p} = 72/180 = 0.4, we get np=180×0.4=72np = 180 \times 0.4 = 72 and n(1p)=180×0.6=108n(1-p) = 180 \times 0.6 = 108. Since both values are much greater than 5, the normal approximation is appropriate. Answer B correctly identifies this fundamental requirement. Answer A incorrectly applies the central limit theorem's n>30n > 30 rule, which applies to sample means, not proportions. For proportions, sample size alone isn't sufficient—you need adequate numbers of both successes and failures. Answer C confuses concepts from confidence intervals for means. When estimating population means with unknown standard deviations, you use the t-distribution, not the normal distribution for proportions. Answer D suggests that p^=0.4\hat{p} = 0.4 being "close to 0.5" ensures normality, but this isn't the correct criterion. While proportions near 0.5 do approach normality faster, the formal requirement is still the success-failure condition, regardless of how close p^\hat{p} is to 0.5. Study tip: For proportion confidence intervals, always check np5np \geq 5 and n(1p)5n(1-p) \geq 5 before using the normal approximation. Don't rely on sample size rules from other contexts.

Question 3

In a study of 250 medical students, 85 plan to specialize in primary care. A researcher calculates the margin of error for a 95% confidence interval as 0.058. If the same study were repeated with 1000 medical students and the same sample proportion, what would happen to the margin of error?

  1. It would decrease to approximately 0.029 because the margin of error is inversely proportional to sample size
  2. It would decrease to approximately 0.029 because the margin of error is inversely proportional to the square root of sample size (correct answer)
  3. It would decrease to approximately 0.014 because quadrupling the sample size halves the margin of error
  4. It would remain approximately 0.058 because the sample proportion stays the same
  5. It would decrease to approximately 0.041 because the standard error decreases by a factor of 2\sqrt{2}
Explanation: When you encounter questions about margin of error and sample size, remember that this relationship follows a specific mathematical pattern based on the standard error formula. The margin of error for a proportion is calculated as ME=z×p(1p)nME = z \times \sqrt{\frac{p(1-p)}{n}}, where z is the critical value, p is the sample proportion, and n is the sample size. The key insight is that sample size appears in the denominator under a square root, making the margin of error inversely proportional to n\sqrt{n}. Starting with n = 250 and ME = 0.058, when the sample size increases to 1000 (a 4-fold increase), the margin of error becomes 0.058×2501000=0.058×0.25=0.058×0.5=0.0290.058 \times \sqrt{\frac{250}{1000}} = 0.058 \times \sqrt{0.25} = 0.058 \times 0.5 = 0.029. Option A incorrectly states that margin of error is inversely proportional to sample size itself, rather than its square root. This would give an incorrect calculation of 0.058 ÷ 4 = 0.0145. Option C makes a similar error by claiming that quadrupling sample size halves the margin of error, which would be true only if the relationship were inverse rather than inverse square root. Option D incorrectly assumes that margin of error depends only on the sample proportion, ignoring the crucial role of sample size in determining precision. Remember this pattern: when sample size increases by a factor of k, the margin of error decreases by a factor of k\sqrt{k}. Quadruple the sample size, and you halve the margin of error.

Question 4

A pharmaceutical company tests a new drug on 500 patients and observes that 175 show improvement. The 95% confidence interval for the proportion showing improvement is calculated as (0.31, 0.39). What is the most likely explanation if a colleague calculated the interval as (0.29, 0.41)?

  1. The colleague used a 90% confidence level instead of 95%
  2. The colleague used a 99% confidence level instead of 95% (correct answer)
  3. The colleague made an error in calculating the sample proportion
  4. The colleague used the wrong sample size in the calculation
  5. The colleague used a continuity correction in the normal approximation
Explanation: When analyzing confidence intervals, remember that the width of the interval is directly related to the confidence level - higher confidence requires a wider interval to capture the true parameter with greater certainty. Let's examine what happened here. With 175 improvements out of 500 patients, the sample proportion is p^=175/500=0.35\hat{p} = 175/500 = 0.35. Notice that both intervals are centered around this same value (0.35), so the sample proportion calculation wasn't the issue. The key difference is that your colleague's interval (0.29, 0.41) is wider than the original 95% interval (0.31, 0.39). Since a wider interval corresponds to higher confidence, your colleague most likely used a 99% confidence level instead of 95%. This makes option B correct. The 99% level requires a larger critical value (approximately 2.576 vs 1.96 for 95%), which creates the wider interval needed to be more confident about capturing the true proportion. Option A is wrong because a 90% confidence level would produce a narrower interval than 95%, not wider. Option C is incorrect because both intervals are centered at 0.35, indicating the same sample proportion was used. Option D doesn't fit because using the wrong sample size would likely shift the center point or create a dramatically different width, not just a modest symmetric expansion. Study tip: Remember the confidence level trade-off: higher confidence = wider intervals. When comparing two intervals with the same center, the wider one always represents higher confidence.

Question 5

Two researchers independently survey patients about medication compliance. Researcher A surveys 100 patients and finds 30% compliant. Researcher B surveys 400 patients and finds 30% compliant. Both calculate 95% confidence intervals. How do their intervals compare?

  1. Both intervals have the same width because they have the same sample proportion
  2. Researcher A's interval is twice as wide as Researcher B's interval (correct answer)
  3. Researcher A's interval is four times as wide as Researcher B's interval
  4. Researcher A's interval is 2\sqrt{2} times as wide as Researcher B's interval
  5. The intervals cannot be compared without knowing the actual confidence levels used
Explanation: When you encounter questions about confidence interval width, remember that the key factor is sample size. The width of a confidence interval is inversely related to the square root of the sample size. For a proportion, the 95% confidence interval width is approximately 4×p(1p)n4 \times \sqrt{\frac{p(1-p)}{n}}, where p is the sample proportion and n is the sample size. Since both researchers found the same proportion (30%), the only difference comes from their sample sizes. Researcher A has n = 100, while Researcher B has n = 400. The ratio of their interval widths equals 400100=4=2\sqrt{\frac{400}{100}} = \sqrt{4} = 2. Therefore, Researcher A's interval is twice as wide as Researcher B's interval, making B correct. Let's examine why the other options are wrong. Choice A incorrectly assumes that only the sample proportion matters for interval width, ignoring the crucial role of sample size. Choice C suggests the width ratio equals the sample size ratio (400/100 = 4), but this ignores the square root relationship. Choice D proposes a factor of 2\sqrt{2}, which would only be correct if one sample were twice the size of the other, not four times larger. Study tip: Remember the "square root rule" for confidence intervals: when sample size increases by a factor of k², the interval width decreases by a factor of k. This relationship appears frequently on biostatistics exams, so practice identifying how changes in sample size affect precision.

Question 6

A nurse practitioner finds that 48 out of 120 patients in a diabetes prevention program successfully lost weight. She calculates a 95% confidence interval for the success rate. If she had instead used a sample proportion of 0.41 (keeping the same sample size), how would the margin of error change?

  1. The margin of error would increase because 0.41 is closer to 0.5 than the original proportion (correct answer)
  2. The margin of error would decrease because 0.41 is farther from 0.5 than the original proportion
  3. The margin of error would decrease because 0.41 is closer to 0.5 than the original proportion
  4. The margin of error would increase because 0.41 is farther from 0.5 than the original proportion
  5. The margin of error would remain the same because it doesn't depend on the sample proportion
Explanation: When you encounter confidence interval questions involving proportions, remember that the margin of error depends on how much variability exists in your sample proportion. The key insight is that proportions create maximum variability when they're closest to 0.5. Let's calculate the original proportion: 48/120 = 0.40. The margin of error for a proportion confidence interval is ME=zα/2p(1p)nME = z_{\alpha/2}\sqrt{\frac{p(1-p)}{n}}. Notice that the term p(1p)p(1-p) determines how the margin of error changes with different proportions. To see which proportion creates more variability, compare p(1p)p(1-p) values:
  • Original: 0.40×0.60=0.240.40 \times 0.60 = 0.24
  • Alternative: 0.41×0.59=0.24190.41 \times 0.59 = 0.2419
Since 0.2419 > 0.24, the proportion of 0.41 produces a larger margin of error. This happens because 0.41 is closer to 0.5 than 0.40, and proportions near 0.5 create maximum uncertainty. Looking at the wrong answers: B incorrectly states the margin of error would decrease and wrongly claims 0.41 is farther from 0.5. C correctly identifies that 0.41 is closer to 0.5 but incorrectly predicts the margin of error would decrease. D gets both facts wrong—claiming 0.41 is farther from 0.5 and that this increases the margin of error. Study tip: Remember that proportion confidence intervals are widest (largest margin of error) when p = 0.5 and get narrower as proportions approach 0 or 1. Always check which proportion is closer to 0.5 to determine which has the larger margin of error.

Question 7

A quality control manager at a pharmaceutical company needs to estimate the proportion of defective pills in a batch. A sample of 400 pills reveals 24 defective ones. If the manager constructs a 95% confidence interval, what assumption is most critical for the validity of this interval?

  1. The batch size is at least 10 times larger than the sample size
  2. The defective pills are randomly distributed throughout the batch
  3. The sample of 400 pills was selected using simple random sampling (correct answer)
  4. The proportion of defective pills is less than 10% of the total batch
  5. The manufacturing process follows a normal distribution for pill quality
Explanation: When constructing confidence intervals for proportions, you're making statistical inferences about a population based on sample data. The validity of these inferences depends critically on how representative your sample is of the entire population. The most essential assumption for a valid confidence interval is that your sample was selected using simple random sampling (C). This means every pill in the batch had an equal chance of being selected, ensuring the sample is representative and unbiased. Without random sampling, your confidence interval becomes meaningless because systematic bias could skew your results in unknown ways. Let's examine why the other options are less critical. Option (A) about batch size being 10 times larger than sample size relates to the finite population correction factor, but this only affects the precision of your estimate slightly—it doesn't invalidate the interval entirely. Option (B) assumes defective pills are randomly distributed, but this is actually what we're trying to determine through our sampling process, not an assumption we need to make beforehand. Option (D) suggests the proportion must be less than 10%, but confidence intervals work regardless of the true proportion value, though they're most precise when the sample size satisfies np5np \geq 5 and n(1p)5n(1-p) \geq 5. Study tip: When evaluating confidence interval validity, always prioritize sampling method over population characteristics. Random sampling is the foundation that makes statistical inference possible—without it, even perfect calculations on biased data will give you unreliable conclusions.

Question 8

A public health official surveys 300 adults about flu vaccination status and finds that 180 received the vaccine. She calculates the standard error as 0.0283. If she wants to verify this calculation, which formula should she use?

  1. 0.6×0.4300\sqrt{\frac{0.6 \times 0.4}{300}} (correct answer)
  2. 180×120300\sqrt{\frac{180 \times 120}{300}}
  3. 0.6×0.4299\sqrt{\frac{0.6 \times 0.4}{299}}
  4. 0.6×0.4300\frac{0.6 \times 0.4}{\sqrt{300}}
  5. 0.6300+0.4300\sqrt{\frac{0.6}{300} + \frac{0.4}{300}}
Explanation: When you encounter questions about standard error for proportions, you're dealing with sampling distributions and need to recall the specific formula for proportion standard error. The standard error of a proportion follows the formula SE=p(1p)nSE = \sqrt{\frac{p(1-p)}{n}}, where p is the sample proportion and n is the sample size. Here, 180 out of 300 adults received the vaccine, so p = 180/300 = 0.6, and 1-p = 0.4. The sample size n = 300. Answer A is correct: 0.6×0.4300\sqrt{\frac{0.6 \times 0.4}{300}} properly applies the standard error formula with p = 0.6, (1-p) = 0.4, and n = 300. You can verify: 0.24300=0.0008=0.0283\sqrt{\frac{0.24}{300}} = \sqrt{0.0008} = 0.0283. Answer B uses the raw counts (180 × 120) instead of proportions in the numerator, which fundamentally changes the calculation and produces an incorrect result that's far too large. Answer C uses 299 instead of 300 in the denominator. This reflects a common confusion with degrees of freedom corrections, but standard error for proportions uses the full sample size n, not n-1. Answer D incorrectly places the square root only around the denominator rather than the entire fraction, which completely alters the mathematical relationship. Study tip: Always convert to proportions (not raw counts) when calculating standard error for proportions, and remember that unlike some statistical calculations, this formula uses n, not n-1, in the denominator.

Question 9

A hospital surveys 160 patients about satisfaction with nursing care. Among these, 128 patients report being satisfied. The hospital administration wants to use this data to construct a confidence interval, but they're concerned about the validity of the normal approximation. What should they check first?

  1. Whether the sample size of 160 exceeds 30 for the central limit theorem
  2. Whether both 160×0.8=128160 \times 0.8 = 128 and 160×0.2=32160 \times 0.2 = 32 are at least 5 (correct answer)
  3. Whether the population of patients is normally distributed
  4. Whether the sample proportion 0.8 is sufficiently close to 0.5
  5. Whether the hospital has at least 1,600 total patients for the 10% condition
Explanation: When constructing confidence intervals for proportions, you must verify that the normal approximation to the binomial distribution is valid. This requires checking specific conditions about your sample data. The key condition is that both npnp and n(1p)n(1-p) must be at least 5, where nn is your sample size and pp is your sample proportion. Here, with 128 satisfied patients out of 160, your sample proportion is p=128/160=0.8p = 128/160 = 0.8. So you need to check: np=160×0.8=1285np = 160 \times 0.8 = 128 \geq 5 ✓ and n(1p)=160×0.2=325n(1-p) = 160 \times 0.2 = 32 \geq 5 ✓. This is exactly what option B describes. Option A incorrectly applies the n>30n > 30 rule, which applies to means and the central limit theorem, not proportion confidence intervals. The sample size requirement for proportions depends on the success-failure condition, not a fixed threshold. Option C is wrong because you don't need the population to be normally distributed. The normal approximation applies to the sampling distribution of the sample proportion, not the original population distribution. Option D misunderstands the requirements. While proportions closer to 0.5 do have better normal approximations, there's no requirement that pp be "sufficiently close" to 0.5. The success-failure condition (np5np \geq 5 and n(1p)5n(1-p) \geq 5) handles this automatically. Study tip: For proportion confidence intervals, always check the success-failure condition first: both npnp and n(1p)n(1-p) must be at least 5. This single check validates your normal approximation.

Question 10

Two medical studies report confidence intervals for treatment success rates. Study A (n=100) reports a 95% CI of (0.32, 0.48), while Study B (n=400) reports a 95% CI of (0.34, 0.46). A researcher claims that Study B must have used a higher confidence level than Study A because its interval is narrower despite having a similar success rate. Is this reasoning correct?

  1. Yes, because narrower intervals always indicate higher confidence levels
  2. No, because Study B's narrower interval is due to its larger sample size (correct answer)
  3. Yes, because both studies have approximately the same sample proportion
  4. No, because confidence interval width depends only on the sample proportion, not sample size
  5. Cannot be determined without knowing the exact sample proportions
Explanation: When you encounter confidence interval comparisons, focus on the three key factors that determine interval width: confidence level, sample size, and variability in the data. The researcher's reasoning is flawed because confidence interval width depends heavily on sample size. The formula for a confidence interval around a proportion includes the term p(1p)n\sqrt{\frac{p(1-p)}{n}}, where n is the sample size. As sample size increases, this standard error decreases, creating narrower intervals even at the same confidence level. Study B's narrower interval (0.34, 0.46) compared to Study A's (0.32, 0.48) results from its four-times-larger sample size (400 vs. 100), not a higher confidence level. Both studies likely used 95% confidence levels, but Study B achieved greater precision due to more data. Looking at the wrong answers: A) incorrectly assumes interval width only reflects confidence level, ignoring the critical role of sample size. C) makes an irrelevant point—while both studies do have similar sample proportions (around 0.40), this doesn't support the researcher's claim about confidence levels. D) completely reverses the relationship by claiming width depends only on sample proportion, when sample size is actually the dominant factor here. Study tip: Remember that larger samples always produce narrower confidence intervals at the same confidence level. When comparing intervals between studies, always check sample sizes first before assuming different confidence levels were used. This is a common source of misinterpretation in research literature.

Question 11

A clinical trial with 400 participants shows that 120 patients responded positively to treatment. If the 90% confidence interval for the true response rate is calculated as (0.26, 0.34), what can be concluded about a 95% confidence interval for the same data?

  1. The 95% confidence interval will be (0.25, 0.35) because it requires a larger margin of error
  2. The 95% confidence interval will be narrower than (0.26, 0.34) due to increased precision
  3. The 95% confidence interval will be wider than (0.26, 0.34) with the same center point of 0.30 (correct answer)
  4. The 95% confidence interval cannot be determined without recalculating the standard error
  5. The 95% confidence interval will have a different center point because the critical value changes
Explanation: When you encounter confidence interval questions, remember that confidence level and interval width are directly related - higher confidence requires wider intervals to maintain the same probability of capturing the true parameter. The sample proportion here is p^=120/400=0.30\hat{p} = 120/400 = 0.30, which serves as the center point for any confidence interval. The key insight is understanding how confidence level affects interval width. A 95% confidence interval requires capturing the true parameter 95% of the time versus 90% for the given interval. To achieve this higher confidence, you need a wider interval that casts a "broader net" around the estimate. Since both intervals use the same sample data, they share the same center point (0.30) and standard error. The only difference is the critical value (z-score): 1.645 for 90% confidence versus 1.96 for 95% confidence. The larger critical value creates a larger margin of error, making the 95% interval wider than (0.26, 0.34) while keeping the same center. Option A incorrectly states the 95% interval will be (0.25, 0.35) - while this is wider, you can't determine exact bounds without calculation. Option B wrongly suggests the 95% interval will be narrower, confusing confidence level with precision. Option D is incorrect because the standard error depends only on the sample data, which remains unchanged. Study tip: Remember the confidence level trade-off: higher confidence = wider intervals. When comparing intervals from the same data, the more confident interval is always wider, centered at the same point.

Question 12

A clinical study reports that among 280 patients, 84 experienced adverse reactions. The researchers claim the 95% confidence interval for the adverse reaction rate is (0.24, 0.36). Which statement best evaluates this claim?

  1. The interval is correct because the sample proportion 0.3 is at the center of the reported interval
  2. The interval is incorrect because it's too wide for the given sample size and proportion (correct answer)
  3. The interval is incorrect because it's too narrow for the given sample size and proportion
  4. The interval is correct and the margin of error equals 0.06 as expected
  5. The interval cannot be evaluated without knowing the population size
Explanation: When you encounter confidence interval problems, you need to verify whether the reported interval matches what the data actually supports by calculating the correct interval yourself. Let's check this claim step by step. The sample proportion is p^=84/280=0.3\hat{p} = 84/280 = 0.3. For a 95% confidence interval, we use z=1.96z = 1.96. The standard error is SE=0.3(10.3)280=0.21280=0.0274SE = \sqrt{\frac{0.3(1-0.3)}{280}} = \sqrt{\frac{0.21}{280}} = 0.0274. The margin of error equals 1.96×0.0274=0.05371.96 \times 0.0274 = 0.0537. Therefore, the correct 95% confidence interval is 0.3±0.05370.3 ± 0.0537, which gives us (0.246, 0.354) or approximately (0.25, 0.35). The researchers reported (0.24, 0.36), which has a margin of error of 0.06. This is noticeably wider than the correct margin of error of 0.054. Answer A is wrong because while 0.3 is indeed centered in the reported interval, this doesn't validate the interval's width. Answer C incorrectly suggests the interval is too narrow when it's actually too wide. Answer D is wrong because the margin of error should be about 0.054, not 0.06 as the reported interval suggests. Answer B correctly identifies that the interval is too wide for the given sample size and proportion. Study tip: Always calculate the margin of error yourself rather than trusting reported intervals. The formula ME=z×p^(1p^)nME = z \times \sqrt{\frac{\hat{p}(1-\hat{p})}{n}} is essential for verifying confidence interval claims in biostatistics problems.

Question 13

A medical researcher surveys 150 doctors and finds that 45 prefer electronic health records over paper records. When calculating a confidence interval for the true proportion, the researcher gets a margin of error of 0.074 using a 95% confidence level. What sample size would be needed to reduce this margin of error to 0.037?

  1. 300 doctors
  2. 450 doctors
  3. 600 doctors (correct answer)
  4. 750 doctors
  5. 900 doctors
Explanation: When you encounter questions about sample size and margin of error, remember that these have an inverse square root relationship - a fundamental principle in confidence interval calculations. The margin of error formula for proportions is E=zp(1p)nE = z \sqrt{\frac{p(1-p)}{n}}. Since everything else remains constant (confidence level, proportion estimate), the relationship between sample sizes and margins of error follows: n2n1=(E1E2)2\frac{n_2}{n_1} = \left(\frac{E_1}{E_2}\right)^2 Starting with 150 doctors and a margin of error of 0.074, you want to reduce this to 0.037. Notice that 0.037 is exactly half of 0.074. When you halve the margin of error, you must quadruple the sample size: n2=150×(0.0740.037)2=150×22=150×4=600n_2 = 150 \times \left(\frac{0.074}{0.037}\right)^2 = 150 \times 2^2 = 150 \times 4 = 600 Option A (300 doctors) would only double the sample size, which reduces margin of error by a factor of 21.41\sqrt{2} \approx 1.41, not the needed factor of 2. Option B (450 doctors) triples the sample size, reducing margin of error by 31.73\sqrt{3} \approx 1.73. Option D (750 doctors) represents a 5-fold increase, which would reduce margin of error by 52.24\sqrt{5} \approx 2.24 - more than necessary. The correct answer is C (600 doctors). Study tip: Remember the inverse square root relationship: to cut margin of error in half, you need four times the sample size. To reduce it by one-third, you need nine times the sample size. This pattern appears frequently in biostatistics problems.

Question 14

An epidemiologist studies vaccination rates in a city of 50,000 residents. She randomly samples 500 residents and finds that 350 are vaccinated. When calculating the 95% confidence interval (0.66, 0.74), should she apply a finite population correction?

  1. Yes, because the sample size exceeds 30, requiring finite population correction
  2. Yes, because the sample represents more than 1% of the population
  3. No, because the sample size is less than 10% of the population size (correct answer)
  4. No, because the population size exceeds 10,000 residents
  5. Yes, because the confidence interval is relatively narrow, indicating finite population effects
Explanation: When you encounter confidence interval questions involving finite populations, you need to determine whether a finite population correction (FPC) is necessary. The FPC adjusts standard errors when sampling from smaller populations where the sample represents a substantial portion of the total population. The key rule is the 10% threshold: apply FPC when your sample size exceeds 10% of the population size. Here, you have 500 residents sampled from 50,000 total residents. Calculate: 50050,000=0.01=1%\frac{500}{50,000} = 0.01 = 1\%. Since 1% is well below the 10% threshold, no finite population correction is needed. The population is large enough relative to the sample that you can treat it as essentially infinite. Let's examine why the other options are incorrect. Option A incorrectly links FPC to the sample size being over 30 - this confuses the central limit theorem's sample size requirement with finite population correction criteria. Option B suggests that exceeding 1% of the population triggers FPC, but this threshold is too low; the standard is 10%, not 1%. Option D mentions the population exceeding 10,000 as the determining factor, but FPC decisions depend on the ratio of sample to population size, not the absolute population size. Study tip: Remember the 10% rule for finite population correction. When sample size ÷ population size > 0.10, apply FPC. This is one of the most testable concepts in sampling theory, so always calculate this ratio when you see finite population scenarios.

Question 15

A medical researcher calculates a 95% confidence interval for the proportion of patients who respond to a new therapy. The interval is (0.45, 0.65). A colleague argues that this interval is too wide to be useful and suggests increasing the sample size. To cut the interval width in half while maintaining 95% confidence, by what factor must the sample size be increased?

  1. 2
  2. 4 (correct answer)
  3. 8
  4. 16
  5. 2\sqrt{2}
Explanation: When you encounter confidence interval width problems, remember that the width depends on the standard error, which is inversely related to the square root of sample size. The margin of error for a proportion confidence interval is z×p(1p)nz \times \sqrt{\frac{p(1-p)}{n}}, where n is the sample size. Since the interval width equals twice the margin of error, to halve the width, you must halve the margin of error. To cut the margin of error in half while keeping the confidence level (and thus z-value) constant, you need: 12p(1p)n=p(1p)nnew\frac{1}{2}\sqrt{\frac{p(1-p)}{n}} = \sqrt{\frac{p(1-p)}{n_{new}}} Squaring both sides: 14×p(1p)n=p(1p)nnew\frac{1}{4} \times \frac{p(1-p)}{n} = \frac{p(1-p)}{n_{new}} Solving for the new sample size: nnew=4nn_{new} = 4n Therefore, you must increase the sample size by a factor of 4, making B correct. Choice A (factor of 2) represents the common misconception that doubling sample size halves the interval width - this ignores the square root relationship. Choice C (factor of 8) might arise from incorrectly cubing the factor of 2. Choice D (factor of 16) could result from squaring the factor of 4, perhaps confusing this with variance calculations. Study tip: Remember the "square root rule" - because standard error involves n\sqrt{n}, you must quadruple the sample size to halve the margin of error. This relationship appears frequently in sample size calculations across different statistical contexts.

Question 16

A health survey of 320 adults found that 96 regularly exercise. When constructing a 99% confidence interval for the proportion who exercise, which calculation gives the correct margin of error?

  1. 2.576×0.3×0.73202.576 \times \sqrt{\frac{0.3 \times 0.7}{320}} (correct answer)
  2. 2.576×96×2243202.576 \times \sqrt{\frac{96 \times 224}{320}}
  3. 2.326×0.3×0.73202.326 \times \sqrt{\frac{0.3 \times 0.7}{320}}
  4. 1.96×0.3×0.73201.96 \times \sqrt{\frac{0.3 \times 0.7}{320}}
  5. 2.576×0.3×0.73192.576 \times \sqrt{\frac{0.3 \times 0.7}{319}}
Explanation: When you encounter confidence interval questions for proportions, you need to identify three key components: the sample proportion, the critical value, and the standard error formula. First, calculate the sample proportion: p^=96320=0.3\hat{p} = \frac{96}{320} = 0.3. The margin of error formula for a proportion is zα/2×p^(1p^)nz_{\alpha/2} \times \sqrt{\frac{\hat{p}(1-\hat{p})}{n}}, where the standard error is p^(1p^)n\sqrt{\frac{\hat{p}(1-\hat{p})}{n}}. For a 99% confidence interval, you need the critical value that leaves 0.5% in each tail of the standard normal distribution. This is z0.005=2.576z_{0.005} = 2.576. The correct calculation becomes 2.576×0.3×0.73202.576 \times \sqrt{\frac{0.3 \times 0.7}{320}}, which is answer A. Answer B uses the correct critical value but incorrectly calculates the standard error as 96×224320\sqrt{\frac{96 \times 224}{320}}. This treats the raw counts as if they were already proportions, which inflates the standard error dramatically. Answer C uses 2.326, which is the critical value for a 98% confidence interval, not 99%. This is a common trap where similar-looking confidence levels are confused. Answer D uses 1.96, the critical value for a 95% confidence interval. Students often default to this familiar value without checking the specified confidence level. Remember: always convert your confidence level to the correct critical value first, and use proportions (not raw counts) in your standard error calculation. The pattern p^(1p^)\hat{p}(1-\hat{p}) should always appear in the numerator for proportion confidence intervals.

Question 17

A hospital administrator surveys 360 nurses about job satisfaction. The survey shows 216 nurses are satisfied with their jobs. When constructing a 98% confidence interval for the proportion of satisfied nurses, what critical value should be used?

  1. 1.96
  2. 2.05
  3. 2.33 (correct answer)
  4. 2.58
  5. 2.81
Explanation: When you encounter confidence interval problems, you need to identify the appropriate critical value based on the confidence level and the type of distribution you're using. For proportions with large sample sizes, we use the standard normal (Z) distribution. To find the critical value for a 98% confidence interval, you need to determine what Z-score captures the middle 98% of the standard normal distribution. This leaves 2% in the tails, or 1% in each tail. You're looking for the Z-score where the area to the right is 0.01, which corresponds to the 99th percentile of the standard normal distribution. From the standard normal table, Z0.01=2.33Z_{0.01} = 2.33, making C the correct answer. Let's examine why the other options are wrong: A) 1.96 is the critical value for a 95% confidence interval (leaving 2.5% in each tail). This is the most commonly used confidence level, so it's included as a trap for students who might default to the familiar value. B) 2.05 isn't a standard critical value for any common confidence level - it falls between the 95% and 98% values. D) 2.58 is the critical value for a 99% confidence interval (leaving 0.5% in each tail), which is close to 98% but represents a higher confidence level. Study tip: Memorize the key critical values: 1.96 (95%), 2.33 (98%), and 2.58 (99%). These appear frequently on biostatistics exams, and knowing them saves time on calculations while preventing mix-ups between confidence levels.

Question 18

A clinical trial enrolled 240 patients to test a new treatment. Of these, 156 patients showed improvement. When calculating a 95% confidence interval for the true proportion of patients who would show improvement, which of the following represents the correct margin of error?

  1. 1.96×0.65×0.352401.96 \times \sqrt{\frac{0.65 \times 0.35}{240}} (correct answer)
  2. 1.96×156×842401.96 \times \sqrt{\frac{156 \times 84}{240}}
  3. 1.96×0.65×0.351561.96 \times \sqrt{\frac{0.65 \times 0.35}{156}}
  4. 1.96×156×8424021.96 \times \sqrt{\frac{156 \times 84}{240^2}}
Explanation: The margin of error for a 95% CI for a proportion is zα/2×p^(1p^)nz_{\alpha/2} \times \sqrt{\frac{\hat{p}(1-\hat{p})}{n}}. Here, p^=156/240=0.65\hat{p} = 156/240 = 0.65, so the margin of error is 1.96×0.65×0.352401.96 \times \sqrt{\frac{0.65 \times 0.35}{240}}. Choice B uses raw counts instead of proportions. Choice C incorrectly uses 156 as the denominator instead of the total sample size. Choice D has an extra factor of 240 in the denominator.

Question 19

In a study of 400 patients, 92 developed complications. The 95% confidence interval for the proportion of patients who develop complications is calculated to be (0.185, 0.275). A colleague claims that because 0.25 falls within this interval, we can be 95% confident that exactly 25% of all patients will develop complications. Which statement best describes this interpretation?

  1. The interpretation is correct; any value within the confidence interval represents the true population proportion with 95% confidence
  2. The interpretation is incorrect; the confidence interval suggests that 25% is a plausible value, but we cannot assign 95% confidence to any specific value within the interval (correct answer)
  3. The interpretation is incorrect; we can only be confident about the sample proportion of 23%, not about any other values in the interval
  4. The interpretation is correct, but only because 25% is close to the sample proportion of 23% calculated from the study data
Explanation: A confidence interval provides a range of plausible values for the population parameter, but the 95% confidence level applies to the interval construction method, not to individual values within the interval. Any specific value (like exactly 25%) within the interval is plausible but cannot be assigned the 95% confidence level. Choice A misunderstands confidence intervals. Choice C incorrectly suggests we can only be confident about the sample proportion. Choice D incorrectly validates the interpretation based on proximity to the sample proportion.

Question 20

A researcher calculates a 95% confidence interval for the proportion of patients responding to treatment as (0.42, 0.68). If the same data were used to construct a 90% confidence interval instead, which statement about the new interval is most accurate?

  1. The new interval will be (0.45, 0.65), narrower because we require less confidence in our estimate
  2. The new interval will be approximately (0.44, 0.66), narrower due to the smaller critical value, but we cannot determine the exact values without the sample data
  3. The new interval will have the same center but will be narrower, though the exact endpoints require recalculation using the original sample statistics (correct answer)
  4. The new interval cannot be determined because changing the confidence level requires collecting new sample data with different methodology
Explanation: Both intervals will have the same center (sample proportion), but the 90% CI will be narrower because z0.05=1.645<1.96=z0.025z_{0.05} = 1.645 < 1.96 = z_{0.025}. The exact endpoints require recalculating with p^±1.645p^(1p^)n\hat{p} \pm 1.645\sqrt{\frac{\hat{p}(1-\hat{p})}{n}}, which needs the original sample data. From the given CI, p^=0.55\hat{p} = 0.55, but we need nn for exact calculation. Choice A provides specific values without justification. Choice B attempts calculation without sufficient information. Choice D incorrectly suggests new data collection is needed.