Free Algebra Guide

Standard Form Linear Equations: Ax + By = C

Learn how to read standard form, identify A, B, and C, find intercepts, graph a line using those intercepts, and convert linear equations into and out of standard form.

Standard form is one of the most common ways to write a linear equation. It is usually written as Ax + By = C, where A, B, and C are constants.

Standard form is especially useful when you want to identify coefficients, find x- and y-intercepts, graph a line using those intercepts, or compare linear equations in a consistent format.

A Common Linear Equation Form

What Is Standard Form?

Standard form writes a linear equation with the x-term and y-term on one side of the equation and a constant on the other.

Standard Form Ax + By = C

The letters A, B, and C represent numbers. The variables x and y remain variables because the equation describes an entire line rather than one single point.

Ax

The x-Term

A multiplies x. The value of A may be positive or negative while you are working, although final standard form is usually written with A positive.

By

The y-Term

B multiplies y. Its sign is part of the coefficient, so a term such as −3y means B = −3.

C

The Constant

C is the number on the opposite side of the equals sign from the variable terms.

Linear

Represents a Line

Every ordered pair that satisfies the equation lies on the same straight line.

Example

3x + 2y = 12

Here, A = 3, B = 2, and C = 12.

Standard form keeps the variable terms together: x-term + y-term = constant.

Read the Coefficients Carefully

What Do A, B, and C Mean?

To identify A, B, and C, compare the equation directly with:

Ax + By = C
Equation A B C
3x + 2y = 12 3 2 12
x + y = 5 1 1 5
4x − 3y = 8 4 −3 8
−2x + 5y = 15 −2 5 15

Do Not Lose the Sign

In:

5x − 4y = 20

B = −4, not 4. The negative sign belongs to the coefficient.

Implied Coefficients

If no number is written in front of a variable, the coefficient is 1.

x − y = 7

This means A = 1 and B = −1.

Write the Final Answer Consistently

Standard Form Conventions

Different textbooks may describe standard form slightly differently, but a common classroom convention is to write the final equation with integer coefficients, A positive, and no common factor shared by A, B, and C.

Rule 1

Use Integer Coefficients

Avoid fractional or decimal coefficients in the final standard-form equation.

Rule 2

Make A Positive

If the x coefficient is negative, multiply every term by −1.

Rule 3

Remove Common Factors

If A, B, and C share a common factor, divide every term by that factor.

Rule 4

Keep Variables on One Side

The x- and y-terms belong together, with the constant on the other side.

Example: Make A Positive

−3x − 2y = −12

Multiply every term by −1:

3x + 2y = 12

Now A is positive.

Example: Simplify a Common Factor

6x + 4y = 24

Every coefficient is divisible by 2:

3x + 2y = 12

The second equation is the simplified standard form.

A strong final check is: integers, A positive, and no common factor.

Set y Equal to Zero

How to Find the x-Intercept

The x-intercept is the point where the line crosses the x-axis. Every point on the x-axis has a y-coordinate of 0, so set y = 0 and solve for x.

Example 3x + 2y = 12
1. Set y = 0
Replace y with 0: 3x + 2(0) = 12 .
2. Simplify
The y-term disappears: 3x = 12 .
3. Solve for x
Divide by 3: x = 4 .
4. Write the point
The x-intercept is (4, 0).
x-Intercept (4, 0)

Why Does y = 0?

The x-axis consists of points whose y-coordinate is zero. That is why finding the x-intercept always begins by setting y = 0.

Set x Equal to Zero

How to Find the y-Intercept

The y-intercept is the point where the line crosses the y-axis. Every point on the y-axis has an x-coordinate of 0, so set x = 0 and solve for y.

Same Equation 3x + 2y = 12
1. Set x = 0
Replace x with 0: 3(0) + 2y = 12 .
2. Simplify
The x-term disappears: 2y = 12 .
3. Solve for y
Divide by 2: y = 6 .
4. Write the point
The y-intercept is (0, 6).
y-Intercept (0, 6)

A Useful Memory Trick

To find one intercept, set the other variable equal to zero. For the x-intercept set y = 0; for the y-intercept set x = 0.

Two Points Determine the Line

How to Graph Standard Form Using Intercepts

Once the x- and y-intercepts are known, graphing is straightforward. Plot both points and draw the straight line that passes through them.

Graph 3x + 2y = 12
x-Intercept (4, 0)
y-Intercept (0, 6)
Equation 3x + 2y = 12
1. Find the x-intercept
Set y = 0 to get (4, 0).
2. Find the y-intercept
Set x = 0 to get (0, 6).
3. Plot both points
Mark (4, 0) and (0, 6) on the coordinate plane.
4. Draw the line
Connect the two points with a straight line and extend it in both directions.
Standard form is especially convenient for graphing by intercepts because setting one variable equal to zero immediately removes one term.

Solve the Equation for y

How to Convert Standard Form to Slope-Intercept Form

To convert standard form into y = mx + b, isolate y. This makes the slope and y-intercept visible directly from the equation.

Start 3x + 2y = 12
1. Move the x-term
Subtract 3x from both sides: 2y = −3x + 12 .
2. Divide by B
Divide every term by 2: y = −3/2x + 6 .
3. Read m and b
The slope is −3/2 and the y-intercept is 6.
Slope-Intercept Form y = −3/2x + 6

Divide Every Term

When dividing by the coefficient of y, divide both the x-term and the constant. A common mistake is to divide only one term on the right side.

If B = 1, Stop

Consider:

x + y = 5

Move x to the other side:

y = −x + 5

y is already isolated. There is no reason to create an extra step just to divide everything by 1.

Move the Terms Into Ax + By = C

How to Convert Slope-Intercept Form to Standard Form

