FEUCAT Mathematics — Algebra — Sets, Exponents, Radicals, Polynomials & EquationsMisconception Buster
Common misconceptions in Algebra — Sets, Exponents, Radicals, Polynomials & Equations — and how to avoid them on the FEUCAT 2026. Far Eastern University loves to write questions that exploit the small mistakes reviewers make, and this page maps out the most frequent traps in the FEUCAT Mathematics subtest.
Exam context
Far Eastern University runs the Far Eastern University College Admission Test on Q3–Q4 2026. Its Mathematics section sits under a "Core section" weighting, and Algebra — Sets, Exponents, Radicals, Polynomials & Equations is the 3rd chapter in the 9-chapter FEUCAT Mathematics rotation. The FEUCAT passing mark is Competitive overall score, and the most recent 2026 paper drew about a meaningful share of questions from Mathematics.
Algebra — Sets, Exponents, Radicals, Polynomials & Equations - Misconception buster
In UPCAT and other entrance exams, algebra problems are designed to catch students who hold common misconceptions. These wrong beliefs can cost you precious marks even if you know the formulas. This guide reveals the most dangerous misconceptions that trip up Filipino students and shows you exactly how to avoid these traps. Understanding what NOT to do is just as important as knowing what TO do.
Summary
The biggest algebra mistakes stem from applying rules incorrectly across different operations. Remember: equation solving requires performing the same operation on both sides (don't just 'move' terms), exponent rules only work for multiplication and division (not addition), and distribution rules don't apply to all operations. Practice identifying these misconception traps in exam questions, and always double-check your work by substituting answers back into original equations. Master these corrections and you'll avoid the most common algebra pitfalls that cost students marks in UPCAT and other entrance exams.
Misconceptions
When solving equations, you can move terms across the equal sign by just changing their position without changing their sign
Tags
- common_error
- sign_error
- fundamental_algebra
Topic
Linear Equations
Severity
critical
Exam Impact
This misconception causes wrong answers in 60-70% of equation-solving problems, especially linear and quadratic equations. Students lose marks on what should be easy points.
The Reality
When you 'move' a term across the equal sign, you're actually performing the same operation on both sides. Moving +5 from left to right means subtracting 5 from both sides, which changes +5 to -5 on the right side.
Trap Question
Question
Solve for x: 2x - 7 = x + 4
Explanation
To move -7 to the right side, we add 7 to both sides: 2x - 7 + 7 = x + 4 + 7, giving us 2x = x + 11. Then subtract x from both sides: x = 11.
Wrong Answer
x = -3 (student would get: 2x = x + 4 + 7, so 2x = x + 11, so x = 11)
Correct Answer
x = 11
Misconception Id
M1
Correct Vs Incorrect
Correct Approach
3x + 5 = 2x + 8 → 3x + 5 - 5 = 2x + 8 - 5 → 3x = 2x + 3 → x = 3
Incorrect Approach
3x + 5 = 2x + 8 → 3x = 2x + 8 + 5 → 3x = 2x + 13 (WRONG: added 5 instead of subtracting)
Why Students Believe It
Students focus on 'moving' terms rather than understanding that they're adding or subtracting the same quantity from both sides. They think the equal sign acts like a barrier where terms jump across unchanged.
Exponent rules apply the same way to addition and multiplication: a^m + a^n = a^(m+n)
Tags
- formula_confusion
- exponent_rules
- common_error
Topic
Exponents
Severity
critical
Exam Impact
This error appears in 40% of polynomial and exponential problems. Students lose marks on simplification questions that should be straightforward.
The Reality
Exponent rules only apply to multiplication and division of powers with the same base. For addition, you can only combine like terms with identical bases AND exponents: a^m + a^m = 2a^m, but a^m + a^n cannot be simplified unless m = n.
Trap Question
Question
Simplify: 2^3 + 2^4
Explanation
2^3 + 2^4 = 8 + 16 = 24. You must evaluate each power first, then add the results. Exponent rules only apply to multiplication: 2^3 × 2^4 = 2^7.
Wrong Answer
2^7 = 128 (student thinks 2^3 + 2^4 = 2^(3+4))
Correct Answer
24
Misconception Id
M2
Correct Vs Incorrect
Correct Approach
x^3 + x^2 cannot be simplified further because the exponents are different. Only x^3 + x^3 = 2x^3
Incorrect Approach
x^3 + x^2 = x^(3+2) = x^5 (WRONG: cannot add exponents when adding terms)
Why Students Believe It
Students memorize a^m × a^n = a^(m+n) and incorrectly assume the same pattern works for addition because both operations 'combine' terms with the same base.
√(a + b) = √a + √b and (a + b)^2 = a^2 + b^2
Tags
- distribution_error
- radical_rules
- expansion_error
Topic
Radicals and Quadratic Expansions
Severity
critical
Exam Impact
This misconception destroys 50-60% of radical and quadratic expansion problems. Students consistently miss the middle term 2ab in expansions.
The Reality
Square roots and squares do NOT distribute over addition. √(a + b) ≠ √a + √b and (a + b)^2 = a^2 + 2ab + b^2. Only multiplication and division distribute over addition and subtraction.
Trap Question
Question
If √(x + 16) = 5, find x
Explanation
√(x + 16) = 5 means x + 16 = 25, so x = 9. We cannot separate √(x + 16) into √x + √16.
Wrong Answer
x = 9 (student thinks √(x + 16) = √x + √16 = √x + 4 = 5, so √x = 1, so x = 1)
Correct Answer
x = 9
Misconception Id
M3
Correct Vs Incorrect
Correct Approach
(x + 3)^2 = x^2 + 2(x)(3) + 3^2 = x^2 + 6x + 9
Incorrect Approach
(x + 3)^2 = x^2 + 3^2 = x^2 + 9 (WRONG: missing the 2ab term)
Why Students Believe It
Students expect mathematical operations to 'distribute' consistently. Since multiplication distributes over addition a(b + c) = ab + ac, they assume other operations work the same way.
In sets, A ∪ B means elements that are in both A AND B
Tags
- symbol_confusion
- definition_error
- set_operations
Topic
Sets
Severity
major
Exam Impact
This confusion affects 30-40% of set theory problems. Students get Venn diagram questions completely backwards.
The Reality
A ∪ B (union) means elements that are in A OR B or both. A ∩ B (intersection) means elements that are in both A AND B. Union is inclusive (all elements), intersection is exclusive (only common elements).
Trap Question
Question
If set A has 15 elements, set B has 20 elements, and A ∩ B has 8 elements, how many elements are in A ∪ B?
Explanation
A ∪ B = A + B - A ∩ B = 15 + 20 - 8 = 27. We subtract the intersection to avoid double counting.
Wrong Answer
8 (student thinks union means intersection)
Correct Answer
27
Misconception Id
M4
Correct Vs Incorrect
Correct Approach
If A = {1,2,3} and B = {3,4,5}, then A ∪ B = {1,2,3,4,5} and A ∩ B = {3}
Incorrect Approach
If A = {1,2,3} and B = {3,4,5}, then A ∪ B = {3} (WRONG: this is intersection)
Why Students Believe It
The union symbol ∪ looks similar to the intersection symbol ∩, and students confuse the definitions. They also think 'union' sounds like 'unite' which suggests combining common elements.
When factoring polynomials, you can factor out variables with different exponents: x^3 + x^2 = x^2(x + 1)
Tags
- factoring_error
- GCF_confusion
- polynomial_operations
Topic
Polynomials and Factoring
Severity
major
Exam Impact
This affects 35% of factoring problems. Students either factor incorrectly or miss opportunities to factor completely.
The Reality
When factoring, you can only factor out the variable with the LOWEST exponent that appears in all terms. For x^3 + x^2, you factor out x^2: x^3 + x^2 = x^2(x + 1).
Trap Question
Question
Factor completely: 12x^4 + 8x^2
Explanation
The GCF is 4x^2 (highest common numerical factor and lowest common power of x). So 12x^4 + 8x^2 = 4x^2(3x^2 + 2).
Wrong Answer
x^2(12x^2 + 8) (student factors out only x^2)
Correct Answer
4x^2(3x^2 + 2)
Misconception Id
M5
Correct Vs Incorrect
Correct Approach
6x^3 + 9x = 3x(2x^2 + 3)
Incorrect Approach
6x^3 + 9x = x(6x^2 + 9) (WRONG: should factor out 3x)
Why Students Believe It
Students see x in both terms and think they can always factor out x, not understanding that they must factor out the highest common factor with the lowest exponent.
Negative exponents make numbers negative: 2^(-3) = -8
Tags
- negative_exponent_confusion
- sign_error
- fraction_operations
Topic
Exponents
Severity
major
Exam Impact
This misconception appears in 25-30% of exponent problems and scientific notation questions. Students lose marks on simplification and calculation problems.
The Reality
Negative exponents create reciprocals, not negative numbers. a^(-n) = 1/a^n. The negative exponent moves the base to the denominator but doesn't change the sign of the result.
Trap Question
Question
Evaluate: 5^(-2) + 2^(-1)
Explanation
5^(-2) = 1/25 and 2^(-1) = 1/2. So the sum is 1/25 + 1/2 = 2/50 + 25/50 = 27/50 = 0.54. Wait, let me recalculate: 1/25 + 1/2 = 2/50 + 25/50 = 27/50. Actually: 1/25 = 0.04, 1/2 = 0.5, so 0.04 + 0.5 = 0.54. Converting to common fractions: 1/25 + 1/2 = 2/50 + 25/50 = 27/50.
Wrong Answer
-25 + (-2) = -27 (student thinks negative exponents give negative results)
Correct Answer
1/4 + 1/2 = 3/4 = 0.75
Misconception Id
M6
Correct Vs Incorrect
Correct Approach
3^(-2) = 1/3^2 = 1/9
Incorrect Approach
3^(-2) = -9 (WRONG: confused negative exponent with negative result)
Why Students Believe It
Students see the negative sign in the exponent and think it affects the sign of the result, confusing negative exponents with negative bases.
When solving quadratic equations by factoring, if (x - a)(x - b) = 0, then x = a or x = b
Tags
- factoring_error
- zero_product_property
- sign_error
Topic
Quadratic Equations
Severity
major
Exam Impact
This error occurs in 20-25% of quadratic equation problems. Students get the process backwards and arrive at incorrect solutions.
The Reality
If (x - a)(x - b) = 0, then either (x - a) = 0 OR (x - b) = 0. This means x = a or x = b. Students must set each factor equal to zero, not the variable equal to the constant.
Trap Question
Question
Solve: x^2 - 7x + 12 = 0
Explanation
Factoring gives (x - 3)(x - 4) = 0. Setting each factor to zero: x - 3 = 0 gives x = 3, and x - 4 = 0 gives x = 4.
Wrong Answer
x = -3 or x = -4 (student factors correctly as (x-3)(x-4) = 0 but gets signs wrong)
Correct Answer
x = 3 or x = 4
Misconception Id
M7
Correct Vs Incorrect
Correct Approach
(x - 5)(x + 3) = 0, so x - 5 = 0 or x + 3 = 0, therefore x = 5 or x = -3
Incorrect Approach
(x - 5)(x + 3) = 0, so x = -5 or x = 3 (WRONG: signs are wrong)
Why Students Believe It
Students see the factors and directly set x equal to the numbers inside the parentheses, not understanding that they need to set each factor equal to zero first.
Radical expressions can be simplified by canceling: √(ab)/√b = √a
Tags
- radical_simplification
- cancellation_error
- domain_issues
Topic
Radicals
Severity
minor
Exam Impact
This affects 15-20% of radical simplification problems. Students make careless errors in radical arithmetic.
The Reality
You cannot cancel terms inside radicals directly. √(ab)/√b = √(ab/b) = √a only works when b > 0. The proper approach is to use the quotient rule: √a/√b = √(a/b).
Trap Question
Question
Simplify: √(18x^3)/√(2x)
Explanation
√(18x^3)/√(2x) = √(18x^3/2x) = √(9x^2) = 3x√x (assuming x ≥ 0 for the radical to be defined).
Wrong Answer
√(18x^2) = 3x√2 (student cancels x incorrectly)
Correct Answer
3x√(x) where x ≥ 0
Misconception Id
M8
Correct Vs Incorrect
Correct Approach
√(6x)/√(2x) = √(6x/2x) = √3 (when x > 0)
Incorrect Approach
√(6x)/√(2x) = √6 (WRONG: canceling x without considering domain)
Why Students Believe It
Students think radicals behave like fractions where you can cancel common factors directly, applying fraction rules incorrectly to radicals.
The empty set ∅ is the same as the set containing zero {0}
Tags
- empty_set_confusion
- cardinality_error
- set_notation
Topic
Sets
Severity
minor
Exam Impact
This confusion affects 10-15% of basic set theory problems, especially cardinality questions and set equality problems.
The Reality
The empty set ∅ or {} has no elements at all. The set {0} has one element, which is the number zero. These are completely different: |∅| = 0 but |{0}| = 1.
Trap Question
Question
What is the cardinality of the set A = {x ∈ ℕ : x < 1}?
Explanation
Since ℕ represents natural numbers {1, 2, 3, ...}, there are no natural numbers less than 1. Therefore A = ∅ and |A| = 0.
Wrong Answer
1 (student thinks this set contains {0})
Correct Answer
0
Misconception Id
M9
Correct Vs Incorrect
Correct Approach
If A = ∅ and B = {0}, then A ≠ B because A has 0 elements and B has 1 element
Incorrect Approach
If A = ∅ and B = {0}, then A = B (WRONG: these sets are different)
Why Students Believe It
Students think 'empty' means 'zero' and confuse the concept of 'no elements' with 'the number zero as an element'.
In polynomial long division, you can ignore remainder and just write the quotient
Tags
- division_error
- remainder_theorem
- incomplete_answer
Topic
Polynomials
Severity
minor
Exam Impact
This affects 15% of polynomial division problems. Students lose marks for incomplete answers even when their division process is correct.
The Reality
In polynomial division, the remainder must always be included in the final answer. The complete form is: dividend = (divisor)(quotient) + remainder, or P(x)/D(x) = Q(x) + R(x)/D(x).
Trap Question
Question
Divide x^2 + 5x + 7 by x + 2
Explanation
Using polynomial long division: x^2 + 5x + 7 = (x + 2)(x + 3) + 1, so the complete answer is x + 3 + 1/(x + 2).
Wrong Answer
x + 3 (student stops at quotient)
Correct Answer
x + 3 + 1/(x + 2)
Misconception Id
M10
Correct Vs Incorrect
Correct Approach
(x^3 + 2x - 1) ÷ (x - 1) = x^2 + x + 3 + 2/(x - 1)
Incorrect Approach
(x^3 + 2x - 1) ÷ (x - 1) = x^2 + x + 3 (WRONG: ignoring remainder)
Why Students Believe It
Students are used to integer division where remainders are often ignored or not written, and they apply this same thinking to polynomial division.
Quick Self Check
Moving a term is actually adding or subtracting the same quantity from both sides, which changes the sign of the moved term.
Statement
When moving terms across an equal sign in an equation, you must change their signs
This only works for multiplication: a^m × a^n = a^(m+n). For addition, terms can only be combined if they have the same exponent.
Statement
a^m + a^n = a^(m+n) for all values of m and n
Square roots do not distribute over addition. √(16 + 9) = √25 = 5, not 7.
Statement
√(16 + 9) = √16 + √9 = 4 + 3 = 7
This describes A ∩ B (intersection). A ∪ B (union) contains all elements in A or B or both.
Statement
The set A ∪ B contains all elements that are in both A and B
Negative exponents create reciprocals: a^(-n) = 1/a^n. They don't make the result negative.
Statement
2^(-3) = 1/8, not -8
∅ has no elements, while {0} has one element (the number zero). They have different cardinalities.
Statement
The empty set ∅ and the set {0} are the same thing
The GCF includes the highest common numerical factor (3) and the lowest power of common variables (x^2).
Statement
When factoring 6x^3 + 9x^2, the GCF is 3x^2
Setting each factor to zero: x - 4 = 0 gives x = 4, and x + 5 = 0 gives x = -5.
Statement
If (x - 4)(x + 5) = 0, then x = -4 or x = 5
Previous chapter
Ratio & Proportion
Next chapter
Word Problems — Number, Age, Work, Motion, Mixture, Investment
Ready to practise for the FEUCAT 2026?
Super Tutor's AI review plan adapts to your weak areas and builds a weekly practice schedule around your target FEUCAT exam date.