document.write( "Question 669514: Given that the quadratic equation\r
\n" );
document.write( "\n" );
document.write( "(1-k)x^2+8x+1-k=0\r
\n" );
document.write( "\n" );
document.write( "has equal roots, find the possible values of k. \n" );
document.write( "
Algebra.Com's Answer #416414 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Given that the quadratic equation \n" ); document.write( "(1-k)x^2+8x+1-k=0 \n" ); document.write( "has equal roots, find the possible values of k. \n" ); document.write( "---- \n" ); document.write( "If roots are equal, b^2-4ac = 0 \n" ); document.write( "---- \n" ); document.write( "a = 1-k \n" ); document.write( "b = 8 \n" ); document.write( "c = 1-k \n" ); document.write( "----- \n" ); document.write( "b^2-4ac = 64 - 4(1-k)^2 = 64-4(1-2k+k^2) = -4k^2+8k+60 \n" ); document.write( "------ \n" ); document.write( "Solve: \n" ); document.write( "-4k^2+8k+60 = 0 \n" ); document.write( "k^2 -2k - 15 = 0 \n" ); document.write( "(k-5)(k+3) = 0 \n" ); document.write( "Possible value of \"k\": \n" ); document.write( "k = 5 or k = -3 \n" ); document.write( "======================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============= \n" ); document.write( " \n" ); document.write( " |