document.write( "Question 366845: If (2x-1) is a factor of f(x)=2x^3-5x^2-kx+3 find the value of k.\r
\n" );
document.write( "\n" );
document.write( "Find the other two factors of f(x)=0 \n" );
document.write( "
Algebra.Com's Answer #261716 by Jk22(389)![]() ![]() You can put this solution on YOUR website! Dividing the polynomials gives : \n" ); document.write( " \r \n" ); document.write( "\n" ); document.write( "2x^3 - 5x^2 - kx + 3 | 2x - 1 \n" ); document.write( "------------------------------ \n" ); document.write( "2x^3 - x^2............| x^2 - 2x - (k+2)/2 \n" ); document.write( "----------------------| \n" ); document.write( "-4x^2 - kx + 3........| \n" ); document.write( "-4x^2 + 2x............| \n" ); document.write( "----------------------| \n" ); document.write( "-(k+2)x + 3...........| \n" ); document.write( "-(k+2)x + (k+2)/2.....| \n" ); document.write( "----------------------| \n" ); document.write( "3 - (k+2)/2 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "the remainder should equals zero, hence k+2 = 6, k = 4 \n" ); document.write( " \n" ); document.write( "we can check another way by the fact the 1/2 has to be a solution : \n" ); document.write( " \n" ); document.write( "2/8 - 5/4 - 2 + 3 = 1/4 - 5/4 + 1 = -4/4 + 1 = 0 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "the remaining polynomial is : x^2 - 2x - 3 = (x-3)(x+1) by Viete's formula. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "the 2 other roots are : 3 and -1 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "check : for x=3 : 2*27 - 5*9 - 4*3 + 3 = 54 - 45 - 12 + 3 = 9 - 12 + 3 = 0 \n" ); document.write( " \n" ); document.write( "x=-1 : -2 - 5 + 4 + 3 = -7 + 7 = 0 \n" ); document.write( " \n" ); document.write( " |