grabthebasics.com
home faq wannahelp feedback contact
Menu: simultaneous equations notes
easy simultaneous equations
step by step guide how to perform quadratic functions
additional mathematics quadratic function form 4
quadratic equation calculater
online equation solver simultaneous
solving equations online
the beauty of quadratic equation
facotring equations calculator free online
simultaneous equations solver
solve simultaneous equations program
quadratic function worksheet problems
word problems on quadratic functions
quadratic equation solver visual basic program
what is a quadtatic equation
how to do quadratic equation
story for remembering quadratic
explain a quadratic equation
pangya calculation formula
quadratic equation example data set
simultaneous equation program for ti 83
bonus simultaneous equation example
quadratic equations story problems examples
solving a quadratic function
working with quadratic roots
additional maths quadratic equations
formula mathematics form 4
add maths form 4 quadratic equation
ti89 complex quadratic
solving a quadratic function step by step

A Simple Way To Solve Quadratic Equation


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