document.write( "Question 192644: Factor: (16X^4)-1 \n" ); document.write( "
Algebra.Com's Answer #144630 by nerdybill(7384) You can put this solution on YOUR website! If you saw: \n" ); document.write( "a^2 - b^2 \n" ); document.write( "This is a \"difference of squares\" -- which factors out to: \n" ); document.write( "(a-b)(a+b) \n" ); document.write( ". \n" ); document.write( "So, if you started with: \n" ); document.write( "(16X^4)-1 \n" ); document.write( "Notice we can rewrite it as: \n" ); document.write( "(4x^2)^2 - 1^2 \n" ); document.write( "Now, you have a difference of squares resulting in: \n" ); document.write( "(4x^2 - 1)(4x^2 + 1) \n" ); document.write( ". \n" ); document.write( "Oh wait, but (4x^2 - 1) is also a difference squares: \n" ); document.write( "(2x-1)(2x+1)(4x^2 + 1) \n" ); document.write( " |