Why this topic matters · 8 min read
Ratio and Proportion is one of the most frequently tested topics in SSC MTS Quant. Almost every paper has 2-4 direct questions, and the concept also feeds into other topics like percentage, profit-loss, and mixtures. Questions are straightforward — no tricks — just clean application of ratios, proportions, and their properties. Master the shortcuts here and you can solve each question in under 60 seconds.
What is a Ratio
A ratio is just a comparison of two quantities of the same type. If Ravi has 30 rupees and Suresh has 50 rupees, the ratio of their money is 30:50, which simplifies to 3:5. Think of ratio as a fraction in disguise — 3:5 is the same as 3/5. Always simplify the ratio by dividing both parts by their HCF. The two numbers in a ratio are called antecedent (first) and consequent (second).
- Ratio a:b means a/b. Always reduce to lowest terms.
- Both quantities must be in the SAME unit before forming a ratio.
- Ratio has no unit — it is a pure number.
- If a:b = 3:5, then a = 3k and b = 5k for some common multiplier k.
- Multiplying or dividing both terms by the same number does NOT change the ratio.
Key formulas
Basic Ratio
a:b = a/b
When: To compare two quantities or express one as a fraction of the other.
Finding actual values
If a:b = m:n, then a = m*k and b = n*k, where k = Total / (m+n)
When: When total sum is given and you need individual values.
Worked examples
A sum of Rs 800 is divided between A and B in ratio 3:5. A gets = (3/8)*800 = Rs 300. B gets = (5/8)*800 = Rs 500.
Ratio of 250 grams to 1.5 kg: Convert 1.5 kg = 1500 g. Ratio = 250:1500 = 1:6.
Proportion and Its Types
Proportion means two ratios are equal. If a:b = c:d, then a, b, c, d are in proportion. The key rule is: product of extremes = product of means, i.e., a*d = b*c. This is called cross multiplication and it is the fastest way to solve proportion problems. There are two types you must know: Direct Proportion (both increase or decrease together) and Inverse Proportion (one increases, other decreases). Imagine a tap filling water — more time means more water (direct). But more workers means less time to finish a job (inverse).
- a:b :: c:d means a*d = b*c (cross multiply).
- Direct proportion: x/y = constant. Example: more items, more cost.
- Inverse proportion: x*y = constant. Example: more speed, less time.
- Fourth proportional to a, b, c is x where a:b = c:x, so x = b*c/a.
- Mean proportional between a and b is square root of (a*b).
- Third proportional to a and b is b squared divided by a.
Key formulas
Proportion Rule
a:b :: c:d => a*d = b*c
When: To find missing term in any proportion problem.
Fourth Proportional
x = (b * c) / a
When: When asked: find fourth proportional to a, b, c.
Mean Proportional
x = sqrt(a * b)
When: When asked: find mean proportional between a and b.
Third Proportional
x = b^2 / a
When: When asked: find third proportional to a and b.
Worked examples
Find fourth proportional to 4, 6, 8. Using x = (6*8)/4 = 48/4 = 12.
Mean proportional between 9 and 16 = sqrt(9*16) = sqrt(144) = 12.
Ratio Operations — Compounding and Comparison
Sometimes you need to combine multiple ratios or compare them. Compounded ratio means multiplying two ratios together: (a:b) compounded with (c:d) = ac:bd. This comes up when two different ratios describe parts of the same thing. To compare two ratios, convert them to fractions and cross multiply — no need for decimals. SSC MTS loves questions where you are given A:B and B:C and asked to find A:B:C. The trick is to make the common term (B) equal in both ratios.
- Compounded ratio of a:b and c:d is ac:bd.
- Duplicate ratio of a:b is a^2:b^2.
- Sub-duplicate ratio of a:b is sqrt(a):sqrt(b).
- To find A:B:C from A:B and B:C, equalize B by taking LCM.
- If A:B = 2:3 and B:C = 4:5, make B same — A:B = 8:12 and B:C = 12:15. So A:B:C = 8:12:15.
Key formulas
Compounded Ratio
(a:b) x (c:d) = a*c : b*d
When: When two ratios need to be multiplied together.
Combining two ratios
A:B:C — equalize B using LCM of B values
When: When A:B and B:C are given and A:B:C is asked.
Worked examples
A:B = 3:4, B:C = 5:6. LCM of 4 and 5 is 20. A:B = 15:20, B:C = 20:24. So A:B:C = 15:20:24.
Compounded ratio of 2:3 and 4:5 = 2*4 : 3*5 = 8:15.
Proportional Division and Mixtures
A very common SSC MTS question type: a total amount is split among 2 or 3 people in a given ratio. Just use the fraction method — each person's share = (their ratio part / total ratio parts) multiplied by total amount. For three people in ratio a:b:c, the shares are a/(a+b+c), b/(a+b+c), c/(a+b+c) of the total. This also appears in mixture problems where you find how much of each ingredient is present.
- For ratio a:b:c, individual shares out of total T are aT/(a+b+c), bT/(a+b+c), cT/(a+b+c).
- If ratio changes, find new total ratio and recalculate.
- Difference between two shares = (difference in ratio parts / total parts) * Total.
- Always add ratio parts first before dividing.
Key formulas
Share Formula
Share of A = (A's ratio part / Sum of all ratio parts) * Total
When: Anytime a total is split in a given ratio.
Worked examples
Rs 1200 split in ratio 2:3:5. Sum = 10. Shares: 240, 360, 600. Check: 240+360+600 = 1200. Correct.
If A and B share profit in 5:3 and total profit is Rs 4800, A gets (5/8)*4800 = Rs 3000.
⚠ Common mistakes to avoid
- Not converting units before forming a ratio — e.g., comparing 500 grams with 2 kg directly. Always bring both to same unit first.
- Confusing mean proportional (geometric mean = sqrt of product) with average. Mean proportional between 4 and 9 is 6, not 6.5.
- While combining A:B and B:C, forgetting to equalize B and directly writing the four numbers — gives a completely wrong answer.
- In proportional division, forgetting to add ratio parts and dividing by just one part — e.g., dividing total by 3 instead of (2+3+5)=10.
- Mixing up third proportional and fourth proportional formulas under exam pressure — remember: third proportional is b^2/a, fourth is bc/a.
🧠 Memory aids
- EXTREME MEANS rule: In a:b :: c:d, Extremes are a and d (outer), Means are b and c (inner). Extremes product = Means product. Think E=M (Extremes equal Means in product).
- For A:B:C combination, think of it as a relay race — B is the common runner who appears in both teams. Make B's value the same (LCM) before the final lineup.
- Mean proportional = Middle child of a and b = sqrt(a*b). It is the geometric middle.
- Direct proportion: SAME direction (both up or both down). Inverse proportion: OPPOSITE direction. Think of a seesaw for inverse.
🎯 SSC MTS exam tips
- SSC MTS typically asks 2-3 questions from this topic per paper. They are usually easy to medium — no complex algebra. A student who knows the formulas should solve each in 45-60 seconds.
- Most common question types in recent MTS papers: (1) divide a sum in given ratio, (2) find fourth or mean proportional, (3) combine two ratios to get three-way ratio.
- If a question gives you two different ratios sharing a common term (like A:B and B:C), it is always asking for A:B:C. Go straight to LCM method — no thinking needed.
- Ratio questions in MTS do NOT require lengthy calculation. If your working is getting long, you are likely overcomplicating — check if a shortcut ratio comparison or fraction method is faster.
- Watch out for trick phrasing: 'ratio of A to B is 3:5' means A/B = 3/5 (A is smaller). Many students flip this and get the wrong answer.
Q1 · hard · AI-verified
In a factory, the ratio of workers to supervisors is 25:3. If there are 150 workers, how many supervisors are there?
- 12
- 18
- 20
- 15
Q2 · medium · PYQ 2024
The ratio between the monthly incomes of P and Q is 7 : 6 and the ratio between their expenditures is 6 : 5. If they save ₹480 each, then find P's monthly income.
- ₹3,360
- ₹2,880
- ₹2,400
- ₹6,240
Q3 · hard · AI-verified
Three vessels contain milk and water in ratios 3 : 2, 2 : 3, and 1 : 4 respectively. If equal quantities from all three are mixed, what is the ratio of milk to water in the mixture?
- 37 : 63
- 33 : 67
- 31 : 69
- 29 : 71
Q4 · medium · PYQ 2016
A box contains one rupee, fifty-paise and twenty-five paise coins. The total number of coins are 378. The ratio of values of the above coins is 13:11:7. The number of twenty-five paise coins was:
- 168
- 132
- 210
- 78
Q5 · medium · PYQ 2019
The ratio of monthly incomes of Pawan and Sunil is 4:3 and the ratio of their monthly expenditures is 3:2. If Pawan and Sunil save ₹4000 and ₹6000 respectively per month, then what is the sum of their monthly incomes?
- ₹50000
- ₹70000
- ₹36000
- ₹60000