document.write( "Question 965398: how can I factor these following equations?
\n" );
document.write( "1. X to the fourth power minus X squared minus 12?\r
\n" );
document.write( "\n" );
document.write( "2. X to the fourth power minus 26x squared plus 25?\r
\n" );
document.write( "\n" );
document.write( "3. 35x squared plus 47xy plus 6y squared?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #590084 by t0hierry(194)![]() ![]() You can put this solution on YOUR website! x^4 - x^2 -12 = y^2 -y -12 = (y-4)(y+3) where y = x^2 \n" ); document.write( " |