|
||||
|
- hebrew equations - problem application of quadratic equation - formula quadraticas - +"binomial equation" +"complete the square" - logarithmic simultaneous equation - "luis felipe nieto escobar" - how to solve quadratic equations3f - mine fx3650p - "systemic wars of the third millennium" - "equation system" "solve online" - solving quadratic equations puzzles, - simultaneous equations solve online - online simaltaneous equation solver - quadratic equations solver - explanation of simultaneous equation - solving quadratic simultaneous equations maple - solve equation - simple roots of a quadratic equation - mellen nutraceutical co., canton, ma - how to solve quadratic problem solving |
Solve Simlulataneous Equations OnlineSolving 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(" |
|||
|
|
||||