document.write( "Question 759771: If the equations x^2+2x-3=0 & x^2+3x-k=0 have a comman root then the non-zero value of k is: \n" ); document.write( "
Algebra.Com's Answer #462198 by sachi(548)![]() ![]() You can put this solution on YOUR website! If the equations x^2+2x-3=0 & x^2+3x-k=0 have a comman root then the non-zero value of k is: \n" ); document.write( "let us solve the eqn \n" ); document.write( "x^2+2x-3=0 \n" ); document.write( "or x^2+3x-x-3=0 \n" ); document.write( "or x(x+3)-1(x+3)=0 \n" ); document.write( "or (x+3)(x-1)=0 \n" ); document.write( "x= -3 Or 1 \n" ); document.write( "now the 2nd eqn \n" ); document.write( "x^2+3x-k=0 \n" ); document.write( "the roots x={-3+/-sqrt[3^2-4*1*-k]}/2=-3 Or 1 \n" ); document.write( "or ={-3+/-sqrt[3^2-4*1*-k]}=-6 or 2 multiplying 2 on RHS \n" ); document.write( "or +/-sqrt[3^2-4*1*-k]}=-3 or 5 adding 3 on RHS \n" ); document.write( "or 3^2-4*1*-k=9 or 25 squaring both sides \n" ); document.write( "or 9+4k=9 or 25 simplifying \n" ); document.write( "or 4k=0 or 16 subtracting 9 on RHS \n" ); document.write( "or k=0 or 4 dividing 4 \n" ); document.write( " |