Skip to main content
guidealgebralinear equations

Standard Form of a Linear Equation: Ax + By = C Explained

·18 min read·Solvify Team

The standard form of a linear equation, written as Ax + By = C, is one of three core ways to express a straight-line relationship — and it has clear advantages over the other forms for identifying both intercepts at once, solving systems of equations, and presenting results in the integer format most textbooks and exams require. Unlike slope-intercept form y = mx + b, which hands you the slope and y-intercept directly, a standard form linear equation reveals both the x-intercept and y-intercept through two quick substitutions. This guide focuses entirely on Ax + By = C: what the form means and why it exists, how to convert into it from slope-intercept and point-slope form, how to graph it using the intercept method, and the sign and GCD conventions that determine whether a standard form equation is fully simplified.

What Is Standard Form of a Linear Equation?

Standard form of a linear equation is written as Ax + By = C, where A, B, and C are integers, A is non-negative (A ≥ 0), and A and B are not both zero. The x-term comes first, followed by the y-term, with the constant on the right side of the equals sign. This format differs from slope-intercept form y = mx + b, where the slope m and y-intercept b are visible at a glance, and from point-slope form y − y₁ = m(x − x₁), which is useful when you know one point and a slope. Standard form is most useful in two situations: reading off both intercepts quickly (set one variable to zero to find the other) and writing the equation in a uniform, fraction-free format that is expected in many algebra and pre-calculus courses. In the equation 3x + 4y = 12, for example, the x-intercept is found by setting y = 0: 3x = 12, x = 4. The y-intercept is found by setting x = 0: 4y = 12, y = 3. Both intercepts appear in two steps each — no rearrangement required.

1. Key constraints for standard form

A must be a non-negative integer: A ≥ 0. If A = 0, then B must be positive (B > 0). Both A and B cannot be zero simultaneously, because that would produce the equation 0 = C, which either has no solutions or infinitely many. A, B, and C must all be integers — no fractions or decimals. The GCD of |A|, |B|, and |C| must equal 1: the three coefficients share no common factor other than 1. For example, 6x + 4y = 10 violates this rule because GCD(6, 4, 10) = 2; the correctly simplified form is 3x + 2y = 5.

2. Standard form vs. other linear forms

Slope-intercept form y = mx + b shows slope m and y-intercept b immediately — best for graphing quickly and for comparing two lines. Point-slope form y − y₁ = m(x − x₁) is natural when a problem gives you a point and a slope — best as a starting form before rewriting. Standard form Ax + By = C reveals neither slope nor y-intercept directly but makes finding both intercepts trivial and keeps all coefficients as integers — best for systems of equations and for final presentation. All three forms describe the same line; converting between them is a core algebra skill.

Standard form Ax + By = C: A and B are integers, A ≥ 0, and GCD(|A|, |B|, |C|) = 1. It reveals both intercepts in two substitutions.

How Do You Convert Slope-Intercept Form to Standard Form?

Converting from slope-intercept form y = mx + b to standard form Ax + By = C follows three stages: eliminate any fractions by multiplying through by the LCD, move the x-term to the left side so the equation reads Ax + By = C, and then check that A is positive — if it is negative, multiply the entire equation by −1. Finish by verifying that the GCD of |A|, |B|, and |C| is 1. The worked examples below cover integer slopes, fractional slopes, and negative slopes.

1. Example 1: y = 3x − 5 (integer slope)

Start with y = 3x − 5. Move the x-term to the left by subtracting 3x from both sides: −3x + y = −5. Because A = −3 is negative, multiply the entire equation by −1: 3x − y = 5. Check: A = 3 > 0 ✓; all integers ✓; GCD(3, 1, 5) = 1 ✓. Standard form: 3x − y = 5. Verify the x-intercept: set y = 0, 3x = 5, x = 5/3. Original: y = 3(5/3) − 5 = 5 − 5 = 0 ✓.

2. Example 2: y = (2/3)x + 4 (fractional slope)

