grabthebasics.com
home faq wannahelp feedback contact

- simultaneous equation+factorise
- find xintercept in from a quadratic equation solver
- function rule
- equation of a circle automated solutions
- quadratic equation calculator fx-3650p
- simultaneous equation solving online
- easy way to explain quadratics
- what is a quadratic equations
- what are the pros and cons of using systems of equations by substitution or elimination3f
- math formula solving in flash
- easy way to do additional maths
- the hardest maths equation ever
- input quadratic formula calculator ti 83
- slove a linear equation
- hardest mathematic equation
- explain the quadratic function
- simutaneous equasions
- real life quadratic equations
- quadratic equaltion program 89 titanium
- quadratic door problem

What Is The Quadratic Equation B


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