Linear Equations in Standard Form- Writing and Solving
What Is Standard Form?
Standard form for a linear equation looks like this:
Ax + By = C
That's it. No slope, no y-intercept visible at first glance. Just A, B, and C — integers, usually positive, with A and B not both zero.
The letters mean:
- A = coefficient of x (usually positive integer)
- B = coefficient of y (usually positive or negative integer)
- C = constant term (the number alone, no variable)
Example: 3x + 4y = 12
Here A = 3, B = 4, and C = 12.
Why Standard Form Exists
Slope-intercept form (y = mx + b) is great for graphing quickly. Standard form exists for different reasons:
- Finding x and y intercepts becomes trivial
- Comparing equations side-by-side is cleaner
- Systems of equations solve more easily
- Integer coefficients make mental math less painful
You need both forms. Standard form isn't better — it's just useful for specific jobs.
Converting From Slope-Intercept to Standard Form
If you have y = mx + b, converting takes three steps.
The Process
Starting equation: y = 2x + 5
Step 1: Move the x term to the left side.
-2x + y = 5
Step 2: Multiply or divide to make A positive (if needed).
Multiply everything by -1:
2x - y = -5
Step 3: Check that A is positive and both A, B are integers.
Done. 2x - y = -5 is the standard form.
Another Example
Convert y = (-3/4)x + 2 to standard form.
First, eliminate the fraction. Multiply every term by 4:
4y = -3x + 8
Move -3x to the left side:
3x + 4y = 8
Done. No fractions, A is positive, all integers.
Finding Intercepts in Standard Form
Intercepts are where the line crosses the axes. Standard form makes finding them effortless.
X-Intercept
Set y = 0 and solve for x.
Equation: 3x + 4y = 12
3x + 4(0) = 12
3x = 12
x = 4
X-intercept is (4, 0).
Y-Intercept
Set x = 0 and solve for y.
3(0) + 4y = 12
4y = 12
y = 3
Y-intercept is (0, 3).
Plot both intercepts, draw a line through them. That's your graph.
Graphing Standard Form Equations
Two methods work here. Pick the one that suits you.
Method 1: Intercept Method
- Find x-intercept (set y=0, solve for x)
- Find y-intercept (set x=0, solve for y)
- Plot both points
- Connect with a straight line
This is the fastest method for most equations.
Method 2: Solve for y First
Convert to slope-intercept form, then graph normally.
3x + 2y = 8
Solve for y:
2y = -3x + 8
y = (-3/2)x + 4
Now you have slope (-3/2) and y-intercept (4). Graph from there.
Converting From Point-Slope to Standard Form
Point-slope form: y - y₁ = m(x - x₁)
Convert y - 3 = 2(x - 1) to standard form.
Step 1: Distribute the slope.
y - 3 = 2x - 2
Step 2: Collect all terms on one side.
-2x + y - 3 = -2
-2x + y = 1
Step 3: Make A positive.
2x - y = -1
Done.
Solving Systems in Standard Form
Standard form shows its strength when solving systems of equations.
System:
2x + 3y = 12
x - y = 1
Elimination Method
Multiply the second equation by 3:
x - y = 1 becomes 3x - 3y = 3
Add to the first equation:
2x + 3y = 12
+ 3x - 3y = 3
5x = 15
x = 3
Substitute back:
3 - y = 1
y = 2
Solution: (3, 2)
Common Mistakes to Avoid
- Leaving fractions — multiply through to clear them before declaring victory
- Forgetting to make A positive — negative A is technically allowed but conventions require positive
- Not checking your intercepts — always verify by plugging back in
- Rushing the conversion — distribute carefully, collect like terms, then simplify
Quick Reference: Forms of Linear Equations
| Form | Equation | Best Used For |
|---|---|---|
| Standard | Ax + By = C | Intercepts, systems, integer work |
| Slope-Intercept | y = mx + b | Graphing quickly, reading slope |
| Point-Slope | y - y₁ = m(x - x₁) | Writing equations from a point |
| Two-Point | (y - y₁) = [(y₂ - y₁)/(x₂ - x₁)](x - x₁) | Writing equations from two points |
How To: Convert and Graph in 5 Minutes
Let's walk through a complete example.
Given: y = (1/2)x - 3
Goal: Convert to standard form and graph using intercepts.
Step 1: Eliminate the fraction. Multiply everything by 2.
2y = x - 6
Step 2: Move x to the left side.
-x + 2y = -6
Step 3: Make A positive by multiplying by -1.
x - 2y = 6
Standard form: x - 2y = 6
Step 4: Find x-intercept (set y=0).
x - 2(0) = 6
x = 6 → Point: (6, 0)
Step 5: Find y-intercept (set x=0).
0 - 2y = 6
-2y = 6
y = -3 → Point: (0, -3)
Step 6: Plot (6, 0) and (0, -3), draw the line.
That's the entire process. Takes about two minutes once you know the steps.
Practice Problems
Convert these to standard form:
- y = 3x + 7
- y = (-2/3)x + 4
- y - 5 = 4(x + 2)
Answers:
- 3x - y = -7
- 2x + 3y = 12
- 4x - y = -13