document.write( "Question 259039: a)What is the value of k if x=3 is a root of 2x^2 - kx - 3=0 ?
\n" );
document.write( "b)Determine the value(s) of k for which the equation kx^2 -4x + k = 0 will have two equal and real roots.
\n" );
document.write( "c)What is the nature of the roots of 2x^2 - x - 3 = -5?\r
\n" );
document.write( "\n" );
document.write( "I asked these together because they are all similar. Thanks for any help. \n" );
document.write( "
Algebra.Com's Answer #190728 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! a) \n" ); document.write( "2x^2 - kx - 3=0 \n" ); document.write( "just plug in 3 for x and solve for k \n" ); document.write( "2*3^2 -3k - 3=0 \n" ); document.write( "2*9-3k-3=0 \n" ); document.write( "15=3k \n" ); document.write( "5=k \n" ); document.write( "b) \n" ); document.write( "b^2-4ac must =0 \n" ); document.write( "(-1)^2-4(k*k)=0 \n" ); document.write( "1=4k^2 \n" ); document.write( "1/4=k^2 \n" ); document.write( "k=+1/2 and -1/2 \n" ); document.write( "(-1)^2-4*(-1/2)(-1/2 \n" ); document.write( "1-1=0 \n" ); document.write( "also works with +1/2 \n" ); document.write( "c) \n" ); document.write( "2x^2 - x - 3 = -5 \n" ); document.write( "2x^2-x+2=0\r \n" ); document.write( "\n" ); document.write( " two complex numbers because the discriminant(b^2-4ac=(-1)^2-(4*2*(-3)) is less than zero\r \n" ); document.write( "\n" ); document.write( "
|