Last Sync: 2022-05-02 08:00:04

This commit is contained in:
thomasabishop 2022-05-02 08:00:04 +01:00
parent 2946bb3620
commit 65aafc8e77

View file

@ -45,4 +45,33 @@ The procedure is as follows:
Thus:
$$
4 \frac{7}{8} = \frac{(4 \cdot 8) + 7 }{8}
$$
$$
## Converting improper fractions into mixed fractions
It is quite obvious how to reverse the process and turn an improper fraction into a mixed fraction.
Take $\frac{27}{5}$. We work out how many times the numerator is divisible by the denominator and make that the whole number. The remainder is then left as the fractional part.
$$
\begin{split}
\frac{27}{5} = 27 \div 5 \\
= 5 r 2 \\
= 5 \frac{2}{5}
\end{split}
$$
## Multiplying and dividing by mixed fractions
Now that we know how to convert mixed fractions into improper fractions, it is straight forward to multiply and divide with them. We convert the mixed fraction into an improper fraction and then divide and multiply as we would with a proper fraction.
### Demonstration
Calculate $-2\frac{1}{12} \cdot 2 \frac{4}{5}$:
1. First convert each mixed fraction into an improper fraction:
$$
\begin{split}
-2\frac{1}{12} = -2 \cdot -12 \\
= 24 + 1 \\
= \frac{24}{12}
\end{split}
$$