CEUET Mathematics — Perimeter, Area, Volume & Equation of a LineSlides
Visual slide deck for Perimeter, Area, Volume & Equation of a Line. Perfect for reviewers who prefer seeing concepts laid out with diagrams and bullet points rather than long paragraphs. Built specifically for CEUET Mathematics aspirants preparing for the 2026 cycle.
Exam context
The Centro Escolar University Entrance Test is conducted by Centro Escolar University and is scheduled for Q3–Q4 2026. The Mathematics subtest is marked as "Core" in the official pattern, and Perimeter, Area, Volume & Equation of a Line appears in position 6th of 9 in the CEUET Mathematics review rotation. Passing mark: Competitive overall score. Recent CEUET 2026 papers have drawn roughly a meaningful share of questions from this subject.
Perimeter, Area, Volume & Equation of a Line - Slides
This chapter combines essential mensuration formulas (perimeter, area, volume) with the fundamentals of linear equations - a critical pairing that appears frequently in UPCAT and other major Philippine entrance exams. We'll master the formulas through step-by-step problem solving and learn to connect geometric concepts with coordinate plane analysis.
Slides
Chapter Overview: Mensuration and Linear Equations
This chapter covers two interconnected mathematical areas that frequently appear together in exam problems. Understanding both allows you to solve complex geometric problems using algebraic methods.
Notes
Start with this overview to see how all concepts connect. Each branch will be explored in detail through worked examples.
Topic
Chapter Introduction
Slide Id
S1
Visual Type
mermaid
Image Prompt
Slide Number
1
Mermaid Diagram
Code
mindmap root((Mensuration & Lines)) Perimeter Rectangle 2(l+w) Square 4s Circle 2πr Triangle a+b+c Area Rectangle lw Square s² Circle πr² Triangle ½bh Volume Cube s³ Cylinder πr²h Cone ⅓πr²h Sphere ⅘πr³ Line Equations Slope-intercept y=mx+b Point-slope y-y₁=m(x-x₁) Standard Ax+By=C Slope m=(y₂-y₁)/(x₂-x₁)
Type
mermaid_mindmap
Description
Mind map showing the main categories of formulas and concepts covered in this chapter
Perimeter: Distance Around a Figure
Think of perimeter as the length of fence needed to enclose a shape. It's always a one-dimensional measurement, so units are never squared or cubed.
Notes
Remember: perimeter is always about the boundary. Never use squared units for perimeter answers.
Topic
Perimeter Fundamentals
Slide Id
S2
Visual Type
mermaid
Image Prompt
Slide Number
2
Mermaid Diagram
Code
flowchart TD A[Given Shape] --> B{What type?} B -->|Rectangle| C[P = 2(l + w)] B -->|Square| D[P = 4s] B -->|Triangle| E[P = a + b + c] B -->|Circle| F[P = 2πr or πd] B -->|Regular Polygon| G[P = n × s] C --> H[fa:fa-calculator Calculate] D --> H E --> H F --> H G --> H H --> I[fa:fa-check Answer in linear units]
Type
mermaid_flowchart
Description
Decision flowchart for choosing the correct perimeter formula based on shape type
Perimeter Problem Solving: Step-by-Step Method
Let's work through a complete perimeter problem using our systematic approach.
Notes
Always follow this systematic approach. Most errors occur in Steps 1 and 2 when students misidentify the shape or choose the wrong formula.
Topic
Perimeter Problem Solving
Slide Id
S3
Visual Type
mermaid
Image Prompt
Slide Number
3
Mermaid Diagram
Code
flowchart TD A[fa:fa-book Read Problem] --> B[fa:fa-eye Identify Shape] B --> C[fa:fa-tag Label Measurements] C --> D[fa:fa-formula Choose Formula] D --> E[fa:fa-calculator Substitute Values] E --> F[fa:fa-check Calculate Result] F --> G{Units Correct?} G -->|Yes| H[fa:fa-star Final Answer] G -->|No| I[fa:fa-warning Fix Units] I --> H
Type
mermaid_flowchart
Description
Step-by-step problem-solving process for perimeter calculations
Area: Surface Coverage of a Figure
Area is a two-dimensional measurement. Imagine covering a floor with square tiles - area tells you how many tiles you need.
Notes
Key difference from perimeter: area uses squared units and measures the inside of a shape, not the boundary.
Topic
Area Fundamentals
Slide Id
S4
Visual Type
mermaid
Image Prompt
Slide Number
4
Mermaid Diagram
Code
flowchart TD A[Given Shape] --> B{Shape Type?} B -->|Rectangle| C[A = l × w] B -->|Square| D[A = s²] B -->|Triangle| E[A = ½ × b × h] B -->|Circle| F[A = π × r²] B -->|Parallelogram| G[A = b × h] B -->|Trapezoid| H[A = ½(b₁+b₂) × h] C --> I[fa:fa-calculator Calculate] D --> I E --> I F --> I G --> I H --> I I --> J[fa:fa-check Answer in square units]
Type
mermaid_flowchart
Description
Decision tree for selecting the appropriate area formula
Triangle Area: Multiple Methods
Triangles have multiple area formulas. Use the base-height formula when possible, but Heron's formula when you only know the three sides.
Notes
Heron's formula is more complex but essential when height isn't given. Practice both methods thoroughly.
Topic
Triangle Area Methods
Slide Id
S5
Visual Type
mermaid
Image Prompt
Slide Number
5
Mermaid Diagram
Code
flowchart TD A[Triangle Area Problem] --> B{Given Information?} B -->|Base and Height| C[Use A = ½bh] B -->|Three Sides Only| D[Use Heron's Formula] C --> E[fa:fa-calculator A = ½ × b × h] D --> F[Calculate s = (a+b+c)/2] F --> G[fa:fa-calculator A = √[s(s-a)(s-b)(s-c)]] E --> H[fa:fa-check Final Answer] G --> H
Type
mermaid_flowchart
Description
Decision process for choosing the correct triangle area formula
Volume: Space Inside a 3D Solid
Volume is three-dimensional. Imagine filling a container with water - volume tells you how much water fits inside.
Notes
Remember the ⅓ factor for cones and pyramids - this is a very common exam trap. Volume always uses cubic units.
Topic
Volume Fundamentals
Slide Id
S6
Visual Type
mermaid
Image Prompt
Slide Number
6
Mermaid Diagram
Code
flowchart TD A[3D Solid] --> B{Shape Type?} B -->|Cube| C[V = s³] B -->|Rectangular Prism| D[V = l × w × h] B -->|Cylinder| E[V = π × r² × h] B -->|Cone| F[V = ⅓ × π × r² × h] B -->|Sphere| G[V = ⅘ × π × r³] B -->|Pyramid| H[V = ⅓ × base area × h] C --> I[fa:fa-calculator Calculate] D --> I E --> I F --> I G --> I H --> I I --> J[fa:fa-check Answer in cubic units]
Type
mermaid_flowchart
Description
Volume formula selection guide for common 3D shapes
Common Volume Mistakes and How to Avoid Them
These are the most frequent errors students make in volume calculations. Recognizing them helps you avoid losing marks on exam day.
Notes
Study these mistakes carefully. In high-pressure exam situations, these are exactly the errors that cost students marks.
Topic
Volume Error Prevention
Slide Id
S7
Visual Type
mermaid
Image Prompt
Slide Number
7
Mermaid Diagram
Code
flowchart TD A[fa:fa-warning Common Volume Mistakes] --> B[Forgot ⅓ factor] A --> C[Used diameter as radius] A --> D[Wrong units] A --> E[Confused dimensions] B --> F[fa:fa-lightbulb Remember: Cones and pyramids always have ⅓] C --> G[fa:fa-lightbulb Always divide diameter by 2] D --> H[fa:fa-lightbulb Volume needs cubic units] E --> I[fa:fa-lightbulb Label your diagram clearly] F --> J[fa:fa-check Avoid the mistake] G --> J H --> J I --> J
Type
mermaid_flowchart
Description
Common volume calculation errors and their prevention strategies
Equation of a Line: Three Essential Forms
A straight line can be written in multiple ways. UPCAT problems switch between these forms, so you must be comfortable with all three.
Notes
Master all three forms. Exam problems often give you one form and ask for another, or ask you to choose the most convenient form for a specific task.
Topic
Linear Equation Forms
Slide Id
S8
Visual Type
mermaid
Image Prompt
Slide Number
8
Mermaid Diagram
Code
flowchart TD A[Line Equation] --> B[Slope-Intercept y = mx + b] A --> C[Point-Slope y - y₁ = m(x - x₁)] A --> D[Standard Ax + By = C] B --> E[Easy to graph] B --> F[Shows slope m and y-intercept b] C --> G[Use when given point and slope] C --> H[Convert to other forms] D --> I[Find x and y intercepts easily] D --> J[General form for any line]
Type
mermaid_flowchart
Description
The three main forms of linear equations and their primary uses
Finding Slope: Rise Over Run
Slope measures how steep a line is. It's the key to understanding linear relationships and is essential for all line equations.
Notes
Be careful with the order of subtraction - keep the same point order in both numerator and denominator. Slope tells you the direction and steepness of a line.
Topic
Slope Calculation
Slide Id
S9
Visual Type
mermaid
Image Prompt
Slide Number
9
Mermaid Diagram
Code
flowchart TD A[Two Points (x₁,y₁) and (x₂,y₂)] --> B[Apply Slope Formula] B --> C[m = (y₂ - y₁)/(x₂ - x₁)] C --> D[Calculate numerator: y₂ - y₁] C --> E[Calculate denominator: x₂ - x₁] D --> F[fa:fa-calculator Divide to get slope] E --> F F --> G{Slope Value?} G -->|Positive| H[fa:fa-arrow-up Line rises left to right] G -->|Negative| I[fa:fa-arrow-down Line falls left to right] G -->|Zero| J[Horizontal line] G -->|Undefined| K[Vertical line]
Type
mermaid_flowchart
Description
Step-by-step process for calculating slope and interpreting its meaning
Writing Line Equations: Step-by-Step Process
The key is identifying what information you have and choosing the most efficient path to the equation.
Notes
Practice identifying what information you have - this determines your strategy. The most common path is: find slope, then use point-slope form.
Topic
Writing Line Equations
Slide Id
S10
Visual Type
mermaid
Image Prompt
Slide Number
10
Mermaid Diagram
Code
flowchart TD A[Given Information] --> B{What do you have?} B -->|Two Points| C[Find slope: m = (y₂-y₁)/(x₂-x₁)] B -->|Slope & y-intercept| D[Use y = mx + b directly] B -->|Slope & One Point| E[Use y - y₁ = m(x - x₁)] C --> F[Pick either point] F --> G[Use point-slope form] G --> H[Simplify if needed] D --> H E --> H H --> I[fa:fa-check Final equation]
Type
mermaid_flowchart
Description
Decision tree for writing line equations based on given information
Parallel and Perpendicular Lines
Understanding line relationships is crucial for coordinate geometry problems. These relationships help solve complex geometric problems algebraically.
Notes
The negative reciprocal rule is key for perpendicular lines. If original slope is a/b, the perpendicular slope is -b/a.
Topic
Line Relationships
Slide Id
S11
Visual Type
mermaid
Image Prompt
Slide Number
11
Mermaid Diagram
Code
flowchart TD A[Given Line with slope m₁] --> B{Want parallel or perpendicular?} B -->|Parallel| C[New slope m₂ = m₁] B -->|Perpendicular| D[New slope m₂ = -1/m₁] C --> E[Lines never intersect] D --> F[Lines intersect at 90°] C --> G[Use m₂ with given point to write equation] D --> G G --> H[fa:fa-check Final equation]
Type
mermaid_flowchart
Description
Process for finding equations of parallel and perpendicular lines
Distance and Midpoint Formulas
These formulas connect coordinate geometry with mensuration concepts. They're frequently used in combination with area and perimeter problems.
Notes
Distance formula comes from Pythagorean theorem. Midpoint is simply averaging coordinates. Both are essential for coordinate geometry problems.
Topic
Distance and Midpoint
Slide Id
S12
Visual Type
mermaid
Image Prompt
Slide Number
12
Mermaid Diagram
Code
flowchart TD A[Two Points (x₁,y₁) and (x₂,y₂)] --> B{Need distance or midpoint?} B -->|Distance| C[d = √[(x₂-x₁)² + (y₂-y₁)²]] B -->|Midpoint| D[M = ((x₁+x₂)/2, (y₁+y₂)/2)] C --> E[Calculate differences] E --> F[Square the differences] F --> G[Add squares and take square root] D --> H[Average the x-coordinates] D --> I[Average the y-coordinates] G --> J[fa:fa-check Distance result] H --> K[fa:fa-check Midpoint coordinates] I --> K
Type
mermaid_flowchart
Description
Step-by-step process for calculating distance and midpoint between two points
Composite Figures: Breaking Down Complex Shapes
Real-world problems often involve complex shapes. The key is recognizing that any complex shape can be broken into rectangles, triangles, circles, and other basic shapes.
Notes
Always sketch and label the problem. Most composite figure mistakes happen when students don't clearly identify which shapes to add and which to subtract.
Topic
Composite Figures
Slide Id
S13
Visual Type
mermaid
Image Prompt
Slide Number
13
Mermaid Diagram
Code
flowchart TD A[Complex Shape] --> B[fa:fa-eye Identify basic shapes] B --> C[Label all dimensions] C --> D{Shape combination?} D -->|Shapes added together| E[Calculate each area] D -->|Shape has holes/removed parts| F[Calculate total minus removed] E --> G[Add all positive areas] F --> H[Subtract negative areas] G --> I[fa:fa-check Final answer] H --> I
Type
mermaid_flowchart
Description
Strategy for solving composite figure problems by breaking them into basic shapes
Exam Strategy: Units and Common Traps
Unit errors are among the most common mistakes on entrance exams. These simple checks can save you valuable marks.
Notes
Make unit checking your final step for every mensuration problem. It's an easy way to catch mistakes and ensure full marks.
Topic
Units and Exam Strategy
Slide Id
S14
Visual Type
mermaid
Image Prompt
Slide Number
14
Mermaid Diagram
Code
flowchart TD A[fa:fa-warning Exam Day Units Check] --> B{What are you finding?} B -->|Perimeter| C[fa:fa-ruler Linear units: cm, m, km] B -->|Area| D[fa:fa-square Square units: cm², m², km²] B -->|Volume| E[fa:fa-cube Cubic units: cm³, m³, L] C --> F{Mixed units?} D --> F E --> F F -->|Yes| G[fa:fa-warning Convert to same unit first] F -->|No| H[fa:fa-check Proceed with calculation] G --> H H --> I[fa:fa-star Final answer with correct units]
Type
mermaid_flowchart
Description
Unit checking strategy to avoid common measurement mistakes
Chapter Summary: Key Formulas and Concepts
This chapter combines geometric measurements with algebraic thinking - a powerful combination that appears frequently in entrance exams. Regular practice with worked examples is the key to mastery.
Notes
Review this summary regularly. Focus extra practice time on areas where you make the most mistakes. Remember: consistent practice with step-by-step solutions leads to exam success.
Topic
Chapter Review
Slide Id
S15
Visual Type
mermaid
Image Prompt
Slide Number
15
Mermaid Diagram
Code
mindmap root((Chapter Mastery)) Formula Knowledge Memorize all formulas Understand when to apply each Practice mixed problems Problem Solving Break complex shapes down Check units carefully Show all work clearly Line Equations Master all three forms Find slopes accurately Understand line relationships Exam Success Practice regularly Check answers Manage time effectively
Type
mermaid_mindmap
Description
Key areas to focus on for mastering this chapter's concepts
References
- Philippine UPCAT Mathematics Syllabus
- Coordinate Geometry and Mensuration Standards
- Major Philippine University Entrance Exam Guidelines (UPCAT, ACET, USTET)
- Secondary Mathematics Curriculum Guide - Philippines Department of Education
In summary
This chapter has equipped you with essential mensuration formulas and linear equation skills that form the foundation for more advanced mathematical concepts. The combination of geometric measurement with algebraic thinking is particularly powerful for solving real-world problems. Remember to always follow the step-by-step approach, check your units carefully, and practice regularly with varied problems. These skills will serve you well not only in UPCAT but throughout your mathematical education. Keep practicing, stay systematic in your approach, and you'll master these concepts with confidence.
Ready to practise for the CEUET 2026?
Super Tutor's AI review plan adapts to your weak areas and builds a weekly practice schedule around your target CEUET exam date.