- simultaneous equation solver
- songs for quadratic formula
- quadratic equations in worded problem form
- pros and cons of graphing3f
- real life quadratic examples
- solve the equetion
- quadratic equation icebox
- how to solve quadratic function step by step
- what is the constant x squared 2b x
- step by step derivative solver
- hackthissite tips
- quardratic solver
- an easy way to do simultaneous equations
- solving quadratic equations calculator.com
- quadratic growth equations
- simultaneous equation solve calculator
- examples of quadratic worded problems with their solutions
- system of equation pros and cons of graphing
- smartboard quadratic formula
- fx 3650p cubic equation
|
Factorising Quadratic Rules
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%>
|