Let $x_1,x_2,x_3,x_4$ denote the four roots of the equation $$x^4 + kx^2 + 90x - 2009 = 0.$$ If $$x_1x_2 = 49,$$ then find the value of $k$.
What I tried :- From Vieta's Formula for quartic equations I get that $$ x_1 + x_2 + x_3 + x_4 = 0$$
$$x_1x_2 + x_1x_3 + x_2x_3 + x_2x_4 + x_3x_4 + x_4x_1 = k$$
$$x_1x_2x_3 + x_2x_3x_4 + x_3x_4x_1 + x_4x_1x_2 = (-90)$$
$$ x_1x_2x_3x_4 = -2009$$
Since $x_1x_2 = 49$, we have $x_3x_4 = (-41)$. Hence in equation $3$ I get
$$x_1x_2(x_3 + x_4) + x_3x_4(x_1 + x_2) = (-90)$$
$$\Rightarrow 49(x_3 + x_4) - 41(x_1 + x_2) = (-90)$$
As $(x_1 + x_2 + x_3 + x_4) = 0$, $(x_1 + x_2) = -(x_3 + x_4)$, so $$49(-x_1 - x_2) - 41(x_1 + x_2) = (-90)$$
$$\Rightarrow (-90)(x_1 + x_2) = (-90)$$
$$\Rightarrow (x_1 + x_2) = 1,$$ so $(x_3 + x_4) = (-1)$.
From here I don't know how to proceed, can anyone help?
Your Vieta for $k$ is wrong and should be $k=x_1x_2+x_1x_3+x_1x_4+x_2x_3+x_2x_4+x_3x_4$ and this can be rewritten in terms of information you already have. Give that a go.