2022-04-23 13:26:53 +01:00
|
|
|
---
|
2022-08-20 13:00:04 +01:00
|
|
|
tags: [algebra, exponents]
|
2022-04-23 13:26:53 +01:00
|
|
|
---
|
2024-02-02 15:58:13 +00:00
|
|
|
|
2022-04-23 13:26:53 +01:00
|
|
|
## Equivalent equations
|
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
> Two equations are equivalent if they have the same solution set.
|
2022-04-23 13:26:53 +01:00
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
We know from the distributive property of multiplication that the equation
|
|
|
|
$a \cdot (b + c )$ is equivalent to $a \cdot b + a \cdot c$. If we assign values
|
|
|
|
to the variables such that $b$ is equal to $5$ and $c$ is equal to $2$ we can
|
|
|
|
demonstrate the equivalence that obtains in the case of the distributive
|
|
|
|
property by showing that both $a \cdot (b + c )$ and $a \cdot b + a \cdot c$
|
|
|
|
have the same solution:
|
2022-04-23 13:26:53 +01:00
|
|
|
|
|
|
|
$$ 2 \cdot (5 + 2) = 14 $$
|
|
|
|
|
|
|
|
$$ 2 \cdot 5 + 2 \cdot 2 =14 $$
|
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
When we substitute $a$ with $2$ (the solution) we arrive at a true statement
|
|
|
|
(the assertion that arrangement of values results in $14$). Since both
|
|
|
|
expressions have the same solution they are equivalent.
|
2022-04-23 13:26:53 +01:00
|
|
|
|
|
|
|
## Creating equivalent equations
|
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
Adding or subtracting the same quantity from both sides (either side of the $=$
|
|
|
|
) of the equation results in an equivalent equation.
|
2022-04-23 13:26:53 +01:00
|
|
|
|
|
|
|
### Demonstration with addition
|
|
|
|
|
|
|
|
$$ x - 4 = 3 \\ x -4 (+ 4) = 3 (+ 4) $$
|
|
|
|
|
|
|
|
Here we have added $4$ to each side of the equation. If $x = 7$ then:
|
|
|
|
|
|
|
|
$$ 7 - 4 (+ 4) = 7 $$
|
|
|
|
|
|
|
|
and:
|
|
|
|
|
|
|
|
$$ 3 + 4 = 7 $$
|
|
|
|
|
|
|
|
### Demonstration with subtraction
|
|
|
|
|
|
|
|
$$ x + 4 = 9 \\ x + 4 (-4) = 9 (-4) $$
|
|
|
|
|
|
|
|
Here we have subtracted $4$ from each side of the equation. If $x = 5$ then:
|
|
|
|
|
|
|
|
$$ 5 + 4 (-4) = 5 $$
|
|
|
|
|
|
|
|
and
|
|
|
|
|
|
|
|
$$ 9 - 4 = 5 $$
|