Topic: Coordinate Geometry · Difficulty: Easy
Question: Find the distance between the points (0, 0) and (3, 4).
Answer: 5
5
Distance = √((x₂ − x₁)² + (y₂ − y₁)²) = √(3² + 4²) = √(9 + 16) = √25 = 5.
Coordinate geometry turns shapes into equations, so distances, midpoints and gradients can all be computed from coordinates alone.
Where it appears: Featured in CBSE Class 10–11, IGCSE and IB coordinate geometry topics.