Learn

Find ab and c: Coefficients for the Quadratic Formula, Step by Step

A school flower bed is a rectangle. Its length runs 2 feet longer than its width. A renovation adds 4 feet to both dimensions, and the new bed must cover exactly 80 square feet. How wide is it now? In letters the question collapses to $x^2 + 10x - 56 = 0$. Before the quadratic formula can touch it, you must find ab and c inside the equation. The find ab and c step is where every solution starts, and three small numbers decide everything.

The Flower Bed That Hides a Quadratic

Let the width be xx feet. Then the length is x+2x + 2 feet. After the renovation both measurements grow by 4 feet, and the new area is 80 square feet.

So (x+4)(x+6)=80(x + 4)(x + 6) = 80. Expand: x2+10x+24=80x^2 + 10x + 24 = 80. Move the 80 across: x2+10x56=0x^2 + 10x - 56 = 0.

One unknown, one equation — but the unknown is squared, so guessing crawls. The fast exit is the quadratic formula, and its very first step is to find ab and c in x2+10x56=0x^2 + 10x - 56 = 0. The rest of the page teaches you to find ab and c in any quadratic you meet.

x + 6x + 4x + 2x80 square feet
The enlarged flower bed: outer rectangle x + 6 by x + 4 feet holding 80 square feet, original bed x by x + 2 inside. To solve it, find ab and c in x squared plus 10x minus 56 equals 0.

Where You Find ab and c: Standard Form

Wentworth's classic 1898 algebra states the rule plainly: "Collecting similar terms, every quadratic equation can be made to assume the form ax2+bx+c=0ax^2 + bx + c = 0." Here aa, bb, and cc are known numbers, and "the third term cc is called the constant term."

To find ab and c, read the equation's three addresses:

  • aa lives in front of x2x^2 — the square slot;
  • bb lives in front of xx — the linear slot;
  • cc stands alone — attached to no xx.

For the flower bed, the slots hold 1, 10, and 56-56: a=1a = 1, b=10b = 10, c=56c = -56. Signs travel with their numbers — keeping signs straight is half of what it means to find ab and c.

Find ab and c in each row, signs included:

Equationaabbcc
x2+10x56=0x^2 + 10x - 56 = 011056-56
3x25x+2=03x^2 - 5x + 2 = 035-52
2x29=02x^2 - 9 = 0209-9
3x2+2x+5=0-3x^2 + 2x + 5 = 03-325

A missing term just means a zero coefficient — in 2x29=02x^2 - 9 = 0, b=0b = 0. Four rows, four clean find ab and c reads.

Find ab and c, Substitute, Simplify

The quadratic formula solves every equation of the form ax2+bx+c=0ax^2 + bx + c = 0:

x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

It comes from completing the square once, in letters: transpose cc, multiply by 4a4a, add b2b^2, extract the root.

Three steps put the formula to work:

  1. Find ab and c. Line the equation up in standard form, then read all three coefficients with their signs.
  2. Substitute. Drop aa, bb, cc into the formula — every sign travels along.
  3. Simplify. Compute b24acb^2 - 4ac first, then split the ±\pm into two answers.

Say it as a chant — find ab and c, substitute, simplify — and every quadratic turns routine.

Run the flower bed through. Step 1, find ab and c: a=1a = 1, b=10b = 10, c=56c = -56. Step 2: x=10±100+2242x = \frac{-10 \pm \sqrt{100 + 224}}{2}. Step 3: 324=18\sqrt{324} = 18, so x=10±182x = \frac{-10 \pm 18}{2}, giving x=4x = 4 or x=14x = -14.

A width of 14-14 feet is impossible — "the negative root is inapplicable to the problem," as Wentworth says. So the bed is 4 by 6 feet, the enlarged bed is 8 by 10 = 80 square feet, exactly what the picture promised.

A Graph Also Hands You a, b, and c

Plot y=x22x4y = x^2 - 2x - 4, the quadratic behind the disguised equation x(x2)=4x(x - 2) = 4. The two formula answers, x=15x = 1 - \sqrt{5} and x=1+5x = 1 + \sqrt{5}, land exactly on the x-intercepts. The graph hands you coefficients too: the curve crosses the y-axis at (0,4)(0, -4), and that height is exactly cc. And because the parabola opens upward, a>0a > 0.

