Arithmetic/Properties of Operations: Difference between revisions

From testwiki
Jump to navigation Jump to search
imported>Wikigucoder
This page explains the concepts beautifully and the author is a good person, but it was hideously formatted and that ruined the educational value of the page. Glad that it is more aligned with the standards of Wikibooks now that I've fixed it. To be honest, these kind of articles should be formatted with a minimum of style. But other than that, nice job!
 
(No difference)

Latest revision as of 20:23, 16 December 2023

Why Do Operations Have Properties?

Before continuing to learn about the properties of operations you must understand two basic questions:

What is the point of operations having properties?
Without operations having properties, we would not know their usage. Understanding their usage helps lay the foundation for solving word problems later on.

Why do operations have properties?
Operations have properties which define their usage. The usage of operations is the very essence of them, without usage properties are useless (vice versa).

By understanding properties we are able to enter the realm of higher-level thinking.

This is because properties illustrate general cases which allow us to lead to more mathematical generalizations.


Definitions of Mathematical Properties:


Addition:

  1. Commutative Property: a+b=b+a
  2. Associative Property: (a+b)+c=a+(b+c)
  3. Identity Property of zero: 0+a=a(=a+0)
  4. Inverse Property: For every a, there exists a a such that a+(a)=0

Multiplication:

  1. Commutative Property: ab=ba
  2. Associative: (ab)c=a(bc)
  3. Identity: a1=1a=a
  4. Inverse Property, for every a0, there exists a (1a) (or a1), such that a(1a)=1.

In general, the inverse property of multiplication can be stated more rigorously as saying that two numbers are multiplicative inverses of each other, if and only if their product is 1.

Remember that combining addition and multiplication yields the...
Distributive Rule: a(b+c)=ab+ac.

Most rules can be derived by paying attention to expressions and clever use of the properties.

Example:

Show that a0=0.

Proof.
a=a1=a(1+0)=a1+a0.

is equivalent to:

a=a+a0
subtract a from both sides, yielding

a0=0.

QED

Properties of Addition and Subtraction

Sure, you've added 4 + 3 = 7, but have you tried 3 + 4? You get the same answer right? Yes, because of the commutative law of addition.

For any numbers, a and b, a plus b is equal to b plus a. From this we know that addition is commutative, meaning that the operation of addition can be performed in any order with the same result.

What about 5 + 6 = 11? That's right, 6 + 5 = 11 as well.

There is another property of addition, the associative property. Here is an algebraic example:

For any numbers a,b,c: a+(b+c)=(a+b)+c

Can the same be said about subtraction? Well, let's try it... 7 - 5 = 2, does 5 - 7 = 2? Well... no. If you look at the number line, you will notice that when you do 5 - 7, you go below 0 into the realm of the negative numbers. Specifically, your solution is -2. Even though -2 is same in absolute value as 2, it isn't the same number. Therefore, subtraction is not commutative. Is it associative? No, because the associative law depends on the commutative law in order to work (since it really is just an extension of the commutative law.)

Exercises

<quiz display=simple points="1/1"> { |type="{}"} 8 + 9 = { 17_2 }

{ |type="{}"} 50 + 30 = { 80_2 }

{ |type="{}"} 45 + 9 = { 54_2 }

{ |type="{}"} 36 + 11 = { 47_2 }

{ |type="{}"} 2 + 3 = { 5_2 }

{ |type="{}"} (5 + 7) + (4 + 3) + (8 + 2) + 5 = { 34_2 }

{ |type="{}"} 6 - 3 = { 3_2 }

{ |type="{}"} 77-11 = { 66_2 }

{ |type="{}"} 66 - 5 = { 61_2 }

{ |type="{}"} (80 - 13) - (36 - 5) - 11 + (36-11) = { 50_2 } </quiz>

Associative property

The associative property of real numbers is: (a+b)+c=a+(b+c) for all real numbers a,b,c. This implies that the order in which addition is done does not matter.

Note however that this only applies to addition and multiplication. In fact, multiplication shares the same property. (ab)c=a(bc) for all real numbers a,b,c.

The position of the parenthesis does change but the order by which you operate does not.

Template:BookCat