Multiply both sides by 3 (the LCD) to clear the fraction: 3y = 2x + 12. Move 2x to the left: −2x + 3y = 12. A = −2 is negative, so multiply by −1: 2x − 3y = −12. Check: A = 2 > 0 ✓; all integers ✓; GCD(2, 3, 12) = 1 ✓. Standard form: 2x − 3y = −12. Verify the y-intercept: set x = 0, −3y = −12, y = 4. Original: y = (2/3)(0) + 4 = 4 ✓.

3. Example 3: y = −(3/4)x + 1/2 (negative fractional slope)

LCD of 4 and 2 is 4. Multiply both sides by 4: 4y = −3x + 2. Move −3x to the left: 3x + 4y = 2. Check: A = 3 > 0 ✓; all integers ✓; GCD(3, 4, 2) = 1 ✓. Standard form: 3x + 4y = 2. Verify the x-intercept: set y = 0, 3x = 2, x = 2/3. Original: y = −(3/4)(2/3) + 1/2 = −1/2 + 1/2 = 0 ✓.

4. Example 4: y = (5/6)x − 5/3 (GCD reduction needed)

LCD of 6 and 3 is 6. Multiply both sides by 6: 6y = 5x − 10. Move 5x to the left: −5x + 6y = −10. A = −5 is negative, multiply by −1: 5x − 6y = 10. Check GCD(5, 6, 10) = 1 ✓. Standard form: 5x − 6y = 10. Note: if the result had been 10x − 12y = 20, you would divide by GCD(10, 12, 20) = 2 to get 5x − 6y = 10.

Slope-intercept to standard form: (1) clear fractions with LCD, (2) move the x-term left, (3) make A positive, (4) divide by GCD if needed.

How Do You Convert Point-Slope Form to Standard Form?

Point-slope form y − y₁ = m(x − x₁) is often the natural starting point when a problem gives you a point and a slope, or two points. Converting it to standard form takes four steps: distribute the slope, collect all terms on one side so only the constant remains on the right, clear any fractions by multiplying by the LCD, and enforce A ≥ 0 and the GCD rule. The examples below show all cases, including fractional slopes and negative x-coordinates.

1. Example 1: slope 2, point (1, 3)

Write point-slope form: y − 3 = 2(x − 1). Distribute: y − 3 = 2x − 2. Move 2x to the left: −2x + y − 3 = −2. Move −3 to the right: −2x + y = −2 + 3 = 1. A = −2 is negative, so multiply by −1: 2x − y = −1. Check: A = 2 > 0 ✓; all integers ✓; GCD(2, 1, 1) = 1 ✓. Standard form: 2x − y = −1. Verify the original point: 2(1) − (3) = 2 − 3 = −1 ✓.

2. Example 2: slope 3/5, point (−5, 1)

Point-slope form: y − 1 = (3/5)(x − (−5)) = (3/5)(x + 5). Multiply both sides by 5 to clear the fraction: 5(y − 1) = 3(x + 5). Distribute: 5y − 5 = 3x + 15. Move 3x to the left: −3x + 5y − 5 = 15. Move −5 to the right: −3x + 5y = 20. A = −3 is negative, so multiply by −1: 3x − 5y = −20. Check: A = 3 > 0 ✓; GCD(3, 5, 20) = 1 ✓. Verify: 3(−5) − 5(1) = −15 − 5 = −20 ✓.

3. Example 3: two points (2, −1) and (−4, 5)

First, find the slope: m = (5 − (−1)) / (−4 − 2) = 6 / (−6) = −1. Use point (2, −1): y − (−1) = −1(x − 2) → y + 1 = −x + 2 → x + y + 1 = 2 → x + y = 1. Check: A = 1 > 0 ✓; all integers ✓; GCD(1, 1, 1) = 1 ✓. Standard form: x + y = 1. Verify both original points: 2 + (−1) = 1 ✓; (−4) + 5 = 1 ✓.

Point-slope to standard form: distribute, collect all variable terms on the left and constants on the right, clear fractions, then fix A ≥ 0 and GCD = 1.

How Do You Graph a Standard Form Linear Equation Using Intercepts?

