- multiplied by x plus
- factorization of +quardratic equations
- "is it possible to have different quadratic"
- how to solve logarithmic simultaneous equations
- find the maximum of a quadratic equation
- line of symmetry equation
- fx-3650p factorization programme
- "solving equations with scilab"
- word problem of quadratic equation with solution
- strategies solving quadratic equations
- mathematics2dequations
- cbse x maths for 2008 formulas free download
- numerical methods for solving simultaneous equations
- "simultaneous equation calculator"
- simultaneous equations mortgage
- ti89 quadratic solver
- songs of quadratic equation by completing a square
- solving quadratic equations splitting middle
- solve math equation the easy way
- efbd81efbd8eefbd81efbd8cefbd86efbd81efbd83efbd8b
|
Equation Of Quadratic Equation
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%>
|