grabthebasics.com
home faq wannahelp feedback contact

- pros and cons of graphing or using substitution or elimination
- find quadratic equation given data points
- easy equations
- factorise equations calculator quadtratic
- easy way to factorise
- "simultaneous quadratic equations"
- easy way to solve equations
- online gauss jordan calculator
- example of simultaneous equation
- "quadratic formula"+ " jobs"
- "how to find equation of a curve"
- mortgage calulator solving for unknowns
- slove a linear equation
- simultaneous equations calculator which shows working out
- hardest equation
- 61.18.195.95
- simultaneous equation answers
- factorise equations online
- introduction of quadratic equations & genetic algorithms
- quadratic equation on c++ explanations

Simultaneous +quadratics


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