Ratio, Proportion and Percentage for CTET Paper II (Class 6–8)

intermediate 22 min read

Concept

Ratio, proportion, and percentage are three faces of the same idea: comparing quantities. Once you see that connection clearly, the three topics stop feeling like separate things to memorize.

Ratio is a bare comparison — a : b tells you how many times one quantity is relative to another. It has no unit. The ratio 3 : 5 is identical to 6 : 10 or 0.6 : 1. The moment you fix the total, a ratio becomes actual numbers.

Proportion is the claim that two ratios are equal: a : b :: c : d, or equivalently a/b = c/d. The single most useful fact here is the cross-multiplication rule: if a/b = c/d, then ad = bc. This one identity solves virtually every "add/subtract x to make four numbers proportional" question that CTET loves to set.

Percentage is ratio with a denominator fixed at 100. Saying "35%" is just saying the ratio 35 : 100. Because the base is fixed, percentage makes comparisons across different-sized wholes easy. That's why shopkeepers, banks, and census reports all use it.

Here is the analogy that connects all three for your Class 6–8 students: imagine cutting a pizza. Ratio is "I got 3 slices and you got 5 slices." Proportion is "Every time I get 3 slices, you get 5 — that holds across every pizza." Percentage is "I got 37.5% of the pizza" — useful when someone asks how your share compares to the whole.

For CTET Paper II, you need two things: the mechanical skill to solve these in under 90 seconds each, and a conceptual understanding of why each method works — because the paper sometimes asks you to identify a misconception a student might hold, or to pick the right teaching approach.


Deep Dive

Ratio Fundamentals

A ratio a : b in lowest terms means both a and b share no common factor. To compare or combine ratios, bring them to a common consequent (the second term). If A : B = 3 : 4 and B : C = 5 : 6, find A : B : C by making B the same in both — B = LCM(4, 5) = 20. So A : B = 15 : 20 and B : C = 20 : 24, giving A : B : C = 15 : 20 : 24.

The "equal multiples" trick: When 4A = 6B = 9C = k, write each variable as k divided by its coefficient: A = k/4, B = k/6, C = k/9. Then A : B : C = 1/4 : 1/6 : 1/9. Multiply through by LCM(4, 6, 9) = 36 to get A : B : C = 9 : 6 : 4. This is faster than solving simultaneous equations and appears almost verbatim in CTET PYQs.

Proportion and the "Add/Subtract x" Question Type

CTET Paper II has repeatedly asked: "Add x to (or subtract x from) four numbers so that they are in proportion." The setup is always:

(a + x) / (b + x) = (c + x) / (d + x)

Cross-multiply immediately:

(a + x)(d + x) = (b + x)(c + x)

Expand both sides. The terms cancel — they always do, which is why the problem has a unique solution. Collect x terms on one side:

ad + (a + d)x = bc + (b + c)x

ad - bc = (b + c - a - d)x

x = (ad - bc) / (b + c - a - d)

You don't need to memorize this formula — just remember that cross-multiplying, expanding, and cancelling is the mechanical path. The algebra takes about 40 seconds once you're practiced.

Percentage — The Three Question Types

Every percentage question is one of three types:

  1. Find P% of Q: (P/100) × Q
  2. Q is what percent of R? (Q/R) × 100
  3. Q is P% of what? Q / (P/100) = Q × (100/P)

Identify the type first. Misidentifying is the most common error — more on that in Common Mistakes.

Successive percentage changes appear in discount and population problems. If a quantity changes by +a% then by +b%, the net effect is:

Net % change = a + b + (ab/100)

When one change is positive and one is negative (say +10% then -10%), the net is always a loss of (10 × 10)/100 = 1%. Never zero. This is a classic trap.

Mark-up and successive discounts: Start with CP = 100 (always use this base). Apply the mark-up multiplicatively: CP × (1 + mark-up%). Apply each discount multiplicatively: × (1 - d₁%) × (1 - d₂%). The final figure minus 100 is the net profit or loss percentage directly. No formula to memorize — just sequential multiplication.

Mixture Ratio Problems

When you add a pure substance to a mixture, only the ratio of that substance changes; the other stays fixed. Set the unchanged component as kx in both the before and after situations, then equate and solve. This gives you x directly.

