|
||||
|
- show how to solve similtaneous equations - parabolic sar formula in excel - fx-3650p equation to power 3 - solver math - how to solve simultaneous quadratic equations - equation building in maths 6th grade - online calculator to solve economic problems - quadratic equation solving ti83 - +"binomial equation" +formula - steps for solving quadratic equations + vertex form - 218.253.32.136 - what is a quadratic - easy quadratic problem - easy solving simultaneous quadratic equations - best way to show quadractic formula - quadratic vertex solvers - free mathematic solver - solving quadratic equations on ti-84 plus - vertex maths quadratic - rules quadratic equation |
Solver Simultaneou 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(" |
|||
|
|
||||