The number under the root, b24acb^2 - 4ac, is the discriminant — it "discriminates between the various solution types":

  • b24ac>0b^2 - 4ac > 0: two real solutions, two x-intercepts — here 4+16=204 + 16 = 20;
  • b24ac=0b^2 - 4ac = 0: one repeated solution, the curve only kisses the axis — 9x2+12x+4=09x^2 + 12x + 4 = 0 gives x=23x = -\frac{2}{3};
  • b24ac<0b^2 - 4ac < 0: no real solutions, no intercepts — 3x2+4x+2=03x^2 + 4x + 2 = 0 gives 8-8.

Graph or equation, the find ab and c step opens every route. And once you find ab and c, the discriminant already knows how the story ends.

xy-4-224x = 1 - √5x = 1 + √5(0, -4) = c
The graph of y = x squared minus 2x minus 4. The formula answers x = 1 minus root 5 and x = 1 plus root 5 land on the x-intercepts, and the y-intercept (0, minus 4) is exactly c. Find ab and c and the graph agrees.

Example 1 · Find ab and c in 3x² − 5x + 2 = 0

Problem. Solve 3x25x+2=03x^2 - 5x + 2 = 0 — Wentworth's own first formula example from 1898.

Step 1: find ab and c. The equation is already in standard form. Read with signs: a=3a = 3, b=5b = -5, c=2c = 2.

Step 2: substitute. x=5±25246x = \frac{5 \pm \sqrt{25 - 24}}{6}. Notice b=(5)=5-b = -(-5) = 5 — minus a negative flips to plus.

Step 3: simplify. 1=1\sqrt{1} = 1, so x=5±16x = \frac{5 \pm 1}{6}.

Answer. x=1x = 1 or x=23x = \frac{2}{3}. Check x=1x = 1: 35+2=03 - 5 + 2 = 0. A clean find ab and c pass, exact roots out.

Example 2 · A Disguised Equation: Tidy First

Problem. Solve 3x2=2(1+2x)3x^2 = 2(1 + 2x), an example from Durell's 1911 school algebra.

The equation is not in standard form, so nothing can be read off yet. Expand and move everything left: 3x24x2=03x^2 - 4x - 2 = 0. Now find ab and c: a=3a = 3, b=4b = -4, c=2c = -2. Tidy, then find ab and c — that order never changes.

Substitute. x=4±16+246x = \frac{4 \pm \sqrt{16 + 24}}{6}. Watch 4ac=4(3)(2)=+24-4ac = -4(3)(-2) = +24 — two negatives multiply to a plus.

Simplify. x=4±406=2±103x = \frac{4 \pm \sqrt{40}}{6} = \frac{2 \pm \sqrt{10}}{3}. Leave the radical; as decimals the roots are about 1.7211.721 and 0.387-0.387.

Answer. x=2+103x = \frac{2 + \sqrt{10}}{3} or x=2103x = \frac{2 - \sqrt{10}}{3} — found by choosing to find ab and c only after tidying.

Example 3 · A Negative Leading Coefficient

Problem. Solve 0=3t2+2t+50 = -3t^2 + 2t + 5.

Step 1: find ab and c. Keep the given order: a=3a = -3, b=2b = 2, c=5c = 5.

Step 2: substitute. b24ac=44(3)(5)=64b^2 - 4ac = 4 - 4(-3)(5) = 64, so t=2±82(3)=2±86t = \frac{-2 \pm 8}{2(-3)} = \frac{-2 \pm 8}{-6}. The denominator 2a=62a = -6 is negative — signs will flip.

Step 3: simplify. t=1t = -1 or t=53t = \frac{5}{3}. Check t=1t = -1: 32+5=0-3 - 2 + 5 = 0. Check t=53t = \frac{5}{3}: 253+103+5=0-\frac{25}{3} + \frac{10}{3} + 5 = 0.