The intercept method is the fastest way to graph a standard form linear equation. Because the Ax + By = C format isolates each variable's intercept with a single substitution, you can locate both anchor points in about ten seconds each. The procedure: set x = 0 and solve for y to get the y-intercept; set y = 0 and solve for x to get the x-intercept; plot both intercepts; find a third verification point; draw the line through all three with arrows at both ends. Two worked examples follow — one with positive coefficients and one with a negative B.

1. Example 1: 4x + 3y = 12

Y-intercept: set x = 0: 3y = 12 → y = 4. Point: (0, 4). X-intercept: set y = 0: 4x = 12 → x = 3. Point: (3, 0). Third point: choose x = 6: 4(6) + 3y = 12 → 24 + 3y = 12 → 3y = −12 → y = −4. Point: (6, −4). Verify: 4(6) + 3(−4) = 24 − 12 = 12 ✓. Plot (0, 4), (3, 0), (6, −4) and draw the line. Slope check: rearrange to y = −(4/3)x + 4 — the line falls to the right, which matches the graph.

2. Example 2: 2x − 5y = −10

Y-intercept: set x = 0: −5y = −10 → y = 2. Point: (0, 2). X-intercept: set y = 0: 2x = −10 → x = −5. Point: (−5, 0). Third point: choose x = 5: 2(5) − 5y = −10 → 10 − 5y = −10 → −5y = −20 → y = 4. Point: (5, 4). Verify: 2(5) − 5(4) = 10 − 20 = −10 ✓. Plot (−5, 0), (0, 2), (5, 4) and draw the line rising to the right. Slope: rearrange to y = (2/5)x + 2, slope = 2/5 ✓.

3. When both intercepts are at the origin

If the standard form equation is Ax + By = 0 (C = 0), both intercepts are (0, 0), which gives you only one distinct point to work with. In this case, find one additional point by choosing any convenient x-value other than 0. For 3x − 2y = 0: set x = 2: 3(2) − 2y = 0 → 2y = 6 → y = 3. Second point: (2, 3). Slope: 3/2. Draw the line through (0, 0) and (2, 3). This is a special case worth recognizing immediately — any standard form equation with C = 0 passes through the origin.

Intercept method for Ax + By = C: substitute x = 0 to get the y-intercept; substitute y = 0 to get the x-intercept. Two substitutions, two anchor points, one straight line.

What Are the Sign and GCD Rules for Standard Form?

Two technical requirements distinguish a properly written standard form linear equation from a valid-but-unsimplified version: the leading coefficient A must be non-negative, and the GCD of all three coefficients must equal 1. Many students can rearrange an equation to Ax + By = C without problems but then stop before checking these two rules — and lose presentation marks as a result. The steps below show how to apply both rules systematically.

1. Rule 1: Make A non-negative

If you end up with a negative A after rearranging, multiply the entire equation by −1. This flips the sign of every coefficient. Example: −5x + 2y = 8 has A = −5 < 0. Multiply by −1: 5x − 2y = −8. Now A = 5 > 0. Note that C also changed sign, from 8 to −8. Check by substituting a point: set y = 0 in both versions — x = 8/(−5) = −8/5 and x = −8/5 ✓. Both give the same x-intercept, confirming the equations describe the same line. Exception: if A = 0 (the x-term is absent), B must be positive. For 0x − 3y = 9, multiply by −1 to get 3y = −9, i.e., y = −3 (a horizontal line).

2. Rule 2: Eliminate the GCD

Find GCD(|A|, |B|, |C|) and divide every term by it. Example: 12x − 8y = 20. GCD(12, 8, 20) = 4. Divide all three coefficients by 4: 3x − 2y = 5. Check GCD(3, 2, 5) = 1 ✓. Both equations represent the same line — dividing by a common factor scales every coefficient equally, leaving the set of solutions unchanged. If you skip this step, the equation is technically valid but not in fully simplified standard form.

3. Combining both rules: a complete cleaning example

Raw result after rearranging: −9x + 6y = −15. Step 1 — A negative: multiply by −1: 9x − 6y = 15. Step 2 — GCD(9, 6, 15) = 3: divide by 3: 3x − 2y = 5. Fully simplified standard form: 3x − 2y = 5. Verify x-intercept: 3x = 5, x = 5/3. Verify y-intercept: −2y = 5, y = −5/2. These are the same intercepts as the original unsimplified version, confirming the equations are equivalent.

