grabthebasics.com
home faq wannahelp feedback contact

- online quadratic roots
- quadraticequation
- equetion of parabola
- solve quadratic equations calculator show work
- how to factorise cubric equations
- how to slove a curve
- quadratic formula solver x cubed
- quadratic formula basics
- star quadratic solver
- quadratic equation for the st. louis arch
- facttoring
- example word problem using quadratic equation
- algebra 2 quadratic equations
- how to do a quadratic equation graph in excel
- solving quadratic equations with ti-83 plus
- algebrasolvers
- c program for solving simultaneous equations
- calculator to work out quadratics
- online simultaneous equations calculator with workings
- writing quadratic equations vertex form

Equation Solver Input Values


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