Slope & Lines
The slope of a line measures its steepness: m = (y₂−y₁)/(x₂−x₁), the rise over the run. A positive slope rises left to right, a negative slope falls, a horizontal line has slope 0, and a vertical line has an undefined slope (the run is zero). Once you have a slope and any one point you can write the line in several equivalent forms, and CAT rewards picking the one that matches the data. Slope–intercept form y = mx + c is best when you know the slope and where the line crosses the y-axis. Two-point form, (y−y₁) = m(x−x₁), is the default when two points are given. Intercept form x/a + y/b = 1 is the fast route whenever a question talks about where the line meets the axes — a is the x-intercept, b the y-intercept. From the general form ax + by + c = 0 the slope is −a/b. The two relationships you must reach for instantly: parallel lines have equal slopes (m₁ = m₂), and perpendicular lines have slopes whose product is −1 (m₁·m₂ = −1, so each is the negative reciprocal of the other). These two conditions answer most CAT line questions in a single line of algebra.
✅ Solved examples
✏️ Practice — try these, take hints as needed
📝 Topic test — 8 questions
Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.
Formula Reference Sheet
Points, distance and division
| Distance between two points | d = √[(x₂−x₁)² + (y₂−y₁)²] |
|---|---|
| Midpoint of a segment | M = ((x₁+x₂)/2 , (y₁+y₂)/2) |
| Internal section (ratio m:n) | ((m·x₂+n·x₁)/(m+n) , (m·y₂+n·y₁)/(m+n)) |
| External section (ratio m:n) | ((m·x₂−n·x₁)/(m−n) , (m·y₂−n·y₁)/(m−n)) |
| Centroid of a triangle | ((x₁+x₂+x₃)/3 , (y₁+y₂+y₃)/3) |
Lines, slope and area
| Slope of a line | m = (y₂−y₁)/(x₂−x₁) |
|---|---|
| Slope–intercept form | y = mx + c |
| Two-point form | (y−y₁) = [(y₂−y₁)/(x₂−x₁)](x−x₁) |
| Intercept form | x/a + y/b = 1 |
| Parallel / perpendicular | parallel: m₁ = m₂ ; perpendicular: m₁·m₂ = −1 |
| Area of a triangle | ½|x₁(y₂−y₃) + x₂(y₃−y₁) + x₃(y₁−y₂)| |