- solving equations in quadratic form
- additional mathematics 28quadratic equation-question29
- step by step guide of how to do simultaneous equations
- simultaneous equations lesson plans
- quadratic formula and eigenvectors
- the easy way simultaneous equations
- splitting the middle of a quadratic
- geometry /to calculate the area of quadretic in term of its sides
- bitsat 2008
- simultaneous equations quadratic solver
- integral-calculator show work
- how to solve simultaneous equation by calculator
- "solving equations lesson plans"
- complexity of solving quadratic equation
- solve quadratic differential equation
- problem solving about quadratic equation
- easy to understand steps to factoring quadratic equations
- parabolic sar formula in excel
- lyrics of the quadratic formula song
- +quadric solver
|
Quadratic How To Tell If It Is
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%>
|