document.write( "Question 1009346: Use the factor theorem to find the value of k if x+1 is a factor of x^13-2x^7+3x+k \n" ); document.write( "
Algebra.Com's Answer #626353 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
If x+1 is a factor we plug -1 in for x and set the polynomial equal to zero to find k...
\n" ); document.write( "x^13 - 2x^7 + 3x + k = 0
\n" ); document.write( "(-1)^13 - 2(-1)^7 + 3(-1) + k = 0
\n" ); document.write( "-1 + 2 - 3 + k = 0
\n" ); document.write( "k = 2
\n" ); document.write( "
\n" );