document.write( "Question 709940: How to solve y^4-10y^2+9=0? \n" ); document.write( "
Algebra.Com's Answer #436853 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Since the exponent of \n" ); document.write( "Until you get used to these quadratic form equations, it can be helpful to use a temporary variable: \n" ); document.write( "Let \n" ); document.write( "Then \n" ); document.write( "Substituting these into the equation we get: \n" ); document.write( " \n" ); document.write( "This is obviously a quadratic equation. And factoring is fairly easy: \n" ); document.write( "(q-9)(q-1) = 0 \n" ); document.write( "From the Zero Product Property we know that one of the factors must be zero. So: \n" ); document.write( "q-9 = 0 or q-1 = 0 \n" ); document.write( "Solving these we get: \n" ); document.write( "q = 9 or q = 1 \n" ); document.write( "Of course we are not interested in what \"q\" is equal to. We are interested in what \"y\" is equal to. So at this point we substitute back in for the q's. (Remember, q was only a temporary variable.) Replacing the q's with \n" ); document.write( " \n" ); document.write( "To solve for y we need to do a little more work. You could just find the square root of each side. But you have to remember that there are positive and negative square roots of 9 and 1. Since this is easy to forget I like to solve these equations another way. First we'll make one side zero: \n" ); document.write( " \n" ); document.write( "Then factor: \n" ); document.write( "(y+3)(y-3) = 0 or (y+1)(y-1) = 0 \n" ); document.write( "Then use the Zero Product Property: \n" ); document.write( "y+3 = 0 or y-3 = 0 or y+1 = 0 or y-1 = 0 \n" ); document.write( "Solving these we get: \n" ); document.write( "y = -3 or y = 3 or y = -1 or y = 1 \n" ); document.write( "Although this method is a little more work than just finding square roots, it does handle the positive and negative square roots automatically. \n" ); document.write( "P.S. Once you get used to these quadratic form equations, you will no longer need a temporary variable. You will see how to go directly from \n" ); document.write( " \n" ); document.write( "to \n" ); document.write( " \n" ); document.write( "to \n" ); document.write( " \n" ); document.write( "to \n" ); document.write( "y+3 = 0 or y-3 = 0 or y+1 = 0 or y-1 = 0 \n" ); document.write( "to \n" ); document.write( "y = -3 or y = 3 or y = -1 or y = 1 \n" ); document.write( " |