- architecture/ quadratic functions
- pros and cons to solving quadratic equations
- how to read a quadratic equation
- solving quadratic equations puzzles,
- putting an equation in vertex form
- sejarah kakuro
- what is the vertex point
- free equation solver palm os
- equation solver explain steps
- solving quadratic equations practice
- quadratic equations when you don27t know the a
- finding function rule solver
- online y intercept solver
- what are the pros and cons that can be solved by graphing
- 4.09present at least two different ways of graphing quadratic functions
- golf quadratic equation
- 2x squared=+3x+1
- input values and get an equation
- dx+ey=f form
- basics of quadratic equation
|
Difficult 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%>
|