Finite Mathematics Quiz: Common Pitfalls
7 questions · exam conditions
0:00
Common PitfallsQuestion 1 of 7

A financial model calculates monthly payments using the formula PMT=Pr(1+r)n(1+r)n1PMT = \frac{P \cdot r(1+r)^n}{(1+r)^n - 1} where P=25000P = 25000, annual rate =6.5%= 6.5\%, and n=48n = 48 months. A student gets PMT=1847.23PMT = 1847.23 but the correct answer is 597.91597.91. What calculation error most likely occurred?

The student used the annual interest rate directly instead of converting to monthly rate
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
← Back to quizzes

Finite Mathematics Quiz

Finite Mathematics Quiz: Common Pitfalls

Practice Common Pitfalls in Finite Mathematics 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 Common Pitfalls, giving you a quick way to practice the rules, question types, and explanations that matter most for Finite Mathematics.

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

A financial model calculates monthly payments using the formula PMT=Pr(1+r)n(1+r)n1PMT = \frac{P \cdot r(1+r)^n}{(1+r)^n - 1} where P=25000P = 25000, annual rate =6.5%= 6.5\%, and n=48n = 48 months. A student gets PMT=1847.23PMT = 1847.23 but the correct answer is 597.91597.91. What calculation error most likely occurred?

  1. The student used the annual interest rate directly instead of converting to monthly rate (correct answer)
  2. The student calculated the present value of an annuity instead of the payment amount
  3. The student applied simple interest calculations rather than compound interest formulas
  4. 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 77 years with quarterly compounding at 5.2%5.2\% annual rate. A student calculates A=5000(1.052)28A = 5000(1.052)^{28} and gets A=21,405.67A = 21,405.67. The correct answer is A=7,061.89A = 7,061.89. What compounding error was made?

  1. The student used continuous compounding formula instead of discrete quarterly compounding
  2. The student failed to divide the annual rate by the number of compounding periods per year (correct answer)
  3. The student incorrectly calculated the total number of compounding periods over seven years
  4. 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)P(X = 3) when n=8n = 8 and p=0.25p = 0.25. A student calculates: (83)=56\binom{8}{3} = 56, p3=(0.25)3=0.0156p^3 = (0.25)^3 = 0.0156, (1p)83=(0.75)5=0.2373(1-p)^{8-3} = (0.75)^5 = 0.2373, and concludes P(X=3)=56+0.0156+0.2373=56.253P(X = 3) = 56 + 0.0156 + 0.2373 = 56.253. What fundamental error was made?

  1. The student calculated the binomial coefficient incorrectly for the given values
  2. The student computed the individual probability components with insufficient precision
  3. The student applied the wrong probability distribution for this type of problem
  4. 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)=(nk)pk(1p)nkP(X = k) = \binom{n}{k} \cdot p^k \cdot (1-p)^{n-k} The student correctly calculated each component: (83)=56\binom{8}{3} = 56, p3=0.0156p^3 = 0.0156, and (1p)5=0.2373(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.207P(X = 3) = 56 \times 0.0156 \times 0.2373 = 0.207 Looking at why the other answers are incorrect: Choice A is wrong because (83)=8!3!(83)!=8×7×63×2×1=56\binom{8}{3} = \frac{8!}{3!(8-3)!} = \frac{8 \times 7 \times 6}{3 \times 2 \times 1} = 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.080.08. A student concludes that "if we inspect 100100 items, exactly 88 will be defective." What type of probability misinterpretation is this?

  1. Confusing conditional probability with joint probability in the sampling process
  2. Treating an expected value as a guaranteed outcome in finite sampling (correct answer)
  3. Incorrectly applying the complement rule to calculate the number of non-defective items
  4. 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.30.3. The probability that both A and B occur is 0.120.12." A student concludes that P(A)=0.4P(A) = 0.4 and P(B)=0.3P(B) = 0.3. Which part of this conclusion contains an error?

  1. The calculation of P(A) is incorrect given the provided conditional probability information
  2. The student correctly applied probability rules and both values are accurate
  3. Both calculations are incorrect due to misapplication of the multiplication rule
  4. 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(BA)P(B|A) and marginal probability P(B)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(BA)=0.3P(B|A) = 0.3 and P(AB)=0.12P(A \cap B) = 0.12. Using the conditional probability formula P(BA)=P(AB)P(A)P(B|A) = \frac{P(A \cap B)}{P(A)}, we can find P(A)P(A): 0.3=0.12P(A)0.3 = \frac{0.12}{P(A)} Solving for P(A)P(A): P(A)=0.120.3=0.4P(A) = \frac{0.12}{0.3} = 0.4 So the student correctly calculated P(A)=0.4P(A) = 0.4. However, the student incorrectly concluded that P(B)=0.3P(B) = 0.3. This assumes that P(B)=P(BA)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)P(A) calculation is actually correct. Choice B is wrong since the P(B)P(B) value is incorrect. Choice C is incorrect because the multiplication rule was applied correctly to find P(A)P(A), and there's no attempt to calculate P(B)P(B) using this rule. Choice D correctly identifies the error: the student confused conditional probability P(BA)=0.3P(B|A) = 0.3 with marginal probability P(B)P(B). Study tip: Always remember that P(BA)P(B|A) tells you the probability of B occurring given that A has occurred, while P(B)P(B) is the overall probability of B. These are equal only when the events are independent.

Question 6

A survey finds that 73%73\% of coffee drinkers prefer dark roast, with a margin of error of ±4%\pm 4\%. A student states: "We can be certain that between 69%69\% and 77%77\% of all coffee drinkers prefer dark roast." What is the primary error in this interpretation?

  1. The student incorrectly calculated the confidence interval endpoints using the given margin of error
  2. The student confused the sample proportion with the true population proportion parameter
  3. The student misinterpreted the confidence level as providing absolute certainty about the parameter (correct answer)
  4. 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+20yC = 15x + 20y be minimized subject to the constraints 2x+3y122x + 3y \geq 12, x+y5x + y \geq 5, x0x \geq 0, and y0y \geq 0. After solving, a student reports that the minimum cost is 6060 at the point (4,0)(4, 0). What error did the student most likely make?

  1. The student incorrectly calculated the objective function value at the correct optimal point
  2. The student found a point that satisfies some but not all of the given constraints (correct answer)
  3. The student maximized the objective function instead of minimizing it as required
  4. 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.