Introduction
In many aptitude questions, you’ll see statements like A is x% more than B or A is x% less than B.
These problems test your understanding of relative comparison. The key is to carefully translate the sentence into math without mixing up the base value.
Pattern: Percentage Comparison
Pattern
If A is x% more than B → A = B × (1 + x/100)
If A is x% less than B → A = B × (1 - x/100)
Reverse relation: If A is x% more than B → B is (x / (100 + x)) × 100 % less than A.
Step-by-Step Example
Question
If A’s salary is 25% more than B’s salary, and B’s salary is ₹40,000, find A’s salary. Also find how much percent B’s salary is less than A’s.
Solution
-
Step 1: Represent B’s salary.
Sentence: B’s salary = 40,000. -
Step 2: Write A’s salary (more than case).
Sentence: A is 25% more than B → A = B × (1 + 25/100).
Math: A = 40,000 × 1.25 = 50,000 -
Step 3: Find reverse comparison.
Sentence: B is how much % less than A?
Difference = A - B = 50,000 - 40,000 = 10,000
Percentage less = (Difference ÷ A) × 100
Math: (10,000 ÷ 50,000) × 100 = 20% -
Step 4: Final Answer.
A’s salary = ₹50,000
B’s salary is 20% less than A’s -
Step 5: Quick Check.
25% of 40,000 = 10,000 → 40,000 + 10,000 = 50,000 ✅
10,000 is 20% of 50,000 ✅
Quick Variations
If A is 40% more than B: A = 1.4B, and B is (40/140) × 100 = 28.57% less than A.
If A is 30% less than B: A = 0.7B, and B is (30/70) × 100 = 42.86% more than A.
Trick to Always Use
- Step 1: “More than” → Multiply by (1 + x/100).
- Step 2: “Less than” → Multiply by (1 - x/100).
- Step 3: For reverse relation, compare difference with the larger base.
- Step 4: Always double-check with direct subtraction.
Summary
Summary
The Percentage Comparison pattern works by choosing the correct base value.
- A more than B: A = B × (1 + x/100).
- A less than B: A = B × (1 - x/100).
- Reverse relation: Base shifts to the larger value.
Be careful: “more than” and “less than” are relative. Always check which number is the base.
