document.write( "Question 1132103: The roots of the equation x² + 2px + q = 0 differ by 2. Show that
\n" );
document.write( "p² = 1 + q \n" );
document.write( "
Algebra.Com's Answer #748992 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! roots are (1/2)(-2+/- sqrt (4p^2-4q)) \n" ); document.write( "sqrt(4p^2-4q)=2*sqrt(p^2-q). 2s cancel \n" ); document.write( "roots are -1+sqrt(p^2-q) and -1- sqrt(p^2-q) \n" ); document.write( "the difference is 2sqrt(p^2-q) and that equals 2 \n" ); document.write( "so sqrt(p^2-q)=1 \n" ); document.write( "p^2-q=1, squaring both sides \n" ); document.write( "p^2=1+q \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |