Type it into a console
Open a JavaScript console and type 3/4. It answers 0.75. One number out, not a pair, not a little stacked object.
That’s the whole truth about fractions, and it’s right there in the syntax: is just with the division not done yet. A fraction is a division you’re choosing to leave un-evaluated, because the un-evaluated form is exact and often more useful.
One fraction, one position
Because is a number, it has a home on the number line: a single point, three-quarters of the way from to . Not two points. Not a picture of a pie. One position.
Each bar shows one fixed fraction. The steppers re-slice the bar into more or fewer pieces, but the bar’s length never moves. Slicing is cosmetic. The number is the number.
Equivalent fractions: same point, finer slices
Multiply the top and the bottom by the same number and you have not changed the value; you’ve only cut the same length into finer pieces:
: same point on the line, three slicings. Going the other way, dividing top and bottom by a common factor, is reducing.
Lowest terms
A fraction is in lowest terms when its top and bottom share no common factor bigger than : you’ve reduced as far as you can go.
Take . Both numbers divide by , which gives . Nothing divides and together, so is the floor.
Reduce it
Reduce to lowest terms. It comes out as .
What is the denominator?
Why adding fractions needs a common denominator
Here is the one rule people get wrong, and there’s a real reason behind it, not a ritual.
The denominator is the unit. is “3 of a thing called a quarter.” is “5 of a thing called a sixth.” You can’t add 3 quarters to 5 sixths any more than you can add 3 metres to 5 seconds (different units). Re-slice both into a shared unit first, then the counts add.
Step the two bars until their denominators match. Only then does the result bar appear, and it lands exactly on a tick.
The four fraction operations
With that understood, here is the whole toolkit:
Add: find a common denominator, then add the counts. Multiply: straight across, no common denominator needed. Divide: multiply by the reciprocal (the inverse trick from the last lesson, back on the job).
Add them
Both fractions re-slice into twelfths. Add them:
What is the numerator?
Divide them
Divide by multiplying by the reciprocal:
What is the denominator?
Three spellings, one number
A fraction, a decimal, and a percent are not three kinds of number. They’re three spellings of one number, one position on the line. . A percent is just a fraction whose denominator is locked to : .
Drag the dot. All three spellings update together, because there’s only one thing being spelled. Engineers do this every day: the same byte is 255, 0xFF, or 0b11111111. Pick the spelling that makes the next step easy.
Respell as a percent
Write as a percent. Compute the decimal first, then move to hundredths.
equals what percent?
Ratios: scale everything by the same factor
A ratio compares two quantities by division; a proportion sets two ratios equal. The one move that matters: scaling both quantities by the same factor leaves the ratio unchanged.
A recipe for 6 servings needs 250 g of flour. For 15 servings you don’t add a fixed amount; you scale. The factor is , and the flour scales by that identical factor.
Scale the recipe
6 servings need 250 g of flour. You’re cooking for 15.
How many grams of flour?
Lesson complete