|
||||
|
- solving simultaneous quadratic equations rules - free online square root equation solver - 20 word problem using quadratic equation with solution - online definate integral solver - easy way in quadratic equation - quadratic functions - how to solve a function - quadratic problem solving - quadratic calculator for ipod - 3rd order quadratic equation solver - what is quadratic equation3f - ti 89 quadratic solve - sample problem about quadratic equation - online quadratic calculator showing work - "hardest math equation" - examples of equation in business - solve a third order quadratic equation - examples of word problems in quadratic equation - find vertex of quadratic equation - nudist middle schoolers sexy |
Steps In Solving Quadratic Equation Using TrinomialSolving 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(" |
|||
|
|
||||