grabthebasics.com
home faq wannahelp feedback contact

- "what is a equation?"
- "quadratic formula cartoon"
- what works uses the quadratic functions
- additonal mathematic form 4 quadratic function
- hardest quadratic equation question
- step by step of simultaneous equations
- 2e-05x
- quadratic formula story
- the hardest question in quadratic equation
- how to solve percentages in parallel
- simultaneous quadratic equation worksheets
- step by step how to solve quadratic equation
- quadratic solver
- do the all the quadretic equation has roots?
- how to factorise fourth order equations
- math bingo and quadratics
- quiz me on quadratic examples
- steps for solving quadratic equation on calculator
- worksheets for solving simple equations
- what is a quadric equations

Quadratic Equation That Is Not A Function


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