eolas/zk/Inversion_of_operators.md

27 lines
452 B
Markdown
Raw Permalink Normal View History

2022-04-23 13:26:53 +01:00
---
2022-09-06 13:26:44 +01:00
tags:
- prealgebra
2022-04-23 13:26:53 +01:00
---
2024-10-18 20:00:02 +01:00
# Inversion of operators
2022-04-23 13:26:53 +01:00
## Addition, subtraction
Addition is the inverse of subtraction: $$(x - a) + a = x$$ $$ (6 - 2) + 2 = 6
2024-10-18 20:00:02 +01:00
$$
2022-04-23 13:26:53 +01:00
Subtraction is the inverse of addition: $$(x + a) - a = x$$ $$ (3 + 2) - 2 = 3$$
2022-04-23 13:26:53 +01:00
Division is the inverse of multiplication $$ \frac{a \cdot x}{a} = x$$
$$ \frac{6
2024-10-18 20:00:02 +01:00
\cdot 3}{6} = 3
$$
2022-04-23 13:26:53 +01:00
Multiplication is the inverse of division $$ a \cdot \frac{x}{a} = x$$
2024-10-18 20:00:02 +01:00
$$
2 \cdot
\frac{8}{2} = 8
$$