Standard Form of a Line

Standard form Ax + By = C expresses a line's equation using integer coefficients, making it ideal for finding intercepts and solving systems of equations.

Ax+By=CAx + By = C

Solve a problem with Standard Form of a Line

Type the problem. The solver will use Standard Form of a Line where Standard Form of a Line is the right tool, and tell you when it is not.

Drag one in or paste from the clipboard. JPEG, PNG or WebP. You get the transcription to check before anything is solved.

How to get a better answer
  • Paste the whole problem, including the instruction word — "simplify", "solve for x" and "factor" lead to three different answers.
  • Say what you have already tried. "I got x = 4 and the book says 2" turns a solution into a diagnosis.
  • Set the level in the settings button. A calculus shortcut is not a better answer if you have not met derivatives yet.
  • For a photo, get the whole problem in frame and hold the page flat — you get the transcription to fix before anything is solved.

What each symbol means

What Standard Form of a Line takes
AA
BB
CC
xx
yy
Standard Form of a Line
SymbolMeaning
AAThe coefficient of xx; it multiplies xx in the equation, and confusing it with the constant term CC leads to incorrect intercepts.
BBThe coefficient of yy; it multiplies yy in the equation, but treating it as the slope (which is A/B-A/B) produces wrong direction.
CCThe constant term on the right side; reading it as an intercept directly—instead of dividing by AA or BB—gives wrong intercept values.
xxThe independent variable for horizontal position; if you treat it as a fixed value instead of an unknown, you cannot describe the whole line.
yyThe dependent variable for vertical position; if you treat it as a fixed value instead of an unknown, you cannot describe the whole line.

When to use it

Reach for standard form when you need to find intercepts quickly or solve a system of linear equations.

Level

Usually taught in: Algebra I · Appears on: SAT

Worked examples

1. Find intercepts of a line in standard form

Problem

Find the xx-intercept and yy-intercept of 3x+2y=123x + 2y = 12.
  1. 3x+2(0)=123x + 2(0) = 12

    To find the xx-intercept, set y=0y = 0 because the line crosses the horizontal axis where y=0y = 0.

  2. 3x=123x = 12

    Simplify 2(0)=02(0) = 0.

  3. x=4x = 4

    Divide both sides by 3.

  4. 3(0)+2y=123(0) + 2y = 12

    To find the yy-intercept, set x=0x = 0 because the line crosses the vertical axis where x=0x = 0.

  5. 2y=122y = 12

    Simplify 3(0)=03(0) = 0.

  6. y=6y = 6

    Divide both sides by 2.

Answer: (4,0) and (0,6)(4, 0) \text{ and } (0, 6)

Standard form makes finding intercepts straightforward—set one variable to zero and solve for the other. The xx-intercept is (4,0)(4, 0) and the yy-intercept is (0,6)(0, 6). These are the two points where the line crosses the axes.

2. Convert from slope-intercept form to standard form with fractions

Problem

Rewrite y=23x+4y = -\frac{2}{3}x + 4 in standard form Ax+By=CAx + By = C where AA, BB, and CC are integers.
  1. y=23x+4y = -\frac{2}{3}x + 4

    Start with the slope-intercept form.

  2. 23x+y=4\frac{2}{3}x + y = 4

    Add 23x\frac{2}{3}x to both sides to move all variable terms to the left.

  3. 323x+3y=343 \cdot \frac{2}{3}x + 3 \cdot y = 3 \cdot 4

    Multiply all terms by 3, the denominator, to clear the fraction.

  4. 2x+3y=122x + 3y = 12

    Simplify: 323x=2x3 \cdot \frac{2}{3}x = 2x, 3y=3y3 \cdot y = 3y, and 34=123 \cdot 4 = 12.

Answer: 2x+3y=122x + 3y = 12

Standard form requires integer coefficients, so you must clear any fractions. Multiply every term by the least common denominator of all fractions present.

3. Set up and solve a standard form equation from a word problem about a road trip

Problem

On a road trip, you drove at 60 mph on the highway and 40 mph on back roads, covering exactly 420 miles total. Let xx be the number of hours on the highway and yy be the number of hours on back roads. Write an equation in standard form, then find how many hours you would spend on each type of road if you drove on just one type.
  1. 60x+40y=42060x + 40y = 420

    Distance equals speed times time, so highway distance is 60x60x and back road distance is 40y40y; these sum to 420.

  2. 60x+40y20=42020\frac{60x + 40y}{20} = \frac{420}{20}

    Divide all terms by 20, the GCD, to simplify the coefficients.

  3. 3x+2y=213x + 2y = 21

    Simplify: 60÷20=360 \div 20 = 3, 40÷20=240 \div 20 = 2, 420÷20=21420 \div 20 = 21.

  4. 3x+2(0)=213x + 2(0) = 21

    To find the xx-intercept (highway only), set y=0y = 0.

  5. 3x=213x = 21

    Simplify.

  6. x=7x = 7

    Divide by 3; you would spend 7 hours on the highway.

  7. 3(0)+2y=213(0) + 2y = 21

    To find the yy-intercept (back roads only), set x=0x = 0.

  8. 2y=212y = 21

    Simplify.

  9. y=212=10.5y = \frac{21}{2} = 10.5

    Divide by 2; you would spend 10.5 hours on back roads.

Answer: 3x+2y=21; intercepts: (7,0) and (0,10.5)3x + 2y = 21; \text{ intercepts: } (7, 0) \text{ and } (0, 10.5)

Standard form naturally represents real-world constraints that combine two quantities. The intercepts tell you the extreme scenarios: what if you drove only on the highway versus only on back roads? Any point on the line 3x+2y=213x + 2y = 21 is a valid combination of hours.

Common mistakes

Where Standard Form of a Line usually goes wrong
Answer came out wrong
Treating the constant CC as if it is directly the intercept.
For 2x+5y=202x + 5y = 20, the xx-intercept is 20÷2=1020 \div 2 = 10, not 20; the yy-intercept is 20÷5=420 \div 5 = 4, not 20.
Confusing the coefficient BB with the slope of the line.
For 3x+2y=123x + 2y = 12, the slope is 3/2-3/2, not 2. You can verify this by rewriting as y=32x+6y = -\frac{3}{2}x + 6.
Forgetting to clear fractions when converting to standard form.
If you have 0.5x+y=30.5x + y = 3, multiply by 2 to get x+2y=6x + 2y = 6; if you have 13x+12y=4\frac{1}{3}x + \frac{1}{2}y = 4, multiply by 6 to get 2x+3y=242x + 3y = 24.
The mistakeWhy it is wrongThe fix
Treating the constant CC as if it is directly the intercept.The intercept is CC divided by the coefficient, not CC itself.For 2x+5y=202x + 5y = 20, the xx-intercept is 20÷2=1020 \div 2 = 10, not 20; the yy-intercept is 20÷5=420 \div 5 = 4, not 20.
Confusing the coefficient BB with the slope of the line.In standard form Ax+By=CAx + By = C, the slope is A/B-A/B, not BB alone.For 3x+2y=123x + 2y = 12, the slope is 3/2-3/2, not 2. You can verify this by rewriting as y=32x+6y = -\frac{3}{2}x + 6.
Forgetting to clear fractions when converting to standard form.Standard form requires that AA, BB, and CC are all integers, not decimals or fractions.If you have 0.5x+y=30.5x + y = 3, multiply by 2 to get x+2y=6x + 2y = 6; if you have 13x+12y=4\frac{1}{3}x + \frac{1}{2}y = 4, multiply by 6 to get 2x+3y=242x + 3y = 24.

Tips and when to use something else

  • To find intercepts instantly: set y=0y = 0 and solve for xx (the xx-intercept is C/AC/A), then set x=0x = 0 and solve for yy (the yy-intercept is C/BC/B).
  • Always check that AA, BB, and CC are integers with no common factors (i.e., in lowest terms); this is the true standard form.
  • If you have a slope and a point, or two points, use Point-Slope Form or Slope-Intercept Form first—standard form is better for intercepts and systems, not for starting from a slope.
  • To solve a system of two linear equations, standard form makes elimination or substitution clearer than other forms.

Frequently asked questions

How do I know when to use standard form instead of slope-intercept form?
Use standard form if you need to find intercepts quickly, solve a system of equations, or work with integer coefficients. Use slope-intercept form if you are starting with a slope and yy-intercept, or need to see the slope explicitly. Both describe the same line; choose whichever is more convenient for your task.
What does it mean if AA or BB is zero in standard form?
If A=0A = 0, the equation becomes By=CBy = C, or y=C/By = C/B, a horizontal line. If B=0B = 0, the equation becomes Ax=CAx = C, or x=C/Ax = C/A, a vertical line. But you cannot have both AA and BB equal to zero, because then the equation 0=C0 = C is either always true (if C=0C = 0, which is not a line) or always false (if C0C \neq 0, which describes no points at all).
Can AA, BB, or CC be negative in standard form?
Yes, any of them can be negative. For example, 2x+5y=10-2x + 5y = 10 and 3x7y=213x - 7y = -21 are both valid standard form equations. The sign of each coefficient does not affect whether the form is standard; what matters is that all three are integers.
How do I convert standard form Ax+By=CAx + By = C to slope-intercept form y=mx+by = mx + b?
Solve for yy: subtract AxAx from both sides to get By=Ax+CBy = -Ax + C, then divide by BB to get y=ABx+CBy = -\frac{A}{B}x + \frac{C}{B}. The slope is m=A/Bm = -A/B and the yy-intercept is b=C/Bb = C/B.

Need a different method?

The full solver is not scoped to one formula — type any problem and it will pick the method.

Open the math solver

Reviewed 2026-09-18