4. Handling non-integer coefficients before cleaning

If rearranging produces fractional coefficients, clear them before applying the GCD rule. Example: (1/2)x − (3/4)y = 2. LCD = 4. Multiply by 4: 2x − 3y = 8. Now check: A = 2 > 0 ✓; GCD(2, 3, 8) = 1 ✓. Fully simplified standard form: 2x − 3y = 8. Always clear fractions before checking the GCD — the GCD rule applies only to integers.

After rearranging to Ax + By = C: (1) if A < 0, multiply through by −1; (2) divide through by GCD(|A|, |B|, |C|) until no common factor remains.

Common Mistakes Students Make with Standard Form

Standard form errors tend to cluster around five predictable habits. Each one is worth knowing in advance, because the algebra of rearranging often goes smoothly while the final check gets skipped — leaving an equation that is incorrect or unsimplified.

1. Leaving fractional coefficients in the final answer

A standard form linear equation requires integer coefficients. After converting y = (2/5)x − 3/5, multiplying by 5 gives 5y = 2x − 3, which rearranges to 2x − 5y = 3. Stopping at y = (2/5)x − 3/5 and simply moving the x-term without clearing fractions produces (−2/5)x + y = −3/5 — technically correct but not standard form. Always apply the LCD multiplication before calling the equation finished.

2. Forgetting to make A positive

After moving all terms to the left, it is common to end with a negative leading coefficient and overlook the sign correction. For example, rearranging y = 4x + 2 to −4x + y = 2 is a valid equation but not standard form because A = −4 < 0. Multiplying by −1 gives 4x − y = −2. Every term flips sign — including C. A consistent check: if the x-term is negative at the end, multiply through by −1 immediately.

3. Skipping the GCD reduction

Equations like 4x + 6y = 10 satisfy the other rules (A > 0, integers, no fractions) but fail the GCD rule since GCD(4, 6, 10) = 2. Dividing by 2 gives the fully simplified form 2x + 3y = 5. In a multiple-choice test, only 2x + 3y = 5 will appear as the correct answer — 4x + 6y = 10 represents the same line but will be marked wrong if the question asks for standard form.

4. Confusing x and y when finding intercepts

For the standard form linear equation Ax + By = C: to find the y-intercept, set x = 0 (not y = 0). Setting the wrong variable to zero gives the x-intercept instead. A reliable habit: say aloud "for the y-intercept, x disappears" and substitute x = 0. For 5x + 2y = 20: y-intercept is 2y = 20, y = 10, point (0, 10); x-intercept is 5x = 20, x = 4, point (4, 0).

5. Moving only the variable, not its sign

When moving the x-term from the right side of y = mx + b to the left, some students move only the variable and leave the sign on the right. In y = 2x + 7: subtracting 2x from both sides gives −2x + y = 7. The −2 must accompany x to the left. Writing y − 2x = 7 is an alternative, but the conventional arrangement puts the x-term first, so reorder to −2x + y = 7 and then multiply by −1: 2x − y = −7.

Practice Problems: Convert These Equations to Standard Form

Work through each problem before reading the solution. For each equation, identify the form it is currently in, apply the appropriate conversion procedure, clean up the signs and GCD, then verify by checking at least one intercept against the original equation.

1. Problem 1 — y = −2x + 6

Move −2x to the left: add 2x to both sides: 2x + y = 6. Check: A = 2 > 0 ✓; GCD(2, 1, 6) = 1 ✓. Standard form: 2x + y = 6. Y-intercept: set x = 0: y = 6 → (0, 6). Original: y = −2(0) + 6 = 6 ✓. X-intercept: set y = 0: 2x = 6, x = 3 → (3, 0). Original: y = −2(3) + 6 = 0 ✓.

2. Problem 2 — y = (3/4)x − 3

