|
||||
|
- free online linear equation solver - quadratic equation 27 s question - problem solving quadratic function - grade 11 math-quadratic - where can i learn how to solve quadratic equations - how to do equations - quadratic formula fx3650p - find x any y intercepts in equations online - putting equation in vertex form - young nudist bbs - equasion solver - mcrt equation - solve a third order quadratic equation - howto solve quadratic equations - step by step of quadratic equations - best math equation solver - how to solve quartic equations by factoring - quadratic equation to solve for profits - solving simultaneous equations in vb - simultaneous equations calculator which shows working out |
Introduction To Quadratic EquationSolving 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(" |
|||
|
|
||||