|
||||
|
- find mistakes in mathematics quadratic equation - nudists.ch - solving quadratic equations on ti 86 - real life of quadratic equetion - simultaineous linear equations math worksheets - equation solver online - basics reading equations - ti 89 solving simultaneous equation - quadratic equation in asp - how to find real roots in equations - quadratic equation solver known ae - www.mathias psychic - solve simple equations online - exponential step by step explanation - "contracts for kids" - simultaneous quadratic equations - sample questions on quadratic equations - qudratic equation - "rebecca olson gupta" - "simultaneous equation" solve |
Simple 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(" |
|||
|
|
||||