grabthebasics.com
home faq wannahelp feedback contact

- additional maths quadratic equations
- business solutions quadratic equations
- what are the pros and cons of the methods used in quadratic equations
- fx-3650p cross method formula
- puzzle ring solution
- solve quadratic 4x5e2
- how to solve logarithms on ti 89
- alphadoku puzzles
- geometry /to calculate the area of quadretic in term of its sides
- "quadratic equation word problems"
- "7 steps" quadratic formula
- finding the rule for quadratic
- detailed lesson plan in quadratic equations
- free alegebrator
- step by step solving equations solver
- solving quadratic equations by the quadratic formula
- additional mathematics - quadratic equations
- solving quadratic equations class projects
- tell me something about about quadratic equation
- example real life quadratic

Quadratic 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