- step by step solving matrices
- solve quadratic equation matlab
- y=ax%5e2+bx+c word problems
- mathematics2dequations
- quadratic equation solver where only the answers are given
- quadratic functions calculator with working out
- solving hidden quadratic problems
- online linear equation solver
- how to solve binomials
- simultaneous equation solver nonlinear
- fx-3650p to calculate factorization
- ti 84 plus application "simplify quadratic"
- use quadratatic formula to solve each equation worksheet
- maximum for quadratic formula
- sejarah worksheets
- quadratic curve quadratic equation curve points
- 1webspaceorg
- how to solve level 2 equation
- simultaneous equations in additional maths
- x25x40
|
Example Of Words Equetion
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%>
|