|
||||
|
- how to equation on ti89 - step by step on how to do quadratic equation - college algebra video lectures - online simultanious equation solver - what is quadratic equqtion - free online factoring trinomial calculator - the hardest mathematics question - ignition dhlg-4 - cross method fx-3650p - solving quadratic equations calculators - solving area with quadratics - factorise solve quadratic equations - solve simultaneous equations enter values - easy factoring quadratic equations - online integral solver - how to solve simultaneous equations step by step - how to solve logarithms on ti 89 - calc simultaneous equation formula5c - equations for intensity - simultaneous equation questions |
An Easy Way To Solve Simultaneous EquationsSolving 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(" |
|||
|
|
||||