document.write( "Question 574632: How do you find the roots of the polynomial,\" x^4-81=0\"? I don't understand this because supposedly with a degree of four there are exactly four roots to this polynomial, but there are only two terms. \n" ); document.write( "
Algebra.Com's Answer #369184 by mathsmiles(68)![]() ![]() You can put this solution on YOUR website! Tricky!\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's not solve for X right away, but X^2. Does that help? \n" ); document.write( "X^4-81=0 \n" ); document.write( "(x^2 - )(X^2 + ) = 0 (We need to find two factors of 81.) \n" ); document.write( "9x9 = 81 Aha! \n" ); document.write( "(X^2 - 9)(X^2 + 9) = 0 Now factor as you would normally, but using X^2 as terms\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Left paren first: \n" ); document.write( "X^2 - 9 = 0 \n" ); document.write( "X^2 = 9 \n" ); document.write( "Sqrt(X^2) = Sqrt(9) \n" ); document.write( "X = 3 or -3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Right paren: \n" ); document.write( "X^2 + 9 = 0 \n" ); document.write( "X^2 = -9 \n" ); document.write( "Depending on your grade, either this is impossible - or an irrational possibility. ;-) I'm going to guess you're not into irrational numbers yet. But if you are, you can still take it from here. By the way, this is how we get more than the two solutions we did above.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Checking: \n" ); document.write( "X^4 - 81 = 0 \n" ); document.write( "(3)^4 - 81 = 0 \n" ); document.write( "81 - 81 = 0 Correct!\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "AND \n" ); document.write( "X^4 - 81 = 0 \n" ); document.write( "(-3)^4 - 81 = 0 \n" ); document.write( "81 - 81 = 0 Correct! \n" ); document.write( " |