How this instrument works
Two fractions rarely share a denominator, so before you can add or subtract them you need to rewrite both over one. Cross-multiplying supplies that denominator instantly: replace a⁄b with ad⁄bd and c⁄d with cb⁄bd, and both fractions now sit on the same footing without ever needing to hunt for the least common multiple of b and d. Multiplying top and bottom by the same non-zero number never changes a fraction's value, which is the entire justification for the trick — ad⁄bd is exactly a⁄b, just written with a bulkier denominator.
Once the denominators match, the two operations diverge by exactly one sign. Addition sums the rewritten numerators, ad + cb, over bd; subtraction takes their difference, ad − cb, over that same bd — nothing else in the calculation changes. That single sign is also why addition tolerates being reordered and subtraction does not: swap which fraction is first and the sum comes back identical, but the difference comes back negated, a distinction worth remembering the first time a homework answer arrives with the wrong sign attached.
bd is always a valid common denominator, though it is rarely the smallest one — multiplying 4 and 6 gives 24 when 12 would do, and the resulting value may need reducing afterward by dividing out a shared factor. The method still earns its place as the default: it needs no factoring, no search for a least common multiple, and it behaves identically whether b and d are prime, share every factor, or share none at all. A denominator of zero is the one input this cannot survive, since a ratio with nothing underneath it is not a number in the first place.
- Enter the first fraction's numerator and denominator into Numerator 1 and Denominator 1.
- Enter the second fraction's numerator and denominator into Numerator 2 and Denominator 2 — this is the one being added and subtracted, in that order.
- Read Sum, a/b + c/d for the total of the two fractions combined.
- Read Difference, a/b − c/d for what remains once the second fraction is taken from the first.
- Swap the two fractions between the field pairs to confirm Sum stays put while Difference changes sign.
Worked example — one half combined with one third
Set Numerator 1 to 1, Denominator 1 to 2, Numerator 2 to 1, and Denominator 2 to 3 — the fractions ½ and ⅓. Cross-multiplying gives ad = 1 × 3 = 3 and cb = 1 × 2 = 2, with a shared denominator bd = 2 × 3 = 6. Sum reports (3 + 2) ⁄ 6 = 5 ⁄ 6 = 0.8333333333333334, and Difference reports (3 − 2) ⁄ 6 = 1 ⁄ 6 = 0.16666666666666666 — matching ½ + ⅓ = ⅚ and ½ − ⅓ = ⅙ exactly.
Both fractions land on sixths because 2 and 3 share no factor larger than 1, so bd = 6 already happens to be the least common denominator here — a coincidence of this particular pair, not a rule of the method. Swap the two fractions and Sum still returns 5 ⁄ 6, but Difference flips to −1 ⁄ 6, since taking ½ away from ⅓ leaves a shortfall rather than the surplus the original order produced.
Questions
How are adding and subtracting fractions related in this formula?
They share the same cross-multiplied numerators, ad and cb, over the same denominator bd — addition adds those two products, subtraction takes their difference. Nothing about finding the common denominator changes between the two; only the sign joining ad and cb does.
Why multiply b and d instead of finding their least common denominator?
Because b × d is guaranteed to work as a common denominator for any two fractions, prime or not, while hunting for the least common multiple takes extra steps that don't change the final value. The trade-off is a result that may need simplifying afterward, such as 24 arising from denominators of 4 and 6 where 12 alone would have sufficed.
Does the order of the two fractions matter?
For the sum, no — a/b + c/d and c/d + a/b are the same number. For the difference, yes: swapping which fraction goes first flips the sign of the answer, since a/b − c/d and c/d − a/b are negatives of one another, exactly as 5 − 3 and 3 − 5 disagree in ordinary subtraction.
Do I need to simplify the sum or difference afterward?
Only if bd shares a common factor with the resulting numerator. Because this method always uses the plain product bd rather than the least common denominator, results like 6 ⁄ 24 do occur and reduce to 1 ⁄ 4; results already in lowest terms, like the 5 ⁄ 6 and 1 ⁄ 6 in the worked example, need no further reduction.
What happens if the two denominators are already equal?
The cross-multiplication still runs, but it collapses to the shortcut most people learn first: with b = d, ad and cb both carry that same denominator as a factor, and it cancels out, leaving sum = (a + c) ⁄ b and difference = (a − c) ⁄ b directly.
Can a numerator or denominator be negative?
Numerators can be negative with no changes to the method — a negative a or c simply carries its sign through the cross-multiplication. A denominator of zero is the only input the formula cannot accept, since dividing by zero leaves no defined fraction to add or subtract.