CAT 2020 Slot 1 QA Question & Solution
Question
How many disticnt positive integer-valued solutions exist to the equation $(x^{2}-7x+11)^{(x^{2}-13x+42)}=1$ ?
Options
Solution
Given:
$(x^{2}-7x+11)^{(x^{2}-13x+42)} = 1$
This equation holds under the following conditions:
- $(x^{2}-13x+42) = 0$
- $(x^{2}-7x+11) = 1$
- $(x^{2}-7x+11) = -1$ and $(x^{2}-13x+42)$ is even.
Step 1: Solve for conditions where $(x^{2}-13x+42) = 0$
We need to solve:
$$ x^{2} - 13x + 42 = 0 $$
Factoring the quadratic expression:
$$ (x - 6)(x - 7) = 0 $$
Thus, $x = 6$ or $7$.
Step 2: Solve for conditions where $(x^{2}-7x+11) = 1$
We need to solve:
$$ x^{2} - 7x + 11 = 1 $$
Simplifying the equation:
$$ x^{2} - 7x + 10 = 0 $$
Factoring:
$$ (x - 5)(x - 2) = 0 $$
Thus, $x = 5$ or $2$.
Step 3: Solve for conditions where $(x^{2}-7x+11) = -1$ and $(x^{2}-13x+42)$ is even
We need to solve:
$$ x^{2} - 7x + 11 = -1 $$
Simplifying the equation:
$$ x^{2} - 7x + 12 = 0 $$
Factoring:
$$ (x - 3)(x - 4) = 0 $$
Thus, $x = 3$ or $4$.
Also, for $x = 3$ or $4$, we need to check if $(x^{2} - 13x + 42)$ is even.
For $x = 3$:
$$ x^{2} - 13x + 42 = 3^{2} - 13(3) + 42 = 9 - 39 + 42 = 12 $$ (which is even)
For $x = 4$:
$$ x^{2} - 13x + 42 = 4^{2} - 13(4) + 42 = 16 - 52 + 42 = 6 $$ (which is also even)
Step 4: Final Solution Set
From the above steps, the values of $x$ that satisfy the given equation are:
$$ x = 2, 3, 4, 5, 6, 7 $$
Final Answer: The solution set is $\boxed{{2, 3, 4, 5, 6, 7}}$ Hence the answer is 6.
