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

Civil Service Exam (Subprofessional) Numerical AbilityFractions — Operations, Conversion & ComparisonSlides

Presentation-style slides for Fractions — Operations, Conversion & Comparison — the fastest way to cover the chapter if you are reviewing on your phone between classes or shifts. Covers everything Civil Service Commission (CSC) tests on this chapter in the Civil Service Exam (Subprofessional) Numerical Ability subtest.

Exam context

Civil Service Commission (CSC) runs the Career Service Examination — Subprofessional Level on Bi-annual — March and August 2026. Its Numerical Ability section sits under a "~25% weightage" weighting, and Fractions — Operations, Conversion & Comparison is the 2nd chapter in the 9-chapter Civil Service Exam (Subprofessional) Numerical Ability rotation. The Civil Service Exam (Subprofessional) passing mark is 80%, and the most recent 2026 paper drew about 17 questions from Numerical Ability.

Fractions — Operations, Conversion & Comparison - Slides

This chapter covers the fundamental concepts of fractions, including different types of fractions, operations (addition, subtraction, multiplication, division), conversion between different fraction forms, and comparison of fractions. These skills are essential for success in the Civil Service Examination and other Philippine standardized tests, and form the foundation for more advanced mathematical concepts.

Slides

Introduction to Fractions

Fractions are fundamental mathematical expressions that show how many parts of a whole we have. The numerator tells us how many parts we're considering, while the denominator tells us how many equal parts the whole is divided into. Mastering fractions is crucial for success in Philippine standardized exams.

Notes

This overview slide introduces students to the comprehensive nature of fraction operations and their importance in Philippine examinations.

Topic

Introduction

Slide Id

S1

Visual Type

mermaid

Image Prompt

Slide Number

1

Mermaid Diagram

Code

mindmap root((Fractions)) Types Proper Improper Mixed Operations Addition Subtraction Multiplication Division Conversions Mixed to Improper Improper to Mixed Fraction to Decimal Comparisons Same Denominator Different Denominator Ordering

Type

mermaid_mindmap

Description

Mind map showing the main topics covered in the fractions chapter

Types of Fractions

Understanding the three types of fractions is crucial for performing operations correctly. Proper fractions represent parts less than a whole, improper fractions represent one or more wholes, and mixed fractions combine whole numbers with fractional parts.

Notes

Students should memorize these definitions as they frequently appear in Civil Service Exam questions.

Topic

Types of Fractions

Slide Id

S2

Visual Type

mermaid

Image Prompt

Slide Number

2

Mermaid Diagram

Code

flowchart TD A[Fraction Types] --> B[Proper Fraction] A --> C[Improper Fraction] A --> D[Mixed Fraction] B --> E[Numerator < Denominator] B --> F[Value < 1] C --> G[Numerator >= Denominator] C --> H[Value >= 1] D --> I[Whole Number + Proper Fraction] D --> J[Example: 2 1/3]

Type

mermaid_flowchart

Description

Flowchart showing the classification and characteristics of different fraction types

Equivalent Fractions

Equivalent fractions are different ways of expressing the same value. This concept is fundamental for fraction operations and simplification. The key rule is that both numerator and denominator must be multiplied or divided by the same number.

Notes

Emphasize that students must always apply the same operation to both numerator and denominator.

Topic

Equivalent Fractions

Slide Id

S3

Visual Type

mermaid

Image Prompt

Slide Number

3

Mermaid Diagram

Code

flowchart LR A[1/2] -->|×2| B[2/4] B -->|×3/2| C[3/6] C -->|×4/3| D[4/8] D -->|×5/4| E[5/10] F[Original Fraction] --> G{Operation} G -->|Multiply| H[×same number to top and bottom] G -->|Divide| I[÷same number to top and bottom]

Type

mermaid_flowchart

Description

Flowchart showing how equivalent fractions are created through multiplication and division

Simplifying Fractions to Lowest Terms

Simplifying fractions makes them easier to understand and work with. The goal is to find the smallest possible numerator and denominator that represent the same value. This is often required in exam answers.

Notes

Students should practice both methods and choose the one they find easier for exam conditions.

Topic

