Laws of arithmetic (commutative, associative, distributive)

LVL: FREE

MODULE: Number Sense and Basic Intuition

[EXEC: MICRO_CORE]

✖️ 1. Commutative and associative properties of addition and multiplication

🔄 Commutative and Associative Properties

  • Commutative means you can swap the order: a+b=b+aa + b = b + a and a×b=b×aa \times b = b \times a.
  • Associative means you can regroup: (a+b)+c=a+(b+c)(a + b) + c = a + (b + c) and (a×b)×c=a×(b×c)(a \times b) \times c = a \times (b \times c).
  • Both properties work for addition and multiplication only.
  • Commutative lets you rearrange terms in any order.
  • Associative lets you add or multiply in any grouping without changing the result.

Example: 3+7+5=7+3+5=153 + 7 + 5 = 7 + 3 + 5 = 15 (commutative) and (2×5)×4=2×(5×4)=40(2 \times 5) \times 4 = 2 \times (5 \times 4) = 40 (associative).

💡 Think: "Swap" for commutative, "Regroup" for associative.

[EXEC: DEEP_COMPUTE]

1. Commutative and associative properties of addition and multiplication

Commutative and Associative Properties of Addition and Multiplication

The commutative property states that the order of operands does not affect the result: a+b=b+aa + b = b + a and a×b=b×aa \times b = b \times a for all real numbers aa and bb. The associative property states that the grouping of operands does not affect the result: (a+b)+c=a+(b+c)(a + b) + c = a + (b + c) and (a×b)×c=a×(b×c)(a \times b) \times c = a \times (b \times c).

Intuitively, commutativity means "swapping doesn't matter," while associativity means "grouping doesn't matter."

Core Rules:

  • Addition is commutative: 3+5=5+3=83 + 5 = 5 + 3 = 8
  • Multiplication is commutative: 4×7=7×4=284 \times 7 = 7 \times 4 = 28
  • Addition is associative: (2+3)+4=2+(3+4)=9(2 + 3) + 4 = 2 + (3 + 4) = 9
  • Multiplication is associative: (2×3)×5=2×(3×5)=30(2 \times 3) \times 5 = 2 \times (3 \times 5) = 30

These properties allow flexible reordering and regrouping in calculations, enabling efficient computation strategies.

Example: 7+8+3=7+3+8=10+8=187 + 8 + 3 = 7 + 3 + 8 = 10 + 8 = 18 (commutativity simplifies mental math).

TASK_1[0 / 3]
LVL_2
STRC: TRANSFORM

Which of the following equations demonstrates the commutative property of addition?

DEEP_COMPUTE
ULTRA
[EXEC: MICRO_CORE]

✖️ 2. The distributive property, identity properties, and inverse properties

📦 Distributive, Identity, and Inverse Properties

  • Distributive spreads multiplication over addition: a×(b+c)=a×b+a×ca \times (b + c) = a \times b + a \times c.
  • Identity for addition is 0: a+0=aa + 0 = a.
  • Identity for multiplication is 1: a×1=aa \times 1 = a.
  • Additive inverse of aa is a-a because a+(a)=0a + (-a) = 0.
  • Multiplicative inverse of aa is 1a\frac{1}{a} because a×1a=1a \times \frac{1}{a} = 1 (when a0a \neq 0).

Example: 5×(3+2)=5×3+5×2=15+10=255 \times (3 + 2) = 5 \times 3 + 5 \times 2 = 15 + 10 = 25 (distributive).

💡 Think: Distributive "unpacks" the parentheses, identities "do nothing", inverses "cancel out".

[EXEC: DEEP_COMPUTE]

2. The distributive property, identity properties, and inverse properties

The Distributive Property, Identity Properties, and Inverse Properties

The distributive property connects multiplication and addition: a×(b+c)=a×b+a×ca \times (b + c) = a \times b + a \times c for all real numbers. The additive identity is 00 (since a+0=aa + 0 = a), and the multiplicative identity is 11 (since a×1=aa \times 1 = a). The additive inverse of aa is a-a (since a+(a)=0a + (-a) = 0), and the multiplicative inverse of a0a \neq 0 is 1a\frac{1}{a} (since a×1a=1a \times \frac{1}{a} = 1).

