Multiplication distributes over Addition.
9 * (2 + 1 ) = (9*2) + (9*1)
9* (3) = (18) + (9)
27 = 27
True

- Multiplication Distributes over Addition (True)
- Addition Distributes over Multiplication (False)
Let’s try the reverse of what was done, to see what happens when we try to distribute addition over multiplication:
9 + (2 * 1 ) = (9+2) * (9+1)
9 + (2) = (11) * (10)
11 = 21
False
Appendix A
Look at the example below:
Appendix B
Example with Einstein notation: