You can put this solution on YOUR website! Solve. (2t^2+t)^2-4(2t^2+t)+3=0. Let n=(2t^2+t).
------------------
n^2 - 4n + 3 = 0
Factor::
(n-3)(n-1) = 0
n = 3 or n = 1
-----
Solve for "t"::
2t^2+t = 3 or 2t^2+t = 1
-----
2t^2+t-3 = 0 or 2t^2+t-1 = 0
(2t+3)(t-1) = 0 or t = [-1+-sqrt(1-4*2*-1)]/4
-----
t = -3/2 or t = 1 or t = (-1+3)/4 or t = -4/4
-----
t = -3/2 or t = 1 or t = 1/2 or t = -1
----------------------
Cheers,
Stan H.
--------------