- algebrator for calculator
- quadratic equations easy steps
- the easiest way to solve any simultaneous equation
- simultaneous equations solvers
- solving for the maximum in a quadratic equation
- hardest equation formula
- how to solve algebraically with ti-89
- quadratic formula for ti 89
- relatedmemberstripodcom~kselvaquadhtml
- solving line of symmetry equation
- solve equations online and step by step solutions
- quadratic functions with golf
- quadratic with question and answer (math)
- solving equation in quadratic function
- simultaneous quadratic solver
- pros and cons of solving a quadratic equation by graphing
- solving quadratic equations step by step
- easy way - quadratic expression
- simultaneous equation answers
- solving quadratic equations by factoring solver
|
Simultaneous Equations 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%>
|