
Categories
- Art (356)
- Other (3,632)
- Philosophy (2,814)
- Psychology (4,018)
- Society (1,010)
Recent Questions
- Why did everyone start to hate the Russians if the U.S. did the same thing in Afghanistan, Iraq?
- What needs to be corrected in the management of Russia first?
- Why did Blaise Pascal become a religious man at the end of his life?
- How do I know if a guy likes you?
- When they say "one generation", how many do they mean?
Answer: 1/3 (7 – 2 √19) ≤ a < 2.
Algorithm.
You solve an equation with an arbitrary parameter a, and you get x₁ and x₂, no matter in what order.
Solve the inequalities x₁ < 2 and x₂ with respect to a
Compare the resulting intersection intervals.
P.S. If you use, for example, Wolfram Mathematica, the answer is obtained in two clicks, just enter this:
{x1, x2} = x /. Solve[(a – 2) x^2 – 2 (a + 3) x + 4 a == 0, x];
Reduce[x1 < 3 && x2 < 2]