Please input the values and submit them.
For Your Specific Query -
If the Roots of a quadratic equation are   R1 = 0   &   R2 = 0/1.
The required formula is     (x - [R1])(x - [R2]) = 0
Input values into formula     (x - [0])(x - [0/1]) = 0
And resulting equation is       (x - 0)(1x - 0) = 0
Which multiplies to                 1x2 - 0x - 0x + 0 = 0
And Quadratic Equation is       1x2 - 0x + 0 = 0
As a General Formula / Algorithm -
If the Roots of a quadratic equation are   R1 = A   &   R2 = B/C.
The required formula is     (x - [R1])(x - [R2]) = 0
Input values into formula     (x - [A])(x - [B/C]) = 0
And resulting equation is       (x - A)(Cx - B) = 0
Which multiplies to                 Cx2 - Bx - (A*C)x + B*A = 0
And Quadratic Equation is       Cx2 - (B+A*C)x + B*A = 0
Copyright © 1994-. All rights reserved.   
www.TheMathWebSite.com