Writing Linear Equations in Standard Form- Complete Guide

What Is Standard Form Anyway?

Standard form is one of three ways to write a linear equation. The format is:

Ax + By = C

That's it. A and B are integers (no fractions), and C is also an integer. A should be positive. If it's not, you multiply the whole equation by -1.

Most math teachers will mark you wrong if you leave negatives in front of A. Get used to moving them.

The Formula Breakdown

Let's look at Ax + By = C piece by piece:

Example: 3x + 5y = 20

Here A = 3, B = 5, and C = 20. All integers. A is positive. This is correctly in standard form.

Why Standard Form Exists

Slope-intercept form (y = mx + b) is great for graphing quickly. Point-slope form is great when you know a point and the slope.

Standard form shines when you need to find intercepts, work with integer coefficients, or solve systems of equations using elimination. Each form has its purpose.

Comparing the Three Forms

FormFormulaBest For
Slope-Intercepty = mx + bQuick graphing, identifying slope and y-intercept
Point-Slopey - y₁ = m(x - x₁)Writing equations from a point and slope
StandardAx + By = CFinding x and y intercepts, integer coefficients

How to Convert from Slope-Intercept to Standard Form

This is the most common conversion you'll do. Given y = mx + b, follow these steps:

  1. Move the mx term to the left side by subtracting it from both sides
  2. Clear any fractions by multiplying the entire equation
  3. Make sure A is positive (multiply by -1 if needed)

Example 1: No Fractions

Convert y = 2x + 7 to standard form.

Subtract 2x from both sides:

-2x + y = 7

Multiply by -1 so A is positive:

2x - y = -7

Example 2: With Fractions

Convert y = (3/4)x - 5 to standard form.

Subtract (3/4)x from both sides:

-(3/4)x + y = -5

Multiply everything by 4 to clear the fraction:

-3x + 4y = -20

Multiply by -1:

3x - 4y = 20

How to Convert from Point-Slope to Standard Form

Point-slope form is y - y₁ = m(x - x₁).

First expand it, then rearrange into Ax + By = C form.

Example

Convert y - 2 = 3(x - 4) to standard form.

Distribute the 3:

y - 2 = 3x - 12

Move everything to the left:

y - 2 - 3x + 12 = 0

Simplify:

-3x + y + 10 = 0

Rearrange to equal C:

-3x + y = -10

Multiply by -1:

3x - y = 10

Finding Intercepts the Easy Way

Standard form makes finding intercepts stupidly simple. That's probably why teachers love it.

Finding the X-Intercept

Set y = 0, then solve for x.

Example: 4x + 3y = 24

4x + 3(0) = 24

4x = 24

x = 6

The x-intercept is (6, 0).

Finding the Y-Intercept

Set x = 0, then solve for y.

4(0) + 3y = 24

3y = 24

y = 8

The y-intercept is (0, 8).

Two points. Draw a line between them. You're done.

Graphing from Standard Form

You already know the intercept method. Here's the step-by-step:

  1. Find the x-intercept (set y=0, solve)
  2. Find the y-intercept (set x=0, solve)
  3. Plot both intercepts
  4. Draw a line through them

Quick Example

Graph 2x + 5y = 10.

X-intercept: 2x = 10 → x = 5 → point (5, 0)

Y-intercept: 5y = 10 → y = 2 → point (0, 2)

Plot (5, 0) and (0, 2), connect them. Done in 30 seconds.

Common Mistakes That Cost You Points

Practice Problems

Convert these to standard form:

  1. y = -4x + 9
  2. y = (2/3)x + 1
  3. y - 3 = 2(x + 5)

Answers:

  1. 4x + y = 9
  2. 2x - 3y = -3 (multiply by 3, then by -1)
  3. 2x - y = -13

The Bottom Line

Standard form is Ax + By = C. Convert from other forms by moving terms and clearing fractions. Use it to find intercepts quickly. Always make A positive.

That's all you need. Practice the conversions until they're automatic.