This HTML5 document contains 13 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

PrefixNamespace IRI
n8http://dbkwik.webdatacommons.org/ontology/
dctermshttp://purl.org/dc/terms/
n2http://dbkwik.webdatacommons.org/resource/rRVP0-VmTpJZAjSeUvQXvQ==
n6http://dbkwik.webdatacommons.org/resource/XxtgBX_ugwvgk33LIWpkTw==
rdfshttp://www.w3.org/2000/01/rdf-schema#
n11http://dbkwik.webdatacommons.org/resource/UsZAzABqaUEL4MQ5X9H8Dg==
n10http://dbkwik.webdatacommons.org/resource/qXS9XsNm-JLeA97_V7ZjNw==
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n9http://dbkwik.webdatacommons.org/resource/GC3RciSIttYraTzDZ-VmaQ==
owlhttp://www.w3.org/2002/07/owl#
xsdhhttp://www.w3.org/2001/XMLSchema#
dbrhttp://dbpedia.org/resource/
Subject Item
n2:
rdfs:label
Quadratic Formula Quadratic formula
rdfs:comment
One of the main purposes of programs is to simplify often-performed tasks. In mathematics, these tasks often take the form of common and important equations---for example, the quadratic formula, used to find the roots or "zeroes" of a quadratic equation---the points where it crosses the x-axis. This article will show how to construct a TI-BASIC program that will do the quadratic formula, while illustrating a few of the program's key points. The formula is higher-level algebra, but this article won't go too in-depth mathematically. The quadratic formula can be used to solve quadratic equations, equations in the form ax2 + bx +c = 0. Remember that either 'b' and 'c' may be equal to zero, in which case the formula will be ax2 + bx or ax2 + c. If a = 0, the equation will be linear, which are solved differently. If c = 0, the equation is very simple to solve, as it will equal x(ax + b) = 0 in which case the solutions are x=0 and x=-b/a. (See Factorisation and simplification). The Quadratic Fomula is The Quadratic Formula is a mathematical formula used to find the x-intercepts for a quadratic function, or parabola. When With being the variable and , and being constant, the quadratic equation is: This is one possible method to determine the x-intercepts. They can also be found by completing the square, factoring or graphing. For the simpler formula where .
owl:sameAs
dbr:Quadratic_formula
dcterms:subject
n6: n9: n10: n11:
n8:abstract
One of the main purposes of programs is to simplify often-performed tasks. In mathematics, these tasks often take the form of common and important equations---for example, the quadratic formula, used to find the roots or "zeroes" of a quadratic equation---the points where it crosses the x-axis. This article will show how to construct a TI-BASIC program that will do the quadratic formula, while illustrating a few of the program's key points. The formula is higher-level algebra, but this article won't go too in-depth mathematically. The quadratic formula can be used to solve quadratic equations, equations in the form ax2 + bx +c = 0. Remember that either 'b' and 'c' may be equal to zero, in which case the formula will be ax2 + bx or ax2 + c. If a = 0, the equation will be linear, which are solved differently. If c = 0, the equation is very simple to solve, as it will equal x(ax + b) = 0 in which case the solutions are x=0 and x=-b/a. (See Factorisation and simplification). The Quadratic Fomula is The Quadratic Formula is a mathematical formula used to find the x-intercepts for a quadratic function, or parabola. When With being the variable and , and being constant, the quadratic equation is: This is one possible method to determine the x-intercepts. They can also be found by completing the square, factoring or graphing. For the simpler formula where .