document.write( "Question 118819: Given the quadratic equation x^2-15=2k(x-4),find k if there are two real and equal roots. I got k=5 and k=3 but I would appreciate it if someone could explain it in detail to me :) Thanks. \n" ); document.write( "
Algebra.Com's Answer #86994 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! expanding the equation gives x^2-15=2kx-8k ___ x^2-2kx+8k-15=0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for the quadratic to be a \"perfect square\", (b/2)^2=c ___ so (-2k/2)^2=8k-15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "k^2-8k+15=0 ___ (k-5)(k-3)=0 \n" ); document.write( " |