Introduction
Many aptitude problems ask you to split a total amount (money, quantity, marks, time) into parts that follow a given ratio. This is a practical and very common skill - learn the steps and you’ll do these quickly.
The basic idea: if the ratio is a : b : c, the total is divided into (a + b + c) parts and each person (or part) gets their share = (their ratio part ÷ total parts) × total amount.
Pattern: Dividing a Quantity in Given Ratio
Pattern
Key formula:
If total = T and ratio = a : b (or a : b : c ...), then share of first = (a ÷ (a + b + ...)) × T, share of second = (b ÷ (a + b + ...)) × T, etc.
Always add ratio parts to get total parts, then use fraction-of-total to compute each share.
Step-by-Step Example
Question
Split ₹1,000 between A and B in the ratio 3 : 2. Find A’s share and B’s share.
Solution
-
Step 1: Write the total and the ratio parts.
Total T = 1000. Ratio = 3 : 2. -
Step 2: Find total parts.
Sum of ratio parts = 3 + 2 = 5. -
Step 3: Compute each share (words → math).
A’s share = (3 ÷ 5) × 1000 = (3/5) × 1000 = 600. B’s share = (2 ÷ 5) × 1000 = (2/5) × 1000 = 400. -
Step 4: Final Answer.
A = ₹600, B = ₹400 -
Step 5: Quick Check (explicit verification).
Sum check: 600 + 400 = 1000 → matches total ✅.
Fraction check: A’s fraction = 600 ÷ 1000 = 0.6 = 3/5; B’s fraction = 400 ÷ 1000 = 0.4 = 2/5 → matches the ratio parts.
Question
Divide 84 litres of juice into three containers in the ratio 2 : 3 : 5. Find the quantity in each container.
Solution
-
Step 1: Write total and ratio parts.
Total T = 84 litres. Ratio = 2 : 3 : 5. -
Step 2: Sum the ratio parts.
Sum = 2 + 3 + 5 = 10 parts. -
Step 3: Compute each share (words → math).
First container = (2/10) × 84 = 0.2 × 84 = 16.8 litres. Second container = (3/10) × 84 = 0.3 × 84 = 25.2 litres. Third container = (5/10) × 84 = 0.5 × 84 = 42 litres. -
Step 4: Final Answer.
16.8 L, 25.2 L, 42 L -
Step 5: Quick Check (explicit verification).
Sum check: 16.8 + 25.2 + 42 = 84 → matches total ✅.
Ratio check using fractions: 16.8/84 = 0.2 = 2/10, 25.2/84 = 0.3 = 3/10, 42/84 = 0.5 = 5/10 → matches ratio parts.
Quick Variations
Unequal units: Convert units first (e.g., kg and g) before dividing. Example: 2 kg : 300 g → convert to grams → 2000 g : 300 g → simplify → 20 : 3.
Ratios with decimals: Multiply ratio terms to remove decimals first, then proceed. Example: 1.5 : 2.5 → multiply by 10 → 15 : 25 → simplify → 3 : 5.
Whole-number requirement: If shares must be integers, ensure total divisible by sum of ratio parts or adjust wording (many exam questions choose totals compatible with the ratio).
Trick to Always Use
- Step 1: Add all ratio parts to get total parts.
- Step 2: Each share = (that part ÷ total parts) × Total amount.
- Step 3: For decimals, do fractional multiplication and then round only if the question allows.
- Step 4: Always perform the Quick Check (sum and fraction checks) to confirm.
Summary
Summary
To divide a quantity in a given ratio:
- Step 1: Sum the ratio parts (a + b + ...).
- Step 2: Compute each share = (part ÷ total parts) × Total.
- Step 3: Verify by adding shares and checking fractions/decimals.
This method works for money, liquids, marks, time, and many other practical problems.
