document.write( "Question 326303: Find the values of k that will make the solutions of the given quadratic equation equal.
\n" );
document.write( "
\n" );
document.write( "9x2 - kx + 36 = 0 \n" );
document.write( "
Algebra.Com's Answer #233591 by mananth(16946) You can put this solution on YOUR website! the general formula = \n" ); document.write( "a=3x \n" ); document.write( "b=6 \n" ); document.write( "so the equation will be (3x)^2+2*3x*6+6^2 \n" ); document.write( "=(3x)^2+36x+6^2\r \n" ); document.write( "\n" ); document.write( "compare kx with 36x \n" ); document.write( "k=36 \n" ); document.write( " |