- solving a third order quadratic equations
- quadratic equation st louis arch
- qudratic formula used for racing around track
- find the vertex of a quodratic equation
- how to a quadratic equation with a ti 82
- step by step how to do quadratic functions
- solutions to make quadratic equations
- solving quadratic equations by completing the square worksheet
- x squared equations
- sudoku as simultanious equations
- grab the solving quadratic equation
- solving quadratics equation using the vertex form
- how to solve +quadric equations
- how to isolate equations
- background on vedic maths sutras
- how to do quad equations
- quadratic vba
- solving quadratic equations with brackets
- quadratic functions in oil drilling
- additional mathematics quadratic equation questions
|
Math 3a Solving Quadratic Functions
Solving Quadratic Equations
<%dim a,b,c,d,e,f,x,ya=request.form("a")b=request.form("b")c=request.form("c")d=request.form("d")e=request.form("e")f=request.form("f")if a=d and b=e and c=f thenresponse.write("Your two equations were the same, they must be different!")ElseResponse.write("Your two equations were: ")response.write(a & "x + " & b & "y = " & c & " ")response.write(d & "x + " & e & "y = " & f & " ")b=b/ac=c/ae=e/df=f/dy=(c-f)/(b-e)x=(c-b*y)response.write("x is: " & x)response.write(" y is: " & y)response.write(" Click here to try another")end if%>error
|