document.write( "Question 380585: For which value or values of k, if any,does the quadratic equation in x,\r
\n" );
document.write( "\n" );
document.write( "(k-8)xx +. Kx. -1. =0
\n" );
document.write( "have exactly one solution \n" );
document.write( "
Algebra.Com's Answer #270180 by Jk22(389)![]() ![]() You can put this solution on YOUR website! There is 1 solution exactly when the discriminant is zero : \n" ); document.write( " \n" ); document.write( " The discriminant is here the quantity : k^2-4*(-1)*(k-8) = k^2+4k-32 = (k+8)(k-4) \n" ); document.write( " \n" ); document.write( "Hence when k=-8 or +4 there is one solution. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |