|
||||
|
- basics to quadratics - quadratic equation walkthrough - lesson plan for solving quadratic equation form 4 - quartic equation formula ti83 - grade 11 math-quadratic - example solving quadratic equations - cons of quadratic formula - writing quadratic equations calculator - syllabus cusat - online step by step equation solver - the basics of quadratics - simultaneous equations online program - the hardest math problem in the world - guadratic mean - simultaneous equation rules - how to solve simultaneous with ti 83 - introduction to graphing quadratic function - fx-3650p quadratic quation - qudratic equation - "casio 3650p" |
Show Me How To Solve Algebra EquationsSolving 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(" |
|||
|
|
||||