answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How do you write quadratic equation in standard form answered in math?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How did you write each quadratic equation in standard form?

readuse the answer


How do you write a quadratic equation in standard form?

ax2 + bx + c


Write an algorithm to find the root of quadratic equation?

Write an algorithm to find the root of quadratic equation


How do you write quadratic equation in standard form?

Ax2 + Bx + C = 0'A', 'B', and 'C' are numbers (constants).


What are all the ways you can solve a quadratic equation?

First, write the equation in standard form, i.e., put zero on the right. Then, depending on the case, you may have the following options:Factor the polynomialComplete the squareUse the quadratic formula


How do you write a poem on the roots of the quadratic equation?

2000X=Y2KoverZzz?


How would you go about solving a quadratic equation?

Write the quadratic equation in the form ax2 + bx + c = 0 then the roots (solutions) of the equation are: [-b ± √(b2 - 4*a*c)]/(2*a)


How do you write a pseudo code for find the quadratic equation?

computer scince


When the roots are equal of a quadratic equation?

Write the quadratic equation in the form ax2 + bx + c = 0 The roots are equal if and only if b2 - 4ac = 0. The expression, b2-4ac is called the [quadratic] discriminant.


Write an algorithm and draw a flowchart that will calculate the roots of quadratic equation?

dejene


Write a quadratic equation in the variable x having the given numbers as solutions Type the equation in standard form ax2 plus bx plus c equals 0 Solution 7 is the on solution?

0x2 + 1x - 7 = 0


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.