1.1.13 · D3Arithmetic & Number Systems

Worked examples — Equivalent fractions, simplifying fractions

2,078 words9 min readBack to topic

The scenario matrix

Every simplifying/equivalence task falls into one of these cells. We will hit each one.

# Case class What makes it special Example we'll do
C1 Ordinary simplify Share a common factor
C2 Big / prime-factor simplify Numbers too big to guess GCD
C3 Already lowest terms GCD is already — nothing to do
C4 Zero numerator — a degenerate value
C5 Zero denominator undefined, not a fraction
C6 Build an equivalent Grow, don't shrink, to a target denominator
C7 Negative fraction A minus sign — which sign, and where?
C8 Equal-or-not test Two fractions, no simplifying needed vs
C9 Word problem Translate real life into a fraction, then simplify ribbon lengths
C10 Exam twist Cancel-across-plus trap; solve for a missing part and a proportion

Cells C1–C3 = shrinking. C4–C5 = degenerate inputs. C6 = growing. C7 = signs. C8 = comparison. C9–C10 = real world & traps.


The one tool we'll lean on: prime factorisation

Figure — Equivalent fractions, simplifying fractions

Look at the board above: and each become a tower of prime bricks. The bricks they both have (the pale-yellow highlighted ) are exactly their GCD.


C1 · Ordinary simplify


C2 · Big numbers — prime factorisation earns its keep


C3 · Already in lowest terms



C5 · Zero on the bottom (illegal)


C6 · Build an equivalent fraction (growing)


C7 · Negative fractions — where does the sign live?


C8 · Equal or not? (comparison, no simplifying required)


C9 · Word problem — translate, then simplify


C10 · Exam twists — the trap and the missing part


Recall Quick self-test across the whole matrix

Simplify . ::: (divide by ). What is ? ::: — zero pieces of a whole. What is ? ::: Undefined — nothing satisfies . Write with denominator . ::: (multiply top & bottom by ). Simplify . ::: . Is ? ::: No — ; you can't cancel across a plus. Fraction of a cm ribbon that a cm cut is? ::: .


Connections

  • Prime factorisation — the brick-tower method used in C2, C7, C9.
  • Factors, multiples and GCD/HCF — the GCD is the product of shared bricks.
  • Ratios and proportion — cross-multiplication (C8, C10b) is the same tool.
  • Decimals and percentages — sanity-checks in C9 ().
  • Adding and subtracting fractions — building equivalents (C6) is the first step there.
  • Number Systems – rational numbers — every case here outputs a rational in lowest terms.

Case Map

yes

no

yes

no

yes

no

grow to target

compare two

Fraction a over b

denominator b zero

undefined

numerator a zero

value is 0

fix the sign first

break into prime bricks

share a brick

divide by GCD

already lowest terms

multiply top and bottom by k

cross multiply a d vs b c