document.write( "Question 1121714: Using the discriminant or otherwise, find the value of k for which the equation 3kx^2 + 4x + 2=0 has equal roots \n" ); document.write( "
Algebra.Com's Answer #737692 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The quadratic ax^2 + bx + c will have only one root if b^2 - 4ac = 0 \n" ); document.write( "4^2 = 4*3k*2 \n" ); document.write( "16 = 24k \n" ); document.write( "k = 2/3 \n" ); document.write( "Check: \n" ); document.write( "3(2/3)x^2 + 4x + 2 = 0 \n" ); document.write( "2x^2 + 4x + 2 = 0 \n" ); document.write( "x^2 + 2x + 1 = 0 \n" ); document.write( "(x+1)^2 = 0 \n" ); document.write( "x = -1 \n" ); document.write( " |