9.2 Ratio, Proportion & Variation Techniques

Key Takeaways

  • A ratio a:b expresses a relative relationship between homogeneous quantities; multiplying or dividing both terms by any non-zero real scalar preserves its numerical value.
  • Four terms a, b, c, d are in proportion if and only if the product of the extremes equals the product of the means (a * d = b * c).
  • The Componendo and Dividendo rule states that if a/b = c/d, then (a + b)/(a - b) = (c + d)/(c - d), collapsing multi-term algebraic and radical expressions into solvable linear systems.
  • Bridging disparate ratios (A:B and B:C) is executed via the Inverted-N rule: A:B:C = (A1 * B2) : (B1 * B2) : (B1 * C2) or by equalizing common terms through their Least Common Multiple (LCM).
  • In coin-denomination distribution problems, total monetary worth is the dot product of the unit value vector and the coin count vector: Total Value = sum(Denomination_i * Count_i).
Last updated: September 2026

9.2 Ratio, Proportion & Variation Techniques

Ratio and proportion represent the absolute cornerstone of quantitative reasoning in banking examinations. Nearly every domain—from partnership profit-sharing and mixture-alligation problems to time-work dynamics, age calculations, and Data Interpretation (DI) bar and pie charts—relies on ratio transformations. Mastering structural ratio manipulations, algebraic proportional theorems, and variation models empowers candidates to dismantle complex word problems within the stringent 20-minute sectional timeframe of the SBI Clerk examination.


1. Fundamentals and Classifications of Ratios

A ratio is an abstract mathematical comparison of the relative magnitudes of two or more quantities of the exact same kind and expressed in identical units. In the notation $a : b$ (or $\frac{a}{b}$):

  • The first term $a$ is designated the antecedent.
  • The second term $b$ is designated the consequent ($b \neq 0$).

Scale Invariance Property

Multiplying or dividing both antecedent and consequent by the same non-zero real number $k$ leaves the ratio unchanged: ab=k×ak×b=a/kb/k(k0)\frac{a}{b} = \frac{k \times a}{k \times b} = \frac{a / k}{b / k} \qquad (k \neq 0)

Key Ratio Nomenclature and Types

ClassificationMathematical DefinitionExample ($a : b = 4 : 9$)
Duplicate Ratio$a^2 : b^2$$4^2 : 9^2 = 16 : 81$
Sub-Duplicate Ratio$\sqrt{a} : \sqrt{b}$$\sqrt{4} : \sqrt{9} = 2 : 3$
Triplicate Ratio$a^3 : b^3$$4^3 : 9^3 = 64 : 729$
Sub-Triplicate Ratio$\sqrt[3]{a} : \sqrt[3]{b}$$\sqrt[3]{4} : \sqrt[3]{9}$
Reciprocal / Inverse Ratio$\frac{1}{a} : \frac{1}{b} = b : a$$\frac{1}{4} : \frac{1}{9} = 9 : 4$
Compound RatioFor ratios $\frac{a_1}{b_1}, \frac{a_2}{b_2}, \dots, \frac{a_n}{b_n}$, Compound Ratio $= \frac{a_1 \times a_2 \times \dots \times a_n}{b_1 \times b_2 \times \dots \times b_n}$For $2:3$ and $5:7$: $\frac{2 \times 5}{3 \times 7} = \frac{10}{21}$

2. Proportion Principles & Proportional Terms

When two ratios are equivalent, the four participating quantities are said to be in proportion. This relationship is denoted as: a:b::c:d    ab=cda : b :: c : d \quad \iff \quad \frac{a}{b} = \frac{c}{d} Here, $a$ and $d$ are the extremes, while $b$ and $c$ are the means.

The Fundamental Law of Proportions

Product of Extremes=Product of Means    a×d=b×c\text{Product of Extremes} = \text{Product of Means} \implies a \times d = b \times c

