answersLogoWhite

0


Best Answer

dejene

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Write an algorithm and draw a flowchart that will calculate the roots of quadratic equation?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Write an algorithm to find the root of quadratic equation?

Write an algorithm to find the root of quadratic equation


How do you Draw a flowchart for the roots of a quadratic equation?

what math flowchart can make it true


Algorithm to find the roots of a quadratic equation?

The easiest way to write a generic algorithm is to simply use the quadratic formula. If it is a computer program, ask the user for the coefficients a, b, and c of the generic equation ax2 + bx + c = 0, then just replace them in the quadratic formula.


Can the answer to a quadratic equation be a decimal?

Yes. You can calculate the two roots of a quadratic equation by using the quadratic formula, and because there are square roots on the quadratic formula, and if the radicand is not a perfect square, so the answer to that equation has decimal.


How do you use the quadratic formula to solve a quadratic equation?

You convert the equation to the form: ax2 + bx + c = 0, replace the numeric values (a, b, c) in the quadratic formula, and calculate.


Discovered quadratic equation?

Quadratic equation


The graph of a quadratic equation is called a?

The graph of a quadratic equation is called a parabola.The graph of a quadratic equation is called a parabola.The graph of a quadratic equation is called a parabola.The graph of a quadratic equation is called a parabola.


Draw an algorithm amd flowchat to claculate the roots of quadratic equation Ax2 Bx C0?

READ values of a, b and c,if a is zero then stop as we do not have a quadratic,calculate value of discriminantif D is zero then there is one root: ,if D is > 0 then there are two real roots: and ,if D is < 0 there are two complex roots: and ,PRINT solution.


What is the graph for quadratic equation?

the graph for a quadratic equation ct5r


What are the different types of quadratic equation?

THERE ARE TWO TYPES OF QUADRATIC EQUATION1) complete quadratic equation2) incomplete quadratic equation


What is the determinant of a quadratic function?

It is the equation inside the square root of the Quadratic FormulaIf > 0 there is a solutionIf < 0 there is no solutionBecause you can not calculate the Square Root of a Negative Number


What are the roots of the quadratic equation below?

That depends on the equation.