- online math solver equation
- (8x-2y)-(3x+4y)=
- rules of simultaneous equation
- simultaneous equation questions
- find max of quadratic equation
- writing something in vertex form
- examples of real life quadratic functions
- example for real life two equation solve together
- solving two step equations examples
- equations simultaneous solver
- equation question
- what is the quadratic equation?
- the easy way to solve quadratic equations
- quadratic equations 28real-life examples29
- online quadratic trinomial factor solver free
- simultaneous quadratic equation solver online
- solving quadratic for y
- problem solving and its answers28quadratic equation29
- logarithm real life examples
- graphing quadriatic equations
|
Quardic Equation
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%>
|