|
||||
|
- factorising equation solvers - introduction to quadratic equations worksheet - examples the basics of solving quadratic equations - quadrics on the ti 89 - the easiest way to solve quadratic equation - solution of quadratic equation - arithmetic-geometric equations - weymouth27s equation calculator - meisei corp.westlake village,ca usa hotweezers - solve quadratic equation -b - solving quadratic equations with ti-83 - "polynomial function" excel solver - power equation solve - rule for quadratic equation roots - quadratic equations demand function - how to solve equations on a ti 83 - solving quadratic equations chemistry - tips for factoring - substitute equations in simple way - solve a simultaneous equation with a quadratic algebraically |
Solve X2x15Solving 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%> |
|||
|
|
||||