document.write( "Question 175027: For which value of k will the roots of 2x^2 + kx + 1 = 0 be real? \n" ); document.write( "
Algebra.Com's Answer #130125 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! For which value of k will the roots of 2x^2 + kx + 1 = 0 be real? \n" ); document.write( "------------------------ \n" ); document.write( "determinant = k^2 - 4*2*1 = k^2-8 \n" ); document.write( "------------------------------- \n" ); document.write( "For the roots to be Real the determinant must be non-negative:\r \n" ); document.write( "\n" ); document.write( "k^2-8 >= 0\r \n" ); document.write( "\n" ); document.write( "k^2 >= 8\r \n" ); document.write( "\n" ); document.write( "k >= 2sqrt(2) or k <= -2sqrt(2) \n" ); document.write( "===================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |