- solving quadratic equations by square roots step-by-step
- what are the pros and cons of quadratic equations can be solved by graphing, using the
- sixth equation calculator
- quadratic equations explained
- how to input quadratic formula in spreadsheet
- solve equations by factoring - need free and fast algebra help can a calculator help
- two-step equarions
- equations of quadratics
- worksheets for solving simple equations
- apa itu koridor raya multimedia
- quadratic formula calculator with steps
- spliting quadratic equations
- "simultaneous quadratic equation"
- 2x squared quadratic equation
- quadratic equation carpentry
- solving nonlinear system of equations on ti-83
- word problems on quadratic equation
- what is the vertex form of a quadratic equation?
- how to describe the quadratic equations
- "practical application" of "quadratic functions"
|
Simultaneous Quadratic Equations
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%>
|