Algebra

Standard Form of a Linear Equation

Last updated: March 2026 · Intermediate
Before you start

You should be comfortable with:

Real-world applications
πŸ’°
Retail & Finance

Discounts, tax, tips, profit margins

⚑
Electrical

Voltage drop, wire sizing, load balancing

The standard form of a linear equation organizes both variables on one side of the equation. While slope-intercept form excels at graphing, standard form shines when you need to find intercepts, work with integer coefficients, or model situations where two quantities are constrained by a fixed total.

What Is Standard Form?

A linear equation is in standard form when it is written as:

Ax+By=CAx + By = C

where:

  • AA, BB, and CC are integers (whole numbers, including negatives)
  • AA is positive (by convention)
  • AA and BB are not both zero
  • The greatest common factor of AA, BB, and CC is 11 (the equation is fully reduced)

For example, 3x+2y=123x + 2y = 12 is in standard form. The equation xβˆ’4y=7x - 4y = 7 is also valid (A=1A = 1 is positive).

Finding Intercepts from Standard Form

One of the biggest advantages of standard form is that finding the x-intercept and y-intercept is extremely fast.

To find the y-intercept, set x=0x = 0 and solve for yy:

A(0)+By=Cβ€…β€ŠβŸΉβ€…β€Šy=CBA(0) + By = C \implies y = \frac{C}{B}

To find the x-intercept, set y=0y = 0 and solve for xx:

Ax+B(0)=Cβ€…β€ŠβŸΉβ€…β€Šx=CAAx + B(0) = C \implies x = \frac{C}{A}

Example 1: Find both intercepts

Find the intercepts of 3x+4y=243x + 4y = 24.

Y-intercept (set x=0x = 0):

4y=24β€…β€ŠβŸΉβ€…β€Šy=64y = 24 \implies y = 6

The y-intercept is (0,6)(0, 6).

X-intercept (set y=0y = 0):

3x=24β€…β€ŠβŸΉβ€…β€Šx=83x = 24 \implies x = 8

The x-intercept is (8,0)(8, 0).

You can graph the line by plotting these two points and drawing a straight line through them.

Example 2: Intercepts with a negative coefficient

Find the intercepts of 5xβˆ’2y=205x - 2y = 20.

Y-intercept (set x=0x = 0):

βˆ’2y=20β€…β€ŠβŸΉβ€…β€Šy=βˆ’10-2y = 20 \implies y = -10

Y-intercept: (0,βˆ’10)(0, -10)

X-intercept (set y=0y = 0):

5x=20β€…β€ŠβŸΉβ€…β€Šx=45x = 20 \implies x = 4

X-intercept: (4,0)(4, 0)

When Standard Form Is Useful

Standard form is not just a textbook exercise. It naturally models certain real-world situations:

  • Budget constraints: 5x+3y=605x + 3y = 60 could represent spending $5 per item of type A and $3 per item of type B with a $60 budget
  • Mixture problems: 2x+5y=1002x + 5y = 100 could represent combinations of dimes and quarters totaling 100 coins’ worth
  • Resource allocation: x+3y=60x + 3y = 60 could represent hours spent on two tasks with 60 total hours available

In all these cases, both variables contribute to a fixed total, which maps perfectly to the Ax+By=CAx + By = C structure.

Converting Between Forms

Standard Form to Slope-Intercept Form

Solve for yy:

Example 3: Convert 3x+4y=243x + 4y = 24 to slope-intercept form

Step 1 β€” Subtract 3x3x:

4y=βˆ’3x+244y = -3x + 24

Step 2 β€” Divide by 44:

y=βˆ’34x+6y = -\frac{3}{4}x + 6

Now you can read: slope m=βˆ’34m = -\frac{3}{4}, y-intercept b=6b = 6.

Slope-Intercept Form to Standard Form

Move the xx-term to the left side and clear fractions.

Example 4: Convert y=23xβˆ’4y = \frac{2}{3}x - 4 to standard form

Step 1 β€” Subtract 23x\frac{2}{3}x from both sides:

βˆ’23x+y=βˆ’4-\frac{2}{3}x + y = -4

Step 2 β€” Multiply everything by βˆ’3-3 to clear the fraction and make AA positive:

2xβˆ’3y=122x - 3y = 12

Check: A=2A = 2 (positive), all coefficients are integers, and gcd⁑(2,3,12)=1\gcd(2, 3, 12) = 1. This is valid standard form.

Example 5: Convert y=βˆ’5x+7y = -5x + 7 to standard form

Step 1 β€” Add 5x5x:

5x+y=75x + y = 7

This is already in standard form with A=5A = 5, B=1B = 1, C=7C = 7.

Point-Slope to Standard Form

Example 6: Convert yβˆ’3=2(xβˆ’4)y - 3 = 2(x - 4) to standard form

Step 1 β€” Distribute: yβˆ’3=2xβˆ’8y - 3 = 2x - 8

Step 2 β€” Rearrange: y=2xβˆ’5y = 2x - 5

Step 3 β€” Subtract 2x2x: βˆ’2x+y=βˆ’5-2x + y = -5

Step 4 β€” Multiply by βˆ’1-1: 2xβˆ’y=52x - y = 5

Finding the Slope from Standard Form

You can read the slope directly from standard form without converting. For Ax+By=CAx + By = C:

m=βˆ’ABm = -\frac{A}{B}

Example 7: Find the slope of 3x+4y=243x + 4y = 24

m=βˆ’34m = -\frac{3}{4}

This matches what we found in Example 3 when we converted to slope-intercept form.

Example 8: Find the slope of 5xβˆ’2y=205x - 2y = 20

m=βˆ’5βˆ’2=52m = -\frac{5}{-2} = \frac{5}{2}

The negative of a negative gives a positive slope.

Real-World Application: Electrician β€” Circuit Load Balancing

An electrician is wiring a workshop and needs to balance the load across two circuits. Circuit A can handle devices drawing 15 amps each, and Circuit B can handle devices drawing 20 amps each. The total available capacity is 120 amps:

15x+20y=12015x + 20y = 120

where xx is the number of devices on Circuit A and yy is the number of devices on Circuit B.

Finding the intercepts tells the electrician the extremes:

  • X-intercept (all devices on Circuit A): 15x=120β€…β€ŠβŸΉβ€…β€Šx=815x = 120 \implies x = 8 devices
  • Y-intercept (all devices on Circuit B): 20y=120β€…β€ŠβŸΉβ€…β€Šy=620y = 120 \implies y = 6 devices

Finding a balanced combination: If the electrician puts 4 devices on Circuit A:

15(4)+20y=12015(4) + 20y = 120

60+20y=12060 + 20y = 120

20y=6020y = 60

y=3y = 3

So 4 devices on Circuit A and 3 on Circuit B uses exactly 120 amps. Standard form makes it easy to check any combination: plug in the values and see if the left side equals 120.

The electrician can also simplify the equation by dividing by the GCF of 15, 20, and 120 (which is 5):

3x+4y=243x + 4y = 24

This reduced form is easier to work with while representing the same constraint.

Common Mistakes to Avoid

  1. Leaving AA negative. By convention, the coefficient of xx should be positive. If you get βˆ’3x+2y=7-3x + 2y = 7, multiply everything by βˆ’1-1 to get 3xβˆ’2y=βˆ’73x - 2y = -7.

  2. Leaving fractions in the equation. Standard form uses integers. If you have 12x+34y=5\frac{1}{2}x + \frac{3}{4}y = 5, multiply every term by the LCD (which is 4) to get 2x+3y=202x + 3y = 20.

  3. Not reducing. If all three coefficients share a common factor, divide it out. 6x+4y=106x + 4y = 10 should become 3x+2y=53x + 2y = 5.

  4. Confusing the intercept formulas. The y-intercept is CB\frac{C}{B} (not CA\frac{C}{A}), and the x-intercept is CA\frac{C}{A} (not CB\frac{C}{B}). Remember: set the other variable to zero.

  5. Applying the slope shortcut wrong. The slope is βˆ’AB-\frac{A}{B}, with a negative sign in front. Do not forget the negative.

