grabthebasics.com
home faq wannahelp feedback contact

- math quadratic equations vertex
- pulse ignition dhlg2d3
- how to describe the quadratic equations
- enter solve simultaneous equations
- lesson plan solving quadratic equations
- word equation for quadratic formula
- two equal quadratic equations
- fun quadratic equations
- quadratic motion examples
- easy solver
- what are the pros and cons of graphing a quadratic formula3f
- quadratic formula for age
- y(ax(x bx c curve
- easy simultaneous equations to solve
- vedic math, subtraction, free tutorial
- simultaneous equasions for beginners
- application of quadratic equation in real life
- quadratic equationssolving
- solving quadratic equations graphically
- how to graph quadratic equations ti-86

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%>

home FAQ How can I help feedback Contact