document.write( "Question 1081686:  Let f(x)=3x^4 + 7x^3 + ax^2 + bx -14 where a and b are constants.If (x-1) is a factor of f(x) and when f(x) is divided by (x+1), the remainder is -12, find the values of a and b. With these values of a and b,\r
\n" );
document.write( "\n" );
document.write( "(A) find a factor of f(x) in the form x+k where k is a postive integer.\r
\n" );
document.write( "\n" );
document.write( "(B) write f(x) in the form
\n" );
document.write( "      f(x)=(x-1)(x+k)Q(x),where Q(x)is a real quadratic.\r
\n" );
document.write( "\n" );
document.write( "Hence,show that Q(x) is irreducible. \n" );
document.write( "
| Algebra.Com's Answer #696078 by Boreal(15235)     You can put this solution on YOUR website! f(x)=3x^4 + 7x^3 + ax^2 + bx -14 \n" ); document.write( "f(1)=0=3+7+a+b-14 \n" ); document.write( "a+b=4 \n" ); document.write( "f(-1)=-12=3-7+a-b-14 \n" ); document.write( "a-b=6 \n" ); document.write( "2a=10 \n" ); document.write( "a=5 \n" ); document.write( "b=1 \n" ); document.write( " \n" ); document.write( "(x+2) is a factor \n" ); document.write( "k=2 \n" ); document.write( "(x^2+x-2) divides into 3x^4 + 7x^3 + ax^2 + bx -14 and that quotient is \n" ); document.write( "3x^2+4x+7 \n" ); document.write( "(x-1)(x+2)(3x^2+4x+7) \n" ); document.write( "The roots of the quadratic term are complex \n" ); document.write( "the graph of it is \n" ); document.write( " \n" ); document.write( "The original polynomial has two real integer roots and two complex roots. \n" ); document.write( " |