CAT 2020 Slot 2 — QA Question 19
Solving Quadratic EquationsMedium
The number of integers that satisfy the equality (x² - 5x + 7)x+1 = 1 is
Answer & solution
- A
5
- B
2
- C
4
3
Solution
Medium
A power equals in three ways: the exponent is (base nonzero); the base is ; or the base is with an even exponent. Check each case for integer solutions and count the distinct ones.
1
Case A — exponent zero. , and the base at is , so this is valid.
2
Case B — base equal to .
3
Case C — base equal to with even exponent.
No real (hence no integer) solution, so this case contributes nothing.
4
Collect solutions. The integers are — three of them.