- simple way to solve simultaneous equations
- quadtatic functions worksheet
- example word problem using quadratic equation
- quadratic equations real life examples with graph solution
- nonlinear simultaneous equations
- quadratics "worded problems"
- quadratic equations the basics
- solve simustaneus equations online
- how do i solve this ? fx=x-2+3
- what is c-program
- simulatenous equation
- how to do trinomials
- writing quadratic formula in c++
- solving two step equations real life examples
- the hardest equations ever
- quardic equations
- binomial quadratic equation calculator
- solve integral problems online step by step
- how to solve quadratic equation on ti83 plus
- maths question solver
|
Quadratic Functions Vertex Solver
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%>
|