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 #748997 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Let the roots be r and r+2. Vieta's Theorem tells us \n" ); document.write( "(1) the sum of the roots is -2p: \n" ); document.write( "(2) the product of the roots is q: \n" ); document.write( "Then \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "And so p^2 = q+1. \n" ); document.write( " |