Ratio and Proportion for SSC MTS — Complete Guide with Shortcuts

beginner 18 min read

Concept

A ratio is a comparison between two quantities of the same kind. When you say the ratio of sugar to flour in a recipe is 2 : 3, you are saying for every 2 parts sugar, there are 3 parts flour — proportions being irrelevant to actual amounts. The actual quantity could be 200g to 300g, or 2kg to 3kg, but the relationship stays fixed at 2 : 3.

A proportion is a statement that two ratios are equal. If a : b = c : d, then a, b, c, d are said to be in proportion. The outer terms (a and d) are called extremes, and the inner terms (b and c) are called means. The key rule here: product of extremes = product of means, i.e., ad = bc. This single identity solves probably 60% of proportion problems in SSC MTS.

Look — the analogy that sticks best: think of a ratio as a gear ratio in a bicycle. If your front gear has 40 teeth and rear has 20 teeth, the ratio is 2 : 1. Double the front gear size, you must double the rear to keep the same ratio. That is what proportion does — it locks two ratios together.

Why this matters for SSC MTS specifically: Ratio and proportion is one of those topics that bleeds into almost everything else — mixtures, partnerships, ages, income comparisons. If your ratio fundamentals are clean, roughly 4-5 question types across the paper become easier to recognise and solve. At this level, questions rarely go beyond two-step reasoning, so a systematic approach almost guarantees full marks on these.

One more term to know upfront: continued proportion (also called continuous proportion). Three numbers a, b, c are in continued proportion when a : b = b : c. The middle term b is called the mean proportional, and b² = ac. This is tested directly and frequently.


Deep Dive

The Core Ratio Rules

Rule 1 — Make the common term equal when combining two ratios.

If A : B = 3 : 4 and B : C = 5 : 6, you cannot just write A : B : C = 3 : 4 : 5 : 6. The B values (4 and 5) don't match. You need to find LCM(4, 5) = 20, then scale:

This exact technique shows up in PYQ 69ecc48e94785de145938d68.

Rule 2 — Assign a variable to the ratio unit.

If a : b = 2 : 3, let a = 2k and b = 3k. Every ratio question in SSC MTS becomes a simple algebra problem the moment you assign k. Don't skip this step trying to solve mentally — you will make sign errors.

Rule 3 — Cross-multiplication is your default proportion tool.

If (2x + 3y) : (x + 2y) = 9 : 5, write it as a fraction:

2x+3yx+2y=95\frac{2x + 3y}{x + 2y} = \frac{9}{5}

Cross-multiply: 5(2x + 3y) = 9(x + 2y)10x + 15y = 9x + 18yx = 3yx : y = 3 : 1.

Never try to solve these by inspection or substitution when variables appear in both numerator and denominator — cross-multiply every single time.

Three Types You Will See in SSC MTS

Type 1 — Finding combined A : B : C from two pairwise ratios.

Already covered above (LCM method). Takes about 25 seconds once you have the rhythm.

Type 2 — Age/income ratio problems.

These combine ratio with a time shift (ages 5 years from now, income 25% more, etc.). The pattern is always: set up the ratio using k, build the equation from the condition, solve for k. See the income problem in PYQ 69ecc48e94785de145938d6c and the age problem in PYQ 69ecc48e94785de145938d6e.

Type 3 — Expressions involving squared ratios.

When the question asks (a² + b²) : (b² + c²), first find a : b : c using the pairwise LCM method, assign values, then compute squares. Never try to simplify the ratio algebra symbolically for these — numerical substitution is faster and error-free. See PYQ 69ecc48e94785de145938d6f.

Continued Proportion — The One Formula Worth Memorising

Three numbers a, b, c in continued proportion:

b2=acb^2 = ac

So b = \sqrt{ac} (take positive root in exam unless told otherwise).

This is really the geometric mean formula. If a = 4 and c = 36, then b = \sqrt{144} = 12.

Componendo-Dividendo (Optional Power Move)

If a/b = c/d, then by componendo-dividendo:

a+bab=c+dcd\frac{a + b}{a - b} = \frac{c + d}{c - d}

This is useful when a question gives you the ratio of (sum : difference) and asks you to find individual numbers. See PYQ 69ecc48e94785de145938d74 — you can either cross-multiply directly or apply componendo-dividendo. Both work; direct cross-multiplication is usually faster at this level.

Percentage-to-Ratio Conversions

SSC MTS loves disguising ratio problems as percentage problems (like PYQ 69ecc48e94785de145938d6c). The translation is instant:

Always set the reference quantity (usually C or B, whoever appears in both statements) as 100 or a round number, then compute forward.


Memory Tricks & Shortcuts

patternLCM Bridge for Three-Part Ratios

When combining A:B and B:C, find LCM of the two B-values and scale both ratios. Pattern: identify the shared variable → LCM → multiply each ratio so the shared variable matches → read off A:B:C in one line.

Micro-example: A:B = 3:4, B:C = 5:6. LCM(4,5) = 20. Scale first ratio ×5: 15:20. Scale second ratio ×4: 20:24. Result: 15:20:24.

Standard method (working it out from scratch each time): ~45 seconds. LCM bridge after 5 practice runs: ~15 seconds.

