\n" );
document.write( "Hi, \n" );
document.write( "Factoring the trinomial \n" );
document.write( "x^2 - 6x + 8 \n" );
document.write( "Asking ourselves what two numbers have a product of 8 and a sum of -6 \n" );
document.write( "(x-4)(x-2) Note: SUM of the inner product(-4x) and outer product(-2x) = -6x