Example pattern: milk : water = 7 : 3 originally. Add 10 L water to get 7 : 5. Milk is unchanged at 7x. Before: water = 3x. After: water = 3x + 10. Set up 7x / (3x + 10) = 7/5. Solve: x = 5, milk = 35 L.


Memory Tricks & Shortcuts

patternLCM Flip for Equal-Product Ratios

When you see mA = nB = pC, flip the coefficients and use LCM as the multiplier. Write A : B : C = 1/m : 1/n : 1/p, then multiply by LCM(m, n, p). No algebra needed.

Micro-example: 4A = 6B = 9C. LCM(4,6,9) = 36. Ratios: 36/4 : 36/6 : 36/9 = 9 : 6 : 4. Done in 10 seconds vs. 45 seconds of simultaneous equations.

patternSuccessive Discount Net Formula

Two discounts d₁% and d₂% applied in sequence give a net discount of d₁ + d₂ - (d₁ × d₂)/100 percent. This is always less than d₁ + d₂. Use it to find the effective selling price in one step.

Micro-example: 10% then 15% off a marked price of 140. Net discount = 10 + 15 - (10×15)/100 = 25 - 1.5 = 23.5%. SP = 140 × (1 - 0.235) = 140 × 0.765 = 107.1. Profit = 7.1%. Standard sequential method: 3 multiplications (~50s). This formula: 1 subtraction + 1 multiplication (~20s).

patternSymmetric Change = Net Loss

Any quantity increased by r% then decreased by r% (or vice versa) always results in a net loss of r²/100 percent. The result is never the original value — this is a trap question at every exam.

Micro-example: Population +10%, then -10%. Net = -(10²/100)% = -1%. If end population is 29700, original = 29700 / 0.99 = 30000. Knowing the net effect is exactly -1% saves you from setting up the two-step equation (~30s saved).

eliminationCross-Cancel x² in Proportion Problems

In any "add x / subtract x to four numbers to make them proportional" question, cross-multiply, expand, and immediately cancel x² from both sides. You are guaranteed to get a linear equation. This eliminates the instinct to use the quadratic formula or factor — which wastes 60-90 seconds and introduces sign errors.

Micro-example: (14+x)(30+x) = (12+x)(34+x). Expand: 420 + 44x + x² = 408 + 46x + x². Cancel : 420 + 44x = 408 + 46x → x = 6. 3 steps, under 25 seconds.

substitutionFix the Unchanged Component in Mixture Problems

When a substance is added to a mixture without removing anything, identify the component that does NOT change. Let that component = kx (the same kx in both ratios). Set up one equation, solve for x. Never set up two variables for both components.

Micro-example: milk:water = 7:3, add 10L water → 7:5. Milk unchanged at 7x. Equation: 7x/(3x+10) = 7/5. One unknown, one equation. Solve in 20 seconds vs. 45 seconds with two variables.


Fast-Solving Framework

Read the question and classify it in the first 5 seconds:

Is it a proportion problem (four numbers, add/subtract x)? → Cross-multiply → expand → cancel x² → solve linear equation.

Is it an equal-product ratio (mA = nB = pC)? → Write 1/m : 1/n : 1/p → multiply by LCM → done.

Is it a mixture problem? → Identify the unchanged component → set as kx → one equation → solve.

Is it a percentage problem? → Identify type (find %, is what % of, is % of what?) → CP = 100 base for profit/discount → apply multipliers sequentially.

Is it successive same-rate change (+r% then -r%)? → Net = -r²/100%. Use directly. Do not set up two steps.

If the question involves a radical or square root at the end (like √(12x + 9)), solve for x first using the proportion method, then substitute. Never try to work backwards from the answer options through the radical — it wastes time.


Solved PYQs

Why this question: The classic "add x to make proportional" format, with a twist — you must evaluate a radical after finding x. CTET uses this to test whether you can chain proportion-solving with arithmetic.

Previous Year Questionपिछले वर्ष का प्रश्न2019
If x is added to each of 14, 12, 34 and 30, the numbers so obtained, in this order, are in proportion. What is the value of √(12x + 9)?
  1. 8
  2. 9
  3. 11
  4. 13
Solutionसमाधान
If numbers are in proportion: (14+x)/(12+x) = (34+x)/(30+x). Cross multiplying: (14+x)(30+x) = (12+x)(34+x) → 420 + 14x + 30x + x² = 408 + 12x + 34x + x² → 420 + 44x = 408 + 46x → 12 = 2x → x = 6. So √(12×6+9) = √81 = 9.

