8 cards, each one idea: what it is, a worked example, and the trap to dodge.
Combining two ratios
Given a:b and b:c, scale both so the b values match (use the LCM), then chain into a:b:c.
a:b = 2:3 and b:c = 4:5. LCM of 3 and 4 is 12: a:b:c = 8:12:15.
Trap: Do not glue 2:3 and 4:5 into 2:3:5; the shared term must match first.
Splitting a total
Total T split in ratio p:q:r gives shares T x p/(p+q+r), T x q/(p+q+r), T x r/(p+q+r).
720 in 2:3:4: parts sum to 9, so shares are 160, 240, 320.
Cross multiplication
a/b = c/d exactly when ad = bc. Use it to solve for one unknown in a proportion instantly.
x/12 = 15/20: x = 12 x 15 / 20 = 9.
Mean proportional
b is the mean proportional between a and c when b^2 = ac, so b = sqrt(ac).
Mean proportional of 4 and 16 = sqrt(64) = 8.
Adding to both terms
a:b is not (a+x):(b+x). Set up the equation with the unknown multiplier k: the quantities are ak and bk.
Ratio 3:4, add 6 to each, new ratio 4:5: 3k+6 / 4k+6 = 4/5 gives k = 6, numbers 18 and 24.
Trap: Never cancel the +x; ratios only cancel common FACTORS, not common terms.
Componendo and dividendo
If a/b = c/d then (a+b)/(a-b) = (c+d)/(c-d). It removes messy algebra in one line.
(x+y)/(x-y) = 5/1 means x/y = 3/2 (apply the rule backwards).
Coins and values
Count and value are different ratios. Convert counts to value using each coin's worth, then match the total.
1-rupee, 50-p, 25-p coins in count ratio 2:3:4 worth Rs 45: value ratio 2 : 1.5 : 1, so units of 4.5 -> multiplier 10: 20, 30, 40 coins.
Trap: Multiplying the count ratio by the total directly ignores coin values.
Partnership shares
Profit divides in the ratio of (capital x time) for each partner.
A puts 5000 for 12 months, B 6000 for 10 months: 60000:60000 = 1:1, equal shares.