Simplifying Fractions

Slide Id

S4

Visual Type

mermaid

Image Prompt

Slide Number

4

Mermaid Diagram

Code

flowchart TD A[Original Fraction] --> B{Find GCF} B --> C[Divide numerator by GCF] B --> D[Divide denominator by GCF] C --> E[New Numerator] D --> F[New Denominator] E --> G[Simplified Fraction] F --> G H[Alternative: Divide by 2,3,5,7...] --> I{Can both be divided?} I -->|Yes| J[Divide both] I -->|No| K[Fraction is simplified] J --> I

Type

mermaid_flowchart

Description

Flowchart showing two methods for simplifying fractions to lowest terms

Converting Mixed to Improper Fractions

Converting mixed fractions to improper fractions is essential for multiplication and division operations. The process combines the whole number portion with the fractional portion into a single fraction.

Notes

This conversion is frequently needed in Civil Service Exam word problems involving multiplication and division.

Topic

Mixed to Improper Conversion

Slide Id

S5

Visual Type

mermaid

Image Prompt

Slide Number

5

Mermaid Diagram

Code

flowchart TD A[Mixed Fraction: a b/c] --> B[Multiply: whole × denominator] B --> C[Add: product + numerator] C --> D[Result becomes new numerator] D --> E[Keep same denominator] E --> F[Improper Fraction] G[Example: 2 5/8] --> H[2 × 8 = 16] H --> I[16 + 5 = 21] I --> J[21/8]

Type

mermaid_flowchart

Description

Step-by-step flowchart for converting mixed fractions to improper fractions

Converting Improper to Mixed Fractions

Converting improper fractions to mixed fractions helps express answers in a more understandable form. This conversion is often required for final answers in examinations.

Notes

Students should practice long division to perform this conversion quickly during exams.

Topic

Improper to Mixed Conversion

Slide Id

S6

Visual Type

mermaid

Image Prompt

Slide Number

6

Mermaid Diagram

Code

flowchart TD A[Improper Fraction: a/b] --> B[Divide: a ÷ b] B --> C[Quotient = Whole Number] B --> D[Remainder = New Numerator] C --> E[Mixed Fraction] D --> E F[Same Denominator] --> E G[Example: 5/2] --> H[5 ÷ 2 = 2 R1] H --> I[2 1/2]

Type

mermaid_flowchart

Description

Step-by-step flowchart for converting improper fractions to mixed fractions

Adding Fractions with Same Denominators

When fractions have the same denominator, addition is straightforward because we're adding parts of the same-sized whole. Simply add the numerators and keep the common denominator.

Notes

This is often the first step students learn, and it builds confidence for more complex operations.

Topic

Addition - Same Denominators

Slide Id

S7

Visual Type

mermaid

Image Prompt

Slide Number

7

Mermaid Diagram

Code

flowchart TD A[Same Denominators] --> B[Add Numerators] B --> C[Keep Denominator] C --> D[Check if Simplifiable] D -->|Yes| E[Simplify] D -->|No| F[Final Answer] E --> F G[2/4 + 1/4] --> H[2 + 1 = 3] H --> I[3/4]

Type

mermaid_flowchart

Description

Process for adding fractions with the same denominators

Adding Fractions with Different Denominators

Adding fractions with different denominators requires finding a common denominator first. The LCD is the smallest number that both denominators can divide into evenly. This ensures we're adding parts of the same-sized whole.

Notes

Finding the LCD is crucial and often appears in Civil Service Exam questions.

Topic

Addition - Different Denominators

Slide Id

S8

Visual Type

mermaid

Image Prompt

Slide Number

8

Mermaid Diagram

Code

flowchart TD A[Different Denominators] --> B[Find LCD] B --> C[Convert to Equivalent Fractions] C --> D[Add Numerators] D --> E[Keep LCD as Denominator] E --> F[Simplify if Needed] G[3/4 + 1/5] --> H[LCD = 20] H --> I[15/20 + 4/20] I --> J[19/20]

Type

mermaid_flowchart

Description

Step-by-step process for adding fractions with different denominators

Subtracting Fractions

