\n" );
document.write( "factor by grouping \n" );
document.write( "x³ - 3x² + 4x - 12\r \n" );
document.write( "\n" );
document.write( "Factor x² out of the first two terms, and \n" );
document.write( "factor 4 out of the last two terms:\r \n" );
document.write( "\n" );
document.write( "x²(x - 3) + 4(x - 3)\r \n" );
document.write( "\n" );
document.write( "Now there are only two terms and they have a \n" );
document.write( "common factor or (x - 3). So we factor (x - 3) \n" );
document.write( "out of each term.\r \n" );
document.write( "\n" );
document.write( "(x - 3)(x² + 4)\r \n" );
document.write( "\n" );
document.write( "It doesn't factor any further.\r \n" );
document.write( "\n" );
document.write( "Edwin \n" );
document.write( "