- pythagorean triples, classroom activities
- describe the type of roots-quadratic equations
- solve quadratic equation using ti-83 plus
- quadratic equation for ti 83 plus
- pros for graphing equations
- free quadratic equations solver
- how to solve quad formula on ti-84
- yves bodson
- solving linear equations by graphing ax + by =c and dx + ey = f
- binomial equations quadratic
- to solve simultaneous equations online
- how to solve a quadratic and linear equation
- scientist2dsymmetry
- step by step instructions for quadratic functions algebra-1
- calculus + "solving for quadratic equations"
- how to input quadratic equations in ti 84
- www.a simple baseball quadratic equation
- voyage solve quadratic
- step by step solving quadratic equations
- sandra bbs
|
Solve Quadratic Equation Word Problem
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%>
|