grabthebasics.com
home faq wannahelp feedback contact

- how do i find the vertex
- linear algebar simultaneous equations squared
- simultaneous equations ne linear one quadratic
- dynamic simultaneous equation solver
- quadratic equations solve for me
- 3x2 sudoku solver
- solving simple simulataneous equations
- is it possible to have different quatratic equations with the same solution?
- real-life examples of quadratic functions
- how to work out algerba problems
- rules in solving number problems using the mdas rules
- free quadratic equations solver
- di lesson plans on solving quadratic equations
- quadratic function problem solving with solution
- factor equations into imaginary with ti 89
- keana gonzales
- general form quadratics solver
- solving quadratic by factorisation
- solve quadratic equation step by step
- how to calculate quadratic equation on ti 84 calculator

Basics Of Simultaneous Equations


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