grabthebasics.com
home faq wannahelp feedback contact

- solver of quadratic equations
- simultaneous equation solver 2 unknowns
- method of solving quadratic equations that came from india
- graphing quadratic song
- worded problem using quadratic equation
- easy real life quadratic equation
- vertex formula solver
- step by step solving quadratic equations by using the quadratic formula
- finding quadratic rules
- tips for solving quadratic equations
- sample problems for quadratic equation
- solving system of equations by graphing pros and cons
- quodratic equations
- solve quadratic formulas to track ticket sales
- quadratic equations with real and no real roots
- vertex formula solver
- free lesson plan for quadratic eequations
- cuadratic equations freeware
- vertex solver quzdradic equations
- solve equations by graphing worksheet

Find Xintercept In From A Quadratic Equation Solver


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%>

home FAQ How can I help feedback Contact