document.write( "Question 380863: Use the discriminant to determine how many roots the graph of the following equation will have.
\n" );
document.write( "x^2-8x+16 \n" );
document.write( "
Algebra.Com's Answer #270276 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Use the discriminant to determine how many roots the graph of the following equation will have. \n" ); document.write( "x^2-8x+16 \n" ); document.write( "a = 1; b = -8; c = 16 \n" ); document.write( "---- \n" ); document.write( "D = b^2-4ac = 64 -4*1*16 = 0 \n" ); document.write( "so there are 2 equal Real number solutions. \n" ); document.write( "--------------------- \n" ); document.write( "x^2-8x+16 = (x-4)^2 \n" ); document.write( "Roots are x=4 with multiplicity 2. \n" ); document.write( "================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |