Notes on Fractions: Multiplication, Division, and Addition/Subtraction Rules (From Transcript)
Fraction notation and interpretation
- A fraction is written as \frac{a}{b}, where a is the numerator and b is the denominator.
- In this video, the focus is on how to perform operations with fractions: multiplication, division, and addition/subtraction.
- A quick reminder mentioned in the talk: cross multiplication is not the correct method for multiplying fractions; cross multiplication is used with proportions or to check equivalent fractions. Here, you multiply across the numerators and denominators directly.
Multiplication of fractions
- Rule: when multiplying two fractions, multiply the numerators together and multiply the denominators together:
\frac{a}{b} \times \frac{c}{d} = \frac{a\,c}{b\,d} - The speaker notes that cross multiplication would be incorrect for direct multiplication (though it’s not forbidden in other contexts like proportions).
- Example given: \frac{1}{3} \times \frac{4}{7} = \frac{1 \cdot 4}{3 \cdot 7} = \frac{4}{21}
- Reduction check: 4 and 21 have no common factors greater than 1, so the fraction cannot be reduced further. This is indicated by saying "Four and twenty one do not have any common factors".
Division of fractions (the switch-flip method)
- When dividing by a fraction, use the switch-flip method:
- Keep the first fraction as it is.
- Switch from division to multiplication (the "switch").
- Flip the second fraction (take the reciprocal, i.e., swap numerator and denominator).
- Multiply across like a multiplication problem:
\frac{a}{b} \div \frac{c}{d} = \frac{a}{b} \times \frac{d}{c} = \frac{a\,d}{b\,c}
- The mnemonic mentioned includes a hint about "D for down" to remember that the denominator of the second fraction moves to the numerator when you flip it.
- The transcript provides a basic illustration of the concept via the general rule; no specific numerical division example is given beyond explaining the method.
Decimal note and basic reduction intuition
- A quick note about 6/3 as a decimal example:
- \frac{6}{3} = 2, which is the same as 2.0\,, illustrating that decimal representations can express the same quantity (the trailing zero does not change the value).
- The speaker uses this to emphasize that you’re not changing the number when you convert between fraction and decimal representations; you’re just expressing it differently.
Addition and subtraction of fractions
- General idea: you can add or subtract fractions in two main cases:
- Fractions with the same denominator: a/b and c/b
- Fractions with different denominators: a/b and c/d
Addition/subtraction with the same denominator
- If the denominators are the same, keep that denominator and combine the numerators:
\frac{a}{b} \pm \frac{c}{b} = \frac{a \pm c}{b} - The key is: do not change the denominator when the two fractions already share one.
Addition/subtraction with different denominators
- When the denominators are different (\frac{a}{b} and \frac{c}{d}), you cannot add or subtract straight across just the numerators and denominators.
- A common denominator is needed. There are two related approaches:
- Least common multiple (LCM) method: find the smallest common denominator N = \operatorname{lcm}(b,d), rewrite each fraction as an equivalent fraction with denominator N, then add or subtract the numerators.
- Illustration (conceptual, not fully shown in transcript):
\frac{a}{b} = \frac{a\cdot(N/b)}{N}, \quad \frac{c}{d} = \frac{c\cdot(N/d)}{N}
\frac{a}{b} \pm \frac{c}{d} = \frac{a\cdot(N/b) \pm c\cdot(N/d)}{N} - The speaker’s preferred method: use a common denominator (a method that does not rely strictly on computing the LCM) and then reduce if possible.
- The transcript notes: "I like to think of least common multiple, if you've heard that before, that works beautifully… I'm going to use a common. You just might have to reduce the end." Then it begins to describe taking the first fraction \frac{a}{b} and then taking the second fraction and applying the same operation to both to reach a common denominator, though the exact steps are cut off in the transcript.
- In short, the approach is: choose a common denominator, rewrite both fractions over that denominator, then add/subtract the numerators, and finally reduce if possible.
Practical tips and reminders
- For multiplication, always multiply numerators together and denominators together; do not cross-multiply unless you are solving a proportion or checking equivalence.
- For division, use the switch-flip rule: multiply by the reciprocal of the second fraction.
- For addition/subtraction:
- If denominators are equal, keep the denominator and add/subtract numerators.
- If denominators are different, find a common denominator (LCM is a common, effective choice) and convert to equivalent fractions before adding/subtracting.
- Be prepared to reduce the resulting fraction to simplest terms by dividing numerator and denominator by their greatest common factor gcd(numerator, denominator).
- The speaker emphasizes building intuition with a clear, consistent pattern (keep/flip/multiply; same denom = add/sub; different denom = common denominator) and notes that sometimes a method may require final reduction.
Connections and real-world relevance (mental model)
- Understanding how to multiply fractions directly applies to working with proportions, ratios, and areas where fractional parts are common.
- Division via reciprocal is a key concept that extends to solving equations and working with rates.
- The idea of common denominators connects to converting units or quantities to a shared basis for comparison or combination.
- Fraction notation:
- Numerator: a, Denominator: b
- Multiplication:
- \frac{a}{b} \times \frac{c}{d} = \frac{a\,c}{b\,d}
- Division (switch and flip):
- \frac{a}{b} \div \frac{c}{d} = \frac{a}{b} \times \frac{d}{c} = \frac{a\,d}{b\,c}
- Addition/Subtraction with same denominator:
- \frac{a}{b} \pm \frac{c}{b} = \frac{a \pm c}{b}
- Addition/Subtraction with different denominators (standard approach):
- Let N = \operatorname{lcm}(b,d), then
- \frac{a}{b} = \frac{a\cdot(N/b)}{N}, \quad \frac{c}{d} = \frac{c\cdot(N/d)}{N}
- \frac{a}{b} \pm \frac{c}{d} = \frac{a\cdot(N/b) \pm c\cdot(N/d)}{N}
- Decimal interpretation note:
- \frac{6}{3} = 2 = 2.0, demonstrating that decimal trailing zeros do not change the value.
Final takeaway
- Mastery comes from recognizing when to multiply, when to invert and multiply, and when to align denominators for addition/subtraction. Follow the patterns: multiply across, invert and multiply for division, and use a common denominator for combining unlike fractions, then simplify when possible.