document.write( "Question 1028569: A quadratic function h has the rule h(x) = x2 - 4x +5. Find the value of k for which h(x) +k =0 has two positive solutions.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #643666 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! we are give \n" ); document.write( ": \n" ); document.write( "h(x) + k = 0 \n" ); document.write( ": \n" ); document.write( "x^2 -4x +5 +k = 0 \n" ); document.write( ": \n" ); document.write( "if k = -2, then \n" ); document.write( ": \n" ); document.write( "x^2 -4x +3 = 0 \n" ); document.write( ": \n" ); document.write( "(x-3) * (x-1) = 0 \n" ); document.write( ": \n" ); document.write( "x = 3 and x = 1 \n" ); document.write( ": \n" ); document.write( " |