- simultaneous equationsolving
- solve math equations
- quadratic formula for the st. louis arch
- "equations for quadratic functions"
- example of time word problem in quadratic equation
- show simple quadratic quations for graphs
- solving quadratic word problems
- simultaneous equations rules
- squared
- real life equations for quadratic functions in vertex form
- step in solving quadratic
- how to solve equotions
- step by step on how to do quadratic equation
- quadratic equations to solve equations
- synopsys "equation format"
- hardest equation to understand
- can different quadratic equations with the same solution?
- online simultaneous equation questions
- ti-89 quadratic equation solver
- picture of rebecca olson gupta
|
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%>
|