- easy way to solve using quadradic formula
- real life examples of quadratic equations with answers
- freeware algebra equations
- "quadratic functions" + "minimum" + "word problem"
- dhlg 3 pulse ignition
- sandra bbs
- +how +to quadratic equation x y
- explain how to check quadratic equations
- solve simultaneous equationscalculator
- quadratic equations and the pros and cons of solving them
- use the quadratic formula to solve the equation 28x2b32928x-1293d-2
- quadratic equation plotting
- bug method quadratic equation
- oily micro bikini dance
- quadratic expansion split
- +quations and answers in physics
- quadratic problems in vertex form
- "quadratic function real life
- writing a quadratic equation
- solve quadratic equations for me
|
Ax +by =c
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%>
|