- quadtatic formula
- solving two step equations real life examples
- online word problems using quadratic equations solver
- quadratic formula sayings
- rules of quadratic equation
- writing quadratic equations in vertex form
- how to solve linear demands
- grab the basics to solving quadratic equations
- how do you use the equation solver on the ti83 plus
- make alphadoku puzzle
- quadratic formulas step by step
- splitting the middle of a quadratic
- how to solve this equetion 28x2b12928x2b22928x2b3293f
- real life problems that can be solved using quadratic equations
- write the equation of a quadratic function with vertex at %28-1,1%29
- 3x-6x equations
- solve quadratic online
- pros and cons of elimination and substitution in equations
- simultaneous equasion
- what are the pros to solving quadratic quations by graphing
|
Solving Quadratic Equation Factor Factoring
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%>
|