document.write( "Question 252122: Find the value of the constant c , if the difference of the roots of x^2-11x+c = 0
\n" );
document.write( "is 3 \n" );
document.write( "
Algebra.Com's Answer #183899 by vksarvepalli(154)![]() ![]() You can put this solution on YOUR website! x^2-11x+c = 0 let a,b be the roots of this equation.\r \n" ); document.write( "\n" ); document.write( "sum of the roots is (a+b)=11 \n" ); document.write( "product of the roots ab = c\r \n" ); document.write( "\n" ); document.write( "now given (a-b)=3\r \n" ); document.write( "\n" ); document.write( "(a-b)^2=(a+b)^2-4ab\r \n" ); document.write( "\n" ); document.write( "-> 9 = 121-4c \n" ); document.write( "=> 4c = 112 \n" ); document.write( "=> c=28\r \n" ); document.write( "\n" ); document.write( "ans. c=28 \n" ); document.write( " |