substitutionSet Reference = 100 for Chained Percentages

Whenever a problem chains two percentage changes to find a final ratio, set the "anchor" person's value as 100. You avoid fractions entirely.

Micro-example (from PYQ 69ecc48e94785de145938d6c): C = 100 → B = 80 (20% less) → A = 80 × 1.25 = 100. A:C = 1:1. Done in 3 steps, no algebra needed.

Standard method (algebraic with variables for A, B, C): 4-5 steps, ~50 seconds. Reference = 100 method: 3 steps, ~20 seconds.

patternMean Proportional = Square Root of Product

For continued proportion (a, b, c), the middle term b = √(ac). No need to set up a : b = b : c and solve the equation each time.

Micro-example: a = 4, c = 36 → b = √(4×36) = √144 = 12. One multiplication and one square root, nothing else.

Equation method (a/b = b/c, cross-multiply b² = ac, solve): 3 written steps, ~30 seconds. Direct formula: 1 mental step, ~8 seconds.

patternCross-Multiply First on Expression Ratios

When a question gives you (expression1) : (expression2) = p : q with two unknowns, always cross-multiply immediately — never try to split the ratio into components first.

Micro-example: (2x+3y):(x+2y) = 9:5. Cross-multiply: 10x+15y = 9x+18y → x = 3y → x:y = 3:1. Solving in under 20 seconds once automatic.

Trying to substitute guesses first: typically 3-4 failed attempts before landing on the right values, ~60-90 seconds. Direct cross-multiplication: 3 algebraic lines, ~20 seconds.

substitutionk-Substitution for Age and Ratio Shifts

Whenever current ages are in ratio p:q, let them be pk and qk. The future/past condition gives you one equation in k. Solve for k, then answer any question about the ages directly.

Micro-example (PYQ 69ecc48e94785de145938d6e): A:B = 5:6, so ages = 5k and 6k. After 8 years: (5k+8)/(6k+8) = 7/8 → 40k+64 = 42k+56 → k = 4. A's age = 5×4 = 20.

Mental guessing method: ~90 seconds, error-prone. k-substitution: 4 algebraic steps, ~25 seconds.


Fast-Solving Framework

Read the question. Identify which type it is:

Is it asking for A:B:C from two pairwise ratios? → Use LCM bridge. 15 seconds.

Is it a "continued proportion / mean proportional" question? → Apply b = √(ac) directly. 10 seconds.

Does it involve percentage changes leading to a ratio? → Set anchor = 100, compute forward. 20 seconds.

Is it an expression ratio (2x+3y):(x+2y) = p:q? → Cross-multiply immediately, collect x and y terms, find x:y. 20 seconds.

Is it an age/quantity shift problem (ratio changes after adding/subtracting)? → Let current values = pk and qk. Build one equation from the new condition. Solve for k. 25 seconds.

Is it a squared-expression ratio? → Find numerical values of a, b, c using LCM bridge, then compute squares. Never try to simplify symbolically. 30 seconds.

One universal rule: as soon as you see a ratio, assign the variable k. Do not attempt ratio problems without k — it costs you 30+ seconds of circular thinking every time.


Solved PYQs

Why this question (PYQ 1): Tests whether you can combine pairwise ratios and then apply squared computations. Most errors happen because students forget to make b equal before combining.

Previous Year Questionपिछले वर्ष का प्रश्न
If A : B = 3 : 4 and B : C = 5 : 6, then what is the ratio of A : B : C?
यदि A : B = 3 : 4 और B : C = 5 : 6 है, तो A : B : C का अनुपात क्या होगा?
  1. 15 : 20 : 24
  2. 12 : 16 : 18
  3. 9 : 12 : 15
  4. 6 : 8 : 10
  1. 15 : 20 : 24
  2. 12 : 16 : 18
  3. 9 : 12 : 15
  4. 6 : 8 : 10
Solutionसमाधान
To find A : B : C, we need to make B equal in both ratios. A : B = 3 : 4 and B : C = 5 : 6. LCM of 4 and 5 is 20. So A : B = 15 : 20 and B : C = 20 : 24. Therefore A : B : C = 15 : 20 : 24.
A : B : C ज्ञात करने के लिए, हमें दोनों अनुपातों में B को समान बनाना होगा। A : B = 3 : 4 और B : C = 5 : 6। 4 और 5 का LCM 20 है। इसलिए A : B = 15 : 20 और B : C = 20 : 24। अतः A : B : C = 15 : 20 : 24।

Solving path: Identify the shared variable B. LCM(4,5) = 20. Scale A:B = 3:4 → 15:20. Scale B:C = 5:6 → 20:24. Read off A:B:C = 15:20:24. That is your answer — no further steps needed.


Why this question (PYQ 2): A pure continued proportion test. The formula b² = ac should fire automatically.

Previous Year Questionपिछले वर्ष का प्रश्न
Three numbers are in continued proportion. If the first and third numbers are 4 and 36 respectively, find the second number.
तीन संख्याएं सतत अनुपात में हैं। यदि पहली और तीसरी संख्याएं क्रमशः 4 और 36 हैं, तो दूसरी संख्या ज्ञात कीजिए।
  1. 10
  2. 12
  3. 15
  4. 18
  1. 10
  2. 12
  3. 15
  4. 18
