- +calculater for equation
- pulse ignition dhlg part
- pros and cons of substitution, elimination and graphing in systems of equations
- easy way of solving for x
- easy guide to quadratic equations
- online quadratic function solver
- easy rules to solve quadratic equations
- simultanious eqation
- solving quadratic equations fool proof method
- quadratic formulas rules
- quadratic online calculator
- "solving equations lesson plans"
- simoltaneous equations solver
- a poem of equations
- solving algebriac demand curve word problems
- what is a quadrtic equation
- "quadratic equations can be solved by graphing"
- solve for is curve equation economics
- quadratic equation formats
- shur-kamp classic camper
|
Quadratic Maths Step By Step
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%>
|