- help in solving 3x2-x-1=0
- solver microsoft office quadratic equation
- six steps of the quadratic formula
- finding the vertex of a quadratic equation
- raleigh27s equation calculator
- how to solve a quadratic equations
- rule of sudokukingdom
- online two step equation solver
- how to solve simultaneous two
- simotaneous equation solver
- factorise equations free online grab the basics
- online algebrator free
- simoltaneous equations
- step on how to solving quadratic equations
- worded problems quadratic eqution
- "graphicsgale" tutorials
- pros & cons of ways to figure quadratic equations
- quadratic points online calculator
- how to solve equotions
- solving nonlinear system of equations on ti-83
|
Hardest Equation Sigma
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%>
|