document.write( "Question 1015514: Find k if the roots of the equation (k+3)x^2 - 2(k+1)x - (k+1) = 0 are equal. If k is not equal to -3. \n" ); document.write( "
Algebra.Com's Answer #631866 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! (k+3)x^2 - 2(k+1)x - (k+1) = 0 \n" ); document.write( "if the roots are zero, b^2-4ac=0 \n" ); document.write( "b^2=4ac \n" ); document.write( "b^2=(-2(k+1))^2=4k^2+8k+4 \n" ); document.write( "4ac=4k^2+16k+12 \n" ); document.write( "set them equal \n" ); document.write( "4k^2+8k+4=4k^2+16k+12 \n" ); document.write( "8k+4=16k+12 \n" ); document.write( "8k=-8 \n" ); document.write( "k=-1 \n" ); document.write( "2x^2=0 \n" ); document.write( "x=0,0 \n" ); document.write( " |