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 #190729 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! Lets take one at a time: \n" ); document.write( "a) What is the value of k if x=3 is a root of 2x^2 - kx - 3=0 ? \n" ); document.write( "x = 3 is a root means that (x-3)=0. \n" ); document.write( "Now, (x-3)(2x+1) = 2x^2 -5x -3, so k = 5. \n" ); document.write( "--- \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( "If a quadratic has two equal roots the discriminant, or D = b^2-4ac = 0. \n" ); document.write( "Applying this to our function, we get \n" ); document.write( " \n" ); document.write( "or \n" ); document.write( "16-4k^2 = 0 \n" ); document.write( "16 = 4k^2 \n" ); document.write( "4 = k^2 \n" ); document.write( "K = +-2 \n" ); document.write( "-- \n" ); document.write( "c) What is the nature of the roots of 2x^2 - x - 3 = -5? \n" ); document.write( "When they say nature of the roots, we are going after the quadratic formula which is \n" ); document.write( " \n" ); document.write( "based on our polynomial, we get \n" ); document.write( " \n" ); document.write( "which is \n" ); document.write( " \n" ); document.write( "or \n" ); document.write( " \n" ); document.write( "we have two real rational roots. \n" ); document.write( " |