Fractions and decimals are two ways to represent parts of a whole. They are fundamental to all of mathematics and appear in every competition, from AMC 8 all the way up to AIME. Mastering fraction arithmetic is essential β you will use it in algebra, geometry, number theory, and combinatorics.
Fractions are in the form of $\frac{q}{p}$, where $p$ and $q$ are integers, usually positive, with $q\neq 0$. The following rules apply to both positive and negative integers.
When there is an integer common divisor for both numerator and denominator, the fraction can be simplified
\[ \frac{ac}{bc} = \frac{a}{b} \]
To add or subtract fractions, find a common denominator:
\[ \frac{a}{b} + \frac{c}{d} = \frac{ad + bc}{bd} \]
Here, $a$, $b$, $c$, $d$ are both integers, $c,\, d \neq 0$
The least common denominator (LCD) is the smallest number divisible by both denominators. Using the LCD keeps numbers small and reduces simplification work later.
Multiply numerators together and denominators together:
\[ \frac{a}{b} \times \frac{c}{d} = \frac{ac}{bd} \]
Tip: Always cross-cancel before multiplying β it keeps numbers small!
Dividing by a fraction is the same as multiplying by its reciprocal:
\[ \frac{a}{b} \div \frac{c}{d} = \frac{a}{b} \times \frac{d}{c} = \frac{ad}{bc} \]
Step 1: Find the least common denominator of 5 and 6.
LCD(5, 6) = 30
Step 2: Rewrite both fractions with denominator 30:
\[ \frac{3}{5} = \frac{18}{30}, \quad \frac{1}{6} = \frac{5}{30} \]
Step 3: Subtract:
\[ \frac{18}{30} - \frac{5}{30} = \frac{13}{30} \]
Step 4: Check if reducible. GCD(13, 30) = 1, so $ \frac{13}{30} $ is the final answer.
Step 1: Find how many slices Alice eats.
\[ \frac{1}{3} \times 12 = 4 \text{ slices} \]
Step 2: Find remaining slices after Alice.
$ 12 - 4 = 8 $ slices remain
Step 3: Find how many slices Bob eats (1/4 of what's left).
\[ \frac{1}{4} \times 8 = 2 \text{ slices} \]
Step 4: Calculate final remaining slices.
$ 8 - 2 = 6 $
Answer: 6
Common trap: Don't do $ 1 - \frac{1}{3} - \frac{1}{4} = \frac{5}{12} $. Bob eats $ \frac{1}{4} $ of the remainder, not $ \frac{1}{4} $ of the whole pizza.