Pre-algebra Refresh · 25 min

A fraction is one number

a/b means "a divided by b," one point on the line. Fractions, decimals, and percents are three spellings of that single point.

0 / 0

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: ab\frac{a}{b} is just a÷ba \div b 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 34\frac{3}{4} is a number, it has a home on the number line: a single point, three-quarters of the way from 00 to 11. Not two points. Not a picture of a pie. One position.

ABA+Balign the units first012
A
3/4 3/4
×1
den: 4
B
5/6 5/6
×1
den: 6
denominators differ (4 vs 6), can't combine yet

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:

ab=a×kb×k\frac{a}{b} = \frac{a \times k}{b \times k}

34=68=912\frac{3}{4} = \frac{6}{8} = \frac{9}{12}: 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 11: you’ve reduced as far as you can go.

Take 1824\frac{18}{24}. Both numbers divide by 66, which gives 34\frac{3}{4}. Nothing divides 33 and 44 together, so 34\frac{3}{4} is the floor.

Reduce it

Reduce 1824\dfrac{18}{24} to lowest terms. It comes out as 3?\dfrac{3}{?}.

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. 34\frac{3}{4} is “3 of a thing called a quarter.” 56\frac{5}{6} 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.

ABA+Balign the units first012
A
3/4 3/4
×1
den: 4
B
5/6 5/6
×1
den: 6
denominators differ (4 vs 6), can't combine yet

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:

ab+cd=ad+bcbdab×cd=acbd\frac{a}{b} + \frac{c}{d} = \frac{ad + bc}{bd} \qquad \frac{a}{b} \times \frac{c}{d} = \frac{ac}{bd}ab÷cd=ab×dc\frac{a}{b} \div \frac{c}{d} = \frac{a}{b} \times \frac{d}{c}

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:

34+56=?12\frac{3}{4} + \frac{5}{6} = \frac{?}{12}

What is the numerator?

Divide them

Divide by multiplying by the reciprocal:

23÷45=5?\frac{2}{3} \div \frac{4}{5} = \frac{5}{?}

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. 38=0.375=37.5%\frac{3}{8} = 0.375 = 37.5\%. A percent is just a fraction whose denominator is locked to 100100: 37.5%=37.510037.5\% = \frac{37.5}{100}.

Fraction
Decimal
Percent

Drag the dot, or click any value to edit. One number, three ways to write it.

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 38\dfrac{3}{8} as a percent. Compute the decimal first, then move to hundredths.

38\dfrac{3}{8} 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 156=2.5\frac{15}{6} = 2.5, 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

Nice tinkering.