|
||||
|
- what is the quadratic equation for - solve an equetion - the hardest maths equation ever - quadratic formula rhyme - solving system of equations by graphing pros and cons - quadratic equations by vedic maths - quadratic equation solving - quadratic equationshow to - simultanous equasion - how to solve quadratic simultaneous equations - math quadratic equations vertex - find equation using vertex - solving quadratic equations graphically, math a - the real sena wakana - what is a quadtratic equation - simultaneos equation worksheet - who proved the quadratic equation - help with writing quadratic functions - quadratic equation word problem - simultaneous equations questions and solutions |
Solve Quadratic Equations 3rd OrderSolving 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(" |
|||
|
|
||||