grabthebasics.com
home faq wannahelp feedback contact

- simultaneous equation calculator
- beauty math formula
- intro calc year 11 quadratic functions
- cons and pros of solving systems of equations by graphing
- how to solve equation on a ti 84
- cons solving equations by graphing
- word example of a quadratic function
- quadratic equation tip
- quadratic equations how to do
- binomial quadratic equation calculator
- what are the applicable methods of quadratic equation
- solve b3d2rt
- how to quadratic functions
- chainmail nudity pics
- describe the type of roots-quadratic equations
- solve quadratic equation step by step
- using quadratic functions in factories
- math solves murder
- a simple way to solving simultaneous equations
- solve simultaneous equations on line

B 4ac


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