|
||||
|
- how to solve equations using a ti 89 - solving problems with msexcel - solving simple quadratic equations - factoring with ti84 - how to tackle simaltaneous equations - pros and cons of elimination systems of equations - solving equations rules - projectile motion equation solver - maths-quadratic equations and graphs - graph quadratic formula on ti 89 - solve functions on ti 83 - "online calculator" "quadratic formula" - show work calculator - quadratic equation solver step by step - what is equation in maths - xintercept calculator - real life quadratic functions - solve equations with x cubed - solving simultaneous equations with ti 84 - word problem of quadratic equation with answers |
What Is An Example Of A Quadratic EquationSolving 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(" |
|||
|
|
||||