How to find value of $c$ in $ax^2+bx+c=0$ having the $a$ and $b$?

96 Views Asked by At

Problem: solve (find roots): $ 7x^2-3x=0$.

How to find $c$ in order to solve using the Quadratic Formula?

5

There are 5 best solutions below

0
On BEST ANSWER

Well, you don't need the quadratic formula here. Note that $7x^2-3x = x(7x-3)$, so this is equal to $0$ only when either $x = 0$ or $7x-3 = 0$, that is, when $x=0$ or $x = \frac{3}{7}$.

0
On

In your case $c = 0$.

$$ 7 x^2 -3x = 7 x^2 -3x + 0 = a x^2 + bx + c $$

So

$$ a = 7\quad b=-3\quad c=0 $$

0
On

I think you mean $ax^{2}+bx+c=0$, here you simply have $c=0$. Further, there's no need for the quadratic formula, $x(7x-3)=0$

0
On

HINT Here $c=0$, so it is easier to simply factor to find the roots: $$x(7x-3)=0$$

0
On

$c$ is $0$ in this case. You can use the Quadratic formula right away to find $x=\frac{3\pm{\sqrt{9-0}}}{14}$ or factorize to get $f(x) = x(7x-3)$.