\n" );
document.write( "Hi \n" );
document.write( "The factor theorem states that a polynomial f(x) has a factor (x − k) if and only if f(k) = 0 \n" );
document.write( "f(x) = x^2+7^x+12=0 |As Stated in the Question \n" );
document.write( "factoring \n" );
document.write( " (x+4)(x+3) = 0 Note:SUM of the inner product(4x) and the outer product(3x) = 7x \n" );
document.write( " (x+4)=0 \n" );
document.write( " x = -4 \n" );
document.write( "(x+3) = 0 \n" );
document.write( " x = -3 \n" );
document.write( " Solution Set for x is: -4,-3