document.write( "Question 211094: a) For the quadratic equation kx^2 + 2x + 4 = 0, find the value of k so that
\n" );
document.write( "the roots are equal (there is only one root).
\n" );
document.write( "b) The roots of x^2 + (k + 8)x + 9k = 0 are equal. What are the value(s) of
\n" );
document.write( "k? \n" );
document.write( "
Algebra.Com's Answer #159495 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! For the quadratic equation kx^2 + 2x + 4 = 0, find the value of k so that \n" ); document.write( "the roots are equal (there is only one root). \n" ); document.write( ": \n" ); document.write( "Use the discriminant: a=k; b=2; c=4 \n" ); document.write( "b^2 - 4ac = 0 means equal roots \n" ); document.write( "2^2 - 4*k*4 = 0 \n" ); document.write( "4 - 16k = 0 \n" ); document.write( "-16k = -4 \n" ); document.write( "k = \n" ); document.write( "k = +.25 (=a) \n" ); document.write( ": \n" ); document.write( ".25x^2 + 2x + 4 = 0 \n" ); document.write( ": \n" ); document.write( "get rid of the decimal, multiply by 4 \n" ); document.write( "x^2 + 8x + 16 = 0 \n" ); document.write( "Factors to \n" ); document.write( "(x+4)(x+4) = 0 \n" ); document.write( "x = -4 is the single root \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "b) The roots of x^2 + (k + 8)x + 9k = 0 are equal. What are the value(s) of \n" ); document.write( "k? \n" ); document.write( "Use the discriminant: a=1; b=(k+8); c=9k \n" ); document.write( "b^2 - 4ac = 0 means equal roots \n" ); document.write( "(k+8)^2 - 4*1*(9k) = 0 \n" ); document.write( "k^2 + 16k + 64 - 36k = 0 \n" ); document.write( "k^2 - 20k + 64 = 0 \n" ); document.write( "(k-16)(k-4) = 0 \n" ); document.write( "k = 16 \n" ); document.write( "and \n" ); document.write( "k = 4 \n" ); document.write( ": \n" ); document.write( "When k=16 then b=24, and c=144 (9*16) \n" ); document.write( "x^2 + 24x + 144 \n" ); document.write( "Factors \n" ); document.write( "(x+12)(x+12) = 0 \n" ); document.write( "x = -12 is the single root \n" ); document.write( ": \n" ); document.write( "When k=4, then b=12, and c=36 \n" ); document.write( "x^2 + 12x + 36 \n" ); document.write( "Factors \n" ); document.write( "(x+6)(x+6) = 0 \n" ); document.write( "x = -6 is the single root \n" ); document.write( " |