What Makes Mathematics Hard to Learn?

Check out this thought provoking essay from Dr. Marvin Minsky.

Distributive Property

IF

3 \times 4 implies repeated addition of the number 4, 3 times.

For example: 3 \times 4=4+4+4

THEN

a(b+c) would imply repeated addition of the number (b+c), a times.

Note: a(b+c) is exactly the same as a \times (b+c)

That would be:

(b+c)

+

(b+c)

+

(b+c)

+

\vdots

+

(b+c)

_____________

Because you have a of these (b+c)'s,

Adding vertically, you would have a sum of ab+ac

\therefore a(b+c)=ab+ac

If that doesn’t make any sense, check out this numerical example of the same idea:

 3(x+4) implies repeatd addition of (x+4), 3 times.

(x+4)+(x+4)+(x+4) after combining like terms would be, 3x+12 because there are three x's and three 4's

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.

3(x+4)=3x+3 \cdot 4=3x+12

To look at it using a purely numerical example, consider:

4(2+3) as a 4-time repeated sum of the quantity (2+3)

(2+3)

+

(2+3)

+

(2+3)

+

(2+3)

_____________

4(2)+4(3)

=8+12=20

We can see that if we had computed the above using order of operations we would have obtained the same result of 20.

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 4+2 \times 3 , how do you proceed?

There are two apparent options:

4+2 \times 3

=6 \times 3

=18

OR

4+2 \times 3

= 4 + 6

=10

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:

  • Grouping Symbols (parentheses, brackets, braces, absolute value)
  • Exponents (includes square roots)
  • Multiplication and/or division from left to right
  • Addition and/or subtraction from left to right

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).

Order of Operations – Examples
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