Fraction subtraction follows the same rules as addition. For same denominators, subtract numerators directly. For different denominators, convert to equivalent fractions with a common denominator first, then subtract.

Notes

Students often forget to convert whole numbers to fractions when subtracting from mixed numbers.

Topic

Subtraction of Fractions

Slide Id

S9

Visual Type

mermaid

Image Prompt

Slide Number

9

Mermaid Diagram

Code

flowchart TD A[Fraction Subtraction] --> B{Same Denominators?} B -->|Yes| C[Subtract Numerators] B -->|No| D[Find LCD] C --> E[Keep Denominator] D --> F[Convert to Equivalent] F --> G[Subtract Numerators] G --> H[Keep LCD] E --> I[Simplify] H --> I

Type

mermaid_flowchart

Description

Decision flowchart for subtracting fractions based on denominator similarity

Multiplying Fractions

Multiplication of fractions is straightforward - multiply across. Unlike addition and subtraction, there's no need to find common denominators. This operation often represents finding a fraction 'of' another quantity.

Notes

Multiplication is often used in word problems involving finding parts of quantities.

Topic

Multiplication of Fractions

Slide Id

S10

Visual Type

mermaid

Image Prompt

Slide Number

10

Mermaid Diagram

Code

flowchart TD A[a/b × c/d] --> B[Multiply Numerators: a × c] A --> C[Multiply Denominators: b × d] B --> D[Result: ac/bd] C --> D D --> E{Can Simplify?} E -->|Yes| F[Divide by GCF] E -->|No| G[Final Answer] F --> G

Type

mermaid_flowchart

Description

Process for multiplying fractions and simplifying the result

Dividing Fractions - Reciprocal Method

Dividing fractions uses the reciprocal method. Instead of dividing by a fraction, multiply by its reciprocal (flipped version). This transforms the division problem into a multiplication problem, which is easier to solve.

Notes

The 'Keep, Change, Flip' mnemonic helps students remember this important process.

Topic

Division of Fractions

Slide Id

S11

Visual Type

mermaid

Image Prompt

Slide Number

11

Mermaid Diagram

Code

flowchart TD A[a/b ÷ c/d] --> B[Keep First Fraction] A --> C[Change ÷ to ×] A --> D[Flip Second Fraction] B --> E[a/b] C --> F[×] D --> G[d/c] E --> H[a/b × d/c] F --> H G --> H H --> I[Multiply and Simplify]

Type

mermaid_flowchart

Description

Keep-Change-Flip method for dividing fractions using reciprocals

Comparing Fractions with Same Denominators

Comparing fractions with the same denominator is straightforward because they represent parts of identically-sized wholes. Simply compare the numerators - the fraction with the larger numerator is greater.

Notes

This is the foundation for understanding fraction comparison and ordering.

Topic

Comparing Same Denominators

Slide Id

S12

Visual Type

mermaid

Image Prompt

Slide Number

12

Mermaid Diagram

Code

flowchart TD A[Same Denominators] --> B[Compare Numerators] B --> C{Which is larger?} C -->|First| D[First fraction is greater] C -->|Second| E[Second fraction is greater] C -->|Equal| F[Fractions are equal] G[Example: 3/8 vs 5/8] --> H[Compare 3 vs 5] H --> I[5 > 3, so 5/8 > 3/8]

Type

mermaid_flowchart

Description

Process for comparing fractions with the same denominators

Comparing Fractions with Different Denominators

Comparing fractions with different denominators requires converting them to equivalent fractions with a common denominator, or using cross multiplication. This allows fair comparison of the fractional values.

Notes

Cross multiplication is often faster for simple comparisons in exam conditions.

Topic

Comparing Different Denominators

Slide Id

S13

Visual Type

mermaid

Image Prompt

Slide Number

13

Mermaid Diagram

Code

flowchart TD A[Different Denominators] --> B{Choose Method} B -->|LCD Method| C[Find LCD] B -->|Cross Multiply| D[a/b vs c/d] C --> E[Convert to Equivalent] E --> F[Compare Numerators] D --> G[Compare a×d with b×c] F --> H[Determine Relationship] G --> H

Type

mermaid_flowchart

Description

