document.write( "Question 941407: The equation, kx^2 - 3x - k = 0 has a root of x = 2. Determine the value of k and write the expression, kx^2 - 3x - k, as a product of factors.\r
\n" );
document.write( "\n" );
document.write( "Very confused on how I go about solving this question. \n" );
document.write( "
Algebra.Com's Answer #573842 by srinivas.g(540) You can put this solution on YOUR website! given equation \n" ); document.write( " \n" ); document.write( " put x=2 in the above equation \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " move -6 to the right \n" ); document.write( " \n" ); document.write( " divide with 3 on both sides \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " now put k = 2 in the expression \n" ); document.write( " \n" ); document.write( " now we have to write above expression as product of factors \n" ); document.write( " \n" ); document.write( " = 2x(x-2)+1(x-2) \n" ); document.write( " =(x-2)(2x+1) \n" ); document.write( " |