Solutionसमाधान
In continued proportion, if three numbers are a, b, c, then a : b = b : c, which means b² = ac. Given a = 4 and c = 36, so b² = 4 × 36 = 144. Therefore b = 12.
निरंतर अनुपात में, यदि तीन संख्याएं a, b, c हैं, तो a : b = b : c, जिसका अर्थ है b² = ac। दिया गया है a = 4 और c = 36, अतः b² = 4 × 36 = 144। इसलिए b = 12।

Solving path: a = 4, c = 36. Apply b² = ac = 144. Take square root: b = 12. The question has no traps — if you know the formula, it is a 10-second problem.


Why this question (PYQ 3): A disguised ratio question wrapped in percentage language. Students who do not spot the percentage-to-ratio translation waste 60+ seconds setting up equations.

Previous Year Questionपिछले वर्ष का प्रश्न
If A's income is 25% more than B's income and B's income is 20% less than C's income, then what is the ratio of A's income to C's income?
यदि A की आमदनी B की आमदनी से 25% ज़्यादा है और B की आमदनी C की आमदनी से 20% कम है, तो A की आमदनी और C की आमदनी का अनुपात क्या होगा?
  1. 1 : 1
  2. 5 : 4
  3. 4 : 5
  4. 6 : 5
  1. 1 : 1
  2. 5 : 4
  3. 4 : 5
  4. 6 : 5
Solutionसमाधान
Let C's income = 100. B's income = 80 (20% less than C). A's income = 80 × 1.25 = 100 (25% more than B). Therefore, A : C = 100 : 100 = 1 : 1.
मान लेते हैं C की आय = 100। B की आय = 80 (C से 20% कम)। A की आय = 80 × 1.25 = 100 (B से 25% अधिक)। अतः A : C = 100 : 100 = 1 : 1।

Solving path: Set C = 100. B = 80 (20% less than C). A = 80 × 1.25 = 100 (25% more than B). A:C = 100:100 = 1:1. The "trick" is noticing that 20% less followed by 25% more brings you back to the original.


Why this question (PYQ 4): Tests k-substitution for age shift problems, the most common ratio template in SSC MTS.

Previous Year Questionपिछले वर्ष का प्रश्न
The ratio of ages of A and B is 5 : 6. After 8 years, their ages will be in the ratio 7 : 8. What is A's present age?
A और B की उम्र का अनुपात 5 : 6 है। 8 साल बाद उनकी उम्र का अनुपात 7 : 8 हो जाएगा। A की अभी की उम्र क्या है?
  1. 20 years
  2. 25 years
  3. 30 years
  4. 35 years
  1. 20 साल
  2. 25 साल
  3. 30 साल
  4. 35 साल
Solutionसमाधान
Let present ages be 5x and 6x. After 8 years: (5x+8)/(6x+8) = 7/8. Cross multiplying: 8(5x+8) = 7(6x+8). So 40x + 64 = 42x + 56. This gives 2x = 8, so x = 4. A's present age = 5x = 20 years.
वर्तमान आयु 5x और 6x हैं। 8 साल बाद: (5x+8)/(6x+8) = 7/8। गुणा करने पर: 8(5x+8) = 7(6x+8)। अतः 40x + 64 = 42x + 56। इससे 2x = 8, अतः x = 4। A की वर्तमान आयु = 5x = 20 वर्ष।

Solving path: Let A = 5k, B = 6k. After 8 years: (5k+8)/(6k+8) = 7/8. Cross-multiply: 40k + 64 = 42k + 56. So 2k = 8, k = 4. A's present age = 5 × 4 = 20 years.


Why this question (PYQ 5): Tests cross-multiplication on an expression ratio — the fastest and most reliable approach.

Previous Year Questionपिछले वर्ष का प्रश्न
If (2x + 3y) : (x + 2y) = 9 : 5, then x : y equals:
यदि (2x + 3y) : (x + 2y) = 9 : 5 है, तो x : y बराबर है:
  1. 3 : 1
  2. 2 : 1
  3. 1 : 2
  4. 1 : 3
  1. 3 : 1
  2. 2 : 1
  3. 1 : 2
  4. 1 : 3
Solutionसमाधान
Given (2x + 3y)/(x + 2y) = 9/5. Cross multiply: 5(2x + 3y) = 9(x + 2y). So 10x + 15y = 9x + 18y. This gives x = 3y, hence x : y = 3 : 1.
दिया गया है (2x + 3y)/(x + 2y) = 9/5। गुणा करने पर: 5(2x + 3y) = 9(x + 2y)। अतः 10x + 15y = 9x + 18y। इससे x = 3y, अतः x : y = 3 : 1।

Solving path: Write as fraction: (2x+3y)/(x+2y) = 9/5. Cross-multiply: 10x + 15y = 9x + 18y. Simplify: x = 3y. Therefore x:y = 3:1.


Common Mistakes


Related Topics

Practice on SarkariRise

Sign up + get 3 free mocks →