grabthebasics.com
home faq wannahelp feedback contact

- doing quadratic equations in ti-89
- pros and cons of graphical method in solving vectors
- automatic equation in vertex form
- pros and cons of graphing
- a demand equation
- mcrt formula calculator
- syllabus cusat
- quadratic and the pros and cons of solving them
- +"word problems" +linear +"simultaneous equations" +worksheet
- solving quadratic equations in windows xp
- matheasy way to understand math
- quadratic equations alevel
- quadratic equations jonny wilkinson
- simulanious equations
- solving quadratic rectangle
- simultaneous quadratic equations
- quadratic equation in c of a genetic algorithm
- hardest quadratic equation question
- cusat entrance exam 2008 admit card
- sudoku solver 3x2

Solve An Equetion


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