eolas/zk/Increasing_fractions_to_their_highest_terms.md

40 lines
1,022 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
- fractions
---
2024-10-18 20:00:02 +01:00
# Increasing fractions to their highest terms
Given the equivalence between factors and divisors we can increase fractions to
higher terms in a very similar way to when we reduce fractions. In the latter
case we are dividing by divisors to reduce. In the former, we are multiplying by
factors to increase.
2022-04-23 13:26:53 +01:00
> Whenever we increase a fraction, the resultant fraction will always be
> [equivalent](Equivalent%20fractions.md) to the fraction we started with.
2022-04-23 13:26:53 +01:00
## Demonstration
2022-09-06 13:26:44 +01:00
_Express $\frac{3}{4}$ as an equivalent fraction having the denominator 20_
2022-04-23 13:26:53 +01:00
$$
\\frac{3 \cdot 4}{5 \cdot 4} = \frac{12}{20}
$$
2022-09-06 13:26:44 +01:00
_Express $\frac{2}{3}$ as an equivalent fraction having the denominator 21_
2022-04-23 13:26:53 +01:00
$$
\\frac{2 \cdot 7}{3 \cdot 7} = \frac{14}{21}
$$
## Increasing fractions with variables to higher terms
2022-09-06 13:26:44 +01:00
_Express $\frac{2}{9}$ as an equivalent fraction having the denominator 18a_
2022-04-23 13:26:53 +01:00
In these cases, just append the variable to the factor:
$$
\\frac{2 \cdot 2a}{9 \cdot 2a} = \frac{4a}{18a}
$$