document.write( "Question 772794: Find all solutions, real and imaginary, of the equation: 4t^4 - 13t^2 = 12 \n" ); document.write( "
Algebra.Com's Answer #471119 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! 4t^4 - 13t^2 - 12 = 0 \n" ); document.write( "The expression can be factored as (4t^2+3)(t^2-4) = 0 \n" ); document.write( "This gives t^2-4 = 0 and 4t^2+3 = 0 \n" ); document.write( "t^2 = 4 -> t = 2 and -2 \n" ); document.write( "t^2 = -3/4 -> t = sqrt(-3/4) and -sqrt(-3/4) = sqrt(3/4)i and -sqrt(3/4)i \n" ); document.write( " |