|
||||
|
- "equations bingo" - quadratic equations to find area - examples of poems about quadratic functions - who came up with the quadratic formula - idiots guide to quadratic equations - solving y quadratic - quatratic formula+3650p - the hardest question in quadratic equation - sample questions on quadratic equations - how do you show a quadratic equation equals 0 - "cell" "quadratic equation" - logarithm real life examples - best online math courses - "complete the square solver" - simultaneous equation questions and answers - online simutaneous equation solver - "solving three equations" - best way to solve quadratic equations - easy way to do linear equations - ti 83 quad form |
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(" |
|||
|
|
||||