Intuition What this page is for
The parent note taught you the one trick : add the parts, split the total, multiply back. But real problems come dressed in disguises — three-way splits, a ratio hidden inside a difference, a "combined" total, a degenerate zero part, or a fraction ratio you must clear first. This page walks through every disguise so you never meet one cold.
Definition Two words we will lean on (defined before use)
Greatest common divisor (GCD) of two whole numbers is the largest number that divides both of them exactly. Example: the divisors shared by 40 and 60 are 1 , 2 , 4 , 5 , 10 , 20 ; the biggest is 20 , so GCD ( 40 , 60 ) = 20 . See also Highest Common Factor (GCD) .
Least common multiple (LCM) of two whole numbers is the smallest number that both divide into exactly. Example: multiples of 3 are 3 , 6 , 9 , 12 , … and of 4 are 4 , 8 , 12 , … ; the first they share is 12 , so LCM ( 3 , 4 ) = 12 .
We use the GCD to shrink a ratio to lowest terms, and the LCM to clear fractions inside a ratio.
Each row is a class of problem . The last column tells you which worked example below covers it.
#
Case class
What makes it tricky
Covered by
C1
Plain two-way split of a total
none — the base skill
Example 1
C2
Three-or-more-way split
more parts to add
Example 2
C3
Ratio has a zero term (degenerate)
one share is nothing
Example 3
C4
Ratio given as fractions
must clear denominators first
Example 4
C5
Total not given — a difference is given
"split" logic on a gap
Example 5
C6
Total not given — one share is given
back out the whole
Example 6
C7
Real-world word problem (units, mixture)
translate words → ratio
Example 7
C8
Exam twist: ratio changes after a transfer
two states, solve for unknown
Example 8
C9
Limiting behaviour: ratio a : b as b → 0 or a = b
what happens at the edges
Example 9
C10
Ratio not in lowest terms (optional simplify first)
reduce before splitting
Example 10
Everything the topic can throw sits in one of these cells. Let's clear them.
₹450 between Riya and Sam in the ratio 4 : 5 .
Forecast: guess who gets more, and roughly how much, before reading on. (Sam has the bigger number, so Sam gets more.)
Step 1 — Add the parts. 4 + 5 = 9 parts.
Why this step? A ratio only tells you relative size. To turn it into money we must know how big one part is, and the total is chopped into 4 + 5 equal parts.
Step 2 — Value of one part. x = 9 450 = ₹50 .
Why this step? The whole ₹450 equals 9 equal parts, so one part is total ÷ parts.
Step 3 — Multiply back. Riya = 4 × 50 = ₹200 ; Sam = 5 × 50 = ₹250 .
Why this step? Each person owns their number of parts, so multiply one-part value by that number.
Verify: 200 + 250 = 450 ✓ and 200 : 250 = 4 : 5 (divide both by 50 ) ✓. Sam indeed gets more.
Figure s01 shows the bar as one whole total, sliced into 9 identical cells; the red bracket marks Sam's 5 cells.
Worked example A prize of
₹1400 is split among three teams in the ratio 2 : 3 : 2 .
Forecast: two teams tie for the smaller share and one gets more — predict the middle team's amount before checking.
Step 1 — Add all parts. 2 + 3 + 2 = 7 .
Why this step? The "parts" idea doesn't care how many terms there are — you always add every term to get the total number of equal slices.
Step 2 — One part. x = 7 1400 = ₹200 .
Why this step? The whole ₹1400 is exactly these 7 equal slices, so one slice is total ÷ parts — same rule as Example 1, just more parts.
Step 3 — Shares. 2 × 200 = ₹400 , 3 × 200 = ₹600 , 2 × 200 = ₹400 .
Why this step? Each team owns its own number of parts, so multiply the one-part value by each team's number in turn.
Verify: 400 + 600 + 400 = 1400 ✓ and 400 : 600 : 400 = 2 : 3 : 2 ✓ (divide by 200 ).
Figure s02 shows the bar split into 7 cells, with the red block marking the middle team's 3 cells.
₹300 in the ratio 5 : 0 .
Forecast: what could a "0 " part possibly mean? Guess the two shares.
Step 1 — Add the parts. 5 + 0 = 5 .
Why this step? Even a zero counts as a term; adding it changes nothing, which is exactly the point.
Step 2 — One part. x = 5 300 = ₹60 .
Why this step? The total is 5 equal parts, so one part is 300 ÷ 5 — the empty term didn't change the count of real parts.
Step 3 — Shares. First = 5 × 60 = ₹300 ; second = 0 × 60 = ₹0 .
Why this step? Zero parts means that share is empty — the second person gets nothing, the first gets everything.
Verify: 300 + 0 = 300 ✓. Sanity check: the ratio 5 : 0 is not the same as 0 : 5 — order still matters even with a zero. The only forbidden case is 0 : 0 , because then total parts = 0 and x = 0 300 is undefined — you cannot divide a real quantity in the ratio 0 : 0 .
Figure s03 shows all 5 red cells belonging to the first person; the second person's strip is empty.
Definition Equivalent ratios (the tool we use in Step 1)
Two ratios are equivalent when they represent the same fraction . Multiplying both terms by the same non-zero number k leaves the value unchanged, because k b k a = b a . Picture a bar cut into 2 big pieces vs. the same bar cut into 4 pieces of half the size — the proportion is identical, only the number of cuts changed. That is exactly why we may multiply 3 1 : 4 1 by 12 without changing who deserves what.
₹770 in the ratio 3 1 : 4 1 .
Forecast: which is bigger, 3 1 or 4 1 ? So who gets more?
Step 1 — Clear the denominators. Multiply both terms by the least common multiple (LCM) of the denominators 3 and 4 , which is 12 (the smallest number both 3 and 4 divide into):
3 1 : 4 1 = 3 1 × 12 : 4 1 × 12 = 4 : 3.
Why this step? You can't easily "add" fractional parts. By the equivalent-ratios definition above, multiplying both terms by 12 gives the same ratio in whole numbers — which we can add and split. We chose 12 (the LCM) precisely because it is the smallest multiplier that turns both fractions into whole numbers at once.
Step 2 — Add the parts. 4 + 3 = 7 .
Why this step? Now the terms are whole numbers, so the total splits into 4 + 3 equal parts.
Step 3 — One part. x = 7 770 = ₹110 .
Why this step? Total ÷ parts, as always.
Step 4 — Shares. 4 × 110 = ₹440 and 3 × 110 = ₹330 .
Why this step? Multiply one-part value by each converted term.
Verify: 440 + 330 = 770 ✓. And 3 1 > 4 1 , so the first person got more — matches (440 > 330 ) ✓.
Figure s04 shows the same bar, first labelled with the awkward fractions, then re-cut into 7 whole cells after scaling by 12 .
Common mistake The trap here
Students read 3 1 : 4 1 and split ₹770 into 3 + 4 = 7 parts giving the wrong shares. The bigger denominator means a smaller fraction — so you must convert to whole numbers first. Never add the denominators.
Worked example Two salaries are in the ratio
7 : 4 . The first person earns ₹9000 more than the second. Find both salaries.
Forecast: the gap corresponds to how many parts? Guess before Step 1.
Step 1 — Turn the gap into parts. Salaries are 7 x and 4 x . Their difference is 7 x − 4 x = 3 x .
Why this step? Whatever fact the problem gives us, we express it in the same currency: parts . Here the difference is 3 parts.
Step 2 — Match the gap to ₹9000 . 3 x = 9000 ⇒ x = ₹3000 .
Why this step? We were told the 3 -part gap equals ₹9000 , so one part = 9000 ÷ 3 .
Step 3 — Build the salaries. First = 7 × 3000 = ₹21000 ; second = 4 × 3000 = ₹12000 .
Why this step? Now that one part is known, each salary is its number of parts times the one-part value — the ordinary multiply-back step.
Verify: difference = 21000 − 12000 = 9000 ✓ and 21000 : 12000 = 7 : 4 ✓ (divide by 3000 ).
Figure s05 shows two bars of 7 and 4 cells; the red overhang of 3 cells is the ₹9000 gap.
Worked example Money is divided in the ratio
2 : 5 : 6 . The middle person receives ₹250 . Find the total amount.
Forecast: if 5 parts = ₹250 , how much is one part? Then how many parts is the total?
Step 1 — One part from the known share. The middle person has 5 parts = ₹250 , so x = 5 250 = ₹50 .
Why this step? We reverse the usual flow: instead of total → part, we go known-share → part.
Step 2 — Total parts. 2 + 5 + 6 = 13 .
Why this step? To rebuild the whole we need the total number of equal parts, so we add every term.
Step 3 — Total amount. T = 13 × 50 = ₹650 .
Why this step? Once one part is known, the whole is just (total parts) × (one part).
Verify: shares would be 2 × 50 , 5 × 50 , 6 × 50 = 100 , 250 , 300 ; sum = 650 ✓ and the middle is 250 ✓.
Figure s06 shows the red block as the known middle share of 5 cells; the rest of the bar is rebuilt from it.
Worked example A drink is made by mixing syrup and water in the ratio
2 : 9 (by volume). How much syrup is in a 1.1 litre bottle?
Forecast: syrup is the small number (2 of 11 parts) — guess roughly what fraction of the bottle it is.
Step 1 — Same units first. Both quantities are volumes (litres), so they're of the same kind — the ratio is valid. Convert the total to a single unit: 1.1 L = 1100 mL.
Why this step? A ratio only compares like with like; and mixing L with mL silently would wreck the arithmetic. Pick one unit and stick to it.
Step 2 — Total parts. 2 + 9 = 11 .
Why this step? The bottle is chopped into 2 + 9 equal volumes, so we add the terms to count the slices.
Step 3 — One part. x = 11 1100 = 100 mL.
Why this step? The whole 1100 mL equals 11 equal parts, so one part is total ÷ parts.
Step 4 — Syrup share. 2 × 100 = 200 mL = 0.2 L.
Why this step? Syrup owns 2 of the parts, so multiply the one-part volume by 2 ; then convert back to litres to answer in the asked unit.
Verify: syrup 200 mL + water 900 mL = 1100 mL = 1.1 L ✓. Syrup is 11 2 ≈ 0.18 of the bottle — matches the forecast that it's a small fraction.
Figure s07 shows the bottle bar as 11 cells; the red 2 cells at the bottom are the syrup.
Worked example A and B share money in the ratio
5 : 3 . A gives ₹40 to B, and now they hold equal amounts. How much did each start with?
Forecast: equal-at-the-end means A must have started with more — how much more, in parts?
Step 1 — Name the two states in parts. Start: A = 5 x , B = 3 x .
Why this step? Using one unknown x for the part-size captures the whole ratio in a single letter, so we get one equation, not two.
Step 2 — Apply the transfer. After A gives ₹40 : A has 5 x − 40 , B has 3 x + 40 .
Why this step? We translate the event ("gives ₹40 ") directly into the algebra — subtract from the giver, add to the receiver.
Step 3 — Use the "equal now" condition.
5 x − 40 = 3 x + 40 ⇒ 2 x = 80 ⇒ x = 40.
Why this step? "Now equal" is the missing fact that pins down x . Setting the two after-amounts equal gives a single linear equation — one unknown, no fractions — which we solve by collecting the x terms on one side and the numbers on the other. This is the same "turn the condition into an easy equation" idea the parent note used for cross-multiplication.
Step 4 — Recover the starting amounts. A = 5 × 40 = ₹200 ; B = 3 × 40 = ₹120 .
Why this step? Now that the part-size x = 40 is known, each start is its number of parts times x .
Verify: after transfer A has 200 − 40 = 160 , B has 120 + 40 = 160 — equal ✓. And 200 : 120 = 5 : 3 ✓ (divide by 40 ).
Figure s08 shows two bars before (5 vs 3 cells) and after the ₹40 arrow, ending level.
Worked example What happens to "divide
T in ratio a : b " at the extremes a = b and b → 0 ?
Forecast: for a = b predict the two shares; for a tiny b predict who gets almost everything.
Edge 1 — Equal ratio a = b (say 1 : 1 ).
One part = 1 + 1 T = 2 T , so each share = 2 T .
Why this matters: a : b with a = b is a fair half-and-half split — the ratio machinery still works and just returns equal halves.
Edge 2 — One part shrinks, b → 0 .
The symbol b → 0 reads "b heads toward zero" — imagine holding a = 1 fixed while b marches through a sequence of ever-smaller values. Watch the small share a + b b T along that sequence:
1 : 1 → 2 1 T , 3 : 1 → 4 1 T , 99 : 1 → 100 1 T , 999 : 1 → 1000 1 T , …
Each ratio in this list (1 : 1 , 3 : 1 , 99 : 1 , 999 : 1 ) is just one snapshot on the way to b = 0 ; the ratios 99 : 1 and 999 : 1 are not the endpoint, they are stepping-stones that show the trend. As b keeps shrinking, the big share → T and the small share → 0 — smoothly approaching the degenerate a : 0 case of Example 3.
Why this matters: the formula a + b a T is continuous — it doesn't "break" near the edge, it just glides into the all-or-nothing split.
Figure s09 shows three snapshots (1 : 1 , 3 : 1 , 99 : 1 ) along that shrinking sequence; as the divider slides right, the red (small) share smoothly vanishes.
Verify (with T = ₹800 , ratio 99 : 1 ): big = 100 99 × 800 = 792 , small = 100 1 × 800 = 8 ; sum 792 + 8 = 800 ✓.
₹500 in the ratio 40 : 60 .
Forecast: those numbers look big — but is 40 : 60 really different from a much simpler ratio? Guess the simplest form first.
Step 1 — Simplify first (optional but wise). Divide both terms by the greatest common divisor (GCD) of 40 and 60 , which is 20 (the largest number dividing both exactly):
40 : 60 = 20 40 : 20 60 = 2 : 3.
Why this step? By the equivalent-ratios definition (Example 4), dividing both terms by the same number leaves the ratio unchanged — but the arithmetic below is far lighter with small numbers. You could split with 40 : 60 directly; you'd just carry bigger numbers for the same answer.
Step 2 — Add the parts. 2 + 3 = 5 .
Why this step? The total is chopped into 2 + 3 equal parts.
Step 3 — One part. x = 5 500 = ₹100 .
Why this step? Total ÷ parts.
Step 4 — Shares. 2 × 100 = ₹200 and 3 × 100 = ₹300 .
Why this step? Multiply one-part value by each term.
Verify: 200 + 300 = 500 ✓. Cross-check the un-simplified route: with 40 : 60 , total parts = 100 , one part = 500/100 = ₹5 , shares = 40 × 5 = 200 and 60 × 5 = 300 — identical ✓, proving simplifying first changed nothing but the effort.
Figure s10 shows the bulky 40 : 60 bar collapsing onto the tidy 2 : 3 bar — same red proportion, fewer cells.
Recall Which cell? Match the disguise
A problem gives a difference of ₹9000 , ratio 7 : 4 — what's the first move? ::: Express the difference in parts (7 x − 4 x = 3 x ), set 3 x = 9000 .
A ratio is 3 1 : 4 1 — what must you do before adding parts? ::: Multiply both terms by the LCM (least common multiple) of the denominators (12 ) to get whole numbers (4 : 3 ).
Divide ₹300 in 5 : 0 — is this allowed? ::: Yes; second share is ₹0 . Only 0 : 0 is forbidden (division by zero).
One share is ₹250 for the "5 " of 2 : 5 : 6 — first step? ::: One part = 250/5 = ₹50 , then total = 13 × 50 .
A ratio 40 : 60 — smartest first move before splitting? ::: Simplify to 2 : 3 by dividing both terms by the GCD (greatest common divisor) = 20 ; the split is identical but lighter.
Mnemonic The universal move
"Whatever the problem gives you — total, difference, or one share — convert it into parts, find one part, then multiply back."
Fractions and simplification — Example 4 clears fractional ratio terms.
Highest Common Factor (GCD) — Example 10 reduces 40 : 60 using the GCD.
Unitary method — "value of one part" is the unitary idea in every example here.
Direct and inverse proportion — Example 8's changing state is a proportion condition.
Percentages — Example 9's 100 99 share is a percentage in disguise.
Similar figures — the same "parts" logic scales matching sides.