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
|
|
|
- fractions
|
|
|
|
---
|
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
Two fractions are equivalent if they represent the same value. To begin with we
|
|
|
|
can represent this visually:
|
2022-04-23 13:26:53 +01:00
|
|
|
|
2024-02-17 11:57:44 +00:00
|
|
|

|
2022-04-23 13:26:53 +01:00
|
|
|
|
2022-09-06 13:26:44 +01:00
|
|
|
_Each shaded area is taking up the same proportion of the whole._
|
2022-04-23 13:26:53 +01:00
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
The same properties can be represented arithmetically by multiplying the
|
|
|
|
numerator and denominator at each step by 2. Thus:
|
2022-04-23 13:26:53 +01:00
|
|
|
|
|
|
|
$$
|
|
|
|
\\frac{1 (\cdot 2)}{3 (\cdot 2)} = \frac{2}{6}
|
|
|
|
$$
|
|
|
|
|
|
|
|
Therefore the following rule obtains:
|
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
> If you start with a fraction and multiply both its numerator and denominator
|
|
|
|
> by the same value, the resulting fraction is equivalent to the original
|
|
|
|
> fraction.
|
2022-04-23 13:26:53 +01:00
|
|
|
|
|
|
|
$$
|
|
|
|
\\frac{a}{b} = \frac{a \cdot x}{b \cdot x}
|
|
|
|
$$
|
|
|
|
|
|
|
|
This process works in reverse when we invert the operator and use division:
|
|
|
|
|
|
|
|
$$
|
|
|
|
\\frac{2 (/ 2)}{6 (/ 2)} = \frac{1}{3}
|
|
|
|
$$
|
|
|
|
|
|
|
|
Thus:
|
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
> If you start with a fraction and divide both its numerator and denominator by
|
|
|
|
> the same value, the resulting fraction is equivalent to the original fraction.
|
2022-04-23 13:26:53 +01:00
|
|
|
|
|
|
|
$$
|
|
|
|
\\frac{a}{b} = \frac{a / x}{b / x}
|
|
|
|
$$
|