|
||||
|
- simultaneous equation solve ti-83 - rules for quadratic - how to teach quadratic equation - solving simultaneous equations one linear and one quadratic - quick way to solve quadratic equation - what are the pros and cons for using the quadratic formula in quadratic equations - tickets on sale quadratic equations - how to solve simultaneous linear word equations - quadratic equations easy - to solve complicated simultaneous equations online - simple quadratic equation explanation - graphing quadratic functions worksheet - solving simoltaneous equations - math hardest formula - how to solve a demand equation - "what is a equation in math" - how to solve a quadratic equation using a graphing calculator - vb excel quadratic equation solver - how to input quadratic formula in spreadsheet - easy way to solve a equation |
Quadratic Formulas RulesSolving 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%> |
|||
|
|
||||