Slope & Intercepts
Slope measures steepness and direction: m = (y₂ − y₁)/(x₂ − x₁), often said as "rise over 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, so you would divide by zero). Keep the point order consistent — subtract the y-values and the x-values in the same order — or a sign error creeps in. The y-intercept is where the line crosses the y-axis (x = 0), and the x-intercept is where it crosses the x-axis (y = 0). In the form y = mx + b, m is the slope and b is the y-intercept, which is why that form is so useful on the GRE. Two facts unlock most line questions: parallel lines have equal slopes, and perpendicular lines have slopes whose product is −1 (they are negative reciprocals, like 2 and −1/2).
✅ 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 & midpoint
| Distance between two points | d = √[ (x₂ − x₁)² + (y₂ − y₁)² ] |
|---|---|
| Midpoint | M = ( (x₁ + x₂)/2 , (y₁ + y₂)/2 ) |
| Slope | m = (y₂ − y₁) / (x₂ − x₁) |
Lines & parabolas
| Slope-intercept form | y = mx + b (b = y-intercept) |
|---|---|
| Parallel lines | same slope: m₁ = m₂ |
| Perpendicular lines | m₁ × m₂ = −1 |
| x-intercept | set y = 0 and solve for x |
| Parabola (vertex form) | y = a(x − h)² + k, vertex (h, k) |