Practice Problems

Test your understanding with these problems. Click to reveal each answer.

Problem 1: Find the x-intercept and y-intercept of 2x+5y=302x + 5y = 30.

Y-intercept (set x=0x = 0): 5y=30β€…β€ŠβŸΉβ€…β€Šy=65y = 30 \implies y = 6. Point: (0,6)(0, 6)

X-intercept (set y=0y = 0): 2x=30β€…β€ŠβŸΉβ€…β€Šx=152x = 30 \implies x = 15. Point: (15,0)(15, 0)

Answer: Y-intercept is (0,6)(0, 6); x-intercept is (15,0)(15, 0).

Problem 2: Find the slope of 7xβˆ’3y=217x - 3y = 21 without converting to slope-intercept form.

m=βˆ’AB=βˆ’7βˆ’3=73m = -\frac{A}{B} = -\frac{7}{-3} = \frac{7}{3}

Answer: m=73m = \frac{7}{3}

Problem 3: Convert y=βˆ’35x+2y = -\frac{3}{5}x + 2 to standard form.

Add 35x\frac{3}{5}x: 35x+y=2\frac{3}{5}x + y = 2

Multiply by 55: 3x+5y=103x + 5y = 10

Answer: 3x+5y=103x + 5y = 10

Problem 4: Convert 4xβˆ’8y=204x - 8y = 20 to slope-intercept form.

Subtract 4x4x: βˆ’8y=βˆ’4x+20-8y = -4x + 20

Divide by βˆ’8-8: y=βˆ’4βˆ’8x+20βˆ’8y = \frac{-4}{-8}x + \frac{20}{-8}

y=12xβˆ’52y = \frac{1}{2}x - \frac{5}{2}

Answer: y=12xβˆ’52y = \frac{1}{2}x - \frac{5}{2}

Problem 5: A store sells two products. Product A costs $8 and Product B costs $12. A customer spends exactly $96. Write the equation in standard form, then find how many of each product the customer could buy if they bought 6 of Product A.

Equation: 8x+12y=968x + 12y = 96

Simplify (divide by 4): 2x+3y=242x + 3y = 24

If x=6x = 6: 2(6)+3y=24β€…β€ŠβŸΉβ€…β€Š12+3y=24β€…β€ŠβŸΉβ€…β€Š3y=12β€…β€ŠβŸΉβ€…β€Šy=42(6) + 3y = 24 \implies 12 + 3y = 24 \implies 3y = 12 \implies y = 4

Answer: 8x+12y=968x + 12y = 96 (or simplified: 2x+3y=242x + 3y = 24). With 6 of Product A, the customer buys 4 of Product B.

Problem 6: Write the equation of the line through (2,3)(2, 3) and (5,9)(5, 9) in standard form.

Slope: m=9βˆ’35βˆ’2=63=2m = \frac{9 - 3}{5 - 2} = \frac{6}{3} = 2

Point-slope: yβˆ’3=2(xβˆ’2)y - 3 = 2(x - 2)

Distribute: yβˆ’3=2xβˆ’4y - 3 = 2x - 4

Simplify: y=2xβˆ’1y = 2x - 1

Rearrange: βˆ’2x+y=βˆ’1-2x + y = -1

Multiply by βˆ’1-1: 2xβˆ’y=12x - y = 1

Answer: 2xβˆ’y=12x - y = 1

Key Takeaways

  • Standard form is Ax+By=CAx + By = C with AA positive, all integers, and no common factors
  • Finding intercepts is fast: set x=0x = 0 for the y-intercept, set y=0y = 0 for the x-intercept
  • The slope can be read as m=βˆ’ABm = -\frac{A}{B} without converting
  • Standard form naturally models constraint problems where two quantities add to a fixed total
  • To convert between forms: solve for yy (to get slope-intercept) or move terms and clear fractions (to get standard form)

Return to Algebra 1 for more topics in this section.

Last updated: March 29, 2026