๐Ÿ“ Math Fundamentals

Fractions & Percentages โ€” clear, no-fluff explanations + practice quiz

What is a fraction?

A fraction represents a part of a whole. It's written as two numbers stacked with a line between them.

3
4
3 out of 4 parts

The top number (numerator) = how many parts you have.
The bottom number (denominator) = how many equal parts the whole is divided into.

Real-world examples

๐Ÿ• Pizza: You eat 2 slices out of 8 โ†’ you ate 2/8 (simplifies to 1/4)
๐Ÿ’ง Water bottle: 500ml bottle, you drank 250ml โ†’ you drank 250/500 = 1/2
๐Ÿ’ฐ Money: You have $3 of the $4 you need โ†’ 3/4 of the way there

Simplifying fractions

Find the largest number that divides both top and bottom evenly (called the GCD), then divide both by it.

6/9 โ†’ both divisible by 3 โ†’ 6รท3=2, 9รท3=3 โ†’ 2/3
4/8 โ†’ both divisible by 4 โ†’ 4รท4=1, 8รท4=2 โ†’ 1/2
10/15 โ†’ both divisible by 5 โ†’ 10รท5=2, 15รท5=3 โ†’ 2/3

Adding fractions

The denominators must be the same before you can add.

Same denominator: 1/5 + 2/5 = 3/5 (just add numerators)

Different denominator: 1/2 + 1/3
โ†’ Common denominator: 6
โ†’ Convert: 1/2 = 3/6   and   1/3 = 2/6
โ†’ Add: 3/6 + 2/6 = 5/6