- solving non-quadratic equations homework
- factorise quadratic expressions online
- "solve matrices online"
- factorise x%28squared%29 and y%28squared%29 in equation
- casio "solve quadratic equation"
- pulse ignition dhlg 3
- yax2bxc ycax2bx
- "4th order equation solver"
- algebrator guide
- hardest math equation
- vedic maths examples of quadratic equations
- how to solve equations with negative numbers
- quadratic equation show work
- pros and cons for using graphing or substitution or elimination for equations
- show me how math solver
- a demand equation
- "real life example of a quadratic function"
- free online square root equation solver
- step by step instruction for solving quadratic equations
- solving quadratic equations box method
|
Vertex Form Equation Converter
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%>
|