- show me algebra the easy way for free
- worded problems in quadratic equation
- solving quadratic equation with ti-85
- quadratic equation optimization
- find quadratic equations from data
- "msc adams 2007 r1 iso"
- need to know how to do math quadratic equations
- how to graph vertex ti 86
- quadratic equation for malaysian students
- linear equastion
- how to solve factoring quadratic trinomial
- 7 steps of quadratic equation
- quadratic graphs + vertex point
- replacement dhlg 3 pulse ignition
- solving 2 step equation worksheets
- quadratic quetion example
- how to solve by elimination method on algebrator
- equation of quadratic equation
- simultaneous equation program for ti 83
- solving quadratic equations basics
|
Get Equation 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%>
|