1.1.13 · D5Arithmetic & Number Systems
Question bank — Equivalent fractions, simplifying fractions
Before we start, one word we will lean on again and again. A factor of a number is a whole number that divides it exactly (no remainder) — for the machinery of factors and the GCD, keep that note open. A term is a chunk being added (the and in ); a factor is a chunk being multiplied (the and in ). That single distinction is behind half the traps here.
True or false — justify
Every fraction has infinitely many equivalent forms.
True — multiply top and bottom by endlessly; each leaves the value untouched, so the list never ends.
A fraction in lowest terms has exactly one equivalent form that is also in lowest terms.
True (up to sign) — dividing out the whole GCD lands you at a unique simplest pair, e.g. every form of one-half collapses to .
and are equivalent.
True — both mean "take of the pieces", which is regardless of how the whole is cut; cross-multiply gives .
can be simplified to .
False — a denominator means "cut into equal parts", which is undefined, so is not a number to simplify in the first place.
If two fractions have the same numerator, the one with the bigger denominator is smaller.
True — the same number of pieces cut from a whole into more parts makes each piece tinier, so .
Simplifying a fraction makes it a smaller amount.
False — it changes only the labels (numerator and denominator), never the value; and are the identical amount.
Multiplying top and bottom by a negative number gives an equivalent fraction.
True — holds for any non-zero , including negatives, so ; the two minus signs cancel.
A whole number like can be written as a fraction.
Cross-multiplication () only works when both fractions are already simplified.
False — it tests equality of value directly and works for any fractions; and pass () though neither is simplified.
Spot the error
Find the flaw: ", since I did the same thing to both."
You may only multiply or divide both by the same number, because that hides a factor of ; adding shifts the ratio — but .
Find the flaw: " — I cancelled the s."
The is a term being added, not a factor multiplying the whole top and bottom, so it cannot be cancelled; the fraction is .
Find the flaw: ", done — it's simpler."
Simpler is not simplest; lowest terms needs , but , so keep dividing to reach .
Find the flaw: "To write over I multiply the bottom by : ."
You must multiply the top too or the value changes; correct is .
Find the flaw: " because I cancelled the , but won't simplify further."
Cancelling was valid (it is a common factor), but , so it does simplify to .
Find the flaw: " ends in and , so I divide top by and bottom by ."
You must divide both by the same number; using and breaks the rule and changes the value.
Find the flaw: ", and also equals since I halved the top and the difference."
Equivalence comes from dividing both by the same factor (), not from tinkering with differences; .
Why questions
Why does multiplying top and bottom by leave the value unchanged?
Because and multiplying any number by never changes it — you are re-cutting each piece into smaller ones, gaining pieces and cuts in step.
Why does dividing by the GCD finish the job in one move, while dividing by a smaller common factor may not?
The GCD is the largest shared factor, so nothing common is left afterward; a smaller factor leaves some shared factor behind, forcing more steps.
Why can we not have a denominator, but a numerator is fine?
The denominator sets the size of each piece — "cut into parts" is meaningless — while the numerator only counts pieces, and taking pieces is a perfectly good amount ().
Why does cross-multiplication decide equivalence?
Starting from and multiplying both sides by and gives , and every step reverses, so equality of the fractions and stand or fall together.
Why is Prime factorisation a reliable route to lowest terms?
Writing top and bottom as products of primes exposes exactly the shared prime factors; cancel each shared prime once and what remains has automatically.
Why does making denominators equal (via equivalent fractions) come before adding fractions?
You can only count pieces of the same size; equivalent fractions re-cut both fractions to a common piece size so the numerators can simply be added.
Why is a simplified fraction the same idea as a simplified ratio?
Both strip out the common factor to name a relationship in the smallest whole numbers; and the ratio both reduce by to and .
Edge cases
Simplest form of ?
It is (just ); the numerator is , and , so dividing both by gives .
Simplest form of ?
It is ; the whole is taken completely, and divides both down to over .
Is the same as ?
Yes — both equal ; a single minus sign can sit on top, on the bottom, or in front, since only the number of minus signs matters.
Is (an improper fraction, top bigger than bottom) allowed to be simplified?
Yes — the same rule applies regardless of size; gives , which is one-and-a-half wholes.
What is the simplest form of a fraction whose numerator and denominator are already coprime, like ?
It is already in lowest terms — , so no common factor exists to divide out, and nothing changes.
Can be simplified?
No — , and a numerator of shares no factor above with anything, so every such fraction is already simplest.
Recall One-line survival kit
Same to both, times or divide only. Denominator never . Cancel factors, never terms. Lowest terms means — check by simplifying again and confirming nothing moves.
Connections
- Equivalent fractions, simplifying fractions — the parent this bank drills.
- Factors, multiples and GCD/HCF — the GCD decides "how far to simplify".
- Prime factorisation — exposes shared factors cleanly.
- Adding and subtracting fractions — needs equivalent fractions first.
- Ratios and proportion — same cancel-the-common-factor idea.
- Decimals and percentages — equivalent forms of one value.
- Number Systems – rational numbers — every rational is a fraction in lowest terms.