Proportional Terms Reference

  1. Fourth Proportional: Given three quantities $a, b, c$, their fourth proportional $x$ satisfies $a : b = c : x$: x=b×cax = \frac{b \times c}{a}

  2. Third Proportional: Given two quantities $a$ and $b$, their third proportional $x$ satisfies continued proportion $a : b = b : x$: x=b2ax = \frac{b^2}{a}

  3. Mean Proportional (Geometric Mean): The mean proportional $x$ between two quantities $a$ and $b$ satisfies $a : x = x : b$: x2=a×b    x=a×bx^2 = a \times b \implies x = \sqrt{a \times b} SBI Clerk Example: The mean proportional between 0.32 and 0.02 is $\sqrt{0.32 \times 0.02} = \sqrt{0.0064} = 0.08$.


3. Algebraic Transformation Rules: Componendo & Dividendo

In competitive exams, algebraic fraction equations can be solved instantaneously using classical proportion theorems.

Transformation Catalog

Given $\frac{a}{b} = \frac{c}{d}$:

  • Invertendo: $\frac{b}{a} = \frac{d}{c}$
  • Alternando: $\frac{a}{c} = \frac{b}{d}$
  • Componendo: $\frac{a + b}{b} = \frac{c + d}{d}$
  • Dividendo: $\frac{a - b}{b} = \frac{c - d}{d}$
  • Componendo and Dividendo (C&D): a+bab=c+dcd\frac{a + b}{a - b} = \frac{c + d}{c - d}

[!NOTE] The Componendo-Dividendo Shortcut in Action:
When an equation exhibits symmetric linear sums and differences such as $\frac{\sqrt{x + 5} + \sqrt{x - 5}}{\sqrt{x + 5} - \sqrt{x - 5}} = \frac{3}{2}$, apply Componendo & Dividendo directly: (x+5+x5)+(x+5x5)(x+5+x5)(x+5x5)=3+232    2x+52x5=51\frac{(\sqrt{x+5} + \sqrt{x-5}) + (\sqrt{x+5} - \sqrt{x-5})}{(\sqrt{x+5} + \sqrt{x-5}) - (\sqrt{x+5} - \sqrt{x-5})} = \frac{3 + 2}{3 - 2} \implies \frac{2\sqrt{x+5}}{2\sqrt{x-5}} = \frac{5}{1} Squaring both sides yields $\frac{x + 5}{x - 5} = 25$. Applying C&D once more: x5=25+1251=2624=1312    x=6512\frac{x}{5} = \frac{25 + 1}{25 - 1} = \frac{26}{24} = \frac{13}{12} \implies x = \frac{65}{12} This method bypasses radical rationalization and quadratic expansion.


4. Techniques for Combining Ratios

A frequent challenge in SBI Clerk word problems is unifying distinct pair ratios ($A : B$ and $B : C$) into a single unified continuum ($A : B : C$ or $A : B : C : D$).

Method 1: The Inverted-N Multiplier

To combine $A : B = a : b$ and $B : C = c : d$:

  1. Multiply vertically downwards on the left: $A = a \times c$
  2. Multiply diagonally upwards: $B = b \times c$
  3. Multiply vertically downwards on the right: $C = b \times d$

A:B:C=(a×c):(b×c):(b×d)A : B : C = (a \times c) : (b \times c) : (b \times d)

Worked Illustration: If $A : B = 3 : 4$ and $B : C = 8 : 9$:

  • $A = 3 \times 8 = 24$
  • $B = 4 \times 8 = 32$
  • $C = 4 \times 9 = 36$
  • Simplifying by dividing by 4: $A : B : C = 6 : 8 : 9$.

Method 2: The Grid Alignment Method (For 4-Variable Ratios $A:B:C:D$)

When combining $A:B = 2:3$, $B:C = 4:5$, and $C:D = 6:7$, write each ratio on a new row and fill empty lateral slots with the nearest adjacent value:

Variable$A$$B$$C$$D$
Row 123(fill 3)(fill 3)
Row 2(fill 4)45(fill 5)
Row 3(fill 6)(fill 6)67
Column Product$2 \times 4 \times 6 = \mathbf{48}$$3 \times 4 \times 6 = \mathbf{72}$$3 \times 5 \times 6 = \mathbf{90}$$3 \times 5 \times 7 = \mathbf{105}$

Dividing through by 3 gives the reduced ratio: $A : B : C : D = 16 : 24 : 30 : 35$.


