document.write( "Question 29: For what value of 'k', the G.C.D. of x^2+x-(2k+2) and 2x^2+kx-12 is x+4? \n" ); document.write( "
Algebra.Com's Answer #16 by ichudov(507) You can put this solution on YOUR website! What the problem is really asking you to do is to find the value of k such that both quadratic equations would have a root -4.\r \n" ); document.write( "\n" ); document.write( "Find k such that \r \n" ); document.write( "\n" ); document.write( "(-4)^2+(-4)-(2k+2) = 0 \n" ); document.write( "2*(-4)^2+k*(-4)-12 = 0\r \n" ); document.write( "\n" ); document.write( "these are simple linear equations, solve them, I hope that I got them right. \n" ); document.write( " |