- solving 2 simultaneous quadratic equations
- lesson plan for quadratic equation for additional mathematic
- solving problems using simultaneous equations one quadratic and nonlinear
- free online vertex form calculator
- sandra bbs
- quadratic equations box
- 2e-05x explain
- the hardest equation
- how to solve binomial equations on a ti 84
- finding focus of quadratic equations
- finding a function rule
- ti 89 complex solver
- building a quadratic polynomial equation from the solutions
- simultaneous equations property market
- quadtratic equationworded
- solve x-square root of -2x+10=1
- workout simultaneous equations calculator
- simultaneous equestion questions
- easy way to solving quadratic equations
- school quadratic equations
|
Explain How To Solve A Quadratic Equation
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%>
|