document.write( "Question 437538: How would you factor 256xto the 4th power - 1\r
\n" );
document.write( "\n" );
document.write( "256x4 - 1 \n" );
document.write( "
Algebra.Com's Answer #302736 by scott8148(6628) You can put this solution on YOUR website! (4x)^4 - 1^4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "difference of squares ___ [(4x)^2 + 1^2][(4x)^2 - 1^2]\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "difference of squares ___ [(4x)^2 + 1^2][4x + 1][4x - 1]\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(16x^2 + 1)(4x + 1)(4x - 1) \n" ); document.write( " |