Skip to main content
Misconception BusterCivil Service Exam (Subprofessional) · Numerical AbilityReal content

Civil Service Exam (Subprofessional) Numerical AbilityPermutation & CombinationMisconception Buster

Mistake patterns in Permutation & Combination — 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. Permutation & Combination lands at position 7th 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.

Permutation & Combination - Misconception buster

Permutation and combination problems are among the most common sources of exam errors for Filipino students. These misconceptions can cost you 10-15 marks in major exams like UPCAT, CSE, and NMAT. Understanding where students typically go wrong is crucial because these errors follow predictable patterns. This guide identifies the most critical mistakes and provides trap questions to test your understanding.

Summary

The key to avoiding permutation and combination mistakes is understanding the fundamental question: 'Does order matter in the final result?' Don't rely solely on keywords - analyze the context. Remember that 0! = 1, use symmetry properties for efficient calculation, and always sum all cases for 'at least/at most' problems. When solving probability problems, keep your counting method consistent throughout. These misconceptions cost students significant marks in major Philippine exams, but understanding them will give you a clear advantage.

Misconceptions

Permutation and combination are the same thing - order doesn't matter in either case

Tags

  • common_error
  • formula_confusion
  • conceptual_gap

Topic

Fundamental difference between permutation and combination

Severity

critical

Exam Impact

This misconception leads to using the wrong formula entirely, resulting in completely incorrect answers. Can cost 3-5 marks per question.

The Reality

Permutation cares about ORDER (nPr = n!/(n-r)!), combination does NOT care about order (nCr = n!/[r!(n-r)!]). The extra r! in combination formula specifically removes the ordering effect.

Trap Question

Question

In how many ways can a director choose 3 actors from 10 to star in a movie where all three have equal importance?

Explanation

Since all three actors have equal importance, the order of selection doesn't matter. This is a combination problem, not permutation.

Wrong Answer

720 (using 10P3 = 10×9×8)

Correct Answer

120 (using 10C3 = 10!/(3!×7!) = 10×9×8/(3×2×1))

Misconception Id

M1

Correct Vs Incorrect

Correct Approach

Using nCr for committee selection because the order of selection doesn't create different committees

Incorrect Approach

Using nPr when selecting a committee of 3 from 10 people, thinking arrangement matters

Why Students Believe It

Students see both formulas involving factorials and n!/r! patterns, making them think they're interchangeable. The word 'arrangement' appears in both contexts, causing confusion.

Keywords always tell you which formula to use - 'arrange' means permutation, 'choose' means combination

Tags

  • keyword_trap
  • context_analysis
  • word_problems

Topic

Keyword interpretation and context analysis

Severity

major

Exam Impact

Students blindly follow keyword rules and choose wrong formulas, especially in word problems that deliberately use misleading language.

The Reality

Keywords can be misleading. The context and whether order matters in the final result determines the formula. You can 'arrange' a committee (combination) or 'choose' positions (permutation).

Trap Question

Question

A teacher wants to arrange 5 students into a study group. In how many ways can this be done?

Explanation

The word 'arrange' here means forming a group, not positioning them. Since all 5 students must be in the group, there's only one way.

Wrong Answer

120 (using 5P5 = 5! because of the word 'arrange')

Correct Answer

