document.write( "Question 1022596: Let K be a real number, and consider the quadratic equation (k+1)x^2+4kx+2=0
\n" );
document.write( "a. Show that the discriminant of (k+1)x^2+4kx+2=0 defines a quadratic formula of k.
\n" );
document.write( "b. Find the zeros of the function in part (a), and make a sketch of its graph (NOTE: this is optional, I can do this by myself.)
\n" );
document.write( "c. For what value of k are there two distinct real solutions to the original quadratic equation?
\n" );
document.write( "d. For what value of k are there two complex solutions to the given quadratic equation?
\n" );
document.write( "e. For what value of k is there only one solution to the given quadratic equation? \n" );
document.write( "
Algebra.Com's Answer #638315 by robertb(5830)![]() ![]() You can put this solution on YOUR website! For the function above, a = k+1, b = 4k, and c = 2\r \n" ); document.write( "\n" ); document.write( "a. The discriminant is \n" ); document.write( "\n" ); document.write( "c. There will be two distinct real roots if \n" ); document.write( "\n" ); document.write( "d. There will be two complex roots (conjugates of each other) if \n" ); document.write( "\n" ); document.write( "e. There will be a unique solution if the discriminant is EQUAL to zero. Hence k = -1/2 or 1. \n" ); document.write( " |