All questions
Question 1
A financial model calculates monthly payments using the formula PMT=(1+r)n−1P⋅r(1+r)n where P=25000, annual rate =6.5%, and n=48 months. A student gets PMT=1847.23 but the correct answer is 597.91. What calculation error most likely occurred?
- The student used the annual interest rate directly instead of converting to monthly rate (correct answer)
- The student calculated the present value of an annuity instead of the payment amount
- The student applied simple interest calculations rather than compound interest formulas
- The student incorrectly rounded intermediate calculations before completing the computation
Explanation: Using r = 0.065 (annual rate) instead of r = 0.065/12 = 0.00542 (monthly rate) gives PMT = 25000 × 0.065(1.065)^48 / ((1.065)^48 - 1) ≈ 1847.23. The correct calculation uses monthly rate: PMT = 25000 × 0.00542(1.00542)^48 / ((1.00542)^48 - 1) ≈ 597.91. This is a common error when students forget to convert annual rates to the payment period.
Question 2
A compound interest calculation requires finding the value after 7 years with quarterly compounding at 5.2% annual rate. A student calculates A=5000(1.052)28 and gets A=21,405.67. The correct answer is A=7,061.89. What compounding error was made?
- The student used continuous compounding formula instead of discrete quarterly compounding
- The student failed to divide the annual rate by the number of compounding periods per year (correct answer)
- The student incorrectly calculated the total number of compounding periods over seven years
- The student applied simple interest rather than compound interest in the final calculation
Explanation: For quarterly compounding, the formula should be A = P(1 + r/4)^(4t) = 5000(1 + 0.052/4)^(4×7) = 5000(1.013)^28 ≈ 7,061.89. The student used (1.052)^28 instead of (1.013)^28, meaning they used the full annual rate instead of the quarterly rate of 0.052/4 = 0.013. The student correctly calculated 4×7 = 28 periods but failed to adjust the rate for quarterly compounding.
Question 3
A binomial probability calculation asks for P(X=3) when n=8 and p=0.25. A student calculates: (38)=56, p3=(0.25)3=0.0156, (1−p)8−3=(0.75)5=0.2373, and concludes P(X=3)=56+0.0156+0.2373=56.253. What fundamental error was made?
- The student calculated the binomial coefficient incorrectly for the given values
- The student computed the individual probability components with insufficient precision
- The student applied the wrong probability distribution for this type of problem
- The student used addition instead of multiplication in the binomial probability formula (correct answer)
Explanation: When you encounter a binomial probability problem, you're calculating the probability of getting exactly k successes in n independent trials, each with probability p of success. The binomial probability formula is: P(X=k)=(kn)⋅pk⋅(1−p)n−k
The student correctly calculated each component: (38)=56, p3=0.0156, and (1−p)5=0.2373. However, they made a critical error by adding these values together instead of multiplying them. The correct calculation should be: P(X=3)=56×0.0156×0.2373=0.207
Looking at why the other answers are incorrect: Choice A is wrong because (38)=3!(8−3)!8!=3×2×18×7×6=56 is indeed correct. Choice B is incorrect because while more decimal places could provide slightly better precision, the computational error here isn't about rounding—it's about the fundamental operation. Choice C is wrong because this is clearly a binomial scenario (fixed number of trials, constant probability, independent trials), so the binomial distribution is appropriate.
Choice D correctly identifies the error: the student added the components instead of multiplying them, yielding an impossible probability greater than 1.
Study tip: Remember that probability formulas almost always involve multiplication, not addition. When you see components being combined in a probability calculation, your default should be multiplication unless you're specifically dealing with mutually exclusive events using the addition rule. Question 4
In a quality control study, the probability that a randomly selected item is defective is 0.08. A student concludes that "if we inspect 100 items, exactly 8 will be defective." What type of probability misinterpretation is this?
- Confusing conditional probability with joint probability in the sampling process
- Treating an expected value as a guaranteed outcome in finite sampling (correct answer)
- Incorrectly applying the complement rule to calculate the number of non-defective items
- Misunderstanding independence by assuming defects occur in predictable patterns
Explanation: The student is treating the expected value (100 × 0.08 = 8) as a certainty rather than understanding that this is the average outcome over many trials. In any single sample of 100 items, the actual number of defective items follows a binomial distribution and will vary around the expected value of 8. This is a classic misinterpretation of probability as deterministic prediction.
Question 5
A probability problem states: "Given that event A occurs, the probability that event B occurs is 0.3. The probability that both A and B occur is 0.12." A student concludes that P(A)=0.4 and P(B)=0.3. Which part of this conclusion contains an error?
- The calculation of P(A) is incorrect given the provided conditional probability information
- The student correctly applied probability rules and both values are accurate
- Both calculations are incorrect due to misapplication of the multiplication rule
- The calculation of P(B) incorrectly assumes that conditional probability equals marginal probability (correct answer)
Explanation: When you encounter conditional probability problems, always distinguish between conditional probability P(B∣A) and marginal probability P(B). These represent fundamentally different concepts that students often confuse.
Let's work through what the given information tells us. We know that P(B∣A)=0.3 and P(A∩B)=0.12. Using the conditional probability formula P(B∣A)=P(A)P(A∩B), we can find P(A):
0.3=P(A)0.12
Solving for P(A): P(A)=0.30.12=0.4
So the student correctly calculated P(A)=0.4. However, the student incorrectly concluded that P(B)=0.3. This assumes that P(B)=P(B∣A), which is only true when events A and B are independent. We have no information suggesting independence here.
Looking at the answer choices: Choice A is incorrect because the P(A) calculation is actually correct. Choice B is wrong since the P(B) value is incorrect. Choice C is incorrect because the multiplication rule was applied correctly to find P(A), and there's no attempt to calculate P(B) using this rule. Choice D correctly identifies the error: the student confused conditional probability P(B∣A)=0.3 with marginal probability P(B).
Study tip: Always remember that P(B∣A) tells you the probability of B occurring given that A has occurred, while P(B) is the overall probability of B. These are equal only when the events are independent. Question 6
A survey finds that 73% of coffee drinkers prefer dark roast, with a margin of error of ±4%. A student states: "We can be certain that between 69% and 77% of all coffee drinkers prefer dark roast." What is the primary error in this interpretation?
- The student incorrectly calculated the confidence interval endpoints using the given margin of error
- The student confused the sample proportion with the true population proportion parameter
- The student misinterpreted the confidence level as providing absolute certainty about the parameter (correct answer)
- The student failed to account for potential sampling bias in the survey methodology
Explanation: The student correctly calculated the interval (73% ± 4% = 69% to 77%) but incorrectly interpreted what a confidence interval means. The phrase 'we can be certain' suggests 100% certainty, but confidence intervals provide a level of confidence (typically 95%) that the true parameter lies in the interval. The interval either contains the true parameter or it doesn't - we're not 'certain' it does.
Question 7
A company's optimization model requires that the total production cost C=15x+20y be minimized subject to the constraints 2x+3y≥12, x+y≥5, x≥0, and y≥0. After solving, a student reports that the minimum cost is 60 at the point (4,0). What error did the student most likely make?
- The student incorrectly calculated the objective function value at the correct optimal point
- The student found a point that satisfies some but not all of the given constraints (correct answer)
- The student maximized the objective function instead of minimizing it as required
- The student used an incorrect method for identifying the vertices of the feasible region
Explanation: The point (4, 0) gives C = 15(4) + 20(0) = 60, so the objective function calculation is correct. However, checking constraints: 2(4) + 3(0) = 8 ≥ 12 is FALSE, so this point violates the first constraint. The student found a point that satisfies x + y ≥ 5, x ≥ 0, y ≥ 0 but not 2x + 3y ≥ 12. This is a common constraint error where students fail to verify all constraints are satisfied.