Civil Service Exam (Subprofessional) Numerical Ability — Permutation & CombinationStudy Notes
Thorough study notes for Permutation & Combination — the fastest path from zero to ready for Civil Service Exam (Subprofessional) Numerical Ability. Structured for self-study reviewers who cannot attend a review centre, these notes cover the full concept library plus the Civil Service Exam (Subprofessional)-specific twists Civil Service Commission (CSC) adds to its questions.
Exam context
The Career Service Examination — Subprofessional Level is conducted by Civil Service Commission (CSC) and is scheduled for Bi-annual — March and August 2026. The Numerical Ability subtest is marked as "~25% weightage" in the official pattern, and Permutation & Combination appears in position 7th of 9 in the Civil Service Exam (Subprofessional) Numerical Ability review rotation. Passing mark: 80%. Recent Civil Service Exam (Subprofessional) 2026 papers have drawn roughly 17 questions from this subject.
Permutation & Combination - Study notes
Permutation and Combination are fundamental counting techniques in mathematics that help us determine the number of ways to arrange or select objects. These concepts are essential for solving probability problems, organizing data, and making strategic decisions in various fields. Understanding the difference between when order matters (permutation) and when it doesn't (combination) is crucial for mastering these topics and succeeding in competitive exams like UPCAT, CSE, and other major Philippine examinations.
Summary
Permutation and Combination are powerful counting techniques that help us solve complex arrangement and selection problems. Permutation (nPr = n!/(n-r)!) is used when order matters, such as in rankings, seating arrangements, or password creation. Combination (nCr = n!/(r!(n-r)!)) is used when order doesn't matter, such as in team selection, committee formation, or choosing items from a menu. The key to success lies in carefully reading problems to identify whether order is important, understanding factorial calculations, and practicing with various problem types. These concepts are fundamental for success in major Philippine examinations and provide the foundation for advanced mathematical studies in probability, statistics, and discrete mathematics.
Sections
Before diving into permutations and combinations, we must first understand factorials. A factorial, denoted by the symbol '!', represents the product of all positive integers from 1 up to and including that number. For example, 5! = 5 × 4 × 3 × 2 × 1 = 120. Factorials are the building blocks of counting techniques and appear in both permutation and combination formulas. By convention, 0! = 1, which is important to remember when solving problems. Factorials grow very rapidly - while 3! = 6, we have 10! = 3,628,800. This rapid growth helps explain why there are so many possible arrangements and selections in counting problems.
Heading
Understanding Factorials: The Foundation
Examples
- 3! = 3 × 2 × 1 = 6
- 5! = 5 × 4 × 3 × 2 × 1 = 120
- 7! = 5,040 (useful for problems involving 7 objects)
Key Points
- Factorial n! = n × (n-1) × (n-2) × ... × 2 × 1
- 0! = 1 by mathematical convention
- Factorials are used in both permutation and combination formulas
- Factorials grow exponentially as numbers increase
Permutation is a mathematical technique used to count the number of ways to arrange objects where the order of arrangement is important. Think of it as organizing a line of students for a parade - changing the position of any student creates a completely different arrangement. The formula for permutation when selecting r objects from n total objects is nPr = n!/(n-r)!. This formula ensures we account for all possible arrangements while avoiding impossible selections (when r > n). Permutations are commonly used in situations involving rankings, seating arrangements, password creation, and any scenario where position or sequence matters.
Heading
Permutation: When Order Matters
Examples
- Arranging 3 books from 5 available: 5P3 = 5!/(5-3)! = 60 ways
- Selecting president, vice president, and secretary from 10 candidates: 10P3 = 720 ways
- Creating 4-letter passwords from alphabet (no repetition): 26P4 = 358,800 ways
Key Points
- Permutation formula: nPr = n!/(n-r)!
- Order of arrangement is crucial
- Used when position or sequence matters
- Keywords: arrange, order, rank, sequence, line up
Combination is a counting technique used when we want to select objects from a group, but the order of selection is not important. Unlike permutation, combinations treat different arrangements of the same objects as identical. For example, selecting team members for a basketball team - whether you choose John first or Mary first doesn't matter; what matters is who is on the team. The combination formula is nCr = n!/(r!(n-r)!). Notice that this formula includes an additional r! in the denominator compared to permutation, which accounts for eliminating the different orders of the same selection.
Heading
Combination: When Order Doesn't Matter
Examples
- Choosing 3 artists from 10 for an art class: 10C3 = 120 ways
- Selecting 12 senators from 15 candidates: 15C12 = 455 ways
- Picking 5 students from 20 for a field trip: 20C5 = 15,504 ways
Key Points
- Combination formula: nCr = n!/(r!(n-r)!)
- Order of selection is not important
- Used for choosing groups or teams
- Keywords: choose, select, pick, group, committee
The fundamental difference between permutation and combination lies in whether order matters. In permutations, ABC and BAC are different arrangements, while in combinations, they represent the same selection. To decide which technique to use, ask yourself: 'Does changing the order create a different outcome?' If yes, use permutation; if no, use combination. Real-world applications help clarify this distinction: arranging books on a shelf requires permutation (order matters), while selecting books to read requires combination (order doesn't matter). Race positions use permutation (1st, 2nd, 3rd are different), while team selection uses combination (team members are equal).
Heading
Key Differences and Decision Making
Examples
- Password creation: Permutation (abc123 ≠ 123abc)
- Committee selection: Combination (same members, different order = same committee)
- Race rankings: Permutation (1st place ≠ 2nd place)
Key Points
- Permutation: Order matters (ABC ≠ BAC)
- Combination: Order doesn't matter (ABC = BAC)
- Ask: 'Does changing order create different outcomes?'
- Context clues in problems indicate which to use
Successful problem-solving in permutations and combinations requires careful reading and identification of key terms. Look for words like 'arrange,' 'order,' 'rank,' or 'sequence' to indicate permutation, and words like 'choose,' 'select,' 'pick,' or 'group' to suggest combination. Common mistakes include confusing when to use each technique, making calculation errors with factorials, and misinterpreting problem constraints. Always check if repetition is allowed, as this changes the approach entirely. Practice with various problem types helps build intuition for recognizing patterns and choosing the correct method.
Heading
Problem-Solving Strategies and Common Mistakes
Examples
- Director choosing 3 from 10 artists: Combination (no specific roles mentioned)
- Forming president-VP-secretary from candidates: Permutation (specific positions)
- Creating license plates: Consider if letters/numbers can repeat
Key Points
- Read problems carefully for key indicator words
- Check if repetition is allowed or forbidden
- Verify calculations by working backwards when possible
- Practice with different problem types to build intuition
Permutations and combinations appear frequently in Philippine competitive exams like UPCAT, CSE, and professional licensure tests. These concepts apply to probability calculations, statistical analysis, computer science algorithms, and business decision-making. In probability, combinations help calculate the number of favorable outcomes, while permutations determine total possible arrangements. Understanding these concepts also helps in advanced mathematics topics like binomial expansion and discrete mathematics. Regular practice with exam-style problems builds confidence and accuracy in identifying and solving counting problems efficiently.
Heading
Real-World Applications and Exam Preparation
Examples
- Probability problems: Finding favorable outcomes using combinations
- Computer passwords: Security analysis using permutations
- Business planning: Analyzing different team configurations
Key Points
- Essential for major Philippine competitive exams
- Foundation for probability and statistics
- Applications in computer science and business
- Building blocks for advanced mathematical concepts
Previous chapter
Word Problems — Speed/Distance/Age, Discount & Interest
Next chapter
Geometry — Perimeter, Area, Circumference & Volume
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.