|
||||
|
- solving quadric solution - step by step quadratic solver - equations online - teaching quadratic equations with understanding - how to quadratic - "excel"+"quadratic equation" - easy explanation of simultaneous equations - "sejarah komputer" - 2e-05x explained - matchedbetting.co.uk - fun ways to solve two step equations - y=ax5e2+bx+c, y-intercept - the pros and cons of factoring quadratic equations - third order equations solver - facttoring - solving tax equations - solving simultaneous equations online help - free alphadoku puzzles - hardest equation formula - online quad equation solver |
Quadratic Equation Explain Step By StepSolving 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(" |
|||
|
|
||||