|
||||
|
- vigrx in canada - where can i learn how to solve equations - quadratic equation using imperative - how to solve 8x-2y - ti-89 titanium quadratic equation - how to solve simultaneously - debanjana - solves your quadratics - three simultaneous quadratic equations - graphing iniqualities - is it possible to have different quatratic equations with the same solution? - explain quadratic relations y=ax +bx+c - quadratic equation of a curve - the basics of solving quadratic equations - online calculators that solve quadratic functions - simultaneous equations 3 unknowns - math quotation solver - replacement dhlg ignition - quadratic equation + labview - word problem solving quadratic equations |
Quadratic Equations Question SolverSolving 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(" |
|||
|
|
||||