<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Calculator Tab &#187; Math</title>
	<atom:link href="http://www.calculator-tab.com/blog/category/math/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.calculator-tab.com</link>
	<description>Free Online Scientific Calculator</description>
	<lastBuildDate>Tue, 24 Aug 2010 19:40:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How can you tell whether your calculator follows the standard order of operations?</title>
		<link>http://www.calculator-tab.com/blog/2008/08/order-of-operations/</link>
		<comments>http://www.calculator-tab.com/blog/2008/08/order-of-operations/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 15:33:36 +0000</pubDate>
		<dc:creator>Marek Kyncl</dc:creator>
				<category><![CDATA[Math]]></category>

		<guid isPermaLink="false">http://www.calculator-tab.com/?p=40</guid>
		<description><![CDATA[A quick test that I use to find out if the calculator follows the standard order of operations is to enter:<code>1 + 2 * 3 =</code>.]]></description>
			<content:encoded><![CDATA[<p>A quick test that I use to find out if a calculator follows the standard order of operations is to enter:
<pre><code>1 + 2 * 3 =</code></pre>
<p> If the answer is 7, then the calculator follows the standard order of operations, if the answer is 9 then it doesn&#8217;t. If no answer appears, then you are probably standing at IKEA trying to use one of the dummy calculators.</p>
<h3>Why it works</h3>
<p>A calculator that does not follow the standard order of operations will apply the operators (plus, times, minus, etc.) as they come. In the above example, such a calculator would first add 1 and 2 (which is 3) and then multiply the result by 3 (which is 9).</p>
<p>A calculator that does follow the standard order of operations will first evaluate the &#8220;priority&#8221; of all operators in a calculation and then calculate the result evaluating the higher-priority operators first. In the above example the [*] operator has a higher priority than the [+] operator. Therefore the calculator evaluates 2 * 3 first (which is 6) and then adds 1 to the result (which is 7).</p>
<h3>The standard order of operations</h3>
<p>The standard order of operations is a rule which states, that binary operators with a higher priority are evaluated before binary operators with a lower priority. The priorities are as follows:</p>
<ol>
<li>Exponents</li>
<li>Multiplication/Division</li>
<li>Addition/Subtraction</li>
</ol>
<p>For more information on the order of operations see <a href="http://en.wikipedia.org/wiki/Order_of_operations">this Wikipedia article</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.calculator-tab.com/blog/2008/08/order-of-operations/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
