- examples of word problems on quadratic equations
- empirical equation calculator
- algebrator uk
- how to solve o level mathematics
- free solving quadratics by square-rooting
- example real life quadratic function
- explain the steps of solving a quadratic equation using the quadriatic formula
- simultaneous equation rules
- quadratic equation ms excel
- not of quadratic equations
- quadratic functions and molds
- solving third-order equation
- how to solve a quadratic equation ti-89
- picking winners, byte by byte
- quadratic simultaneous equation solve
- learn in easy way quadratic equation
- www.math equatons.com
- pros and cons of using the quadratic formula
- easy way to remember quadratic equation
- hardest maths
|
Quadratic B4ac
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%>
|