Intuitively, distribution "spreads" multiplication over addition, identities "do nothing," and inverses "undo" operations.

Core Rules:

  • Distributive: 3×(4+5)=3×4+3×5=273 \times (4 + 5) = 3 \times 4 + 3 \times 5 = 27
  • Additive identity: a+0=aa + 0 = a
  • Multiplicative identity: a×1=aa \times 1 = a
  • Inverses exist for all nonzero elements under multiplication

These properties form the algebraic foundation for equation solving and simplification.

Example: 5×(10+2)=5×10+5×2=50+10=605 \times (10 + 2) = 5 \times 10 + 5 \times 2 = 50 + 10 = 60.

TASK_1[0 / 3]
LVL_2
STRC: TRANSFORM

Which expression is equivalent to 4×(x+5)4 \times (x + 5) using the distributive property?

DEEP_COMPUTE
ULTRA
[EXEC: MICRO_CORE]

✖️ 3. The closure property and the zero property of multiplication

🔒 Closure and Zero Property

  • Closure means adding or multiplying two numbers in a set gives another number in that same set.
  • Integers are closed under addition and multiplication.
  • Zero property of multiplication: Any number times 0 equals 0, so a×0=0a \times 0 = 0.
  • Zero property is why multiplying by zero always "kills" the result.
  • Closure fails for division in integers (e.g., 5÷25 \div 2 is not an integer).

Example: 7×0=07 \times 0 = 0 and 3+5=83 + 5 = 8 (both stay in integers, showing closure and zero property).

💡 Think: Closure keeps you "inside the fence", zero property "erases everything".

[EXEC: DEEP_COMPUTE]

3. The closure property and the zero property of multiplication

The Closure Property and the Zero Property of Multiplication

The closure property states that performing an operation on elements within a set produces a result also within that set. For real numbers, addition and multiplication are closed: if aa and bb are real, then a+ba + b and a×ba \times b are also real. The zero property of multiplication states that any number multiplied by zero equals zero: a×0=0a \times 0 = 0 for all real aa.

Intuitively, closure means "staying within the system," while the zero property reflects that zero groups of anything yield nothing.

Core Rules:

  • Real numbers are closed under addition and multiplication
  • Natural numbers are closed under addition and multiplication but not under subtraction or division
  • Zero annihilates any product: a×0=0a \times 0 = 0
  • The zero property has no exceptions

Closure determines which operations are "safe" within a number system, while the zero property is fundamental in solving equations.

Example: 47×0=047 \times 0 = 0 and 3+5=83 + 5 = 8 (both remain in their respective sets).

TASK_1[0 / 3]
LVL_2
STRC: TRANSFORM

Which of the following equations correctly demonstrates the zero property of multiplication as described in the theory?

DEEP_COMPUTE
ULTRA
[EXEC: MICRO_CORE]

✖️ 4. Formal logical structure: Why division and subtraction are non-commutative and non-associative

⚠️ Why Subtraction and Division Break the Rules

  • Subtraction is not commutative: 53355 - 3 \neq 3 - 5 (order matters).
  • Subtraction is not associative: (83)2=3(8 - 3) - 2 = 3 but 8(32)=78 - (3 - 2) = 7.
  • Division is not commutative: 12÷33÷1212 \div 3 \neq 3 \div 12.
  • Division is not associative: (16÷4)÷2=2(16 \div 4) \div 2 = 2 but 16÷(4÷2)=816 \div (4 \div 2) = 8.
  • These operations depend on order and grouping, so you cannot rearrange freely.

Example: 104=610 - 4 = 6 but 410=64 - 10 = -6 (different results prove non-commutativity).

💡 Think: Subtraction and division are "one-way streets" — direction and grouping change everything.

[EXEC: DEEP_COMPUTE]

4. Formal logical structure: Why division and subtraction are non-commutative and non-associative

Formal Logical Structure: Why Division and Subtraction Are Non-Commutative and Non-Associative

Subtraction and division fail commutativity because order matters: abbaa - b \neq b - a (unless a=ba = b) and a÷bb÷aa \div b \neq b \div a (unless a=ba = b). They also fail associativity because grouping matters: (ab)ca(bc)(a - b) - c \neq a - (b - c) and (a÷b)÷ca÷(b÷c)(a \div b) \div c \neq a \div (b \div c) in general.

