|
||||
|
- 118.140.160.252 - putting quadratic formula in ti 84 - basics to quadratic functions - the quadratic formula; the easy way - solving multi step equations solver - quadratic general formula - sample worded problem quadratic equation - frogs, fleas, painted cubes download - logarithmic simultaneous equation - excel formula for quadratic equation - ti-89 solving quadratic - quadratic equasions solving - quadratic formula and football - lesson plan of quadratic expressions - quadrativ equations easy solve - how to plot simultanuous equations on excel - using quadratic functions in architecture - worded problems on quadratic function - number of real roots of equations - solving quadratic equations on ti-84 |
How To Solve A Quadratic Equation Step By StepSolving 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(" |
|||
|
|
||||