Let $x^2 −(m−3)x+m=0,(m\in R)$ be a quadratic equation. Find the value of $m$ for which at least one root is greater than $2$.
Discriminant$=m^2-10m+9\ge0\implies m\in(-\infty,1]\cup[9,\infty)$
And putting $m=0$, we get both roots less than $2$. Does that mean we can eliminate all the values of $m\le1?$ Why?
Putting $m=9,$ we get double root at $3$. Does that mean all values of $m\ge9$ can be accepted?
For the existence of the roots, we need $m\le 1$ or $m \ge 9$.
The roots are
$$\frac{(m-3) \pm \sqrt{(m-3)^2-4m}}{2}$$
We want the larger root to be more than $2$,
$$\frac{m-3+\sqrt{(m-3)^2-4m}}{2}>2$$
$$\sqrt{m^2-10m+9} > 7-m$$
Clearly, any $m \ge 9$ would satisties the inequality as the RHS is negative and LHS is positive.
If $m \le 1$, $$m^2-10m+9 > m^2-14m+49$$
$$m > 10$$
and we find that the intersection is empty.
Summary: $m \ge 9$.