Solving path: Set up (14+x)/(12+x) = (34+x)/(30+x). Cross-multiply and expand both sides: 420 + 44x + x² = 408 + 46x + x². Cancel x² immediately: 12 = 2x → x = 6. Now evaluate: √(12×6 + 9) = √(72 + 9) = √81 = 9. Answer: 9.


Why this question: The "subtract x" variant of the same pattern. The algebra is identical in structure but students sometimes make sign errors when distributing negatives during expansion.

Previous Year Questionपिछले वर्ष का प्रश्न2019
What number should be subtracted from each of 50, 61, 92, 117 so that the numbers, so obtained in this order, are in proportion?
  1. 14
  2. 17
  3. 19
  4. 23
Solutionसमाधान
Let the number subtracted be x. For proportion: (50-x)/(61-x) = (92-x)/(117-x). Cross-multiplying: (50-x)(117-x) = (61-x)(92-x). Expanding: 5850 - 50x - 117x + x² = 5612 - 61x - 92x + x². Simplifying: 5850 - 167x = 5612 - 153x. So 5850 - 5612 = 167x - 153x, giving 238 = 14x, hence x = 17. The correct answer is 17.

Solving path: Set (50-x)/(61-x) = (92-x)/(117-x). Cross-multiply: (50-x)(117-x) = (61-x)(92-x). Expand left: 5850 - 167x + x². Expand right: 5612 - 153x + x². Cancel x²: 5850 - 167x = 5612 - 153x → 238 = 14x → x = 17. Answer: 17.


Why this question: The equal-product ratio type where LCM-flipping is far faster than solving simultaneous equations. CTET tests this exact structure in division/sharing problems.

Previous Year Questionपिछले वर्ष का प्रश्न2019
A sum of ₹1,710 is divided in A, B and C such that 4 times of A, 6 times of B and 9 times of C are equal. What is the difference between A and C?
  1. ₹360
  2. ₹450
  3. ₹480
  4. ₹540
Solutionसमाधान
Given 4A = 6B = 9C = k. Then A = k/4, B = k/6, C = k/9. LCM of 4, 6, 9 is 36. So A:B:C = 9:6:4. Sum of ratios = 9+6+4 = 19. A = (9/19)×1710 = 810, B = (6/19)×1710 = 540, C = (4/19)×1710 = 360. Difference A - C = 810 - 360 = ₹450.

Solving path: 4A = 6B = 9C means A : B : C = 1/4 : 1/6 : 1/9. LCM(4,6,9) = 36. Multiply: 9 : 6 : 4. Sum = 19. A = (9/19) × 1710 = 810. C = (4/19) × 1710 = 360. Difference = 450. Answer: ₹450.


Why this question: Ratio-transfer problem — fruits moved from one basket to another. Teaches careful tracking of what increases and what decreases. The total is conserved, which is a useful check.

Previous Year Questionपिछले वर्ष का प्रश्न2019
The number of fruits in baskets A and B are in the ratio 7 : 9. If six fruits are taken out from A and put in B, then this ratio becomes 1 : 3. The total number of fruits in A and B is
  1. 28
  2. 32
  3. 36
  4. 40
Solutionसमाधान
Let A have 7k fruits and B have 9k fruits. After transfer: A has (7k-6), B has (9k+6). Given (7k-6)/(9k+6) = 1/3. Cross-multiplying: 3(7k-6) = 9k+6, so 21k - 18 = 9k + 6, giving 12k = 24, k = 2. Total = 7(2) + 9(2) = 14 + 18 = 32. However, the answer key indicates 36. Rechecking: if k=2, A=14, B=18, total=32. After transfer A=8, B=24, ratio=8:24=1:3 ✓. So total is 32, option (2). The correct answer is 32.

Solving path: Let A = 7k, B = 9k. After transfer: A = 7k - 6, B = 9k + 6. Ratio = 1:3, so 3(7k-6) = 9k+6 → 21k - 18 = 9k + 6 → 12k = 24 → k = 2. Total = 7(2) + 9(2) = 14 + 18 = 32. Note: the verified answer from the equation is 32; use the cross-multiplication check 8:24 = 1:3 to confirm before moving on.


Why this question: Mixture ratio problem where milk is the fixed component. Tests whether you correctly identify what stays constant when water is added.