Clear the fraction — multiply both sides by 4: 4y = 3x − 12. Move 3x left: −3x + 4y = −12. A = −3 < 0 — multiply by −1: 3x − 4y = 12. Check: A = 3 > 0 ✓; GCD(3, 4, 12) = 1 ✓. Standard form: 3x − 4y = 12. Y-intercept: set x = 0: −4y = 12, y = −3 → (0, −3). Original: y = (3/4)(0) − 3 = −3 ✓.

3. Problem 3 — y + 5 = −(1/2)(x − 4)

This is point-slope form with point (4, −5) and slope −1/2. Multiply both sides by 2: 2(y + 5) = −1(x − 4). Distribute: 2y + 10 = −x + 4. Move −x left: x + 2y + 10 = 4. Move 10 right: x + 2y = −6. Check: A = 1 > 0 ✓; GCD(1, 2, 6) = 1 ✓. Standard form: x + 2y = −6. Verify point (4, −5): 4 + 2(−5) = 4 − 10 = −6 ✓.

4. Problem 4 — 6x − 9y = 15 (simplify existing standard form)

All coefficients are integers and A = 6 > 0, but GCD(6, 9, 15) = 3. Divide every term by 3: 2x − 3y = 5. Check: A = 2 > 0 ✓; GCD(2, 3, 5) = 1 ✓. Standard form: 2x − 3y = 5. X-intercept: set y = 0: 2x = 5, x = 5/2. Original: 6(5/2) − 9(0) = 15 ✓. Same intercept — confirming the simplified form describes the same line.

FAQ: Standard Form of a Linear Equation

These are the questions students most commonly raise when working with standard form for the first time. Each answer explains the reasoning, not just the rule.

1. Why does A have to be non-negative in standard form?

The convention A ≥ 0 is not a mathematical requirement — multiplying by −1 always produces an equivalent equation. It is a notational convention to ensure a unique, canonical representation. Without it, the same line could be written as both 3x − 2y = 5 and −3x + 2y = −5 (both valid). The A ≥ 0 rule picks one version consistently, which is essential when verifying answers, comparing equations, or checking whether two forms match. Most textbooks and standardized tests expect this convention and mark the negative-A version incorrect.

2. Can a standard form linear equation have a negative C?

Yes. C can be any integer — positive, negative, or zero. The sign of C is set by the algebra of rearranging; it is not independently controlled. For example, 2x − 3y = −12 is fully correct standard form (A = 2 > 0, GCD(2, 3, 12) = 1). Only A is constrained to be non-negative. C being negative is normal and does not require further adjustment.

3. How do I find the slope from a standard form linear equation?

Rearrange Ax + By = C to slope-intercept form: subtract Ax from both sides to get By = −Ax + C, then divide by B to get y = −(A/B)x + C/B. The slope is m = −A/B and the y-intercept is b = C/B. For 4x + 3y = 12: slope = −4/3 and y-intercept = 12/3 = 4. If B = 0, the equation is a vertical line (Ax = C, or x = C/A) — slope is undefined and slope-intercept form does not exist.

4. Is Ax + By + C = 0 the same as standard form?

Ax + By + C = 0 is called general form, not standard form. In general form, the constant is on the left side with a coefficient assigned to it. Standard form Ax + By = C has the constant isolated on the right. Moving C to the left changes its sign, so 3x − 2y = 5 in standard form becomes 3x − 2y − 5 = 0 in general form. Both describe the same line, but standard form and general form are distinct conventions — your course or exam instructions will specify which is required.

5. What happens if A and B are both zero?

If A = 0 and B = 0, the equation collapses to 0 = C. If C ≠ 0, this is a contradiction — no (x, y) pair satisfies it (no solution). If C = 0, it is always true — every (x, y) satisfies it (all solutions). Neither case represents a line. This is why the definition of standard form explicitly requires that A and B are not simultaneously zero: a linear equation in two variables must have at least one variable with a non-zero coefficient.

Tags:
guidealgebralinear equations

Get Homework Help Now

Join millions of students using our AI math solver for homework help. Get instant solutions to math problems, step-by-step explanations, and 24/7 homework assistance.

Available for iOS and Android devices