A fraction bar creates two invisible groups. The entire numerator is one group; the entire denominator is another.
\(\dfrac{a - b}{c + d} = (a-b) \div (c+d)\)
You can only cancel factors of the whole numerator or denominator โ not individual terms inside.
Wrong: \(\dfrac{x+5}{5} \ne x\) โ 5 is a term, not a factor of the numerator
Right: \(\dfrac{5(x+3)}{5} = x+3\) โ 5 is a factor of the whole numerator
Explicit vs. Implicit Groupings
Explicit: written parentheses or brackets โ \(3x - [5x + 3(x+3)]\)
Implicit: created by how things are written โ fraction bar, exponents, radicals
Properties that let you remove parentheses: Associative Property (multiplication or addition only), Distributive Property (when an outside value multiplies inside terms).
Worked Example โ Simplify \(\dfrac{5x}{15x+5}\)
1
The denominator has invisible parentheses: \((15x+5)\). Factor it: \(5(3x+1)\)
2
Rewrite: \(\dfrac{5x}{5(3x+1)}\)
3
Cancel the factor of 5: \(\dfrac{x}{3x+1}\)
Practice
Write as division and simplify: \(\dfrac{7-3}{3}\)
Multiply numerators together; multiply denominators together; then simplify. Tip: cancel common factors before multiplying to keep numbers smaller.
Opposites and Negatives
\(-\dfrac{a}{b} = \dfrac{-a}{b} = \dfrac{a}{-b}\) (avoid negative in denominator for final answers)
\(-(-a) = a \qquad -(a+b) = -a-b\)
The opposite \(-a\) has the same precedence as multiplication in the order of operations.
Worked Example โ \(\dfrac{2x}{5} \cdot \dfrac{-5}{7x}\)
1
Write as one fraction: \(\dfrac{2x \cdot (-5)}{5 \cdot 7x}\)
2
Cancel \(x\) and \(5\): \(\dfrac{2 \cdot (-1)}{1 \cdot 7}\)
3
Result: \(-\dfrac{2}{7}\)
Practice
Multiply: \(\dfrac{4}{5} \cdot \dfrac{2}{3}\)
\(\dfrac{4\cdot2}{5\cdot3} = \dfrac{8}{15}\)
Multiply: \(\dfrac{-7}{6} \cdot \dfrac{6}{-7}\)
Reciprocal pair with sign: \(\dfrac{(-7)(6)}{(6)(-7)} = \dfrac{-42}{-42} = 1\)
Multiply and simplify: \(\dfrac{8x^3y}{-15} \cdot \dfrac{5}{4x^2y^2}\)
Cancel \(4\) into \(8\) (โ2), \(5\) into \(15\) (โ3), \(x^2\) into \(x^3\) (โ\(x\)), \(y\) into \(y^2\) (โ\(y\)): \(\dfrac{2x}{-3y} = -\dfrac{2x}{3y}\)
Dividing by a fraction is the same as multiplying by its reciprocal. Why? Dividing by \(\frac{c}{d}\) is the same as multiplying by \(\frac{d}{c}\), which cancels the original denominator.
Worked Example โ \(\dfrac{3}{7} \div \dfrac{2}{5}\)
1
Keep \(\dfrac{3}{7}\), change รท to ร, flip \(\dfrac{2}{5}\) to \(\dfrac{5}{2}\)
To add or subtract fractions you need matching denominators. Multiply each fraction by a form of 1 (Identity Property) that supplies the missing factors.
Example: \(\dfrac{3}{18x^3} + \dfrac{5}{24x^2y}\)
Numbers: 18 = 2ยท3ยท3 and 24 = 2ยท2ยท2ยท3. 18 is missing 4; 24 is missing 3. LCD = 72.
Variables: \(x^3\) is missing \(y\); \(x^2y\) is missing one \(x\). LCD letters = \(x^3y\).
LCD = \(72x^3y\). Multiply each fraction by what it's missing.
5 is missing a factor of 4. Multiply by \(\dfrac{4}{4}\): \(\dfrac{2\cdot4}{5\cdot4} = \dfrac{8}{20}\)
Rewrite \(\dfrac{7x}{5y}\) with denominator \(30xy\).
\(5y\) is missing \(6x\). Multiply by \(\dfrac{6x}{6x}\): \(\dfrac{42x^2}{30xy}\)
Rewrite \(\dfrac{6}{6x+3}\) with denominator \((5x-5)(6x+3)\).
Missing \((5x-5)\). Multiply by \(\dfrac{5x-5}{5x-5}\): \(\dfrac{6(5x-5)}{(5x-5)(6x+3)}\)
Adding & Subtracting Fractions
You can only add or subtract fractions when the denominators are the same. With a common denominator, add or subtract the numerators and keep the denominator.
Add with variables: \(\dfrac{3}{18x^3} + \dfrac{5}{24x^2y}\)
LCD = \(72x^3y\). \(\dfrac{12y + 15x}{72x^3y}\)
Equations with Fractions โ Eliminate Using LCD
Multiplication Property of Equality: If \(a = b\), then \(a \cdot c = b \cdot c\). Multiply every term on both sides by the LCD to clear all fractions at once.
Worked Example โ Solve \(\dfrac{x}{3} = \dfrac{1}{3}\)