eolas/zk/Equivalent_equations.md

101 lines
2.2 KiB
Markdown
Raw Normal View History

2022-04-23 13:26:53 +01:00
---
2022-08-20 13:00:04 +01:00
tags: [algebra]
2022-04-23 13:26:53 +01:00
---
2024-10-18 20:00:02 +01:00
# Equivalent equations
2022-04-23 13:26:53 +01:00
> Two equations are equivalent if they have the same
> [solution](Algebra%20key%20terms.md#678811) set.
2022-04-23 13:26:53 +01: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 $5$ and $c$ is $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 $$
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
We can create equivalent equations by adding, subtracting, multiplying and
dividing the _same quantity_ from both sides of the equation (i.e. either side
of the $=$ symbol). 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
$$
2024-10-18 20:00:02 +01:00
x - 4 = 3
$$
2022-04-23 13:26:53 +01:00
The [solution](Algebra%20key%20terms.md#678811) to this equation is $7$
2024-10-18 20:00:02 +01:00
$$
x -
4 (+4) = 3 (+ 4)
$$
2022-04-23 13:26:53 +01:00
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
$$
2024-10-18 20:00:02 +01:00
x + 4 = 9
$$
2022-04-23 13:26:53 +01:00
The [solution](Algebra%20key%20terms.md#678811) to this equation is $5$.
2024-10-18 20:00:02 +01:00
$$
x +
4 (-4) = 9(-4)
$$
2022-04-23 13:26:53 +01:00
Here we have subtracted $4$ from each side of the equation. If $x = 5$ then:
$$ 5 + 4 (-4) = 5 $$
and
$$ 9 - 4 = 5 $$
### Demonstration with multiplication
2024-10-18 20:00:02 +01:00
$$x \cdot 2 = 10 $$ The [solution](Algebra%20key%20terms.md#678811) to this
equation is $5$.
$$
(x \cdot 2) \cdot 3 = 10 \cdot 3 $$ Here we have multiplied each side of the
equation by $3$. If $x =5$ then
2022-04-23 13:26:53 +01:00
$$ (5 \cdot 2) \cdot 3 = 30$$
$$ 10 \cdot 3 = 30$$
### Demonstration with division
$$x \cdot 3 = 18 $$
The [solution](Algebra%20key%20terms.md#678811) to this equation is $6$.
$$\frac{x
\cdot 3}{3} = \frac{18}{3}
$$
2024-10-18 20:00:02 +01:00
2022-04-23 13:26:53 +01:00
Here we have divided each side of the equation by $3$. If $x$ is 6, then
2024-10-18 20:00:02 +01:00
$$
\frac{6
\cdot 3}{3} = 6
$$
2022-04-23 13:26:53 +01:00
$$\frac{18}{3} = 6 $$