grabthebasics.com
home faq wannahelp feedback contact

- "lesson plan" "completing the square" activity
- finding maximum area
- warrick xanax quality
- not of quadratic equations
- x25x40
- quadratic equation cubed
- real life example of a quadratic function
- print "equation bingo"
- quadratic equations.calculator for square root method
- eqations+solver
- step by step on factoring quadratic, cubic, and quadratic functions
- pros and cons of solving equations by graphing
- how to work a quadratic equations
- how to solve a quadratic equation givens points
- java find quadratic equation by factoring
- simultaneous equations simple solving
- hardest math equations ever
- quadratic eqautions
- problem solving using quadratic equation
- problem solving with quadratic functions and equations

Quadratic Functions Vertex 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