Consider the equation (E): $$x^2 - (m+1)x+m+4=0$$ where $m$ is a real parameter determine $m$ so that $2$ is a root of (E) and calculate the other root.
This is the question.
What I did was basically this:
Let the sum of root 1 and root 2 be $S$ and their product $P$ Let $x_2 = a ; x_1=2$(given)
$S=m+1$
$m+1=2+a$
$m-a=1$
$P=m+4$
$m+4=2a$
$m-2a=-4$
then these 2 equations form a system whose answers would be $m=6$ and $a=5$.
Is it possible to determine $m$ so that $x^2−(m+1)x+m+4<0$ for all $x \in \mathbb{R}$?
Divide the given polynomial by $x-2$.
This yields the quotient $x-m+1$ and the remainder $-m+6$.
Then $m=6$ and $x=5.$