grabthebasics.com
home faq wannahelp feedback contact

- what are the pros and cons of factoring in a quadratic equation
- solving quadric solution
- simultaneous equation bonus calculation
- "solving a quadratic function" formula
- demand curve on ti 83
- all about quadratic function
- quadratic formulas step by step
- doquadratic graphing for me online
- quadratic equation factorization
- simultaneous equations quadratic
- linear simultaneous equations "visual basic" matrix
- simplifying the formula for cube of trinomial
- what are the pros and cons of using graphing for systems of equations?
- pulse ignition dhlg-3
- how to simplify quadratic equations
- solving simultaneous equations using simulink
- "can the world be only wave-function?" tim maudlin
- how to graph with ti-89 titanium slove for y
- how to plug in the quadratic equation in a ti-83
- solving quadratic equations box method

Quadratic B4ac


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