Previous Year Questionपिछले वर्ष का प्रश्न
A mixture contains milk and water in the ratio 7:3. If 10 litres of water is added, the ratio becomes 7:5. What was the original quantity of milk in the mixture?
एक मिश्रण में दूध और पानी का अनुपात 7:3 है। 10 लीटर पानी मिलाने पर अनुपात 7:5 हो जाता है। मिश्रण में दूध की मूल मात्रा क्या थी?
  1. 28 litres
  2. 35 litres
  3. 42 litres
  4. 49 litres
  1. 28 लीटर
  2. 35 लीटर
  3. 42 लीटर
  4. 49 लीटर
Solutionसमाधान
Let original milk = 7x, water = 3x. After adding 10 litres water: 7x/(3x+10) = 7/5 → 35x = 21x + 70 → 14x = 70 → x = 5. Milk = 7×5 = 35 litres.
माना मूल दूध = 7x, पानी = 3x। 10 लीटर पानी मिलाने पर: 7x/(3x+10) = 7/5 → 35x = 21x+70 → 14x = 70 → x = 5। दूध = 7×5 = 35 लीटर।

Solving path: Original: milk = 7x, water = 3x. Add 10 L water. New ratio: 7x / (3x+10) = 7/5. Cross-multiply: 35x = 21x + 70 → 14x = 70 → x = 5. Milk = 35 L. Answer: 35 litres.


Why this question: Mark-up plus successive discounts — a three-step percentage chain. The multiplicative approach (CP = 100 base) is cleanest here.

Previous Year Questionपिछले वर्ष का प्रश्न
A shopkeeper marks his goods 40% above cost price and gives two successive discounts of 10% and 15%. What is his net profit or loss percentage?
एक दुकानदार अपनी वस्तुओं को लागत मूल्य से 40% अधिक पर अंकित करता है और क्रमशः 10% और 15% की दो छूट देता है। उसका शुद्ध लाभ या हानि प्रतिशत क्या है?
  1. 6.7% profit
  2. 7.1% loss
  3. 7.1% profit
  4. 3.3% profit
  1. 6.7% लाभ
  2. 7.1% हानि
  3. 7.1% लाभ
  4. 3.3% लाभ
Solutionसमाधान
Let CP = 100. MP = 140. After 10% discount: 140 × 0.9 = 126. After 15% discount: 126 × 0.85 = 107.1. Net profit = 7.1%. Let me recompute: 140 × 0.9 × 0.85 = 140 × 0.765 = 107.1. Profit% = 7.1%.
माना CP = 100। MP = 140। 10% छूट के बाद: 140 × 0.9 = 126। 15% छूट के बाद: 126 × 0.85 = 107.1। शुद्ध लाभ = 7.1%।

Solving path: Let CP = 100. MP = 140. After 10% discount: 140 × 0.9 = 126. After 15% discount: 126 × 0.85 = 107.1. Net profit = 7.1%. Answer: 7.1% profit.


Why this question: The symmetric +r% / -r% trap. The net is never zero — it is always a small loss. This question is a direct test of that principle.

Previous Year Questionपिछले वर्ष का प्रश्न
The population of a town increases by 10% in the first year and decreases by 10% in the second year. If the population at the end of the second year is 29700, what was the original population?
एक शहर की जनसंख्या पहले वर्ष 10% बढ़ती है और दूसरे वर्ष 10% घटती है। यदि दूसरे वर्ष के अंत में जनसंख्या 29700 है, तो मूल जनसंख्या क्या थी?
  1. 30000
  2. 27000
  3. 29700
  4. 33000
  1. 30000
  2. 27000
  3. 29700
  4. 33000
Solutionसमाधान
Let original population = P. After first year: P × 1.10. After second year: P × 1.10 × 0.90 = P × 0.99 = 29700. So P = 29700/0.99 = 30000.
माना मूल जनसंख्या = P। पहले वर्ष बाद: P × 1.10। दूसरे वर्ष बाद: P × 1.10 × 0.90 = P × 0.99 = 29700। अतः P = 29700/0.99 = 30000।

Solving path: P × 1.10 × 0.90 = P × 0.99 = 29700. So P = 29700 / 0.99 = 30000. Alternatively: net change = -(10²/100)% = -1%, so original is 29700 / 0.99 = 30000. Answer: 30000.


Common Mistakes


Related Topics

Practice on SarkariRise

Sign up + get 3 free mocks →