1 (there's only one way to form a group of 5 from 5 students)

Misconception Id

M2

Correct Vs Incorrect

Correct Approach

Analyzing whether the arrangement creates meaningfully different outcomes - committee membership vs seating positions

Incorrect Approach

Seeing 'arrange students in a committee' and automatically using permutation

Why Students Believe It

Students memorize keyword lists without understanding context. Teachers often give simplified rules that don't account for all scenarios.

In combination problems, you can multiply by r! at the end to get permutation

Tags

  • formula_confusion
  • over_calculation
  • relationship_error

Topic

Relationship between nPr and nCr

Severity

major

Exam Impact

Students solve combination problems correctly but then multiply by r! thinking they need permutation, getting wrong answers.

The Reality

This mathematical relationship exists but doesn't mean the problems are equivalent. Converting combination to permutation changes the problem's meaning entirely.

Trap Question

Question

From 8 books, you need to select 4 for a reading list. How many different reading lists are possible?

Explanation

A reading list is just a selection of books - the order doesn't matter. Multiplying by 4! would be counting different arrangements of the same books, which isn't what's asked.

Wrong Answer

1680 (calculating 8C4 = 70, then multiplying by 4! = 24)

Correct Answer

70 (using 8C4 = 8!/(4!×4!) directly)

Misconception Id

M3

Correct Vs Incorrect

Correct Approach

Understanding that selection problems need combination only - the multiplication changes it to a different problem

Incorrect Approach

Solving 'select 3 students from 10' as 10C3 = 120, then multiplying by 3! = 6 to get 720

Why Students Believe It

Students notice that nPr = nCr × r! and think this conversion always works in reverse for checking answers.

Factorial calculation: 0! = 0 and undefined factorials equal zero

Tags

  • factorial_error
  • edge_cases
  • fundamental_concept

Topic

Factorial properties and edge cases

Severity

critical

Exam Impact

Wrong factorial values lead to completely incorrect calculations, especially in edge cases like nCn or nC0.

The Reality

0! = 1 by definition (important for combination formulas), and factorials of negative numbers are undefined, not zero. This affects formulas when n = r.

Trap Question

Question

In how many ways can you choose all 6 items from a group of 6 items?

Explanation

There's exactly one way to choose all items from a group - take everything. The formula works because 0! = 1 by mathematical definition.

Wrong Answer

0 (thinking 6C6 = 6!/(6!×0!) and 0! = 0)

Correct Answer

1 (since 6C6 = 6!/(6!×1) = 1, because 0! = 1)

Misconception Id

M4

Correct Vs Incorrect

Correct Approach

Calculating 5C5 = 5!/(5!×0!) = 5!/(5!×1) = 1

Incorrect Approach

Calculating 5C5 = 5!/(5!×0!) = 5!/(5!×0) = undefined or 0

Why Students Believe It

Students think 0! should logically equal 0 (zero times anything is zero), and when they can't calculate factorials like (-1)!, they assume it's 0.

When objects are repeated or identical, you always divide by the factorial of repetitions

Tags

  • repetition_error
  • over_complication
  • selection_vs_arrangement

Topic

Repetition in permutation and combination

Severity

major

Exam Impact

Students unnecessarily complicate problems by dividing by factorials when dealing with any identical objects, getting smaller incorrect answers.

The Reality

Division by repetition factorials only applies when you're arranging objects and the identical ones create indistinguishable arrangements. For selection problems, identical objects don't affect the count the same way.

Trap Question

Question

How many ways can you select 4 marbles from a bag containing 3 red, 3 blue, and 3 green marbles?

Explanation

This is a selection problem with repetition allowed, not an arrangement problem. We count distinct ways to distribute 4 selections among 3 colors.

Wrong Answer

84 divided by 3! = 14 (applying repetition division incorrectly)

Correct Answer

15 (using systematic counting: 4-0-0, 3-1-0, 2-2-0, 2-1-1 distributions)

Misconception Id

M5

Correct Vs Incorrect

Correct Approach

Recognizing this as selecting from distinct groups: choose from {A,B,C} with repetition allowed

Incorrect Approach

Choosing 3 letters from AABBCC and dividing by 2!×2!×2! for the repeated letters

Why Students Believe It

Students learn the formula for arrangements with repetition and apply it everywhere, even when the repetition isn't relevant to the question.

nCr = nC(n-r) is just a coincidence and doesn't mean anything important

Tags

  • calculation_efficiency
  • mathematical_properties
  • computational_strategy

Topic

Combination properties and calculation shortcuts

Severity

minor

Exam Impact

Students miss opportunities to simplify calculations, potentially making computational errors with large factorials.

The Reality

This property reflects that choosing r objects is equivalent to choosing which (n-r) objects to leave out. It's useful for simplifying calculations when r > n/2.

Trap Question

Question

What's the most efficient way to calculate 50C47?

Explanation

The symmetry property allows us to use the smaller number (3 instead of 47) for much easier calculation.

Wrong Answer

Calculate 50!/(47!×3!) directly

Correct Answer

Use 50C47 = 50C3 = 50×49×48/(3×2×1) = 19,600

Misconception Id

M6

Correct Vs Incorrect

Correct Approach

Using 20C17 = 20C3 = 20×19×18/(3×2×1) = 1140

Incorrect Approach

Calculating 20C17 as 20!/(17!×3!) with large factorial operations

Why Students Believe It

Students see this symmetry property mentioned but don't understand its logical basis or practical applications for simplifying calculations.

Circular arrangements always use (n-1)! regardless of the problem context

Tags

  • circular_arrangements
  • symmetry_error
  • formula_misapplication

Topic

Circular permutations and symmetry considerations

Severity

major

Exam Impact

Students apply circular formulas incorrectly, often getting answers that are too small by factor of 2 or applying the formula to non-circular problems.

The Reality

Circular arrangements use (n-1)! only when rotations are considered identical but reflections are different. If reflections are also identical, use (n-1)!/2. Context determines which formula applies.

Trap Question

Question

In how many ways can 6 people sit around a circular table if clockwise and counterclockwise arrangements are considered the same?

Explanation

When reflections (clockwise vs counterclockwise) are considered identical, we must divide by 2 to avoid double counting.

Wrong Answer

120 (using (6-1)! = 5! = 120)

Correct Answer

60 (using (6-1)!/2 = 5!/2 = 120/2 = 60)

Misconception Id

M7

Correct Vs Incorrect

Correct Approach

Using (n-1)!/2 when both rotations and reflections are considered identical

Incorrect Approach

Using (n-1)! for arranging people around a circular table when the problem considers clockwise and counterclockwise as the same

Why Students Believe It

Students memorize the circular permutation formula without understanding when and why it applies, using it for any problem mentioning circles or round tables.

In 'at least' or 'at most' problems, you can just use the basic formula with the minimum or maximum value

Tags

  • at_least_at_most
  • compound_conditions
  • complementary_counting

Topic

Compound conditions and complementary counting

Severity

critical

Exam Impact

These problems are common in major exams and students get completely wrong answers by oversimplifying, missing most of the cases.

The Reality

'At least' and 'at most' problems require summing multiple cases or using complementary counting. There's no single direct formula for these compound conditions.

Trap Question

Question

A committee of 5 people must be formed from 8 men and 6 women, with at least 2 women. How many ways can this be done?

Explanation

'At least 2 women' means 2, 3, 4, or 5 women. We must calculate and sum all valid cases, not just the minimum.

Wrong Answer

6C2 × 8C3 = 15 × 56 = 840 (only considering exactly 2 women)

Correct Answer

2002 (sum of cases: 2W+3M, 3W+2M, 4W+1M, 5W+0M = 840 + 896 + 240 + 6 = 1982, or use complement)

Misconception Id

M8

Correct Vs Incorrect

Correct Approach

Calculating C(5,2) + C(5,3) + C(5,4) + C(5,5) or using complement: 2^5 - C(5,0) - C(5,1)

Incorrect Approach

For 'at least 2 heads in 5 coin flips', just calculating C(5,2)

Why Students Believe It

Students want to avoid complex calculations and hope that using the boundary value will give the right answer directly.

Probability in permutation/combination problems is just the favorable outcomes divided by any reasonable total

Tags

  • probability_error
  • counting_consistency
  • sample_space_mismatch

Topic

Probability applications with permutation and combination

Severity

major

Exam Impact

Students get probability answers that are impossible (>1) or drastically wrong because they mix counting methods.

The Reality

In probability problems involving permutation/combination, the sample space and favorable outcomes must be counted using the same method - both with order or both without order.

Trap Question

Question

What's the probability that a randomly selected 3-person committee from 10 people includes exactly 2 specific individuals?

Explanation

We need exactly 2 specific people plus 1 from the remaining 8. Total ways to form committee is C(10,3), favorable ways is C(8,1).

Wrong Answer

2/10 = 0.2 (thinking it's just the ratio of specific people)

Correct Answer

C(8,1)/C(10,3) = 8/120 = 1/15 ≈ 0.067

Misconception Id

M9

Correct Vs Incorrect

Correct Approach

Using C(4,2)/C(52,2) or P(4,2)/P(52,2), keeping counting method consistent

Incorrect Approach

Finding probability of drawing 2 aces from 52 cards using C(4,2) as favorable but 52×51 as total

Why Students Believe It

Students know the basic probability formula but don't ensure that the numerator and denominator count the same type of outcomes (both ordered or both unordered).

Consecutive number problems always use simple arithmetic progression formulas

Tags

  • consecutive_numbers
  • conditional_permutation
  • problem_type_confusion

Topic

Consecutive numbers in permutation contexts

Severity

minor

Exam Impact

Students miss the connection between consecutive arrangements and permutation concepts, using wrong mathematical approach.

The Reality

Some consecutive problems involve arrangements or selections of consecutive numbers, requiring permutation/combination formulas. The word 'consecutive' doesn't automatically mean use AP formulas.

Trap Question

Question

In how many ways can you arrange the consecutive numbers 1, 2, 3, 4 in a row such that 1 is not in the first position?

Explanation

This is a conditional permutation problem. We find total arrangements minus restricted arrangements, not simple subtraction.

Wrong Answer

Just subtract 1 from total positions: 4-1=3

Correct Answer

18 (Total arrangements 4! = 24, minus arrangements starting with 1 which is 3! = 6, so 24-6=18)

Misconception Id

M10

Correct Vs Incorrect

Correct Approach

Recognizing arrangement of consecutive numbers still follows permutation rules

Incorrect Approach

For arranging consecutive numbers 1,2,3,4,5, using sum formula instead of 5!

Why Students Believe It

Students see patterns in consecutive numbers and try to use AP formulas or simple addition rather than recognizing permutation/combination applications.

Quick Self Check

Context matters more than keywords. You could select people for specific positions (permutation) or select items for a group where order doesn't matter (combination).

Statement

If a problem asks you to 'select' items, it's always a combination problem

By mathematical definition, 0! = 1. This is crucial for combination formulas when r = n or r = 0.

Statement

0! equals 1, not 0

This symmetry property holds because choosing r items is equivalent to choosing which (n-r) items to leave out.

Statement

nC5 equals nC(n-5) for any valid value of n

This is true only when rotations are identical but reflections are different. When reflections are also identical, use (n-1)!/2.

Statement

Circular arrangements of n objects always give (n-1)! possibilities

Both numerator and denominator must use the same counting method to ensure proper probability calculation.

Statement

In probability problems, you can mix permutation counting in numerator with combination counting in denominator

nCr = nPr/r! because combination removes the ordering counted in permutation.

Statement

The formula nPr can be converted to nCr by dividing by r!

'At least 3' means 3 OR more, so you must sum all cases from 3 up to the maximum, or use complementary counting.

Statement

'At least 3' means you only need to calculate the case with exactly 3

This only applies to arrangement problems where identical objects create indistinguishable arrangements, not to all problems with identical objects.

Statement

When dealing with identical objects, you always divide by the factorial of repetitions

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

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.