- hardest equation
- b-4ac math
- what is a quadratic equation basics
- quadratic 3x 13x10
- x squared equations
- simultaneous equations calculators
- solve integral problem online
- quadratic equation motion
- quadratic formula on excel
- pros and cons graphing a quadratic function
- "explain quadratic equations"
- forensic scientists and the quadratic equation
- application and problems of quadratic equations
- quadratic function real-life examples
- "function rule" +tutorial
- sample lesson plan in quadratic equation application
- building quadratic functions from data
- pros and cons of solving system of equations by substitution
- what is 6x squared plus 3x plus 5 in qudratic function
- real life application quadratic equation
|
Quadratic Functions Vertex Solver
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%>
|