(a % of a) + (b % of b) = 2% of ab, then what percentage of a is b ?
2024
(a % of a) + (b % of b) = 2% of ab, then what percentage of a is b ?
- A.
1
- B.
50
- C.
100
- D.
200
Attempted by 58 students.
Show answer & explanation
Correct answer: C
Concept
For any value v, "x% of v" equals (x/100) × v. When two quantities a and b satisfy a symmetric percentage equation, expand every term algebraically and simplify — if the result reduces to a perfect-square identity (p − q)² = 0, then p and q must be equal, so one quantity is exactly 100% of the other. (As is standard in such aptitude problems, a and b are taken to be positive real numbers.)
Step-by-step solution
Expand each percentage term: a% of a = (a/100)·a = a2/100, and b% of b = (b/100)·b = b2/100.
Expand the right-hand side: 2% of ab = (2/100)·ab = 2ab/100.
Set up the equation from the given relation: a2/100 + b2/100 = 2ab/100.
Multiply every term by 100 to clear the denominators: a2 + b2 = 2ab.
Bring all terms to one side: a2 − 2ab + b2 = 0.
Recognize the left side as a perfect square: (a − b)2 = 0.
Take the square root of both sides: a − b = 0, so a = b.
Since a equals b, b is exactly 100% of a.
Cross-check
Substitute a = b = k back into the original equation: (k/100)·k + (k/100)·k = 2k2/100, which equals 2% of k·k = 2% of ab — matching the given condition exactly and confirming the result.
Answer
Therefore, b is 100% of a.