[quote="Bunuel"]What is the product of all roots of the equation [m][square_root]x[/square_root] + 1 = x - [square_root]x[/square_root] - 1[/m]?
A. 1
B. 2
C. 3
D. 4
E. 5
[/quote]
[m][square_root]x[/square_root] + 1 = x - [square_root]x[/square_root] - 1[/m]
[m] x - [square_root]x[/square_root] - 1 - [square_root]x[/square_root] - 1 = 0[/m]
[m] x - 2[square_root]x[/square_root] - 2 = 0[/m]
Take [m][square_root]x[/square_root][/m] = y
[m] y^2 - 2y - 2 = 0[/m]
Roots of y = [m][fraction]+2 \pm [square_root]4+8[/square_root]/2[/fraction][/m]
[m]y_1 = [fraction]+2 + 2[square_root]3[/square_root]/2[/fraction][/m] = [m]1+[square_root]3[/square_root][/m]
[m]y_2 = [fraction]+2 - 2[square_root]3[/square_root]/2[/fraction][/m] = [m]1-[square_root]3[/square_root][/m]
[m]y_1 = [square_root]x_1[/square_root] = 1+[square_root]3[/square_root][/m]
[m]y_2 = [square_root]x_2[/square_root] = 1-[square_root]3[/square_root][/m]
[m]x_1 = (1+[square_root]3[/square_root])^2 = (4+2[square_root]3[/square_root])[/m]
[m]x_2 = (1-[square_root]3[/square_root])^2 = (4-2[square_root]3[/square_root])[/m]
[m]x_1 * x_2 = (4+2[square_root]3[/square_root]) * (4-2[square_root]3[/square_root])[/m]
[m]x_1 * x_2 = 16 - 12 = 4[/m]
[b][color=#00a651]Option D[/color][/b]
----------------------------------------------------------------------------------------------------------------------------------------------
[url=https://gmatclub.com:443/forum/memberlist.php?mode=viewprofile&un=Bunuel][b]Bunuel[/b][/url] [url=https://gmatclub.com:443/forum/memberlist.php?mode=viewprofile&un=chetan2u][b]chetan2u[/b][/url]
Request you to please review the approach and let me know if its correct.
Actually, I have a question and would like your thoughts on the same. Prior to solving the question as presented above, I had considered only one possible value of the root. In other words, I had disregarded the possibility of
[m]y_2 = [square_root]x_2[/square_root] = 1-[square_root]3[/square_root][/m]
[u]Reason for doing so[/u] : LHS of the equation [m]([square_root]x_2[/square_root])[/m] should ideally result in a non - negative value, while the RHS of the equation [m]1-[square_root]3[/square_root][/m] is a negative value. I understanding that squaring removes the invalid possibility, but I had rejected that possibility merely by observing the equation. Was it too early to conclude ?
However, if I take just one root ([m]1+[square_root]3[/square_root][/m]), none of the option choices match.
Can you please let me know if am I missing something in my understanding ?