In
this question, you are given a specific root (1+√2) and asked to find which quadratic equation from the five options has that root. The official solution performs some manipulations to show that x^2 – 2x – 1 = 0 has that root.
It's important to note two things. First, you can use this manipulation to get a quadratic for any number. For example:
x = 7;
x - 1 = 6;
(x - 1)^2 = 6^2;
x^2 - 2x + 1 = 36;
x^2 - 2x - 35 = 0.
Second, it does not mean that this equation is the only quadratic that has that root. There are infinitely many quadratics that have (1+√2) as a root. For example, one of the roots of x^2 - 2√2x + 1 = 0 is also (1+√2). Generally, for any k in (x-(1+√2))(x-k)=0, you get a quadratic that has (1+√2) and k as roots. If the options in that question were different and x^2 - 2√2x + 1 = 0 were an option instead of x^2 – 2x – 1 = 0, the manipulations in the solution would not work. Thus, that solution is specific to that option and cannot be generalized. It's worth mentioning that the solutions from the official guides may not always be the most reliable, as their quality is not always on par with the quality of the questions themselves.
Finally, using that approach, you can get a quadratic that has 3 as the root (x^2-6x+9=0), as you did. However, that won't be the only quadratic with that root, and it won't necessarily match x^2 + bx + 12 = 0.
I hope this clarifies your doubt.[/quote]
Very clear. Thank you so much
Bunuel!