grabthebasics.com
home faq wannahelp feedback contact

- solving quadratics online
- simultaneous equation online solver
- calculater solving
- quadratic +equasion practical use
- hardest equations ever
- word problem in with solution in solving quadratic equation
- +equestions about linear equations
- websites to enter your equation and they solve
- what is a simple and quick way of solving quadratic functions
- complexity of solving quadratic equation
- solving quadratic online
- what are the pros and cons of graphing quadratic equations?
- hardest simultaneous equation
- how are quadratic functions used in life?
- factorising quadratic using the formula
- solving equations step by step the easy way
- solving linear equations online calculator
- rule for quadratics
- what is a quadtratic equation
- harris-benedict equation/how to use

Solving Quadratic Equations Live


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