Question 1029593
.
My question is what the answer to this f(x)=2x^2-5x+3
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


<pre>
If you want to get the roots, apply the quadratic formula.

{{{x[1,2]}]]] = {{{(5 +- sqrt(5^2 - 4*2*3))/(2*2)}}} = {{{(5 +- sqrt(25-24))/4}}} = {{{(5 +- 1)/4}}}.

{{{x[1]}}} = {{{3/2}}},  {{{x[2]}}} = {{{1}}}.

The roots are x = {{{3/2}}} and x = {{{1}}}.
</pre>