Chapter 2: Fractions & Decimals
Fractions and decimals are two ways of expressing numbers between integers. This chapter builds each skill one technique at a time — starting with the vocabulary of fractions, then the tools (prime factorization, GCF, LCM) needed to work with them, and finally all four arithmetic operations.
📋 Chapter Contents
- Types of Fractions — proper, improper, mixed numbers
- Prime Factorization — factor trees, writing prime factorization
- Greatest Common Factor (GCF) — using prime factorization
- Least Common Multiple (LCM) — using prime factorization
- Equivalent Fractions & Simplifying
- Adding & Subtracting Fractions — same and different denominators, mixed numbers
- Multiplying Fractions — cross-canceling, mixed numbers
- Dividing Fractions — reciprocal, KCF method
- Decimals & Conversions — place value, fraction ↔ decimal, repeating decimals
2.1 Types of Fractions
Definition: Fraction
A fraction $\dfrac{a}{b}$ represents $a$ parts of a whole divided into $b$ equal parts, where $b \neq 0$.
- Numerator ($a$) — how many parts you have.
- Denominator ($b$) — how many equal parts the whole is divided into.
Proper Fraction
Numerator < Denominator
Value between 0 and 1
$\dfrac{3}{5}, \quad \dfrac{7}{10}, \quad \dfrac{1}{4}$
Improper Fraction
Numerator ≥ Denominator
Value ≥ 1
$\dfrac{9}{4}, \quad \dfrac{7}{3}, \quad \dfrac{5}{5}$
Mixed Number
Integer + proper fraction
Value ≥ 1
$2\dfrac{1}{4}, \quad 5\dfrac{3}{7}, \quad 1\dfrac{1}{2}$
Converting: Improper Fraction → Mixed Number
Divide the numerator by the denominator. The quotient is the integer part; the remainder becomes the new numerator.
Example 1 — Improper to Mixed (easy)
Convert $\dfrac{17}{5}$ to a mixed number.
Example 2 — Improper to Mixed (larger numbers)
Convert $\dfrac{47}{6}$ to a mixed number.
Converting: Mixed Number → Improper Fraction
Multiply the integer by the denominator, then add the numerator. The result becomes the new numerator.
$$a\frac{b}{c} = \frac{a \times c + b}{c}$$Example 3 — Mixed to Improper
Convert $4\dfrac{3}{7}$ to an improper fraction.
Example 4 — Mixed to Improper (practice)
Convert $6\dfrac{5}{8}$ to an improper fraction.
✏ Practice 2.1 — Types of Fractions
Convert each improper fraction to a mixed number:
- $\dfrac{22}{7}$ Hint: 22 ÷ 7 = ?
- $\dfrac{35}{4}$
- $\dfrac{100}{9}$
Convert each mixed number to an improper fraction:
- $3\dfrac{1}{5}$
- $8\dfrac{2}{3}$
- $12\dfrac{7}{10}$
Show Answers
1) $3\frac{1}{7}$ 2) $8\frac{3}{4}$ 3) $11\frac{1}{9}$ 4) $\frac{16}{5}$ 5) $\frac{26}{3}$ 6) $\frac{127}{10}$
2.2 Prime Factorization
Key Vocabulary
- A prime number has exactly two factors: 1 and itself. Examples: 2, 3, 5, 7, 11, 13, 17, 19, 23…
- A composite number has more than two factors. Examples: 4, 6, 8, 9, 10, 12…
- The number 1 is neither prime nor composite.
- Prime factorization writes a composite number as a product of prime numbers only.
💡 Primes to memorize (up to 50)
2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47
Divisibility shortcuts: divisible by 2 if last digit is even; by 3 if digit sum is divisible by 3; by 5 if last digit is 0 or 5.
The Factor Tree Method
A factor tree splits a number into two factors, then keeps splitting until every branch ends in a prime number (circled). The prime factorization is the product of all the primes at the ends of the branches.
Example 5 — Factor Tree for 36
Find the prime factorization of 36.
/ \
4 9
/ \ / \
2 2 3 3
💡 The answer is always the same — no matter how you split!
Even if you start with 36 = 6 × 6, or 36 = 12 × 3, you always end up with $2^2 \times 3^2$. This is the Fundamental Theorem of Arithmetic: every integer > 1 has exactly one prime factorization.
Example 6 — Factor Tree for 60
Find the prime factorization of 60.
/ \
6 10
/ \ / \
2 3 2 5
Example 7 — Factor Tree for 180 (multi-level)
Find the prime factorization of 180.
/ \
4 45
/ \ / \
2 2 9 5
/ \
3 3
Ladder (Repeated Division) Method
Alternatively, divide by the smallest prime that fits, and keep dividing until you reach 1.
Example 8 — Ladder Method for 84
Find the prime factorization of 84 using repeated division.
2 | 42
3 | 21
| 7
✏ Practice 2.2 — Prime Factorization
Write the prime factorization of each number. Draw a factor tree or use the ladder method.
- 24
- 45
- 56
- 72
- 90
- 120
- 150
- 210
Show Answers
1) $2^3 \times 3$ 2) $3^2 \times 5$ 3) $2^3 \times 7$ 4) $2^3 \times 3^2$ 5) $2 \times 3^2 \times 5$ 6) $2^3 \times 3 \times 5$ 7) $2 \times 3 \times 5^2$ 8) $2 \times 3 \times 5 \times 7$
2.3 Greatest Common Factor (GCF)
Definition: GCF
The Greatest Common Factor of two (or more) integers is the largest integer that divides all of them evenly.
Used for: simplifying fractions.
GCF Using Prime Factorization — Method
- Write the prime factorization of each number.
- Identify the common prime factors (primes that appear in both).
- For each common prime, take the lowest (smaller) exponent.
- Multiply those together — that's the GCF.
Example 9 — GCF(12, 18)
Example 10 — GCF(24, 60)
Example 11 — GCF(36, 48, 60) — three numbers
✏ Practice 2.3 — GCF
Find the GCF using prime factorization:
- GCF(16, 24)
- GCF(30, 45)
- GCF(42, 70)
- GCF(56, 84)
- GCF(18, 27, 45)
- GCF(100, 150, 250)
Show Answers
1) 8 2) 15 3) 14 4) 28 5) 9 6) 50
2.4 Least Common Multiple (LCM)
Definition: LCM
The Least Common Multiple of two (or more) integers is the smallest positive integer that is a multiple of all of them.
Used for: finding common denominators when adding or subtracting fractions.
LCM Using Prime Factorization — Method
- Write the prime factorization of each number.
- List all prime factors that appear in any of the numbers.
- For each prime, take the highest exponent that appears.
- Multiply those together — that's the LCM.
Example 12 — LCM(12, 18)
Example 13 — LCM(8, 15)
When two numbers share no common factors, LCM = their product.
Example 14 — LCM(12, 20, 30)
💡 GCF × LCM = Product of the two numbers
$$\text{GCF}(a, b) \times \text{LCM}(a, b) = a \times b$$Check: GCF(12,18) × LCM(12,18) = 6 × 36 = 216 = 12 × 18 ✓ This is a great way to verify your answers.
✏ Practice 2.4 — LCM
Find the LCM using prime factorization:
- LCM(4, 6)
- LCM(9, 15)
- LCM(8, 14)
- LCM(6, 10, 15)
- LCM(4, 9, 12)
- Verify using GCF × LCM = a × b for problem 3.
Show Answers
1) 12 2) 45 3) 56 4) 30 5) 36 6) GCF(8,14)=2, 2×56=112=8×14 ✓
2.5 Equivalent Fractions & Simplifying
Fundamental Property of Fractions
Multiplying or dividing both numerator and denominator by the same nonzero number gives an equivalent fraction — same value, different appearance:
$$\frac{a}{b} = \frac{a \times k}{b \times k} \qquad \text{and} \qquad \frac{a}{b} = \frac{a \div k}{b \div k}$$Building Equivalent Fractions (scaling up)
Example 15 — Find an equivalent fraction
Write $\dfrac{3}{5}$ as a fraction with denominator 20.
Simplifying Fractions (reducing to lowest terms)
A fraction is in simplest form when GCF(numerator, denominator) = 1. To simplify: divide both by their GCF.
Example 16 — Simplify $\dfrac{36}{48}$
Example 17 — Simplify $\dfrac{45}{75}$
💡 Simplifying in steps — OK to do it gradually
If you don't immediately spot the GCF, simplify in multiple steps by dividing by any common factor each time.
$\dfrac{36}{48} \xrightarrow{\div 2} \dfrac{18}{24} \xrightarrow{\div 2} \dfrac{9}{12} \xrightarrow{\div 3} \dfrac{3}{4}$ (same result, just three smaller steps)
✏ Practice 2.5 — Simplifying
- Simplify $\dfrac{20}{30}$
- Simplify $\dfrac{42}{56}$
- Simplify $\dfrac{72}{96}$
- Write $\dfrac{5}{8}$ with denominator 40.
- Write $\dfrac{7}{12}$ with denominator 60.
Show Answers
1) $\frac{2}{3}$ 2) $\frac{3}{4}$ 3) $\frac{3}{4}$ 4) $\frac{25}{40}$ 5) $\frac{35}{60}$
2.6 Adding & Subtracting Fractions
The Golden Rule
You can only add or subtract fractions that have the same denominator.
If denominators differ → find the LCD (Least Common Denominator = LCM of the denominators), rewrite each fraction, then add/subtract the numerators.
Case 1: Same Denominator
Example 18 — Same denominator
Compute $\dfrac{5}{9} + \dfrac{7}{9}$ and $\dfrac{11}{12} - \dfrac{5}{12}$.
Case 2: Different Denominators
Example 19 — Different denominators
Compute $\dfrac{5}{6} + \dfrac{3}{8}$.
Example 20 — Subtraction with different denominators
Compute $\dfrac{7}{10} - \dfrac{2}{15}$.
Case 3: Adding Mixed Numbers
Example 21 — Adding mixed numbers
Compute $2\dfrac{3}{4} + 1\dfrac{2}{3}$.
Case 4: Subtracting Mixed Numbers (with borrowing)
Example 22 — Subtracting mixed numbers
Compute $5\dfrac{1}{3} - 2\dfrac{3}{4}$.
⚠ Most common mistake
$\dfrac{1}{3} + \dfrac{1}{4} \neq \dfrac{2}{7}$ — never add the denominators! Denominators tell you the size of each piece. You must find equivalent fractions with the same-size pieces first.
✏ Practice 2.6 — Adding & Subtracting
- $\dfrac{3}{8} + \dfrac{5}{8}$
- $\dfrac{7}{10} + \dfrac{3}{4}$
- $\dfrac{5}{6} - \dfrac{1}{4}$
- $3\dfrac{5}{6} - 1\dfrac{7}{9}$
- $4\dfrac{2}{5} + 2\dfrac{3}{4}$
- A board is $9\dfrac{1}{2}$ feet long. After cutting off $3\dfrac{3}{8}$ feet, how much remains?
Show Answers
1) 1 2) $\frac{29}{20}=1\frac{9}{20}$ 3) $\frac{7}{12}$ 4) $2\frac{1}{18}$ 5) $7\frac{3}{20}$ 6) $6\frac{1}{8}$ ft
2.7 Multiplying Fractions
Multiplication Rule
$$\frac{a}{b} \times \frac{c}{d} = \frac{a \times c}{b \times d}$$Multiply numerators together and denominators together. No common denominator needed.
Then simplify the result — or better, simplify before multiplying using cross-canceling.
Basic Multiplication
Example 23 — Basic multiplication
Compute $\dfrac{2}{5} \times \dfrac{3}{7}$.
Cross-Canceling (Simplify Before Multiplying)
Look for common factors between any numerator and any denominator before you multiply. Cancel them to keep numbers small.
Example 24 — Cross-canceling
Compute $\dfrac{9}{14} \times \dfrac{7}{12}$.
Example 25 — Multiplying three fractions
Compute $\dfrac{4}{9} \times \dfrac{3}{8} \times \dfrac{6}{5}$.
Multiplying Mixed Numbers
Always convert to improper fractions first. Never multiply mixed numbers directly.
Example 26 — Mixed numbers
Compute $3\dfrac{1}{2} \times 1\dfrac{3}{5}$.
✏ Practice 2.7 — Multiplying
- $\dfrac{3}{5} \times \dfrac{5}{9}$
- $\dfrac{4}{9} \times \dfrac{3}{8}$ (use cross-canceling)
- $\dfrac{7}{10} \times \dfrac{15}{21}$
- $2\dfrac{2}{3} \times 1\dfrac{1}{8}$
- A recipe needs $\dfrac{3}{4}$ cup of sugar. If you make $2\dfrac{1}{2}$ batches, how much sugar is needed?
Show Answers
1) $\frac{1}{3}$ 2) $\frac{1}{6}$ 3) $\frac{1}{2}$ 4) $3$ 5) $1\frac{7}{8}$ cups
2.8 Dividing Fractions
The Reciprocal
The reciprocal of $\dfrac{a}{b}$ is $\dfrac{b}{a}$ — just flip numerator and denominator.
The product of a number and its reciprocal is always 1: $\dfrac{a}{b} \times \dfrac{b}{a} = 1$.
Examples: reciprocal of $\dfrac{3}{5}$ is $\dfrac{5}{3}$; reciprocal of $4 = \dfrac{4}{1}$ is $\dfrac{1}{4}$.
Division Rule — KCF: Keep, Change, Flip
$$\frac{a}{b} \div \frac{c}{d} = \frac{a}{b} \times \frac{d}{c} = \frac{ad}{bc}$$Keep the first fraction unchanged. Change ÷ to ×. Flip the second fraction (take its reciprocal).
Why? Dividing by $\dfrac{c}{d}$ is the same as asking "how many groups of $\dfrac{c}{d}$ fit in $\dfrac{a}{b}$?" Multiplying by the reciprocal gives the same count.
Dividing Two Fractions
Example 27 — Basic division
Compute $\dfrac{5}{6} \div \dfrac{2}{3}$.
Example 28 — Dividing a whole number by a fraction
Compute $6 \div \dfrac{3}{4}$.
Dividing Mixed Numbers
Example 29 — Mixed numbers
Compute $4\dfrac{1}{2} \div 1\dfrac{1}{3}$.
Example 30 — Real-world division
A board $7\dfrac{1}{2}$ feet long is cut into pieces each $\dfrac{3}{4}$ foot. How many pieces?
⚠ Flip the RIGHT fraction
In $\dfrac{a}{b} \div \dfrac{c}{d}$, you flip the divisor (the fraction after ÷). Never flip the first fraction. $\dfrac{5}{6} \div \dfrac{2}{3}$ → flip $\dfrac{2}{3}$, not $\dfrac{5}{6}$.
✏ Practice 2.8 — Dividing
- $\dfrac{3}{4} \div \dfrac{1}{2}$
- $\dfrac{5}{6} \div \dfrac{10}{3}$
- $8 \div \dfrac{2}{5}$
- $4\dfrac{1}{5} \div 1\dfrac{2}{3}$
- How many $\dfrac{1}{3}$-cup servings are in $5$ cups of cereal?
- A $6\dfrac{3}{4}$-mile trail is divided into equal sections of $\dfrac{3}{8}$ mile. How many sections?
Show Answers
1) $\frac{3}{2}=1\frac{1}{2}$ 2) $\frac{1}{4}$ 3) 20 4) $\frac{63}{25}=2\frac{13}{25}$ 5) 15 servings 6) 18 sections
2.9 Decimals & Conversions
Place Value
| Position | Name | Value | Example (in 5.3472) |
|---|---|---|---|
| 1st after decimal | Tenths | $\frac{1}{10}$ | 3 |
| 2nd after decimal | Hundredths | $\frac{1}{100}$ | 4 |
| 3rd after decimal | Thousandths | $\frac{1}{1000}$ | 7 |
| 4th after decimal | Ten-thousandths | $\frac{1}{10000}$ | 2 |
Fraction → Decimal
Divide numerator by denominator (long division or calculator).
Example 31 — Terminating decimal
Convert $\dfrac{3}{8}$ to a decimal.
Example 32 — Repeating decimal
Convert $\dfrac{5}{11}$ to a decimal.
Decimal → Fraction
Example 33 — Terminating decimal to fraction
Convert $0.064$ to a fraction in lowest terms.
Repeating Decimal → Fraction
Example 34 — One repeating digit $0.\overline{3}$
Convert $0.\overline{3}$ to a fraction.
Example 35 — Two repeating digits $0.\overline{27}$
Convert $0.\overline{27}$ to a fraction.
Example 36 — Mixed repeat $0.1\overline{6}$
Convert $0.1\overline{6} = 0.1666\ldots$ to a fraction.
Quick Reference — Common Fraction–Decimal Conversions
| Fraction | Decimal |
|---|---|
| $\frac{1}{2}$ | 0.5 |
| $\frac{1}{4}$ | 0.25 |
| $\frac{3}{4}$ | 0.75 |
| $\frac{1}{5}$ | 0.2 |
| $\frac{1}{8}$ | 0.125 |
| Fraction | Decimal |
|---|---|
| $\frac{1}{3}$ | $0.\overline{3}$ |
| $\frac{2}{3}$ | $0.\overline{6}$ |
| $\frac{1}{6}$ | $0.1\overline{6}$ |
| $\frac{1}{9}$ | $0.\overline{1}$ |
| $\frac{5}{9}$ | $0.\overline{5}$ |
✏ Practice 2.9 — Decimals & Conversions
- Convert $\dfrac{7}{16}$ to a decimal.
- Convert $\dfrac{5}{12}$ to a decimal (identify as terminating or repeating).
- Convert $0.035$ to a fraction in lowest terms.
- Convert $0.\overline{4}$ to a fraction.
- Convert $0.\overline{18}$ to a fraction.
- Convert $0.2\overline{4}$ to a fraction.
Show Answers
1) 0.4375 2) $0.41\overline{6}$ (repeating) 3) $\frac{7}{200}$ 4) $\frac{4}{9}$ 5) $\frac{2}{11}$ 6) $90x-9x=22-2$, $81x=22$, $x=\frac{22}{81}$
Chapter Summary
| Topic | Key Idea |
|---|---|
| Types of fractions | Proper (num < den), Improper (num ≥ den), Mixed (integer + proper) |
| Prime factorization | Write as product of primes. Use factor trees or ladder method. |
| GCF | Common primes, lowest exponents. Used to simplify fractions. |
| LCM | All primes, highest exponents. Used for common denominators. |
| Simplifying | Divide num and den by GCF. |
| Adding/Subtracting | Requires same denominator (find LCD = LCM). |
| Multiplying | Multiply straight across. Cross-cancel before multiplying. |
| Dividing | KCF — Keep, Change, Flip. Always convert mixed numbers first. |
| Terminating decimal | Denominator (lowest terms) has only factors of 2 and 5. |
| Repeating → fraction | Let x = decimal, multiply by 10^n (n = length of repeating block), subtract. |