Problems With A Point Logo
Home
  Mathematics Problems

Return To Previous Page
View Printable Version (PDF)

Commutativity and associativity
Answers

Inspired by the Nuffield Mathematics Project (John Wiley and Sons)

Addition, subtraction, multiplication, and division are all mathematical operations. With each, you take two numbers and get a single number from them. The kind of number you get depends on the symbol between them: 4 + 2 is a different number from 4 ÷ 2.

  1. Here is a different kind of operation, with a few examples:
    5 <> 4 = 5 5 <> 8 = 8 3 <> 6 = 6
    9 <> 9 = 9 23 <> 12 = 23 0 <> 19 = 19
    1. What do you think is the value of 19 <> 3? Describe the rule you used to get your answer.
    2. Does it matter which number comes before the symbol  <> ? If a and b represent any two numbers, is it true that a <> b = b <> a?
    3. Pick any three numbers. Call your numbers a, b, and c. Is the following true?
      (a <> b) <> c = a <> (b  <> c)
    4. Is (a <> b) <> c = a <> (b <> c) for any three numbers you choose?

    When the order doesn’t matter, the operation is commutative. Commute means travel. You can make the numbers on each side of the symbol travel across the symbol without changing the result. When the grouping doesn’t matter, the operation is associative. Association means group. You can group the numbers in different ways without changing the result.
    Find a rule for each operation, and decide if the operation is commutative or associative.

  2. 5 @'@ 4 = 54 5 @'@ 8 = 58 3 @'@ 6 = 36
    0 @'@ 9 = 9 2 @'@ 12 = 32 19 @'@ 73 = 263
  3. 5 @,@ 4 = 1 5 @,@ 8 = 3 3 @,@ 6 = 3
    9 @,@ 9 = 0 23 @,@ 12 = 11 0 @,@ 19 = 19
  4. 5 oo 4 = 9 5 oo 8 = 13 3 oo 6 = 9
    9 oo 9 = 18 23 oo 12 = 35 0 oo 19 = 19
  5. Which of the standard operations (addition, subtraction, multiplication, and division) are commutative? Which are associative?

Answers
Problem

    1. 19 <> 3 = 19. The result is whichever number is greater. If the numbers are equal, the result is the same as the other numbers.
    2. It doesn’t matter which number is first and which is second.
    3. For any choice of a, b, and c,
      (a <> b)  <> c = a <> (b  <> c).
    4. Yes.
  1. Multiply the first number by 10 and add the second number (a @'@ b = 10a + b). This is neither commutative nor associative.
  2. Subtract the larger from the smaller. This is commutative but not associative.
  3. Add the two numbers together. This is both commutative and associative.
  4. Addition and multiplication are both commutative and associative, but subtraction and division are neither.

Return To Previous Page View Printable Version (PDF)