Skip to main content
Misconception BusterGELE · MathematicsReal content

GELE MathematicsEngineering Data Analysis (Probability and Statistics)Misconception Buster

Common misconceptions in Engineering Data Analysis (Probability and Statistics) — and how to avoid them on the GELE 2026. Professional Regulation Commission (PRC) — Board of Geodetic Engineering loves to write questions that exploit the small mistakes reviewers make, and this page maps out the most frequent traps in the GELE Mathematics subtest.

Exam context

On the GELE 2026, the Mathematics subtest carries a "Core" weight in Professional Regulation Commission (PRC) — Board of Geodetic Engineering's pattern. Engineering Data Analysis (Probability and Statistics) lands at position 9th out of 10 in the standard review order. Target score is 70% weighted average, no sub-test below 50%, and roughly a meaningful share of items come from Mathematics on a typical GELE paper.

Engineering Data Analysis (Probability and Statistics) - Misconception Buster

In the PRC Civil Engineer Licensure Examination, Engineering Mathematics — particularly Probability and Statistics — consistently claims marks from examinees who carry subtle but devastating misconceptions from undergraduate coursework. Unlike structural design problems where errors are often obvious, statistics and probability mistakes are insidious: a wrong formula choice or a forgotten overlap term produces a numerically plausible but entirely wrong answer. This guide targets the exact wrong beliefs that board exam item writers exploit. For each misconception, you will see WHY the error feels correct, the mathematical truth that overrides it, and a trap question mimicking actual board exam style. Mastering these distinctions is the difference between a passing and a failing mark in Engineering Mathematics.

Summary

The eight most exam-critical misconceptions in Engineering Data Analysis cluster into four themes. First, FORMULA IDENTITY CONFUSION: always distinguish variance (σ² = Σ(x−μ)²/n or s² = Σ(x−x̄)²/(n−1)) from standard deviation (its square root), and mean (np) from variance (npq) in the binomial distribution — these are numerically different quantities with different units. Second, COUNTING RULE SELECTION: the single question 'does order matter?' determines whether you use permutation (P = n!/(n−r)!) or combination (C = n!/[r!(n−r)!]) — they differ by a factor of r!, which is enormous for even small r. Third, PROBABILITY RULE APPLICATION: mutually exclusive events require the simple addition rule (no subtraction); overlapping events require the full addition rule (subtract the intersection); independent events multiply probabilities for 'and'; 'at least one' problems always use the complement (1 minus probability of none). Fourth, DISTRIBUTION PROPERTIES: for continuous distributions (normal), all single-point probabilities are zero — only intervals have nonzero probability; the 68-95-99.7 rule applies to both sides of the mean; and sample variance uses n−1, not n, in the denominator. Memorize 0! = 1 as a non-negotiable fact. Before every board exam problem, identify: population or sample? order matters? which probability rule? one-tailed or two-tailed? These four questions prevent the majority of errors documented in this guide.

Misconceptions

When dividing variance by n (population) versus n−1 (sample), it does not matter which one you use — they give roughly the same answer.

Tags

  • formula_confusion
  • common_error
  • n_vs_n-1

Topic

Descriptive Statistics — Variance and Standard Deviation

Severity

critical

Exam Impact

Board exam problems on standard deviation almost always specify 'sample' or 'population.' Choosing the wrong divisor gives a numerically different result that maps to a wrong answer choice. This is a guaranteed mark loss.

The Reality

