|
||||
|
- "the basics of solving quadratic equations" video - algebra quadratic equations - how to solve the quadric formula - solving simultaneous equations that are squared - describe a quadratic equation - free quadratic formula - plotting a demand curve from equation - what is equation - ultracet vs percocet - mdas rules in mathematics - quadratic algebra examples - simultaneous equation online solver - simultaneous equations tutorial - online web simultaneous equation solver - math word problems quadratic formula - euclid proof step-by-step - three points to find a quadratic - how do you solve quadratic equations - online equation solver - what are the rules for quadratic equation |
Step By Step Of Quadratic EquationsSolving 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(" |
|||
|
|
||||