Intuitively, subtraction and division are "directional" operations—reversing or regrouping changes the outcome.

Core Rules:

  • Subtraction is non-commutative: 53=25 - 3 = 2 but 35=23 - 5 = -2
  • Division is non-commutative: 8÷4=28 \div 4 = 2 but 4÷8=0.54 \div 8 = 0.5
  • Subtraction is non-associative: (105)2=3(10 - 5) - 2 = 3 but 10(52)=710 - (5 - 2) = 7
  • Division is non-associative: (16÷4)÷2=2(16 \div 4) \div 2 = 2 but 16÷(4÷2)=816 \div (4 \div 2) = 8

These failures prevent arbitrary reordering in expressions involving subtraction or division.

Example: (124)3=5(12 - 4) - 3 = 5 but 12(43)=1112 - (4 - 3) = 11.

TASK_1[0 / 3]
LVL_2
RSN: DEBUG

A student claims that x8=8xx - 8 = 8 - x for all values of xx. Which statement best explains why this is incorrect based on the formal logical structure of operations?

DEEP_COMPUTE
ULTRA
[EXEC: MICRO_CORE]

✖️ 5. Applications: Optimizing mental math algorithms and basic boolean logic simplifications

🧠 Using Properties for Mental Math and Logic

  • Commutative lets you reorder to find easier pairs: 47+8+3=47+(8+3)=47+11=5847 + 8 + 3 = 47 + (8 + 3) = 47 + 11 = 58.
  • Associative lets you group friendly numbers: 25×17×4=(25×4)×17=100×17=170025 \times 17 \times 4 = (25 \times 4) \times 17 = 100 \times 17 = 1700.
  • Distributive breaks hard multiplications: 7×98=7×(1002)=70014=6867 \times 98 = 7 \times (100 - 2) = 700 - 14 = 686.
  • In boolean logic, A AND B=B AND AA \text{ AND } B = B \text{ AND } A (commutative) simplifies circuit design.
  • These properties reduce calculation steps and prevent errors.

Example: 8×5×2=8×(5×2)=8×10=808 \times 5 \times 2 = 8 \times (5 \times 2) = 8 \times 10 = 80 (associative grouping makes it instant).

💡 Think: Rearrange and regroup to make numbers "friendly" before calculating.

[EXEC: DEEP_COMPUTE]

5. Applications: Optimizing mental math algorithms and basic boolean logic simplifications

Applications: Optimizing Mental Math Algorithms and Basic Boolean Logic Simplifications

Arithmetic properties enable mental math optimization by reordering and regrouping for simpler calculations. For example, commutativity allows pairing numbers to friendly sums (like 7+8+3=7+3+8=187 + 8 + 3 = 7 + 3 + 8 = 18), and distributivity simplifies products (like 15×12=15×10+15×2=18015 \times 12 = 15 \times 10 + 15 \times 2 = 180). In boolean logic, analogous properties apply: AND and OR are commutative and associative, while distribution connects them (e.g., A(BC)=(AB)(AC)A \land (B \lor C) = (A \land B) \lor (A \land C)).

Intuitively, these properties transform complex expressions into computationally efficient forms.

Core Rules:

  • Use commutativity to pair friendly numbers: 47+8+3=47+3+8=5847 + 8 + 3 = 47 + 3 + 8 = 58
  • Use distributivity to factor: 7×99=7×(1001)=7007=6937 \times 99 = 7 \times (100 - 1) = 700 - 7 = 693
  • Boolean algebra mirrors arithmetic: AB=BAA \lor B = B \lor A

These techniques reduce cognitive load and computational steps.

Example: 25×16=25×4×4=100×4=40025 \times 16 = 25 \times 4 \times 4 = 100 \times 4 = 400.

TASK_1[0 / 3]
LVL_2
STRC: TRANSFORM

Which expression shows the correct use of distributivity to optimize the mental math calculation of 8×988 \times 98?

DEEP_COMPUTE
ULTRA

AWAITING_CONFIRMATION

CONFIRM KNOWLEDGE ACQUISITION TO UPDATE SYSTEM ANALYTICS.