document.write( "Question 1023627: For what value of the constant k does the quadratic 2x^2 - 5x + k= 0 have a double root? \n" ); document.write( "
Algebra.Com's Answer #639117 by ikleyn(52781)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "For what value of the constant k does the quadratic 2x^2 - 5x + k= 0 have a double root?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Calculate the discriminant d = \"b%5E2+-+4ac\" = (-5)^2 - 4*2*k = 25 - 8k.\r\n" );
document.write( "\r\n" );
document.write( "The double root will happen when the discriminant is zero: d = 0.\r\n" );
document.write( "\r\n" );
document.write( "It gives k = \"25%2F8\".\r\n" );
document.write( "

\n" ); document.write( "
\n" ); document.write( "
\n" );