Question 229435
You have obviously started learning about quadratic equaions and their solutions.
The standard form of the quadratic equation is:
{{{ax^2+bx+c = 0}}} in which the a, b, and c are positive or negative numbers and the a is not equal to zero. If the a were equal to zero then you wouldn't have a quadratic equation.
You can always find the solutions to a quadratic equation by using the "quadratic formula" which looks like this:
{{{x = (-b+-sqrt(b^2-4ac))/2a}}}
The a, b, and c in this formula correspond the a, b, and c in the standard form given above.
The part of the quadratic formula that lies under the square root sign ({{{b^2-4ac}}}) is called the "discriminant".
The value of the discriminant indicates the kind of roots (solutions) you can expect to find when you solve the quadratic equation.
If the value of the discriminant is positive, then the solution has two real roots.
If the value of the discriminant is negative, then the solution has two complex conjugate roots.
If the value of the discriminant is zero, then the soltion has one real root which is really two identical roots known as a double root.
In your quadratic equation:
{{{-3x^2+7x = 0}}} a = -3, b = 7, and c = 0
The solutions for this equation are given by:
{{{x = (-7+-sqrt(7^2-4(-3)(0)))/2(-3)}}} and here, the discriminant is:
{{{7^2-4(-3)(0)}}} which evaluates to:
{{{highlight(49)}}} This is the value of {{{b^2-4ac}}}
Since this is positive, the solution to your equation has two real roots.
Let's solve your equation using the quadratic formula:{{{x = (-b+-sqrt(b^2-4ac))/2a}}}:
{{{x = (-7+-sqrt(7^2-4(-13)(0)))/2(-3)}}} 
{{{x = (-7+-sqrt(49))/(-6)}}}
{{{x = (-7+7)/(-6)}}} or {{{x = (-7-7)/(-6))}}} and these can be simplified to:
{{{highlight_green(x = 0)}}} or {{{highlight_green(x = 2.33)}}} and these are the two real roots.