- easier way to solve simultaneous equations
- simultaneous equation solver ti
- how to check answers to quadratic equations
- www.workforce.in.govcs3
- enter equation
- excel "simultaneous equation"
- solving quadratic problems
- solving nonlinear system of equations on ti-83
- show me how to solve algebra equations
- simultaneous equationssimple explanation
- equation simultaneous solving online
- graphing by quardratic
- about teachers quations and answers
- real solution for quadratic formula using maple
- factorise equations calculator quadtratic
- classpad "excel solver"
- "randy pausch27s last words"
- steps for solving quadratic equation on calculator
- solving quadratic equation with 2 unknowns
- quadratic equations step by step guide
|
Hardest Quadratic Question
Solving 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(" y is: " & y)response.write(" Click here to try another")end if%>
|