- y and y-intercepts
- how to solve simultaneous equations the easy way
- harris-benedict equation/how to use
- find simple real-life quadratic equations
- hyperbolic paraboloid online calculators
- vertex-form-of-quadratic-equation
- how can you solving quadratic equations
- step by step equation solver
- simultaneous quadratics solver
- fx3650p formula
- how to understand quadratic equation
- explain quadratic formula
- simplifying the formula for cube of trinomial
- solve simultaneous equations
- www2egaypics2enl
- quadratic equation steps by steps
- what are the pros and cons of solving quadratic equations by graphing2c using the quadratic formula2c completing the square2c and factoring
- quadratic equationexplanation
- gcse "possible to factorise" quadratic
- how to solve "puzzle ring" 6
|
Introduction To Quadratic Equations
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%>
|