The distinction is conceptually and computationally critical. Population variance uses n (you have ALL data); sample variance uses n−1 (Bessel's correction) to produce an unbiased estimator of the true population variance. On the board exam, the problem will explicitly state 'sample' or 'population.' Using the wrong denominator gives a different numerical answer and a different answer choice — direct mark loss.

Trap Question

Question

A quality control engineer measures the compressive strength (MPa) of 5 randomly selected concrete cylinders: 28, 30, 27, 31, 29. Compute the sample standard deviation.

Explanation

These are 5 randomly selected cylinders — a sample, not the entire population. Therefore, use n−1 = 4 in the denominator. Dividing by n=5 underestimates the true population variability and gives the population standard deviation, not the sample standard deviation.

Wrong Answer

Mean = 29 MPa. Sum of squared deviations = (−1)²+(1)²+(−2)²+(2)²+(0)² = 1+1+4+4+0 = 10. s = sqrt(10/5) = sqrt(2) = 1.414 MPa

Correct Answer

s = sqrt(10/(5−1)) = sqrt(10/4) = sqrt(2.5) = 1.581 MPa

Misconception Id

M1

Correct Vs Incorrect

Correct Approach

For SAMPLE std dev, divide by n−1 = 4: s = sqrt(40/4) = sqrt(10) = 3.162. For POPULATION std dev, divide by n = 5: sigma = sqrt(40/5) = sqrt(8) = 2.828. Always identify which the problem asks for before computing.

Incorrect Approach

Data: 2, 4, 6, 8, 10. Mean = 6. Student computes SAMPLE std dev but divides by n=5: s = sqrt(40/5) = sqrt(8) = 2.83. This is actually the POPULATION std dev, not the sample std dev.

Why Students Believe It

For large datasets, the difference between dividing by n and n−1 is numerically small, so students assume it is a minor stylistic choice. Many calculators display both but students pick whichever is convenient or whichever appears first.

Mutually exclusive events and independent events mean the same thing.

Tags

  • conceptual_gap
  • formula_confusion
  • common_error

Topic

Probability — Rules and Relationships

Severity

critical

Exam Impact

Applying the wrong probability rule — addition for 'and' problems or multiplication ignoring overlap — directly produces wrong numerical answers. This is one of the most frequently tested distinctions in Philippine board exams.

The Reality

These are fundamentally different and even contradictory concepts. Mutually exclusive events CANNOT both occur: P(A∩B) = 0, so knowing A occurred tells you B did NOT occur — they are maximally dependent (not independent). Independent events CAN both occur; knowing one occurred gives no information about the other: P(A∩B) = P(A)·P(B). The addition rule and multiplication rule each apply to different situations.

Trap Question

Question

A single die is rolled once. Let A = event of rolling a 2, and B = event of rolling a 5. Are A and B independent?

Explanation

Mutually exclusive events with nonzero probabilities are NEVER independent. Knowing A occurred (rolled a 2) changes the probability of B (rolled a 5) from 1/6 to 0 — that is dependence, not independence.

Wrong Answer

Yes. A and B are mutually exclusive (cannot both occur on one roll), and mutually exclusive events are independent.

Correct Answer

No. A and B are mutually exclusive (P(A∩B) = 0) but NOT independent. For independence, P(A∩B) must equal P(A)·P(B) = (1/6)(1/6) = 1/36 ≠ 0. Since the intersection probability (0) does not equal P(A)·P(B) (1/36), A and B are dependent.

Misconception Id

M2

Correct Vs Incorrect

Correct Approach

Mutually exclusive: P(A∩B) = 0, so P(A∪B) = P(A) + P(B) — no subtraction needed because the intersection is zero. Independent: P(A∩B) = P(A)·P(B), and P(A∪B) = P(A) + P(B) − P(A)·P(B). Use only the rule that matches the relationship given in the problem.

Incorrect Approach

Two events A and B are mutually exclusive. Student says: 'Since they cannot both happen, they must be independent, so P(A∩B) = P(A)·P(B).' Then applies P(A∪B) = P(A)·P(B) incorrectly.

Why Students Believe It

Both terms describe a relationship between two events, and students conflate 'they cannot happen together' (mutually exclusive) with 'they do not affect each other' (independent). The words sound like they could be synonymous in everyday English.

Permutations and combinations are interchangeable — just use whichever formula you remember.

Tags

  • formula_confusion
  • common_error
  • order_matters

Topic

Counting — Permutations and Combinations

Severity

critical

Exam Impact

Using permutation when combination is required (or vice versa) gives an answer off by a factor of r!, which corresponds to a completely different answer choice on the board exam.

The Reality

The choice between permutation and combination is determined entirely by whether order of selection/arrangement matters in the physical situation described. Permutation P(n,r) = n!/(n−r)! applies when each arrangement is distinct (e.g., officers: President ≠ Vice President even with same people). Combination C(n,r) = n!/[r!(n−r)!] applies when only membership matters (e.g., a committee). The ratio C(n,r)/P(n,r) = 1/r!, so for r=3, P gives 6 times more than C — a massive numerical difference.

Trap Question

Question

From 8 civil engineering students, in how many ways can a President, Vice President, and Secretary be elected?

Explanation

Because the positions are distinct (President ≠ Vice President ≠ Secretary), the order of assignment matters. The same three students fill different roles depending on who is assigned which position. Use permutation. If the problem had asked for a committee of 3 with no designated roles, use combination C(8,3) = 56.

Wrong Answer

C(8,3) = 8!/(3!·5!) = 56 ways

Correct Answer

P(8,3) = 8!/(8−3)! = 8×7×6 = 336 ways

Misconception Id

M3

Correct Vs Incorrect

Correct Approach

Order does not matter for committee membership — being chosen 1st, 2nd, or 3rd gives the same committee. Use combination: C(6,3) = 6!/(3!·3!) = 720/(6×6) = 20 ways. The permutation answer of 120 overcounts each group of 3 by 3! = 6.

Incorrect Approach

Problem: Choose 3 members for a committee from 6 candidates. Student uses permutation: P(6,3) = 6!/(6−3)! = 720/6 = 120 ways.

Why Students Believe It

Both formulas involve n! and (n−r)!, so students mix them up under exam pressure. The concept of 'does order matter?' is abstract and students default to the formula they computed most recently.

The addition rule P(A∪B) = P(A) + P(B) always applies — no subtraction needed.

Tags

  • formula_confusion
  • common_error
  • overlap_forgotten

Topic

Probability — Addition Rule

Severity

critical

Exam Impact

This error gives a probability larger than the correct answer. In multiple-choice exams, the inflated answer (without subtracting the overlap) is almost always listed as a distractor — it is the most common trap answer on probability problems.

The Reality

The general addition rule is P(A∪B) = P(A) + P(B) − P(A∩B). The term P(A∩B) equals zero ONLY when events are mutually exclusive. For any overlapping events (e.g., king OR heart in a deck of cards), omitting the subtraction double-counts every outcome in the intersection, inflating the probability — sometimes above 1, which is physically impossible.

Trap Question

Question

In a batch of 100 steel bars, 30 are oversize, 20 are underweight, and 8 are both oversize AND underweight. Find the probability that a randomly selected bar is oversize OR underweight.

Explanation

The 8 bars that are both oversize and underweight are counted once in the 30 and once in the 20, totaling 50. But those 8 bars actually represent only 8 distinct bars, not 16. Subtracting 8/100 corrects the double-count. The correct answer is 42/100 = 0.42.

Wrong Answer

P = 30/100 + 20/100 = 50/100 = 0.50

Correct Answer

P(oversize ∪ underweight) = 30/100 + 20/100 − 8/100 = 42/100 = 0.42

Misconception Id

M4

Correct Vs Incorrect

Correct Approach

P(king or heart) = P(king) + P(heart) − P(king AND heart) = 4/52 + 13/52 − 1/52 = 16/52 = 4/13 = 0.308. The king of hearts is in both groups, so subtract it once to correct the double-count.

Incorrect Approach

Find P(king or heart). P(king) = 4/52, P(heart) = 13/52. Student computes P = 4/52 + 13/52 = 17/52 = 0.327. This FORGETS that the king of hearts was counted twice.

Why Students Believe It

Students memorize the simpler version of the rule for mutually exclusive events (where P(A∩B) = 0) and apply it universally, forgetting that overlapping events require subtracting the intersection to avoid double-counting.

In a normal distribution, 'within 2 standard deviations of the mean' means the area from μ to μ+2σ (only one side), giving about 47.5%.

Tags

  • one_tail_vs_two_tail
  • formula_confusion
  • common_error

Topic

Normal Distribution — Empirical Rule and z-scores

Severity

major

Exam Impact

Giving 47.5% instead of 95% for a 'within 2σ' problem directly selects the wrong answer choice. This error also propagates into reliability and quality control problems on the board exam.

The Reality

The 68-95-99.7 empirical rule applies to BOTH sides of the mean. 'Within 2 standard deviations' means the interval [μ−2σ, μ+2σ], which contains approximately 95.44% of all data. The 47.72% figure from z-tables is only HALF the picture — the area from the mean to +2σ. For two-tailed intervals, always double the one-sided table value.

Trap Question

Question

The diameter of reinforcing steel bars produced by a plant is normally distributed with mean 12 mm and standard deviation 0.1 mm. What percentage of bars have diameters between 11.8 mm and 12.2 mm?

Explanation

The interval 11.8 to 12.2 mm spans 2σ below AND 2σ above the mean — a two-tailed region. The z-table area of 0.4772 covers only from the mean to +2σ. Because the normal distribution is symmetric, the area from −2σ to the mean is also 0.4772. The total is 95.44%.

Wrong Answer

z = (12.2−12)/0.1 = 2.0. From z-table, area = 0.4772. Answer: 47.72%.

Correct Answer

z for 12.2 mm: (12.2−12)/0.1 = +2.00; z for 11.8 mm: (11.8−12)/0.1 = −2.00. Total area = 2 × 0.4772 = 0.9544 = 95.44%.

Misconception Id

M5

Correct Vs Incorrect

Correct Approach

The interval μ±2σ is symmetric about the mean. Area from z=0 to z=+2 is 0.4772; area from z=−2 to z=0 is also 0.4772 by symmetry. Total = 2 × 0.4772 = 0.9544 = 95.44%. Alternatively, use the 68-95-99.7 rule directly: ±2σ → ≈95%.

Incorrect Approach

What percentage of data falls within 2 standard deviations of the mean? Student looks up z=2.00 in the standard normal table: area = 0.4772. Answers: 47.72%.

Why Students Believe It

Standard normal tables give the area from z = 0 to a positive z-value (i.e., half the area), and students forget to account for both sides of the symmetric distribution when the problem says 'within ±2σ.'

The mean of a binomial distribution is n × p × (1−p), which is actually the variance formula.

Tags

  • formula_confusion
  • common_error
  • binomial

Topic

Binomial Distribution — Mean and Variance

Severity

major

Exam Impact

Mixing up these formulas gives a wrong numerical mean or standard deviation and misidentifies the correct answer choice. These values are also used in further calculations (z-score approximations), causing cascading errors.

The Reality

For a Binomial distribution B(n, p): Mean μ = np; Variance σ² = np(1−p) = npq where q = 1−p; Standard deviation σ = sqrt(npq). The mean is simply np — the expected number of successes. The variance multiplies by the additional factor (1−p) because variance accounts for both success and failure probabilities.

Trap Question

Question

A batch of concrete blocks has a defect rate of 15%. If 40 blocks are inspected, what is the expected number of defective blocks and the standard deviation?

Explanation

Mean = np = 6 (expected number of defective blocks). Variance = np(1−p) = 5.1 (not the mean). Standard deviation = sqrt(variance) = sqrt(5.1) = 2.258. The student's wrong answer confused which formula gives the mean and which gives the variance.

Wrong Answer

Expected defects = np(1−p) = 40(0.15)(0.85) = 5.1; Standard deviation = sqrt(np) = sqrt(40×0.15) = sqrt(6) = 2.449

Correct Answer

Mean (expected defects) = np = 40 × 0.15 = 6. Variance = np(1−p) = 40(0.15)(0.85) = 5.1. Standard deviation = sqrt(5.1) = 2.258.

Misconception Id

M6

Correct Vs Incorrect

Correct Approach

Mean μ = np = 20 × 0.3 = 6. Variance σ² = np(1−p) = 20(0.3)(0.7) = 4.2. Standard deviation σ = sqrt(4.2) = 2.049. The mean of 6 represents the expected number of successes in 20 trials.

Incorrect Approach

n=20 trials, p=0.3. Student computes mean = np(1−p) = 20(0.3)(0.7) = 4.2. This is actually the VARIANCE.

Why Students Believe It

Students see both np and np(1−p) used in binomial problems. Under exam pressure they confuse which formula is the mean and which is the variance, especially since (1−p) appears prominently in both the PMF and the variance formula.

Higher probability always means the event is more likely under a normal distribution — so P(X = exactly 25) is a meaningful, nonzero value for a continuous distribution.

Tags

  • conceptual_gap
  • continuous_vs_discrete
  • common_error

Topic

Normal Distribution — Continuous Probability

Severity

major

Exam Impact

This misconception leads students to attempt to find P(X = specific value) for normal distribution problems, arriving at zero or an impossible computation, and selecting wrong answer choices.

The Reality

For any continuous distribution (normal, exponential, etc.), the probability of any single exact value is ZERO: P(X = a) = 0 for all a. This is because a single point has zero width under the probability density curve. Probabilities are meaningful only over intervals: P(a ≤ X ≤ b) = area under the curve between a and b. Board exam problems involving the normal distribution always ask for interval probabilities — P(X < a), P(X > b), or P(a < X < b).

Trap Question

Question

The load on a structural beam is normally distributed with μ = 50 kN and σ = 5 kN. A student claims P(load = exactly 50 kN) = 0.5 because 50 kN is the mean. Is this correct?

Explanation

In a continuous distribution, probability is area under the curve. A single point has zero width, hence zero area, hence zero probability. P(X ≤ 50) = 0.50 is correct — it is the cumulative probability UP TO AND INCLUDING 50, but the 'at exactly 50' portion contributes nothing.

Wrong Answer

Yes. The mean of a normal distribution is also the median, so exactly half the distribution is at or below the mean, meaning P(X = 50) = 0.5.

Correct Answer

No. P(X = exactly 50 kN) = 0 for a continuous normal distribution. P(X ≤ 50) = 0.5 is correct, but P(X = 50) = 0.

Misconception Id

M7

Correct Vs Incorrect

Correct Approach

P(X = exactly 30 MPa) = 0 for a continuous distribution. The correct question is P(X > 30) = 0.50 (by symmetry, since 30 MPa is the mean), or P(28 < X < 32) = area between z = −1 and z = +1 = 0.6827. Always reframe exact-value questions as interval questions for continuous distributions.

Incorrect Approach

Concrete strength follows N(μ=30 MPa, σ=2 MPa). Student attempts to find P(X = 30 MPa) expecting a nonzero answer like 0.5 or using the z-table for exactly z=0.

Why Students Believe It

Students learn from discrete distributions (binomial, Poisson) that P(X = k) is computed and used directly. They carry this reasoning into continuous distributions like the normal curve without adjusting for the continuous nature.

0! = 0 (zero factorial equals zero).

Tags

  • common_error
  • formula_confusion
  • factorial

Topic

Counting — Factorial Definition

Severity

major

Exam Impact

Using 0! = 0 makes combination and permutation computations undefined (division by zero) or wrong. C(n,0) and C(n,n) both require 0! = 1 to equal 1, their correct values. This error crashes the entire calculation.

The Reality

By mathematical definition and combinatorial logic, 0! = 1. This is necessary for consistency: C(n,0) = n!/[0!·n!] must equal 1 (there is exactly 1 way to choose nothing from n items). If 0! = 0, this formula breaks down. The definition 0! = 1 is a fundamental axiom of combinatorics and appears directly in permutation and combination formulas on the board exam.

Trap Question

Question

A contractor must select all 4 available subcontractors for a project. How many ways can this selection be made?

Explanation

0! = 1 by definition. Substituting: C(4,4) = 4!/(4!·1) = 1. Logically, if you must take all 4 subcontractors, there is exactly 1 way to do so — this confirms the mathematical result.

Wrong Answer

C(4,4) = 4!/(4!×0!) = 24/(24×0) — undefined or 0 ways.

Correct Answer

C(4,4) = 4!/(4!×0!) = 24/(24×1) = 1 way. There is only one way to select all available items.

Misconception Id

M8

Correct Vs Incorrect

Correct Approach

0! = 1 by definition. C(5,5) = 5!/(5!×0!) = 120/(120×1) = 1. This is correct: there is exactly one way to choose all 5 items from 5 items.

Incorrect Approach

C(5,5) = 5!/(5!×0!) = 120/(120×0) = 120/0 — undefined or incorrectly set to 0.

Why Students Believe It

By analogy with multiplication, students think factoring down to zero would give zero. The notation '0!' looks like 'zero times nothing,' and the intuitive guess is 0.

The complement rule P(not A) = 1 − P(A) only applies to simple events — it cannot be used for complex or compound events.

Tags

  • conceptual_gap
  • complement_rule
  • at_least_one

Topic

Probability — Complement Rule

Severity

major

Exam Impact

Not using the complement for 'at least one' problems forces students into lengthy enumeration — missing the efficient path and often making counting errors under time pressure.

The Reality

The complement rule P(A') = 1 − P(A) is universal — it applies to any event, however complex, as long as probabilities sum to 1 in the sample space. For 'at least one' problems, the complement of 'at least one occurs' is 'none occur,' which is almost always easier to compute. This is the standard approach for reliability and quality control calculations in engineering.

Trap Question

Question

A concrete mix design passes quality control with probability 0.90 each trial. What is the probability that at least one of 3 independent trials passes?

Explanation

Both methods give 0.999, but the complement approach takes one line. The complement of 'at least one passes' is 'all three fail,' and P(all fail) = (1−0.9)³ = (0.1)³ = 0.001. Subtracting from 1 gives 0.999. Always use the complement for 'at least one' problems.

Wrong Answer

P(at least one passes) = P(1 passes) + P(2 pass) + P(3 pass) = C(3,1)(0.9)(0.1)² + C(3,2)(0.9)²(0.1) + (0.9)³ = 0.027 + 0.243 + 0.729 = 0.999 — computed laboriously.

Correct Answer

P(at least one passes) = 1 − P(none pass) = 1 − (0.10)³ = 1 − 0.001 = 0.999.

Misconception Id

M9

Correct Vs Incorrect

Correct Approach

Use complement: P(at least one fails) = 1 − P(none fail) = 1 − (0.95)^4 = 1 − 0.8145 = 0.1855. This is a single, fast calculation. For independent events, P(all succeed) = product of individual probabilities.

Incorrect Approach

4 independent structural units each with reliability p=0.95. Find P(at least one fails). Student tries: P(exactly 1 fails) + P(exactly 2 fail) + P(exactly 3 fail) + P(all 4 fail) — four separate binomial calculations, error-prone and slow.

Why Students Believe It

Students learn the complement rule in the context of simple events (e.g., not rolling a 6) and do not generalize it. For 'at least one' problems, they attempt to add up individual probabilities instead of using the complement.

The median is always equal to the mean in any dataset.

Tags

  • conceptual_gap
  • mean_vs_median
  • outliers

Topic

Descriptive Statistics — Mean vs Median

Severity

major

Exam Impact

Computing only the mean and reporting it as the median gives a wrong answer for any dataset containing outliers. Problems specifically asking for 'median' test whether students perform the actual middle-value procedure.

The Reality

Mean = median = mode ONLY for perfectly symmetric distributions. In skewed datasets, the mean is pulled toward the tail (outliers), while the median remains at the middle value regardless of extreme values. For example, in income data (right-skewed), the mean is much higher than the median. The board exam tests ability to compute both separately and identify which measure is more appropriate for describing skewed data.

Trap Question

Question

Settlement readings (mm) at 5 monitoring points on a retaining wall are: 3, 5, 6, 7, 54. Find the median and mean. Which better represents the typical settlement?

Explanation

With n=5 sorted values, the median is the 3rd value = 6 mm. The extreme value of 54 mm (likely a malfunctioning sensor or localized failure) inflates the mean to 15 mm — a value larger than 4 of the 5 readings, making it unrepresentative. The median of 6 mm is the better measure of central tendency here.

Wrong Answer

Mean = (3+5+6+7+54)/5 = 75/5 = 15 mm. Median = 15 mm (same as mean). Typical settlement = 15 mm.

Correct Answer

Mean = 75/5 = 15 mm. Median: sorted data = 3, 5, 6, 7, 54; middle value (3rd of 5) = 6 mm. Median = 6 mm. The median better represents typical settlement because the outlier (54 mm) skews the mean.

Misconception Id

M10

Correct Vs Incorrect

Correct Approach

Step 1: Data is already sorted: 3, 5, 7, 9, 100. Step 2: n=5 (odd), so median = value at position (5+1)/2 = 3rd position = 7. Mean = 24.8 but median = 7. The outlier (100) pulled the mean far from the center, while the median correctly identifies 7 as the middle value.

Incorrect Approach

Data: 3, 5, 7, 9, 100. Student computes mean = (3+5+7+9+100)/5 = 124/5 = 24.8 and reports median = 24.8.

Why Students Believe It

For perfectly symmetric distributions like the normal distribution, mean = median = mode. Students generalize this property to all datasets, forgetting that skewed data separates the mean and median.

For the binomial distribution, the probability p and (1−p) are interchangeable — it does not matter which outcome you label as 'success.'

Tags

  • formula_confusion
  • binomial
  • labeling_error

Topic

Binomial Distribution — Setup and Interpretation

Severity

minor

Exam Impact

Inconsistent labeling of p and x in binomial problems gives the probability of the complement event instead of the requested event — a numerically different answer.

The Reality

You CAN define either outcome as 'success,' but x (the number of successes) in the formula P(x) = C(n,x)·p^x·(1−p)^(n−x) must be consistent with your definition of p. If you define p as the probability of a defect and then ask 'P(at least 3 non-defective),' you must use x = number of defects and reframe the question, or redefine p as probability of non-defective and use x = number of non-defective. Inconsistency between p and x is a major source of wrong answers.

Trap Question

Question

A pile driving operation has 20% probability of encountering hard rock at any driven pile. If 5 piles are driven, find P(exactly 3 encounter hard rock).

Explanation

The question asks about hard rock encounters, so p must be 0.20 (probability of hard rock) and x = 3 (number of hard rock encounters). Using p = 0.80 computes P(exactly 3 do NOT encounter hard rock) = 0.2048, which is the complement event — a different question entirely.

Wrong Answer

p = 0.80 (not hard rock, the 'easier' outcome), x = 3. P = C(5,3)(0.80)³(0.20)² = 10(0.512)(0.04) = 0.2048.

Correct Answer

P(exactly 3 encounter hard rock): p = 0.20 (hard rock), x = 3. P = C(5,3)(0.20)³(0.80)² = 10(0.008)(0.64) = 0.0512.

Misconception Id

M11

Correct Vs Incorrect

Correct Approach

Step 1: Define p consistently. Let p = 0.10 = P(defective weld), so (1−p) = 0.90 = P(acceptable weld). Step 2: x = 2 = number of defective welds. Step 3: P(X=2) = C(8,2)(0.10)²(0.90)⁶ = 28 × 0.01 × 0.531441 = 0.1488 ≈ 0.149. Always state your definition of p before computing.

Incorrect Approach

10% of welds are defective. Find P(exactly 2 defective in 8 welds). Student sets p=0.10 (defective), x=2. P(2) = C(8,2)(0.10)²(0.90)⁶ = 28(0.01)(0.531) = 0.149. This is correct — but if student then uses p=0.90 for defective, x=2: P = C(8,2)(0.90)²(0.10)⁶ = 28(0.81)(0.000001) = 0.0000227 — completely wrong.

Why Students Believe It

Students think the label 'success' is arbitrary since you eventually get the same information. They set up problems with p = probability of the undesired outcome to make the complement calculation simpler, then forget to adjust the final probability interpretation.

Standard deviation and variance are the same quantity — using either one in a problem gives the same result.

Tags

  • formula_confusion
  • units_error
  • variance_vs_stdev

Topic

Descriptive Statistics and Normal Distribution — Variance vs Standard Deviation

Severity

major

Exam Impact

Using variance instead of standard deviation in a z-score formula z = (x−μ)/σ gives z = (x−μ)/σ² — wrong units, wrong magnitude, wrong answer. This error is very common in normal distribution problems.

The Reality

Variance = (standard deviation)². They have DIFFERENT UNITS and DIFFERENT MAGNITUDES. If data is in MPa, variance is in MPa² and standard deviation is in MPa. Substituting variance where standard deviation is required (or vice versa) is a unit error AND a magnitude error. For example, if σ = 2 MPa, then σ² = 4 MPa² — using 4 instead of 2 in a z-score calculation doubles the z-value and yields a completely wrong probability.

Trap Question

Question

The modulus of elasticity of a steel sample has mean 200 GPa and variance 25 GPa². Find the z-score for a sample with modulus 205 GPa.

Explanation

The z-score formula is z = (x − μ)/σ, where σ is the STANDARD DEVIATION, not the variance. Given variance = 25 GPa², the standard deviation = sqrt(25) = 5 GPa. Using 25 (variance) instead of 5 (standard deviation) gives z = 0.20 instead of the correct z = 1.00 — a fivefold error.

Wrong Answer

z = (205 − 200) / 25 = 5/25 = 0.20

Correct Answer

σ = sqrt(25) = 5 GPa. z = (205 − 200) / 5 = 5/5 = 1.00

Misconception Id

M12

Correct Vs Incorrect

Correct Approach

σ = sqrt(variance) = sqrt(9) = 3 MPa. z = (28−25)/3 = 3/3 = 1.00. P(z > 1.00) = 1 − 0.8413 = 0.1587. The correct probability is 15.87%, not 37%.

Incorrect Approach

μ = 25 MPa, variance σ² = 9 MPa². Find P(X > 28 MPa). Student uses variance in z-formula: z = (28−25)/9 = 3/9 = 0.333. Looks up P(z > 0.333) ≈ 0.370.

Why Students Believe It

Both describe the spread of data, and students use the terms interchangeably in casual conversation. On the board exam, some problems give variance and ask for a calculation using standard deviation (or vice versa), and students plug in the wrong value.

Quick Self Check

Mutually exclusive events with nonzero probabilities are NEVER independent. If A and B are mutually exclusive, P(A∩B) = 0, but for independence we need P(A∩B) = P(A)·P(B). Since P(A) > 0 and P(B) > 0, P(A)·P(B) > 0 ≠ 0. Therefore they are dependent — knowing A occurred makes B impossible.

Statement

True or False: Mutually exclusive events are always independent.

Sample variance uses n−1 in the denominator (Bessel's correction) to produce an unbiased estimate of the population variance. Population variance uses n. For a sample, s² = Σ(x−x̄)²/(n−1).

Statement

True or False: The sample variance of a dataset uses n (the total count) in the denominator.

C(n,1) = n!/(1!·(n−1)!) = n. P(n,1) = n!/(n−1)! = n. Both equal n when r = 1 because choosing and arranging a single item from n items both give n possibilities. The formulas diverge for r ≥ 2.

Statement

True or False: C(n,r) and P(n,r) give the same value when r = 1.

For any continuous distribution, the probability of any single exact value is zero: P(X = μ) = 0. The correct statement is P(X ≤ μ) = 0.5 (cumulative probability up to and including the mean). P(X = exactly any value) = 0 for continuous distributions.

Statement

True or False: For a normal distribution, P(X = μ) = 0.5 because the mean is also the median.

The complement of 'at least one occurs' is 'none occur.' P(at least one) = 1 − P(none occur). This is almost always the fastest and most reliable approach: compute P(all fail) or P(none succeed) and subtract from 1.

Statement

True or False: The complement rule P(A') = 1 − P(A) can be used to solve 'at least one' problems.

By definition, 0! = 1. This is required for combinatorial consistency: C(n,0) = n!/(0!·n!) must equal 1 (only one way to select nothing). If 0! = 0, the formula breaks down into division by zero.

Statement

True or False: 0! = 0

The general addition rule is P(A∪B) = P(A) + P(B) − P(A∩B). The simplified version P(A∪B) = P(A) + P(B) applies ONLY when A and B are mutually exclusive (P(A∩B) = 0). For any overlapping events, omitting the subtraction of P(A∩B) double-counts the intersection.

Statement

True or False: The general addition rule P(A∪B) = P(A) + P(B) applies to ALL pairs of events.

The VARIANCE of a binomial distribution is σ² = np(1−p). The STANDARD DEVIATION is σ = sqrt(np(1−p)). These are commonly confused: mean = np, variance = np(1−p), standard deviation = sqrt(np(1−p)).

Statement

True or False: In a binomial distribution with n trials and success probability p, the standard deviation equals np(1−p).

Loading diagram…
Loading diagram…
Loading diagram…
Loading diagram…

Ready to practise for the GELE 2026?

Super Tutor's AI review plan adapts to your weak areas and builds a weekly practice schedule around your target GELE exam date.