5. Direct, Inverse, and Joint Variation

Variation models describe how mathematical variables react to mutual adjustments.

  1. Direct Variation ($y \propto x$):
    $y = kx \implies \frac{y}{x} = k$ (constant). If $x$ increases, $y$ increases proportionally. Exemplified by simple purchase cost: total cost varies directly with quantity bought.

  2. Inverse Variation ($y \propto \frac{1}{x}$):
    $y = \frac{k}{x} \implies x \times y = k$ (constant). If $x$ increases, $y$ decreases such that their product remains fixed. This governs speed-time problems (distance fixed) and men-days work schedules (work output fixed): M1×D1=M2×D2M_1 \times D_1 = M_2 \times D_2

  3. Joint Variation:
    When variable $z$ varies directly with $x$ and inversely with $y$: zxy    z=kxy    z1y1x1=z2y2x2z \propto \frac{x}{y} \implies z = k \frac{x}{y} \implies \frac{z_1 y_1}{x_1} = \frac{z_2 y_2}{x_2}


6. Coin and Currency Denomination Framework

A staple of the SBI Clerk Quantitative section is the coin-denomination problem. Candidates must avoid confusing the ratio of the number of coins with the ratio of their monetary values.

The Governing Vector Equation

Total Monetary Value (Rs.)=i=1n[Denominationi (in Rs.)×Number of Coinsi]\text{Total Monetary Value (Rs.)} = \sum_{i=1}^{n} \Big[\text{Denomination}_i \text{ (in Rs.)} \times \text{Number of Coins}_i\Big]

Denomination Conversions

  • 50 Paise coin $= \text{Rs. } 0.50 = \text{Rs. } \frac{1}{2}$
  • 25 Paise coin $= \text{Rs. } 0.25 = \text{Rs. } \frac{1}{4}$
  • 10 Paise coin $= \text{Rs. } 0.10 = \text{Rs. } \frac{1}{10}$

Fully Worked Banking Cash Box Problem

Problem: A cash collection bag at an SBI branch contains Rs. 400 in coins consisting of Rs. 1, 50 paise, and 25 paise coins in the numerical ratio of $4 : 5 : 6$. Determine the exact number of 50 paise coins contained in the bag.

  1. Assign Variable Multipliers to Coin Counts:
    Let the number of Rs. 1 coins $= 4x$, 50 paise coins $= 5x$, and 25 paise coins $= 6x$.
  2. Express Monetary Values in Rupee Terms:
    • Value from Rs. 1 coins $= 4x \times 1 = 4x$
    • Value from 50 paise coins $= 5x \times 0.50 = 2.5x$
    • Value from 25 paise coins $= 6x \times 0.25 = 1.5x$
  3. Sum Total Monetary Worth:
    Total Worth=4x+2.5x+1.5x=8x\text{Total Worth} = 4x + 2.5x + 1.5x = 8x
  4. Solve for Multiplier $x$:
    8x=400    x=4008=508x = 400 \implies x = \frac{400}{8} = 50
  5. Calculate Target Coin Count:
    Number of 50 paise coins $= 5x = 5 \times 50 = \mathbf{250 \text{ coins}}$.
    (Verification: $4(50) \times 1 + 5(50) \times 0.50 + 6(50) \times 0.25 = 200 + 125 + 75 = \text{Rs. } 400$.)
Loading diagram...
Ratio Combination Inverted-N and Grid Alignment Architecture
Test Your Knowledge

If the ratios between variables are given as A : B = 3 : 4, B : C = 8 : 9, and C : D = 15 : 16, what is the compounded ratio of A to D?

A
B
C
D
Test Your Knowledge

A cash counter bag in a bank branch contains Rs. 1,400 consisting of currency notes in denominations of Rs. 10, Rs. 20, and Rs. 50 in the numerical ratio of 5 : 4 : 3. What is the total number of Rs. 20 notes in the bag?

A
B
C
D
Test Your Knowledge

Given that (x + y) / (x - y) = 7 / 3, what is the numerical value of (x^2 - y^2) / (x^2 + y^2)?

A
B
C
D