document.write( "Question 632507: find such that y=x^2-16x+c has exactly one real root \n" ); document.write( "
Algebra.Com's Answer #398341 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find such that y=x^2-16x+c has exactly one real root \n" ); document.write( "------ \n" ); document.write( "a = 1 ; b = -16 ; c \n" ); document.write( "------- \n" ); document.write( "Solve: b^2 - 4*1*c = 0 \n" ); document.write( "---- \n" ); document.write( "256 - 4c = 0 \n" ); document.write( "4c = 256 \n" ); document.write( "c = 64 \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |