|
||||
|
- solving quadratic equations excel - solver - factorise equation using asp - "solve function" in excel - how to solve the quadric formula - quadratic equations using vertex point - triple integral solver - equation solver using ti83 - standard form of x-2x+2 - writing quadratics into vertex form - simultaneous quadratic worksheet - ti-89 titanium solving simultaneous equations - when do people use the quadratic formula - solving word problems using quadratic equation - solving equations with derivatives - solving for c in a quadratic trinomial - solving quadractic equations games - what are the pros and cons of quadratic equations can be solved by graphing, using the - solver and simultaneous equations - what are the pros and cons of graphing, the quadratic formula, completing the square and factoring to solve a quadratic equation? - simultaneous equation solution |
Pros And Cons Of Solving Quadratic Equations By GraphingSolving Quadratic EquationsThanks for your questionWe will be sure to get back to you soon<%Dim name,country,submitBy,questionname=request.form("name")country=request.form("country")submitby=request.form("submitby")question=request.form("question")'Dimension variablesDim objCDOMail , objCDOMail2 'Holds the CDONTS NewMail Object'Create the e-mail server objectSet objCDOMail = Server.CreateObject("CDONTS.NewMail")'Who the e-mail is fromobjCDOMail.From = submitby'Who the e-mail is sent toobjCDOMail.To = "quad@grabthebasics.com"'Set the subject of the e-mailobjCDOMail.Subject = "Quadratic Question"'Set the e-mail body format (0=HTML 1=Text)objCDOMail.BodyFormat = 0'Set the mail format (0=MIME 1=Text)objCDOMail.MailFormat = 0'Set the main body of the e-mailobjCDOMail.Body = "Name of person: " & name & " From Country of: " & country & " Email Address: " & submitby & " Their Question: " & question'Importance of the e-mail (0=Low, 1=Normal, 2=High)objCDOMail.Importance = 2'Send the e-mailobjCDOMail.Send'Close the server objectSet objCDOMail = Nothing%> |
|||
|
|
||||