Category: Updates

solve quadratic equation

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...