I'm trying to solve the following equation $2t^2 + t - 3 = 0$
I start by dividing by 2, $t^2 + \frac {t}{2} - \frac {3}{2} = 0$
Then I solve for t $t = - \frac{ \frac {1}{2} }{2} \binom{+}{-} \sqrt{(\frac {1}{2})^2 + \frac {3}{2}}$
$t = - \frac{1}{4} \binom{+}{-} \sqrt{(\frac {1}{4}) + \frac {6}{4}}$
I calculate $t = - \frac{1}{4} \binom{+}{-} \frac {\sqrt7}{4}$
$t_1 = - \frac{1}{4} + \frac {\sqrt7}{4}$
$t_2 = - \frac{1}{4} - \frac {\sqrt7}{4}$
But according to wolframalpha it's suppose to be
$t_1 = 1$
$t_2 = - \frac {3}{2}$
Can't figure out where did I go wrong in my calculation?