- step by step on factoring quadratic, cubic, and quadratic functions
- java find quadratic equation by factoring
- casio 3650p static
- 124.244.17.56
- solving quadradic equations online calculator
- factorise equation using asp
- how to know if an equation is quadratic
- example of a quadratic equations + applications in real life
- c++ easy solves quadratic equation to find its roots
- graohing "quadratic equasions" help
- quadratic equations for force
- example word problems of quadratic equation
- real life basic quadratic equations
- easy c++ solves quadratic equation to find its roots
- how to solve alphadoku puzzles
- solve x-square root of -2x+10=1
- solving literal simultaneous equations online
- example of quadratic equation word problem
- quadratic formula poem
- math quotation solver
|
Quadratic Functions Basics
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%>
|