Associativity Property

Associativity Property

graph TB A[Associativity Property] A --> B[Definition] A --> C[Examples] B --> D[In Addition] D --> E((a + b) + c = a + (b + c)) B --> F[In Multiplication] F --> G((ab)c = a(bc)) C --> H[Addition Example] H --> I((2 + 3) + 4 = 2 + (3 + 4)) C --> J[Multiplication Example] J --> K((2*3)*4 = 2*(3*4))