|
||||
|
- solve 3x squared+2x+1= "quadratic equations" - 1 and 2 step equation worksheets - quadratic equation in real life applications - solve simultaneous equationsonline - finding maximum area of a fence - golden rectangle quardic equation - pengembangan sigmud freud - online equation factorise - get equation question - steps in solving simultaneous equation - solving quardic equation - easier way to solve simultaneous equations - easy way to solve quadratic equations - rules to solve quadratic equation - solving 3 step equations - trinomial equations in life - show how to solve an quadratic equation - quadratic function solver - new way to factorise quadratic equations - "simultaneous solver" |
Show Simple Quadratic Quations For GraphsSolving 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(" |
|||
|
|
||||