To convert from y = mx + b into standard form, move the x-term to the left side so the x- and y-terms are together.

Start y = 2x + 3
1. Move the x-term
Subtract 2x from both sides: −2x + y = 3 .
2. Make A positive
Multiply the entire equation by −1: 2x − y = −3 .
3. Check the coefficients
The coefficients are integers, A is positive, and there is no common factor.
Final Standard Form 2x − y = −3

Equivalent Forms Describe the Same Line

The equations y = 2x + 3 and 2x − y = −3 look different, but they represent the same line.

Use Integer Coefficients

How to Clear Fractions Before Writing Standard Form

If a slope-intercept equation contains fractions, clear the denominators before writing the final standard form.

Start y = −3/2x + 6
1. Identify the denominator
The denominator is 2.
2. Multiply every term by 2
2y = −3x + 12 .
3. Move the x-term
Add 3x to both sides: 3x + 2y = 12 .
4. Check the final form
The coefficients are integers, A is positive, and there is no common factor.
Final Standard Form 3x + 2y = 12

Multiply Every Term

If you multiply by a denominator to clear a fraction, multiply every term in the equation, not only the fractional term.

Example With More Than One Denominator

y = 1/2x + 3/4

The least common denominator is 4, so multiply every term by 4:

4y = 2x + 3

Move the x-term:

−2x + 4y = 3

Make A positive:

2x − 4y = −3

Now the equation is in standard form with integer coefficients and A positive.

Do Not Add Unnecessary Steps

How to Know When the Equation Is Already in Standard Form

A common mistake is continuing to rewrite an equation even after it already satisfies the standard-form conventions.

3x + 2y = 12

This equation already has:

Check 1

Variable Terms Together

Both x and y are on the left side.

Check 2

Integer Coefficients

3, 2, and 12 are all integers.

Check 3

A Is Positive

The x coefficient is 3, which is positive.

Check 4

No Common Factor

3, 2, and 12 do not all share a common factor greater than 1.

If all four checks are satisfied, stop. The equation is already in final standard form.

Example: Not Yet Simplified

6x + 4y = 24

The structure is standard form, but the coefficients share a common factor of 2. Divide every term by 2:

3x + 2y = 12

That is the simplified final form.

Put the Skills Together

Worked Standard Form Examples

Identify A, B, C

4x − 5y = 20

  1. A is the coefficient of x: A = 4.
  2. B includes its sign: B = −5.
  3. The constant is C = 20.
Find Intercepts

2x + 3y = 12

  1. Set y = 0: 2x = 12, so x = 6.
  2. x-intercept: (6, 0).
  3. Set x = 0: 3y = 12, so y = 4.
  4. y-intercept: (0, 4).
Convert to y = mx + b

5x + 2y = 10

  1. Move 5x: 2y = −5x + 10.
  2. Divide every term by 2.
  3. y = −5/2x + 5 .
Convert to Standard

y = 3/4x − 2

  1. Multiply every term by 4: 4y = 3x − 8.
  2. Move 3x left: −3x + 4y = −8.
  3. Multiply by −1: 3x − 4y = 8.

Watch the Signs and the Form

Common Standard Form Mistakes

Most standard-form errors come from losing a sign, forgetting to operate on every term, or continuing to manipulate an equation after it is already finished.

Mistake 1: Ignoring the Sign of B

4x − 3y = 12

Here B = −3, not 3. The negative sign belongs to the coefficient.

Mistake 2: Mixing Up the Intercept Rules

For the x-intercept, set y = 0. For the y-intercept, set x = 0.

Set the other variable equal to zero.

Mistake 3: Moving a Term Without Changing Its Sign

3x + 2y = 12

Moving 3x to the right gives:

2y = −3x + 12

The x-term changes sign because you subtract 3x from both sides.

Mistake 4: Dividing Only One Term

2y = −3x + 12

When dividing by 2, divide both terms on the right:

y = −3/2x + 6

Mistake 5: Leaving A Negative

−3x + 2y = 8

Under the convention used in this guide, multiply every term by −1:

3x − 2y = −8

Mistake 6: Leaving a Common Factor

8x + 4y = 20

Divide every term by 4:

2x + y = 5

Mistake 7: Rewriting an Equation That Is Already Finished

2x + y = 7

The variable terms are together, the coefficients are integers, A is positive, and there is no common factor. There is nothing else to do.

A Reliable Checklist

A Reliable Strategy for Standard Form Problems

The exact steps depend on what the problem asks you to do. Start by identifying the goal, then use only the steps you actually need.

If identifying A, B, and C
Compare the equation directly with Ax + By = C and keep each coefficient's sign.
If finding the x-intercept
Set y = 0, solve for x, and write the point (x, 0).
If finding the y-intercept
Set x = 0, solve for y, and write the point (0, y).
If graphing
Find both intercepts, plot both points, then draw the line through them.
If converting to y = mx + b
Move the x-term and isolate y. Do not add an unnecessary divide-by-1 step if y is already isolated.
If converting to standard form
Clear fractions if necessary, move the variable terms together, make A positive, and remove any common factor.
Final check
Ask whether the equation already has integer coefficients, A positive, and no common factor. If it does, stop.
The goal is not to perform the most steps. The goal is to recognize the form and perform only the algebra that is necessary.

Practice What You Learned

Try the Standard Form Interactive Tool

Practice identifying A, B, and C, finding intercepts, plotting intercepts on a graph, converting to slope-intercept form, and converting equations back into standard form.

Start Standard Form Practice

Personalized Math Support

Need Help Making Sense of the Math?

If a concept still feels confusing, you do not have to work through it alone. Tell me what you are studying and where you are getting stuck, and I will help you determine the best next step.