Two methods for comparing fractions with different denominators

Converting Fractions to Decimals

Converting fractions to decimals helps with comparisons and calculations. The division method works for all fractions, while the equivalent fraction method works well for fractions that can be converted to denominators of 10, 100, or 1000.

Notes

Decimal conversion is essential for percentage problems in Civil Service Exams.

Topic

Fraction to Decimal Conversion

Slide Id

S14

Visual Type

mermaid

Image Prompt

Slide Number

14

Mermaid Diagram

Code

flowchart TD A[Fraction to Decimal] --> B{Choose Method} B -->|Division| C[Numerator ÷ Denominator] B -->|Equivalent| D[Convert to 10, 100, 1000] C --> E[Decimal Result] D --> F[Count Zeros] F --> G[Place Decimal Point] G --> E H[Example: 3/10] --> I[3 with 1 zero = 0.3]

Type

mermaid_flowchart

Description

Two methods for converting fractions to decimal form

Word Problems with Fractions

Fraction word problems are common in Civil Service Exams. Success requires identifying the operation needed, setting up the problem correctly, and performing calculations accurately. Key phrases help determine which operation to use.

Notes

Practice identifying key words and setting up equations systematically for exam success.

Topic

Word Problems

Slide Id

S15

Visual Type

mermaid

Image Prompt

Slide Number

15

Mermaid Diagram

Code

flowchart TD A[Word Problem] --> B[Identify Key Words] B --> C{Operation Type} C -->|of| D[Multiply] C -->|what part| E[Divide] C -->|total/combined| F[Add/Subtract] D --> G[Set up Equation] E --> G F --> G G --> H[Calculate] H --> I[Simplify Answer] I --> J[Check Reasonableness]

Type

mermaid_flowchart

Description

Problem-solving process for fraction word problems

Common Fraction Mistakes to Avoid

Understanding common mistakes helps avoid errors in examinations. These mistakes are frequently made under time pressure, so being aware of them is crucial for exam success.

Notes

Review these mistakes before exams to avoid losing points on careless errors.

Topic

Common Mistakes

Slide Id

S16

Visual Type

mermaid

Image Prompt

Slide Number

16

Mermaid Diagram

Code

flowchart TD A[Common Mistakes] --> B[Adding Denominators] A --> C[Forgetting LCD] A --> D[Not Flipping for Division] A --> E[Not Simplifying] B --> F[fa:fa-times Wrong Approach] C --> G[fa:fa-times Incorrect Result] D --> H[fa:fa-times Wrong Operation] E --> I[fa:fa-times Incomplete Answer] F --> J[fa:fa-check Use Correct Method] G --> J H --> J I --> J

Type

mermaid_flowchart

Description

Common fraction mistakes and their corrections

Chapter Summary and Key Takeaways

Mastery of fractions is crucial for success in the Civil Service Examination and forms the foundation for more advanced mathematical concepts. Regular practice with all types of problems will build the speed and accuracy needed for exam success.

Notes

Students should review this summary regularly and practice all operation types to achieve exam readiness.

Topic

Chapter Summary

Slide Id

S17

Visual Type

mermaid

Image Prompt

Slide Number

17

Mermaid Diagram

Code

mindmap root((Fraction Mastery)) Types Proper Improper Mixed Operations Addition Same denominators Different denominators Subtraction Same process as addition Multiplication Multiply across Division Keep Change Flip Skills Converting Comparing Simplifying Word Problems

Type

mermaid_mindmap

Description

Comprehensive mind map summarizing all fraction concepts and operations

References

  • Civil Service Institute Civil Service Complete Exam Reviewer - Numerical Ability Section
  • NCV Civil Service Examination Reviewer - Numerical Ability
  • Philippine Civil Service Commission Examination Guidelines
  • UPCAT, CSE, LET, NLE, NMAT, ACET, USTET Examination Syllabi

In summary

This comprehensive study of fractions provides the foundation needed for success in the Civil Service Examination and other Philippine standardized tests. Students should practice regularly with all types of fraction problems, from basic operations to complex word problems. Mastery of these concepts will not only help in examinations but also in practical daily applications involving parts, proportions, and ratios.

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.