We are given the following equation:
$$x^2 - (2m - 5)x + 3m - 1 = 0$$
We have to find $m \in \mathbb{R}$ so that the given equation has two distinct real roots in $[1, 2]$.
In order for the equation to have two distinct real roots, the discriminant has to be greater than 0. This is the first condition.
The second condition I found is that $f(1) \cdot f(2) < 0$ ($f$ is a function denoting the left part of the equation above), that is because $f$ must intersect the $X$ axis between $1$ and $2$.
However, these two conditions are not enough, I need one more.
Thank you in advance for your help!
Hint:
If $x_1$ and $x_2$ are the two roots in the interval $[1,2]$ than: $$ 2\le x_1+x_2\le 4 \qquad \mbox{and}\qquad 1\le x_1x_2\le 4 $$
so:
$$ \begin{cases} 2m-5\ge2\\ 2m-5\le4\\ 3m-1\ge 1\\ 3m-1\le 4 \end{cases} $$
what you can find from this?