Menu:
factoring using the quadratic solver how to factorise quadratic equations what is a quadratic quardratic equations quadratic equations vertex worksheet steps in quadratic equations for kids best way to solve a quadratic equation quadratic equation solver converter polynomial solver with step by step simultaneous equations solving quadratic solve linear differential equations homogeneous ti 83 how to solve functions in math introduction to quadratic equation real and imaginary factorise example of quadratic word problems how to understand quadratic equation quadratic equation importance explain how to complete square step by step how to use quadratic equations in excel quadratic b4ac using ti83 in solving quadratic function pros and cons of using substitution in solving a system of linear equations method of finding the x from a cubed equation problem solving of quadratic equation for curves what is a quadratic equation in vertex form what pros and cons are quadratic equations can solving graphing using the quadratic formula quadratic equation explain step by step pros and cons of equations by graphing working out quadratic equation from 2 points introduction to quadratic equation
|
Steps By Step To Solving Quadratic Equations
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%>
|