A second route: multiply through by 1-1 first, getting 3t22t5=03t^2 - 2t - 5 = 0. Find ab and c again: a=3a = 3, b=2b = -2, c=5c = -5 — the same two roots fall out. Either order works, just stay consistent.

Problem 1

A courtyard is a rectangle. Its length is 1 meter more than 8 times its width, and its area is 30 square meters. Find ab and c in the equation, then use the quadratic formula to get the width in meters.

00:00
Page 1
Problem 2

The sum of the squares of two consecutive numbers is 481. Set up the equation, find ab and c, then find the two numbers.

00:00
Page 1
Problem 3

A rectangular field has perimeter 60 rods and area 200 square rods. Find its dimensions — find ab and c, substitute, simplify.

00:00
Page 1

Five Ways the Find ab and c Step Goes Wrong

Every slip below starts the same way — the find ab and c step went wrong.

1. Reading coefficients before standard form. From x(x4)=21x(x - 4) = 21, do not read c=21c = 21. Expand first: x24x21=0x^2 - 4x - 21 = 0, so c=21c = -21. Find ab and c only after the equation reads "= 0".

2. Dropping the sign of bb. In 3x25x+2=03x^2 - 5x + 2 = 0, b=5b = -5, so b=5-b = 5. Writing 5-5 on top hands you wrong roots — the fix is to find ab and c with signs, always.

3. Dividing only part of the top. The 2a2a divides everything above it: x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}, not b±b24ac2a-b \pm \frac{\sqrt{b^2 - 4ac}}{2a}.

4. Keeping impossible roots. A width of 14-14 feet cannot exist. After you find ab and c and solve, reread the story and discard what the situation forbids.

5. Sign slips inside b24acb^2 - 4ac. When aa or cc is negative, 4ac-4ac turns positive: 4(3)(5)=+60-4(-3)(5) = +60. Recompute that product slowly.

Frequently asked questions

1

How do you find ab and c in a quadratic equation?

Rearrange to standard form $ax^2 + bx + c = 0$ first, then read the three slots: $a$ fronts $x^2$, $b$ fronts $x$, $c$ is the loose number. In $x^2 + 10x - 56 = 0$ that gives $a = 1$, $b = 10$, $c = -56$. Keep every sign, treat a missing term as 0, and find ab and c on every equation you meet.

2

What is the quadratic formula, and what do a, b, and c do in it?

It is $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$, and it solves any quadratic equation. The letters are the three coefficients from step 1: $-b$ starts the top, $b^2 - 4ac$ sits under the root, $2a$ divides everything. People who find ab and c first, substitute second, finish clean.

3

What if the equation is not in standard form?

Tidy it before anything else. $3x^2 = 2(1 + 2x)$ becomes $3x^2 - 4x - 2 = 0$; $x(x - 4) = 21$ becomes $x^2 - 4x - 21 = 0$; $t^2 = 5t$ becomes $t^2 - 5t = 0$. After that, find ab and c exactly as usual.

4

Can you find ab and c from a graph?

Partly, and fast. The y-intercept is exactly $c$: for $y = x^2 - 2x - 4$ the curve crosses at $(0, -4)$, so $c = -4$. Upward opening means $a > 0$, downward means $a < 0$. For $b$, plug one known point into $y = ax^2 + bx + c$. That is the graph way to find ab and c.

5

What is the discriminant of a quadratic equation?

It is $b^2 - 4ac$, the number under the square root. Positive means two real solutions, zero means one repeated solution ($9x^2 + 12x + 4 = 0$, root $-\frac{2}{3}$), negative means no real solutions ($3x^2 + 4x + 2 = 0$ gives $-8$). Find ab and c and the discriminant is a free check.

6

Is there a sum of solutions formula?

Yes. The two roots of $ax^2 + bx + c = 0$ always add to $-\frac{b}{a}$ and multiply to $\frac{c}{a}$. Wentworth's 1898 exercises asked students to prove it for $x^2 + px + q = 0$: sum $-p$, product $q$. Check $3x^2 - 5x + 2 = 0$: $1 + \frac{2}{3} = \frac{5}{3}$, and $1 \times \frac{2}{3} = \frac{2}{3}$ — one more reason to find ab and c carefully.

Related practice