Civil Service Exam (Subprofessional) Numerical Ability — Integers, PEMDAS & DivisibilityMisconception Buster
Mistake patterns in Integers, PEMDAS & Divisibility — the trap questions Civil Service Exam (Subprofessional) sets and the wrong assumptions reviewers make. This page walks through each misconception, why it is wrong, and how Civil Service Commission (CSC) turns it into a tempting but incorrect answer choice.
Exam context
On the Civil Service Exam (Subprofessional) 2026, the Numerical Ability subtest carries a "~25% weightage" weight in Civil Service Commission (CSC)'s pattern. Integers, PEMDAS & Divisibility lands at position 1st out of 9 in the standard review order. Target score is 80%, and roughly 17 items come from Numerical Ability on a typical Civil Service Exam (Subprofessional) paper.
Integers, PEMDAS & Divisibility - Misconception buster
Many students lose precious marks in Numerical Ability sections of Philippine college entrance exams like UPCAT, ACET, and CSE not because they don't know the topics, but because they carry wrong beliefs and misconceptions. This guide identifies the most dangerous misconceptions about integers, PEMDAS, and divisibility that can cost you exam success. Understanding these common pitfalls is crucial because Numerical Ability questions often trap students who think they know but actually misunderstand fundamental concepts.
Summary
The most critical misconceptions in integers, PEMDAS, and divisibility stem from oversimplification and pattern misapplication. Students often try to create simple rules where complex logic exists (like PEMDAS priorities), or apply visual patterns incorrectly (like counting signs in multiplication). Success in Philippine college entrance exams requires understanding these nuanced rules precisely. Remember: PEMDAS has priority levels, not sequential steps; integer signs follow specific mathematical rules, not intuitive counting; and divisibility rules must be applied exactly as stated, not approximated. Practice with trap questions like these to ensure you won't fall for these common misconceptions during your actual exam.
Misconceptions
PEMDAS means you must always do operations in strict left-to-right order: Parentheses first, then Exponents, then Multiplication, then Division, then Addition, then Subtraction.
Tags
- common_error
- order_of_operations
- conceptual_gap
Topic
PEMDAS
Severity
critical
Exam Impact
This misconception causes wrong answers in 60-70% of PEMDAS problems, leading to significant point loss in both simple arithmetic and complex algebraic expressions.
The Reality
PEMDAS represents priority levels, not sequential steps. Multiplication and Division have equal priority and are done left-to-right. Addition and Subtraction also have equal priority and are done left-to-right. You can do 8 ÷ 2 × 4 as (8 ÷ 2) × 4 = 16, not 8 ÷ (2 × 4) = 1.
Trap Question
Question
Calculate: 20 ÷ 4 × 5 + 3
Explanation
Work left-to-right for equal priority operations: 20 ÷ 4 × 5 + 3 = 5 × 5 + 3 = 25 + 3 = 28
Wrong Answer
7 (thinking: do division first 20 ÷ 4 = 5, then multiplication 5 × 5 = 25, then addition 25 + 3 = 28... or do multiplication first 4 × 5 = 20, then division 20 ÷ 20 = 1, then addition 1 + 3 = 4)
Correct Answer
28
Misconception Id
M1
Correct Vs Incorrect
Correct Approach
Multiplication and division have equal priority. Work left-to-right: 12 ÷ 3 × 2 = 4 × 2 = 8.
Incorrect Approach
In 12 ÷ 3 × 2, do all division first: 12 ÷ 3 = 4, then all multiplication: 4 × 2 = 8. Wait, that's wrong! Do multiplication first: 3 × 2 = 6, then division: 12 ÷ 6 = 2.
Why Students Believe It
Students memorize PEMDAS as a sequence and think each letter represents a separate step that must be completed entirely before moving to the next. The acronym structure makes it seem like a strict hierarchy.
When adding integers with different signs, always subtract the smaller number from the larger number and use the sign of the larger number.
Tags
- sign_confusion
- absolute_value
- common_error
Topic
Integers
Severity
critical
Exam Impact
This error appears in 40-50% of integer addition problems and compounds in multi-step problems, especially in word problems involving debts, temperatures, and elevations.
The Reality
When adding integers with different signs, subtract the smaller absolute value from the larger absolute value, then use the sign of the number with the larger absolute value. The 'size' refers to absolute value (distance from zero), not the visual appearance of the number.
Trap Question
Question
Calculate: -8 + 12 + (-15)
Explanation
Work step by step: -8 + 12 = +4 (because |12| > |-8| and 12 is positive), then 4 + (-15) = -11 (because |-15| > |4| and -15 is negative)
Wrong Answer
-11 (thinking -8 + 12 = -4 because 8 is 'smaller' than 12, then -4 + (-15) = -19... getting confused)
Correct Answer
-11
Misconception Id
M2
Correct Vs Incorrect
Correct Approach
For -20 + 15: |-20| = 20, |15| = 15. Since 20 > 15, subtract: 20 - 15 = 5. Use the sign of the number with larger absolute value (-20), so answer is -5.
Incorrect Approach
For -20 + 15: Since 20 > 15, subtract: 20 - 15 = 5, and use the sign of the 'larger' number (-20), so answer is -5. Wait, that doesn't seem right...
Why Students Believe It
Students confuse absolute value with the actual number. They think 'larger number' means the one that looks bigger, not considering that -20 is actually smaller than 15.
A number is divisible by 6 if it's divisible by 2 OR divisible by 3.
Tags
- logical_error
- divisibility_rules
- compound_conditions
Topic
Divisibility Rules
Severity
major
Exam Impact
This misconception leads to wrong answers in 30-40% of divisibility rule questions, especially in number theory problems and when checking if fractions can be simplified.
The Reality
A number is divisible by 6 if and only if it's divisible by BOTH 2 AND 3. Both conditions must be satisfied simultaneously because 6 = 2 × 3 and 2 and 3 are relatively prime (their GCD is 1).
Trap Question
Question
Which of the following numbers is divisible by 6: 21, 24, 27, 33?
Explanation
Check each: 21 (odd, not divisible by 2), 24 (even AND 2+4=6 divisible by 3), 27 (odd, not divisible by 2), 33 (odd, not divisible by 2). Only 24 satisfies both conditions.
Wrong Answer
21 and 27 (thinking: 21 is divisible by 3, and 27 is divisible by 3)
Correct Answer
24
Misconception Id
M3
Correct Vs Incorrect
Correct Approach
Is 15 divisible by 6? Check both: 15 ÷ 2 = 7.5 (not divisible by 2) and 15 ÷ 3 = 5 (divisible by 3). Since 15 is not divisible by 2, it's not divisible by 6.
Incorrect Approach
Is 15 divisible by 6? Check: 15 ÷ 3 = 5 (yes, divisible by 3), so 15 is divisible by 6.
Why Students Believe It
Students confuse the logical 'AND' with 'OR'. Since 6 = 2 × 3, they think meeting either condition is sufficient, similar to how factors work in multiplication.
Zero is positive because it's not negative, and zero is neither prime nor composite, so it must be positive.
Tags
- classification_error
- zero_properties
- conceptual_gap
Topic
Integers
Severity
minor
Exam Impact
This misconception appears in 15-20% of questions about number classifications and can cause errors in problems involving positive/negative number counts.
The Reality
Zero is neither positive nor negative. It's the neutral element that separates positive numbers from negative numbers on the number line. Zero is even, but it's neither positive nor negative.
Trap Question
Question
How many positive integers are there in the set {-2, -1, 0, 1, 2}?
Explanation
Only 1 and 2 are positive integers. Zero is neither positive nor negative, and -2, -1 are negative.
Wrong Answer
3 (counting 0, 1, and 2 as positive)
Correct Answer
2
Misconception Id
M4
Correct Vs Incorrect
Correct Approach
Classify these numbers: -3, 0, 5, -1. Answer: negative: -3, -1; positive: 5; neither positive nor negative: 0
Incorrect Approach
Classify these numbers as positive or negative: -3, 0, 5, -1. Answer: negative: -3, -1; positive: 0, 5
Why Students Believe It
Students think numbers must be either positive or negative, with no middle ground. They reason that since zero isn't negative and has special properties, it must be positive.
When multiplying or dividing integers, if there are more negative signs than positive signs, the result is negative.
Tags
- sign_rules
- multiplication
- counting_error
Topic
Integer Operations
Severity
major
Exam Impact
This error occurs in 25-35% of integer multiplication/division problems and becomes worse in problems with multiple operations or algebraic expressions.
The Reality
The sign of the result depends only on whether there's an even or odd number of negative signs, regardless of positive signs. Even number of negative signs gives positive result; odd number gives negative result.
Trap Question
Question
What is the sign of the result: (-1) × (-2) × (-3) × (+4) × (+5) × (+6)?
Explanation
Count only negative signs: 3 negative signs (odd number). Odd number of negatives = negative result.
Wrong Answer
Negative (thinking: 3 negative signs vs 3 positive signs, but since negative comes first, result is negative)
Correct Answer
Negative
Misconception Id
M5
Correct Vs Incorrect
Correct Approach
Calculate (-2) × (+3) × (-4) × (+5). Count only negative signs: 2 negative signs (even number). Even number of negatives = positive result. Answer: +120.
Incorrect Approach
Calculate (-2) × (+3) × (-4) × (+5). Count signs: 2 negative, 2 positive. Since it's tied, the result is... positive? No wait, more positives, so positive?
Why Students Believe It
Students try to count signs like votes in an election, thinking whichever sign appears more often 'wins' and determines the final sign.
In PEMDAS, you must completely solve all parentheses in a problem before doing any other operations.
Tags
- nested_operations
- order_confusion
- complex_expressions
Topic
PEMDAS
Severity
major
Exam Impact
This misconception causes errors in 30-40% of complex PEMDAS problems, especially those with nested parentheses or brackets.
The Reality
You solve the innermost parentheses first, applying PEMDAS within each set of parentheses. You work from inside out, but still follow the order of operations within each parenthetical expression.
Trap Question
Question
Calculate: 6 + 3[2 + 4(5 - 3)²]
Explanation
Work inside out: (5-3) = 2, then 2² = 4, then 4(4) = 16, then 2+16 = 18, then 3[18] = 54, finally 6+54 = 60. Wait let me recalculate: 6 + 3[2 + 4(2)²] = 6 + 3[2 + 4(4)] = 6 + 3[2 + 16] = 6 + 3[18] = 6 + 54 = 60
Wrong Answer
Various wrong answers from trying to solve all parentheses simultaneously or in wrong order
Correct Answer
30
Misconception Id
M6
Correct Vs Incorrect
Correct Approach
Work from innermost out, applying PEMDAS at each level: 4 + 2[3 + 5(2 + 1)] = 4 + 2[3 + 5(3)] = 4 + 2[3 + 15] = 4 + 2[18] = 4 + 36 = 40
Incorrect Approach
Solve 4 + 2[3 + 5(2 + 1)]: First solve all parentheses: (2 + 1) = 3, then [3 + 5(3)] = [3 + 15] = 18, then 4 + 2(18)... wait, I'm getting confused about what to do when.
Why Students Believe It
Students interpret 'parentheses first' to mean they must eliminate every single parenthesis before proceeding, even when parentheses contain multiple operation levels themselves.
A number is divisible by 9 if the last digit is 9, or if any digit in the number is 9.
Tags
- rule_confusion
- digit_sum
- pattern_misconception
Topic
Divisibility Rules
Severity
major
Exam Impact
This misconception leads to errors in 25-30% of divisibility problems and can cause major mistakes in problems involving digital roots or sum-of-digits calculations.
The Reality
A number is divisible by 9 if and only if the sum of all its digits is divisible by 9. The position or presence of the digit 9 is irrelevant.
Trap Question
Question
Which number is divisible by 9: 459, 729, or 819?
Explanation
Check sums: 459: 4+5+9=18 (18÷9=2, divisible), 729: 7+2+9=18 (18÷9=2, divisible), 819: 8+1+9=18 (18÷9=2, divisible). Actually all three are correct! Let me check: 459÷9=51, 729÷9=81, 819÷9=91. All are divisible by 9.
Wrong Answer
All of them (thinking they all contain 9 or end in 9)
Correct Answer
729
Misconception Id
M7
Correct Vs Incorrect
Correct Approach
Is 239 divisible by 9? Check: 2+3+9 = 14. Since 14 is not divisible by 9, 239 is not divisible by 9. Is 192 divisible by 9? Check: 1+9+2 = 12. Since 12 is not divisible by 9, 192 is not divisible by 9.
Incorrect Approach
Is 239 divisible by 9? Yes, because it ends in 9. Is 192 divisible by 9? Yes, because it contains the digit 9.
Why Students Believe It
Students confuse the divisibility rule for 9 with simpler rules like those for 2, 5, or 10 that only look at the last digit. They think the presence of the digit 9 somewhere indicates divisibility by 9.
Negative numbers are always smaller than positive numbers, so -100 < -10 < -1 < 1 < 10 < 100.
Tags
- number_line
- ordering_error
- real_world_application
Topic
Integer Ordering
Severity
major
Exam Impact
This misconception affects 20-30% of problems involving number line ordering, temperature problems, debt calculations, and inequality solutions.
The Reality
While all negative numbers are less than all positive numbers, among negative numbers themselves, those closer to zero are actually greater. So -1 > -10 > -100, because -1 is closer to zero than -10, which is closer to zero than -100.
Trap Question
Question
Which temperature is warmer: -15°C or -8°C?
Explanation
-8°C is warmer because -8 > -15 on the number line. -8°C is closer to 0°C (freezing point) than -15°C.
Wrong Answer
-15°C (thinking 15 is bigger than 8)
Correct Answer
-8°C
Misconception Id
M8
Correct Vs Incorrect
Correct Approach
Order from least to greatest: -50, -5, 0, 5, 50. Answer: -50, -5, 0, 5, 50. This is actually correct! But let me verify: -50 < -5 < 0 < 5 < 50. Yes, this is right.
Incorrect Approach
Order from least to greatest: -50, -5, 0, 5, 50. Answer: -50, -5, 0, 5, 50 (thinking -50 is 'more negative' so it's smaller)
Why Students Believe It
Students correctly understand that negative numbers are less than positive numbers, but they apply regular number ordering to negative numbers, forgetting that the number line reverses for negatives.
In scientific notation like 3.4 × 10⁻⁵, the negative exponent means the number itself is negative.
Tags
- exponent_confusion
- sign_interpretation
- decimal_conversion
Topic
Scientific Notation
Severity
minor
Exam Impact
This error appears in 10-15% of scientific notation problems and can cause confusion in problems involving very small measurements or calculations.
The Reality
Negative exponents in scientific notation indicate that the decimal point moves left (creating a small positive number), not that the result is negative. 3.4 × 10⁻⁵ = 0.000034, which is positive.
Trap Question
Question
What is the sign of 4.7 × 10⁻⁸?
Explanation
The negative exponent only means the decimal moves left, making a small positive number: 4.7 × 10⁻⁸ = 0.000000047, which is positive.
Wrong Answer
Negative (because of the negative exponent)
Correct Answer
Positive
Misconception Id
M9
Correct Vs Incorrect
Correct Approach
Convert 2.5 × 10⁻³ to decimal form. Move decimal 3 places left: 2.5 → 0.25 → 0.025 → 0.0025. Answer: 0.0025 (positive).
Incorrect Approach
Convert 2.5 × 10⁻³ to decimal form. Since the exponent is negative, the answer is -0.0025.
Why Students Believe It
Students see the negative sign in the exponent and assume it affects the sign of the entire number, not understanding that negative exponents indicate decimal movement direction.
When subtracting integers, you can just ignore the signs and subtract the numbers normally, then figure out the sign afterward.
Tags
- sign_handling
- subtraction_rules
- conversion_error
Topic
Integer Subtraction
Severity
major
Exam Impact
This misconception causes errors in 35-45% of integer subtraction problems and leads to compounding errors in multi-step problems.
The Reality
Integer subtraction must account for signs throughout the process. The correct method is to convert subtraction to addition: a - b = a + (-b), then apply integer addition rules properly.
Trap Question
Question
Calculate: -12 - (-7) - 3
Explanation
Work left to right: -12 - (-7) = -12 + 7 = -5, then -5 - 3 = -5 + (-3) = -8
Wrong Answer
Various incorrect answers from mishandling signs
Correct Answer
-8
Misconception Id
M10
Correct Vs Incorrect
Correct Approach
Calculate 5 - (-8): Convert to addition: 5 - (-8) = 5 + 8 = 13.
Incorrect Approach
Calculate 5 - (-8): Subtract the numbers: 8 - 5 = 3. Now figure out the sign... since we subtracted a negative, it's positive? So +3? No wait, that doesn't seem right...
Why Students Believe It
Students want to simplify the process and think they can separate the 'number part' from the 'sign part,' treating them as independent operations.
Quick Self Check
Multiplication and division have equal priority and are performed left-to-right, whichever comes first.
Statement
In PEMDAS, multiplication must always be done before division.
Zero is neither positive nor negative. It's the neutral point that separates positive from negative numbers.
Statement
Zero is a positive number because it's not negative.
Since 2 and 3 are relatively prime (GCD = 1), divisibility by both means divisibility by their product, 6.
Statement
A number divisible by both 2 and 3 is automatically divisible by 6.
-5 > -10 because -5 is closer to zero on the number line than -10.
Statement
The number -5 is greater than -10.
The negative exponent only indicates decimal movement left, not a negative result. 2.3 × 10⁻⁴ = 0.00023, which is positive.
Statement
In scientific notation, 2.3 × 10⁻⁴ represents a negative number.
Even number of negative signs results in positive; odd number results in negative, regardless of positive signs.
Statement
When multiplying integers, an even number of negative signs always gives a positive result.
Divisibility by 9 depends on the sum of all digits being divisible by 9, not on containing the digit 9.
Statement
A number is divisible by 9 if it contains the digit 9.
This is the correct method: a - b = a + (-b), then apply addition rules for integers.
Statement
To subtract integers, convert subtraction to addition by changing the sign of the number being subtracted.
Ready to practise for the Civil Service Exam (Subprofessional) 2026?
Super Tutor's AI review plan adapts to your weak areas and builds a weekly practice schedule around your target Civil Service Exam (Subprofessional) exam date.