Numbers
Fractions and percentages, powers and roots, divisibility — the discounts, interest and measurements you have to be able to compare.
Topics in this branch
Why this branch is worth learning
Every topic here settles a real situation. One example from each lesson:
- CookingThe recipe asks for 3/4 cup of milk and you are making half a batch: 3/4 · 1/2 = 3/8 of a cup — an actual mark on the jug, halfway between 1/4 and 1/2, instead of a guess.
- Grocery shoppingThe deli scale reads 0.384 kg of cheese at 41.90 a kilo: 0.384 · 41.90 = 16.0896, and the receipt prints 16.09 — you round the answer, never the numbers going into it.
- The sales rackA 349 jacket at 30% off costs 349 · 0.7 = 244.30, and the promised "another 20% at the till" is not a 50% discount but 244.30 · 0.8 = 195.44 — 44% off altogether.
- Drives and memory sticksA "64 GB" stick shows up in the file explorer as 59.6 GB: the maker counts 64 · 10⁹ bytes, the system divides by 2³⁰ = 1,073,741,824. Nobody stole the missing 4.4 GB — two different powers did.
- The gardenYou bought 20 m² of paving for a square patio, so the side comes out at √20 = 2√5 ≈ 4.47 m. Rounding up to a "convenient" 4.5 m needs 20.25 m² — a quarter of a square metre you do not have.
- Party planningSausages come ten to a pack, buns eight. To leave nothing in the fridge you make lcm(10, 8) = 40 hot dogs: four packs of sausages and five of buns.
- Online bankingThe padlock beside your bank's address rests on multiplying being easy and factoring not: you read 91 = 7 · 13 at a glance, but no machine today can split a 617-digit RSA key back into the two 300-plus-digit primes it was built from.
- Shopping and planningA trip takes 47 people and one car seats 6 — the division gives 7.83, but the answer has to be a natural number, so 8 cars are needed. That is not rounding: the result must live in ℕ, because the eighth car either goes or it does not.
- Shopping and complaintsA bag of flour should hold 1000 g; the shop scale reads 977 g. The deviation is |977 − 1000| = 23 g — and that is what decides the complaint, because against an allowance of 15 g it makes no difference whether the bag is lighter or heavier.
- Clothing sizesA size chart assigns size M to a chest measurement of [96, 104) cm. A chest of 104 cm is already an L — and that is what the round bracket on the right end says, not the small print under the table.
- CookingA cake recipe for 4 people calls for 300 g of flour and 6 guests turn up. The proportion 300 : 4 = x : 6 gives x = 450 g. Every other ingredient scales the same way — one multiplier of 1.5 for the whole recipe.
- Photocopiers and paper sizesA-series sheets have a side ratio of √2 = 2^(1/2), which is why enlarging A4 to A3 is set at 141% (since 2^(1/2) ≈ 1.414) and reducing A3 to A4 at 71%. Two enlargements of 141% give exactly 200%, because 2^(1/2) · 2^(1/2) = 2.
- Noise and hearingA conversation runs at about 60 dB and a busy street at 90 dB. The 30 dB gap does not mean half again as loud — it means 10³ = 1000 times the sound power, because the decibel is a logarithmic unit rather than an ordinary scale.
- Savings accountA deposit of 1000 at 5% a year compounded monthly comes to 1000 · (1 + 0.05/12)²⁴ ≈ 1104.94 after two years, against 1102.50 with annual compounding. Those 2.44 of difference are the entire meaning of the word compounding in the terms and conditions.
Branch formulas
Branch: Numbers
Fractions
A fraction
numerator over denominator, b ≠ 0
Equivalent fractions
expanding: multiply both numerator and denominator by the same k
Adding fractions
bring both to a common denominator first
Subtracting fractions
the same common denominator as for adding
Multiplying fractions
multiply the numerators, multiply the denominators
Dividing fractions
multiply by the reciprocal of the divisor
A mixed number as an improper fraction
multiply the whole part by the denominator and add the numerator
Comparing fractions
cross-multiplication — compare two products instead of two fractions
Reducing a fraction
gcd = greatest common divisor — divide numerator and denominator by it
Decimals
Place value
the digits after the point are tenths, hundredths, thousandths
A fraction as a decimal
when the denominator expands to a power of 10
A decimal as a fraction
the digits after the point over a power of ten, then reduce
Adding decimals
line up the decimal points, then add like whole numbers
Multiplying decimals
multiply like whole numbers, place the point at the end
Dividing decimals
shift the point in both numbers by the same amount until the divisor is whole
Rounding to hundredths
look at the first digit you drop — here 5, so it rounds up
A purely repeating expansion
the period over as many nines as it has digits
A mixed repeating expansion
nines for the repeating digits, zeros for the ones before them
Percentages
Percentage notation
a percentage is a hundredth of a whole
Percentage of a number
how much p percent of the whole c is
Whole from a known part
given the part and its percentage, recover the whole
Percentage change
positive is an increase, negative is a decrease
Change multiplier
a rise of p% multiplies by 1 + p/100, a discount by 1 − p/100
Two changes in a row
multiply the multipliers; never add the percentages
Powers
Definition of a power
a is the base, n is the exponent
Multiplying powers with the same base
add the exponents
Dividing powers with the same base
subtract the exponents
A power of a power
multiply the exponents
A power of a product
raise each factor separately
A power of a quotient
raise the numerator and the denominator separately
Zero and negative exponents
a negative exponent means a reciprocal
Monotonicity in the base
with the same exponent, the larger base gives the larger power
Monotonicity in the exponent
a base above 1 makes the power grow, a base between 0 and 1 makes it shrink
Roots
Square root
the inverse of squaring
Cube root
defined for negative numbers too
Product of roots
multiply under a single radical
Quotient of roots
the same law for division
Taking a factor out of a radical
a square leaves the radical as its base
Absorbing a factor under a radical
a factor in front goes under the sign squared
Estimating a root
find the two consecutive squares the number lies between
Comparing roots
the larger number under the radical gives the larger root
Rationalising a denominator
multiply top and bottom by the same root
GCD and LCM
Divisibility
a divides b when b is a multiple of a
Greatest common divisor
the largest number dividing both
Lowest common multiple
the smallest positive number both divide
The identity tying GCD to LCM
know one and you can compute the other
Euclidean algorithm
repeat until the remainder is zero
Prime numbers
Definition of a prime
its only divisors are 1 and itself
Fundamental theorem of arithmetic
the prime factorisation is unique
Primality test
divisors up to the square root are enough
GCD and LCM from factorisations
lowest exponents for the GCD, highest for the LCM
Number sets
Natural numbers
the numbers you count items with — no sign, no fractional part
Integers
the natural numbers together with their opposites
Rational numbers
anything writable as a fraction of two integers
Chain of inclusions
each set contains the previous one whole
Irrationality
no fraction whatsoever equals the square root of 2
Even and odd
the notation every divisibility proof rests on
Absolute value
Definition
a non-negative number is left alone, a negative one has its sign flipped
Non-negativity
a distance is never negative
Symmetry
opposite numbers sit equally far from zero
Distance between two numbers
the order of subtraction does not change the distance
Products and quotients
the modulus distributes over multiplication and division
Root of a square
not a, because a square root is always non-negative
Triangle inequality
the modulus of a sum never exceeds the sum of the moduli
Intervals
Closed interval
both endpoints belong to the set
Open interval
neither endpoint belongs to the set
Half-closed interval
the left end belongs, the right one does not
Unbounded interval
infinity always takes a round bracket
Intersection
the numbers belonging to both intervals at once
Union
the numbers belonging to at least one of the intervals
Modulus as an interval
the numbers less than r away from a
Proportions and scale
Property of a proportion
the diagonal products are equal — hence cross-multiplication
The unknown in a proportion
from x : b = c : d, after cross-multiplying
Direct proportionality
the ratio of the two quantities stays constant
Dividing in a ratio
the whole splits into a + b equal parts
Reducing scale
on a 1 : 50 000 map one centimetre is 500 metres
Rational exponents
Unit fraction exponent
the n-th root written as a power
Rational exponent
the denominator is the degree of the root, the numerator is the power
Negative rational exponent
the minus inverts, the denominator takes the root
Laws of exponents
unchanged for rational exponents
Monotonicity for a base above 1
a larger exponent gives a larger power
Monotonicity for a base between 0 and 1
the direction reverses
Logarithms
Definition of a logarithm
a logarithm is the exponent the base is raised to
Two logarithms straight from the definition
because a⁰ = 1 and a¹ = a
Logarithm of a product
multiplication turns into addition
Logarithm of a quotient
division turns into subtraction
Logarithm of a power
the exponent comes out in front
Inverse operations
raising to a power and taking a logarithm cancel each other
Common and natural logarithm
two bases used so often that they have their own notation
Compound interest
Balance after n periods
one period multiplier raised to the power n
Compounding m times a year
the rate is divided by m and the number of periods multiplied by m
Compound decline
the same formula with a minus — depreciation, loss of value
Interest earned
what the bank added, that is the difference of the balances
Percentage points
the plain difference between two figures given as percentages
