
Check out this thought provoking essay from Dr. Marvin Minsky.
April 15, 2008 at 11:32 am (Uncategorized)

Check out this thought provoking essay from Dr. Marvin Minsky.
April 15, 2008 at 9:56 am (basic algebra)
Tags: basic algebra, distributive property, numerical operations
IF
implies repeated addition of the number 4, 3 times.
For example:
THEN
would imply repeated addition of the number
,
times.
Note: is exactly the same as
That would be:
+
+
+
+
_____________
Because you have of these
,
Adding vertically, you would have a sum of
If that doesn’t make any sense, check out this numerical example of the same idea:
implies repeatd addition of
,
times.
after combining like terms would be,
because there are three
and three
SO
Rather than performing the repeated addition each time we are faced with a multiple of a group, we can just apply the distributive property as shown below.
To look at it using a purely numerical example, consider:
as a 4-time repeated sum of the quantity
+
+
+
_____________
We can see that if we had computed the above using order of operations we would have obtained the same result of 20.
April 15, 2008 at 9:25 am (basic algebra)
Tags: order of operations
Order of Operations: A way of evaluating expressions with more than one operation. These rules govern precedence in mathematical operations.
For Example: When faced with , how do you proceed?
There are two apparent options:
OR
Which is correct?
We must follow the correct order of operations so that this expression has a necessarily unique value.
For the above example, the correct answer is 10.
Now, let’s find out WHY?
The Actual Order
Evaluate numerical expressions in the following order:
An Easy Way of Remembering
Use this memory tool to help remember the order! Please Excuse My Dear Aunt Sally (PEMDAS)
An alternative form of this is:
Brackets, Indices, Division, Multiplication, Addition, Subtraction (BIDMAS).
| Expression | Evaluation | Operation |
|---|---|---|
| 4 × 2 + 1 | = 4 × 2 + 1 | Multiplication |
| = 8 + 1 | Addition | |
| = 9 | ||
| 12 – 9 ÷ 3 | = 12 – 9 ÷ 3 | Division |
| = 12 – 3 | Subtraction | |
| = 9 | ||
| 3 + 12 ÷ (5 – 2) | = 3 + 12 ÷ (5 – 2) | Parentheses |
| = 3 + 12 ÷ 3 | Division | |
| = 3 + 4 | Addition | |
| = 7 | ||
| 7 × 10 – (2 × 4)2 | = 7 × 10 – (2 × 4)2 | Parentheses |
| = 7 × 10 – 82 | Exponents | |
| = 7 × 10 – 64 | Multiplication | |
| = 70 – 64 | Subtraction | |
| = 6 |