CAT 2020 Slot 1 — QA Question 10
Solving Quadratic EquationsMedium
How many distinct positive integer-valued solutions exist to the equation = 1?
Answer & solution
- A
2
- B
8
- C
4
6
Solution
Medium
A power in exactly three ways: (i) base (any exponent), (ii) exponent (with non-zero base), or (iii) base with an even exponent. Test each case as an equation and collect all distinct integer roots.
1
Case (i): base . Solve .
2
Case (ii): exponent . Solve (base is non-zero at these roots, so valid).
3
Case (iii): base with even exponent. Solve , then check the exponent's parity.
At both and , the exponent equals and respectively — both even — so . Both are valid.
4
Collect distinct solutions. No overlaps among the cases.