GELE Mathematics — Algebra and FundamentalsMisconception Buster
If you have been missing Algebra and Fundamentals questions on your GELE mocks, the cause is almost always a misconception. This page lists the ones Professional Regulation Commission (PRC) — Board of Geodetic Engineering exploits most often in the GELE Mathematics subtest and shows how to correct them before exam day.
Exam context
On the GELE 2026, the Mathematics subtest carries a "Core" weight in Professional Regulation Commission (PRC) — Board of Geodetic Engineering's pattern. Algebra and Fundamentals lands at position 1st 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.
Algebra and Fundamentals - Misconception Buster
In the PRC Civil Engineer Licensure Examination, the MSTE (Mathematics, Surveying, and Transportation Engineering) paper consistently features algebra problems that appear straightforward but are loaded with traps. Studies of board exam performance show that algebraic errors — not conceptual gaps in structural or hydraulic engineering — are among the top causes of failing marks. This guide targets the exact wrong beliefs that cost examinees points: the subtle sign errors, the formula mix-ups, the dangerous intuitive shortcuts that feel correct but are mathematically wrong. Internalizing these misconceptions and their corrections before exam day is one of the highest-leverage study strategies available to you.
Summary
The twelve misconceptions catalogued in this guide share a common root: applying a partially-memorized rule beyond its valid domain. The exam-losing traps in Algebra and Fundamentals are not obscure — they are the same errors that appear in every cohort of board examinees. To immunize yourself: (1) In work, motion, and mixture problems, ALWAYS identify what you are adding — rates, not times; speeds, not positions; solute mass, not concentrations. (2) For logarithms, the product rule converts multiplication to addition — never apply it to a sum inside the log argument. (3) The infinite GP formula requires |r| < 1 — always state and verify this condition before applying it. (4) For binomial expansion, the rth term uses index k = r-1; for the quadratic discriminant, zero means one repeated root — not 'two zero roots.' (5) The two most algebraically dangerous errors are (a+b)² = a² + b² and √(a²+b²) = a+b — both drop the cross-term and both appear repeatedly in board exam trap answers. Master the habit of writing out the complete identity rather than relying on pattern recognition under pressure. Finally, always perform a sanity check: two workers together cannot take longer than either alone, a combined concentration must lie between the original concentrations (for non-drain problems), and ages cannot be negative.
Misconceptions
In work problems, you add the times of individual workers to get the combined time.
Tags
- common_error
- conceptual_gap
- rate_vs_time
Topic
Work Problems
Severity
critical
Exam Impact
This misconception directly produces a wrong numerical answer. In a 4-choice MCQ, the 'add times' answer is often presented as a distractor, making it a guaranteed mark loss.
The Reality
You must add RATES (jobs per unit time), not times. Each worker contributes a fraction of the job per day. The combined rate is the sum of individual rates, and the combined time is the reciprocal of the combined rate. Adding times is dimensionally incorrect: time + time ≠ 1/combined_time.
Trap Question
Question
Pipe A can fill a tank in 3 hours, Pipe B in 5 hours, and Drain C can empty the full tank in 4 hours. With all three open simultaneously starting from an empty tank, how many hours does it take to fill the tank?
Explanation
Net rate = 1/3 + 1/5 - 1/4 = 20/60 + 12/60 - 15/60 = 17/60 job/hour. Note: drain C is subtracted because it removes water. Time = 60/17 ≈ 3.53 hours. Wait — rechecking: 1/3 + 1/5 - 1/4 = 20/60 + 12/60 - 15/60 = 17/60. Time = 60/17 ≈ 3.53 hours. Always add filling rates, subtract draining rates, then take the reciprocal of the NET rate.
Wrong Answer
3 + 5 - 4 = 4 hours (adding and subtracting times directly)
Correct Answer
60/13 ≈ 4.62 hours
Misconception Id
M1
Correct Vs Incorrect
Correct Approach
Rate of A = 1/6 job/day; Rate of B = 1/4 job/day. Combined rate = 1/6 + 1/4 = 2/12 + 3/12 = 5/12 job/day. Combined time t = 1 ÷ (5/12) = 12/5 = 2.4 days. Sanity check: 2.4 days < 4 days (the faster worker alone). ✓
Incorrect Approach
Worker A: 6 days, Worker B: 4 days. Combined time = 6 + 4 = 10 days. (WRONG — this is physically impossible; two workers working together must finish FASTER than either alone.)
Why Students Believe It
It feels natural: if Worker A takes 6 days and Worker B takes 4 days, students intuitively add 6 + 4 = 10 days, thinking 'more workers means more total time pooled together.' This mirrors everyday thinking about combining resources.
log(M + N) = log M + log N
Tags
- formula_confusion
- common_error
- log_rules
Topic
Logarithms
Severity
critical
Exam Impact
Board exam problems on logarithmic equations frequently present expressions like log(x + 3) + log(x - 2) = 1 where the student must correctly apply the PRODUCT rule (not an addition rule) to combine the left side as log[(x+3)(x-2)] = 1.
The Reality
The product rule states log(MN) = log M + log N. There is NO simplification rule for log(M + N). It cannot be split. Attempting to do so violates the definition of logarithms. For example, log(100 + 100) = log 200 ≈ 2.301, but log 100 + log 100 = 2 + 2 = 4. These are clearly not equal.
Trap Question
Question
Simplify: log₁₀(50) + log₁₀(2). Which of the following is correct? (A) log₁₀(52) (B) log₁₀(100) (C) log₁₀(25) (D) 2·log₁₀(10)
Explanation
log₁₀(50) + log₁₀(2) = log₁₀(50 × 2) = log₁₀(100) = 2. The log of a PRODUCT equals the SUM of logs. The arguments are MULTIPLIED, not added. log₁₀(52) ≈ 1.716 ≠ 2.
Wrong Answer
(A) log₁₀(52) — student adds the arguments: 50 + 2 = 52
Correct Answer
(B) log₁₀(100) = 2
Misconception Id
M2
Correct Vs Incorrect
Correct Approach
log[(x+3)(x-2)] = 1 (product rule: sum of logs = log of product). (x+3)(x-2) = 10^1 = 10. x² + x - 6 = 10. x² + x - 16 = 0. x = (-1 ± √65)/2. Taking the positive root: x ≈ 3.53. Verify: both (x+3) and (x-2) must be positive, so x > 2. ✓
Incorrect Approach
Solve: log(x + 3) + log(x - 2) = 1. WRONG: log[(x+3) + (x-2)] = 1 → log(2x+1) = 1 → 2x+1 = 10 → x = 4.5
Why Students Believe It
Students correctly learn that log(M × N) = log M + log N. The pattern 'log splits over multiplication' gets overgeneralized to addition, especially under exam pressure when pattern-matching replaces careful thinking.
The infinite geometric series S∞ = a₁/(1-r) works for any value of r.
Tags
- formula_misuse
- convergence_condition
- common_error
Topic
Geometric Progression
Severity
critical
Exam Impact
Board exam problems sometimes state a GP with r > 1 and ask for the sum to infinity. Students who blindly apply the formula get a defined (but wrong) numerical answer. The correct answer is 'the series diverges' or the problem is set up to test whether |r| < 1.
The Reality
S∞ = a₁/(1-r) ONLY converges (gives a finite, meaningful sum) when |r| < 1. If |r| ≥ 1, the terms do not shrink to zero and the series diverges to infinity — no finite sum exists. Applying the formula when r = 2, for instance, gives a finite negative number, which is physically nonsensical for a series of positive terms.
Trap Question
Question
Find the sum to infinity of the geometric series: 5, -5/2, 5/4, -5/8, ...
Explanation
First, find r correctly: r = (-5/2)/5 = -1/2. Check: |r| = 1/2 < 1, so the series converges. ✓ S∞ = a₁/(1-r) = 5/(1-(-1/2)) = 5/(3/2) = 10/3. The common trap is misreading the sign of r. Always compute r = a₂/a₁ explicitly.
Wrong Answer
S∞ = 5/(1-(-2)) = 5/3 (student computes r incorrectly as -2 instead of -1/2)
Correct Answer
S∞ = 10/3 ≈ 3.33
Misconception Id
M3
Correct Vs Incorrect
Correct Approach
r = 6/3 = 2. Since |r| = 2 > 1, the condition |r| < 1 is NOT satisfied. The series DIVERGES. There is no finite sum to infinity. The correct answer is: the infinite sum does not exist (diverges).
Incorrect Approach
Find S∞ of the GP: 3, 6, 12, 24, ... (r = 2). WRONG: S∞ = 3/(1-2) = 3/(-1) = -3. (This is impossible — a sum of positive terms cannot be negative.)
Why Students Believe It
Students memorize the formula without internalizing its convergence condition. During exams, they apply it mechanically. The formula looks clean and always produces a number, so students never question its validity.
The discriminant b² - 4ac only tells you IF roots exist, not their nature or multiplicity.
Tags
- discriminant
- root_nature
- conceptual_gap
Topic
Quadratic Equations
Severity
major
Exam Impact
Problems asking for conditions on parameters (finding k such that roots are equal, real, or imaginary) directly test all three cases. Missing the Δ = 0 case or misinterpreting Δ < 0 leads to wrong parameter values.
The Reality
The discriminant Δ = b² - 4ac fully classifies the roots: (1) Δ > 0: two distinct real roots; (2) Δ = 0: one repeated real root (x = -b/2a), the parabola is tangent to the x-axis; (3) Δ < 0: two complex conjugate roots (no real solutions). Board exams frequently ask: 'For what value of k does kx² + 4x + 1 = 0 have equal roots?' requiring Δ = 0.
Trap Question
Question
The equation 3x² - 12x + k = 0 has two equal real roots. Find k.
Explanation
Equal roots require Δ = b² - 4ac = 0. Here a = 3, b = -12, c = k. (-12)² - 4(3)(k) = 0. 144 - 12k = 0. k = 12. The equal root is x = -b/(2a) = 12/6 = 2. Verify: 3(2)² - 12(2) + 12 = 12 - 24 + 12 = 0. ✓
Wrong Answer
k = 0 (student sets one root equal to zero instead of both roots equal to each other)
Correct Answer
k = 12
Misconception Id
M4
Correct Vs Incorrect
Correct Approach
Equal (repeated) roots require Δ = 0 exactly. b² - 4ac = 0. k² - 4(1)(9) = 0. k² = 36. k = ±6. These are the ONLY two values. For |k| > 6: two distinct real roots. For |k| < 6: two complex roots.
Incorrect Approach
For what value of k does x² + kx + 9 = 0 have equal roots? WRONG: Student says 'any k that makes b² - 4ac ≥ 0, so k² - 36 ≥ 0, so k ≥ 6.' This gives a range instead of specific values.
Why Students Believe It
Many students are taught 'if discriminant is negative, no real roots' and stop there. They don't internalize the three distinct cases, especially the zero case (equal/repeated roots), which is the most frequently tested on board exams.
In mixture problems, you can simply average the concentrations to find the final concentration.
Tags
- common_error
- weighted_average
- solute_balance
Topic
Mixture Problems
Severity
major
Exam Impact
Mixture problems appear in virtually every board exam. The averaging shortcut works only in the special case of equal volumes, but board problems almost always use unequal volumes specifically to test this.
The Reality
Concentration is computed from total solute divided by total solution volume. Only when the volumes being mixed are equal does the concentration equal the arithmetic mean. In general, you must use the solute balance equation: C₁V₁ + C₂V₂ = C_final(V₁ + V₂). This is a weighted average by volume.
Trap Question
Question
How many liters of pure water must be added to 10 liters of a 25% salt solution to produce a 10% salt solution?
Explanation
Let x = liters of water added (0% salt). Solute balance: (0.25)(10) + (0)(x) = (0.10)(10 + x). 2.5 = 0.10(10 + x). 25 = 10 + x. x = 15 liters. In this case the numerical answer happens to be 15, but the METHOD must be the solute balance equation — not averaging. Trying to average concentrations directly would not yield a solvable equation for x.
Wrong Answer
15 liters (student uses averaging: (25% + 0%)/(2) = 12.5%, not 10%, or uses incorrect ratio)
Correct Answer
15 liters
Misconception Id
M5
Correct Vs Incorrect
Correct Approach
Solute balance: (0.30)(2) + (0.50)(3) = C_final(2 + 3). 0.60 + 1.50 = 5·C_final. C_final = 2.10/5 = 0.42 = 42%. The 3 L of 50% solution dominates because it has greater volume, pulling the average above 40%.
Incorrect Approach
Mix 2 L of 30% acid with 3 L of 50% acid. WRONG average: C_final = (30% + 50%)/2 = 40%. (This incorrectly weights both volumes equally.)
Why Students Believe It
Averaging is a deeply ingrained mathematical habit. When two solutions are combined, 'splitting the difference' between concentrations feels like the right approach, especially when the volumes are equal.
(a + b)² = a² + b² (The 'Freshman's Dream' error)
Tags
- sign_error
- binomial_expansion
- critical_error
- freshman_dream
Topic
Algebraic Manipulation
Severity
critical
Exam Impact
This error propagates through quadratic equation solving, distance formula derivations, completing the square, and binomial expansion problems. It is arguably the single most costly algebra error in Philippine engineering board exams.
The Reality
(a + b)² = a² + 2ab + b². The middle term 2ab is always missing in the erroneous version. This follows directly from the binomial theorem with n=2: (a+b)² = C(2,0)a² + C(2,1)ab + C(2,2)b² = a² + 2ab + b². The cross-product term 2ab is not optional — it exists whenever a ≠ 0 and b ≠ 0.
Trap Question
Question
If x + y = 7 and xy = 10, find x² + y².
Explanation
(x + y)² = x² + 2xy + y². Therefore x² + y² = (x + y)² - 2xy = 7² - 2(10) = 49 - 20 = 29. This is a classic board exam question precisely because it requires recognizing that (x+y)² ≠ x² + y². The identity (x+y)² = x² + 2xy + y² is the key.
Wrong Answer
x² + y² = (x + y)² = 49 (student ignores the 2xy term)
Correct Answer
x² + y² = 29
Misconception Id
M6
Correct Vs Incorrect
Correct Approach
(3x + 4)² = (3x)² + 2(3x)(4) + (4)² = 9x² + 24x + 16. The middle term is 2(3x)(4) = 24x. Always use FOIL or the binomial square formula: (a+b)² = a² + 2ab + b².
Incorrect Approach
Expand (3x + 4)². WRONG: (3x)² + (4)² = 9x² + 16. (The 2ab term is completely missing.)
Why Students Believe It
Students overapply the distributive property and the exponent rule (ab)ⁿ = aⁿbⁿ. Since exponents distribute over products, students incorrectly believe they also distribute over sums. This is sometimes called 'the Freshman's Dream' in algebra.
The rth term of a binomial expansion (a+b)ⁿ is C(n,r)·aⁿ⁻ʳ·bʳ.
Tags
- off_by_one_error
- binomial_theorem
- indexing
Topic
Binomial Theorem
Severity
major
Exam Impact
Binomial theorem questions ('find the 5th term of (2x-1)⁹') appear regularly. The off-by-one error shifts the entire answer to the wrong term, picking a completely different coefficient.
The Reality
The (r+1)th term (also called the general term) is T_{r+1} = C(n,r)·aⁿ⁻ʳ·bʳ. So the rth term is T_r = C(n,r-1)·aⁿ⁻⁽ʳ⁻¹⁾·b^(r-1). Always identify which term number is asked (1st, 2nd, ... rth) and use k = term_number - 1 as the summation index.
Trap Question
Question
What is the 4th term in the expansion of (x + 2)⁷?
Explanation
For the 4th term, use r = 4 - 1 = 3. T₄ = C(7,3)·x^(7-3)·2³ = 35·x⁴·8 = 280x⁴. Rule of thumb: the term number minus 1 gives the power of b (the second term) and the subscript of C. Always verify: 1st term has b⁰, 2nd term has b¹, 3rd term has b², so the rth term has b^(r-1).
Wrong Answer
C(7,4)·x³·2⁴ = 35·x³·16 = 560x³ (using r=4 instead of r=3)
Correct Answer
280x⁴
Misconception Id
M7
Correct Vs Incorrect
Correct Approach
The 6th term corresponds to r = 6-1 = 5 (since r starts at 0 for the 1st term). T₆ = C(9,5)·(2x)⁹⁻⁵·(-1)⁵ = 126·(2x)⁴·(-1) = 126·16x⁴·(-1) = -2016x⁴. Note the negative sign from (-1)⁵.
Incorrect Approach
Find the 6th term of (2x - 1)⁹. WRONG: T₆ = C(9,6)·(2x)⁹⁻⁶·(-1)⁶ = C(9,6)·(2x)³·1 = 84·8x³ = 672x³. (Student used r=6 instead of r=5.)
Why Students Believe It
Students confuse term numbering: 'the rth term' vs 'the (r+1)th term.' The binomial expansion starts at k=0, so the FIRST term (k=0) is C(n,0)aⁿb⁰ = aⁿ. The rth term corresponds to k = r-1, not k = r. The off-by-one indexing is a persistent source of errors.
In age problems, you set up the equation using the present age relationship but forget to adjust ages for the time period specified.
Tags
- temporal_shift
- common_error
- word_problem_setup
Topic
Age Problems
Severity
major
Exam Impact
Age problems are a staple of Philippine board exams. Incorrect temporal adjustment produces wrong simultaneous equations, leading to a wrong answer even if the algebraic manipulation afterward is perfect.
The Reality
Every person's age changes by the same amount over time. If Person A is x years old now, n years ago A was (x - n) years old, and n years from now A will be (x + n) years old. Both persons' ages in the temporal equation must be shifted by the same n. The two equations (present and future/past) must both be written correctly.
Trap Question
Question
Maria is twice as old as her sister Ana. Five years ago, Maria was three times as old as Ana. How old is Maria now?
Explanation
Let Ana's present age = x, Maria's present age = 2x. Five years ago: Ana was (x-5), Maria was (2x-5). Equation: 2x - 5 = 3(x - 5). 2x - 5 = 3x - 15. -5 + 15 = 3x - 2x. x = 10. Maria = 2(10) = 20 years old. The key: BOTH ages are reduced by 5 in the past equation.
Wrong Answer
20 years old (from incorrectly writing: 2x - 5 = 3x, giving x = -5)
Correct Answer
Maria is 20 years old
Misconception Id
M8
Correct Vs Incorrect
Correct Approach
Present: Father = 4x, Son = x. In 6 years: Father = 4x + 6, Son = x + 6. Both ages increase by 6. Equation: 4x + 6 = 3(x + 6). 4x + 6 = 3x + 18. x = 12 (son's present age). Father = 48. Verify: in 6 years, father is 54, son is 18. 54 = 3 × 18. ✓
Incorrect Approach
Father is 4 times as old as his son now. In 6 years, the father will be 3 times as old as his son. Let son = x, father = 4x. WRONG second equation: 4x + 6 = 3x (forgot to add 6 to the son's age too). This gives x = -6, a nonsensical negative age.
Why Students Believe It
Students correctly identify the current ages and the relationship between them, but when the problem asks about ages 'n years ago' or 'n years from now,' they forget to add or subtract n from EACH person's age. They apply the time shift to only one person, or not at all.
√(a² + b²) = a + b
Tags
- radical_error
- critical_error
- algebraic_manipulation
Topic
Radicals and Exponents
Severity
critical
Exam Impact
Distance formula, magnitude of vectors, resultant force calculations, and RMS values all involve expressions of the form √(a² + b²). This error produces wrong magnitudes in structural and hydraulic engineering problems as well.
The Reality
√(a² + b²) ≠ a + b in general. The Pythagorean theorem itself demonstrates this: in a right triangle with legs 3 and 4, the hypotenuse is √(9+16) = √25 = 5, not 3+4 = 7. You can only factor under a radical if the expression is a perfect square. √(a² + 2ab + b²) = √(a+b)² = |a+b|.
Trap Question
Question
Evaluate: √(5² + 12²)
Explanation
√(5² + 12²) = √(25 + 144) = √169 = 13. This is the classic 5-12-13 Pythagorean triple. The answer 17 comes from the erroneous rule √(a² + b²) = a + b. ALWAYS compute the squares first, add them, then take the square root. Never 'distribute' the radical over a sum.
Wrong Answer
5 + 12 = 17
Correct Answer
13
Misconception Id
M9
Correct Vs Incorrect
Correct Approach
√(x² + 9) cannot be simplified further. It is already in its simplest radical form. To evaluate at x = 4: √(16 + 9) = √25 = 5. The only way to simplify √(a² + b²) is if the expression under the radical factors as a perfect square — which a² + b² generally does not.
Incorrect Approach
Simplify √(x² + 9). WRONG: √(x² + 9) = x + 3. (Setting x = 4: √(16+9) = √25 = 5, but x+3 = 7. Clearly 5 ≠ 7.)
Why Students Believe It
This mirrors the (a+b)² = a² + b² error (M6) but in reverse — applied under a radical. Students see the sum under a square root and 'cancel' the radical with the squares, treating √(a² + b²) as √(a+b)². This is incorrect because √(a+b)² = |a+b|, not a+b in general.
In motion problems with two objects traveling toward each other, you must find each object's position separately before finding when they meet.
Tags
- relative_speed
- common_error
- word_problem_strategy
Topic
Motion Problems
Severity
major
Exam Impact
While the long method eventually works, it wastes precious exam time. More critically, students often make sign errors in the long method, arriving at the wrong answer. The direct method is both faster and less error-prone.
The Reality
When two objects travel toward each other, they close the distance between them at a COMBINED rate equal to the sum of their speeds. Meeting time = Total distance ÷ (v₁ + v₂). This is the elegant and fast solution. For objects traveling in the same direction, the closing rate is |v₁ - v₂|. The choice between sum and difference of speeds depends on relative direction.
Trap Question
Question
Two cyclists start from the same point and travel in OPPOSITE directions. Cyclist A travels at 15 km/h and Cyclist B at 20 km/h. After how many hours will they be 105 km apart?
Explanation
Moving in OPPOSITE directions, the separation rate = sum of speeds = 15 + 20 = 35 km/h. Time = 105/35 = 3 hours. After 3 hours: Cyclist A is 15×3 = 45 km away; Cyclist B is 20×3 = 60 km away. Total separation = 45 + 60 = 105 km. ✓ The key rule: opposing directions → ADD speeds; same direction → SUBTRACT speeds.
Wrong Answer
105/20 = 5.25 hours (student uses only the faster cyclist's speed)
Correct Answer
3 hours
Misconception Id
M10
Correct Vs Incorrect
Correct Approach
Combined closing speed = 80 + 70 = 150 km/h (toward each other, speeds ADD). Time to meet = 300/150 = 2 hours. Distance traveled by each: Train 1: 80 × 2 = 160 km. Train 2: 70 × 2 = 140 km. Check: 160 + 140 = 300 km. ✓
Incorrect Approach
Two trains 300 km apart travel toward each other at 80 km/h and 70 km/h. OVERCOMPLICATED: Train 1 position: x₁ = 80t. Train 2 position: x₂ = 300 - 70t. Set equal: 80t = 300 - 70t → 150t = 300 → t = 2 h. (Correct result but inefficient.)
Why Students Believe It
Students think they need to track each object's position over time using d = vt for each, then solve a system of two equations. They overcomplicate the setup by writing x₁(t) = v₁t and x₂(t) = D - v₂t and setting them equal.
a^(m/n) means (a^m)^(1/n) only — students forget it also equals (a^(1/n))^m.
Tags
- computation_strategy
- exponent_laws
- calculation_efficiency
Topic
Exponents and Radicals
Severity
minor
Exam Impact
In no-calculator sections of Philippine board exams (or where calculator use is restricted to certain types), this affects calculation speed and accuracy. Choosing the harder computation path leads to arithmetic errors.
The Reality
a^(m/n) = (a^(1/n))^m = (nth root of a)^m. Both interpretations are mathematically equivalent by the laws of exponents. However, taking the root FIRST (when the nth root of a is a whole number) gives much simpler intermediate calculations. For example, 8^(2/3) = (8^(1/3))² = 2² = 4 is far easier than (8²)^(1/3) = 64^(1/3) = 4.
Trap Question
Question
Evaluate: 32^(3/5) without a calculator.
Explanation
32^(3/5) = (32^(1/5))³ = (⁵√32)³ = 2³ = 8. The 5th root of 32 is 2 (since 2⁵ = 32 — a known power), so take the root first. This reduces a potentially nightmare calculation to a trivial one. Always ask: 'Does the base have an integer nth root?' If yes, extract the root first.
Wrong Answer
Student computes 32³ = 32,768 then attempts ⁵√32768 — gets stuck or makes arithmetic error
Correct Answer
8
Misconception Id
M11
Correct Vs Incorrect
Correct Approach
SMART WAY: 27^(4/3) = (27^(1/3))⁴ = (∛27)⁴ = 3⁴ = 81. Take the cube root FIRST (27^(1/3) = 3 is obvious), then raise to the 4th power. Always check if the root gives a clean integer before deciding which order to compute.
Incorrect Approach
Evaluate 27^(4/3). HARD WAY: (27⁴)^(1/3) = (531441)^(1/3) = 81. (Correct but unnecessarily difficult — who wants to compute 27⁴ = 531,441 mentally?)
Why Students Believe It
Students see a fractional exponent and instinctively apply the power first (a^m) and then the root (nth root). While this is mathematically valid, it leads to unnecessarily large intermediate numbers that are hard to compute without a calculator, especially in board exams.
The sum and product of roots formulas (-b/a and c/a) apply to any degree polynomial.
Tags
- vietas_formulas
- degree_confusion
- formula_misapplication
Topic
Polynomial Equations
Severity
major
Exam Impact
Board exam questions sometimes involve cubic equations and ask for expressions involving combinations of roots. Using the quadratic formula for sum/product on a cubic directly gives wrong results.
The Reality
For ax² + bx + c = 0: sum of roots = -b/a, product = c/a. These are specific cases of Vieta's formulas for quadratics ONLY. For a general polynomial aₙxⁿ + aₙ₋₁xⁿ⁻¹ + ... + a₀ = 0: sum of all roots = -aₙ₋₁/aₙ (coefficient of xⁿ⁻¹ divided by leading coefficient, negated), and product of all roots = (-1)ⁿ·(a₀/aₙ). For cubic equations x³ + px² + qx + r = 0: sum = -p, sum of products of pairs = q, product of all three = -r.
Trap Question
Question
The roots of the cubic equation x³ - 9x² + 26x - 24 = 0 are α, β, and γ. Find α + β + γ.
Explanation
For x³ - 9x² + 26x - 24 = 0, compare to x³ + px² + qx + r = 0. Here p = -9. Sum of roots = -p = -(-9) = 9. The sum equals the negative of the coefficient of x^(n-1) divided by the leading coefficient. The coefficient 26 is for x (not x²), so it gives the sum of products of pairs (αβ + βγ + αγ = 26), not the sum of all roots.
Wrong Answer
26 (student picks the coefficient of x, thinking it corresponds to the sum like 'b' in a quadratic)
Correct Answer
9
Misconception Id
M12
Correct Vs Incorrect
Correct Approach
For x³ + px² + qx + r = 0 with roots α, β, γ: product αβγ = -r (the constant term negated when leading coeff = 1). Here the equation is x³ - 6x² + 11x - 6 = 0, so r = -6. Product = -(-6) = 6. Verify: 1×2×3 = 6. ✓ Sum of roots = -p = 6 (= -(-6)/1). Sum of products of pairs = q = 11 (= 1×2 + 2×3 + 1×3 = 11). ✓
Incorrect Approach
For x³ - 6x² + 11x - 6 = 0 (roots 1, 2, 3), find the product of roots. WRONG: product = c/a = 11/1 = 11. (Confusing 'c' term with 'constant term'; using quadratic formula on a cubic.)
Why Students Believe It
Vieta's formulas are typically taught only for quadratics, leading students to memorize sum = -b/a and product = c/a as universal rules. They then apply these to cubic or higher-degree equations where the formulas have different forms.
Quick Self Check
Working together, you ADD rates: 1/5 + 1/10 = 3/10 job/day. Time = 10/3 ≈ 3.33 days. Two workers together ALWAYS finish faster than either alone. Never add times; add rates.
Statement
If Worker A completes a job in 5 days and Worker B completes it in 10 days, working together they will finish in 15 days.
The product rule states log(a × b) = log a + log b. There is NO rule for log(a + b). For example, log(10 + 10) = log 20 ≈ 1.301, but log 10 + log 10 = 1 + 1 = 2. These are clearly not equal.
Statement
The expression log(a + b) can be simplified to log a + log b using logarithm properties.
The common ratio r = 2/6 = 1/3. Since |r| = 1/3 < 1, the series converges. S∞ = a₁/(1-r) = 6/(1 - 1/3) = 6/(2/3) = 9.
Statement
The infinite geometric series 6 + 2 + 2/3 + 2/9 + ... converges to a finite sum.
Discriminant Δ = (-12)² - 4(4)(9) = 144 - 144 = 0. Since Δ = 0, there is exactly ONE repeated real root: x = -b/(2a) = 12/8 = 3/2. The quadratic is actually (2x-3)² = 0.
Statement
For the quadratic equation 4x² - 12x + 9 = 0, there are two distinct real roots.
(3 + 4)² = 7² = 49, NOT 3² + 4² = 9 + 16 = 25. The correct expansion is (a+b)² = a² + 2ab + b². The middle term 2(3)(4) = 24 is missing. Note that coincidentally, 3² + 4² = 25 = 5² (Pythagorean triple), but this has nothing to do with (3+4)².
Statement
(3 + 4)² = 3² + 4² = 25
The (r+1)th term is C(n,r)·aⁿ⁻ʳ·bʳ. For the 3rd term, r = 3-1 = 2. T₃ = C(5,2)·x^(5-2)·y² = 10x³y². The student confused 'the 3rd term' with 'r = 3'; the correct index is r = 2 for the 3rd term.
Statement
The 3rd term of the binomial expansion (x + y)⁵ is C(5,3)·x²·y³.
√(9 + 16) = √25 = 5. The rule √(ab) = √a · √b applies to products, NOT sums. √(a + b) ≠ √a + √b in general. The classic 3-4-5 right triangle confirms: hypotenuse = √(3² + 4²) = √25 = 5, not 7.
Statement
√(9 + 16) = √9 + √16 = 3 + 4 = 7
By Vieta's formulas for ax² + bx + c = 0: sum = -b/a = -5/2 and product = c/a = -3/2. Verify by factoring: (2x - 1)(x + 3) = 0, roots are 1/2 and -3. Sum = 1/2 + (-3) = -5/2 ✓. Product = (1/2)(-3) = -3/2 ✓.
Statement
For the equation 2x² + 5x - 3 = 0, the sum of the roots is -5/2 and the product is -3/2.
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.