|
||||
|
- solving quadradic equations online calculator - enter equation - 2x squared+3x+4=0 - quad 4 engine tips - simaltaneous differential - solving simoltaneous equations - simultaneous equations example xy - solving equations by factoring problem solver - how to factorise fourth order equations - basics of solving quadratic equations - "quadratic equation word problems" - quadratic formula of three robots - simultaneous quadratic - free solving linear equations online solver step by step - ttrinomials - free online precal calculator - solve this easy equation - how do isolve quadratic equation - application of quadtatic equations - mathematical equation "floor area" |
Solving Quadratic Equations Calculator Show WorkSolving 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(" |
|||
|
|
||||