grabthebasics.com
home faq wannahelp feedback contact

- simulanious equations calculator
- lesson units on quadratic equations
- math help quadratic equations
- the hardest equation in math
- quadric equation back solve
- how to do quadratic formulas
- solve simultaneous online
- how to do quadratic solutions
- real life quadratic examples
- quadratic equations-questions
- solve simultaneous equations online
- ways to solve quadratic equation
- history of quadratic equation that are not in standard form
- solving a quadratic equation using the quadratic formula
- casio 3650p static
- rule of sudokukingdom
- how to solve a quadratic equation on ti-83
- solve my simultaneous equation
- how to solve percentages in parallel
- example of quodratic equation

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