document.write( "Question 255805: Solving polynomial equations!\r
\n" ); document.write( "\n" ); document.write( "2t^4-5t^2+3=0
\n" ); document.write( "

Algebra.Com's Answer #188044 by Greenfinch(383)\"\" \"About 
You can put this solution on YOUR website!
Think of this as a quadratic in t^2. Call s = t^2
\n" ); document.write( "Then the equation becomes 2s^2 - 5s +3 = 0
\n" ); document.write( "Which factorises to (2s - 3)(s - 1) =0
\n" ); document.write( "So s = 3/2 or 1
\n" ); document.write( "Thus t^2 = s so t^2 = 3/2 or 1
\n" ); document.write( "so t = +/- sqrt (3/2) or +/- 1
\n" ); document.write( "
\n" );