Equations of Lines
The most useful form on the GRE is slope-intercept form, y = mx + b, because you can read the slope m and the y-intercept b directly. To build a line's equation you need a slope and one point: find m, then substitute the point's coordinates to solve for b. To find where two lines cross, set their equations equal (or solve the system) — the intersection is the point satisfying both. Intercepts are quick: set y = 0 to find the x-intercept, set x = 0 to find the y-intercept. When an equation arrives in the form Ax + By = C, rearranging to y = mx + b makes the slope and intercept visible. Watch for the special cases: y = k is a horizontal line (slope 0) and x = k is a vertical line (undefined slope) — these are not in y = mx + b form, and mislabelling their slopes is a frequent GRE trap.
✅ 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) |