- explain how to solve for the vertex in a quadratic equation
- how to do quadratic functions step by step
- squarerooting
- equation for solving a rubik27s cube
- quadratic function rules
- logarithmic simultaneous equation
- quadratic equation calculator shows work
- steps for quadractic equations
- quadratic equations/ hyperbolic
- "st. louis arch" +quadratic
- the pros and cons of solving a quadratic equation by completing the square
- solving equations elimination pros and cons
- step by step solving of quadratic equation
- rules quadratic equation
- micro bikini oily dance
- how to program ti-89 quadratic equation
- "luis felipe nieto escobar"
- poems about quadratic equation
- what is 7c 7c lines in quadratic equations
- simple simultaneous equation solver
|
Quadratic Equations That Dont Have Real Roots
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%>
|