document.write( "Question 261699: The equation x^2 + Bx + C = 0 has 5 as the sum of its roots and 15 as the sum of the squares of the roots. What is the value of C? \n" ); document.write( "
Algebra.Com's Answer #192836 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
The equation x^2 + Bx + C = 0 has 5 as the sum of its roots and 15 as the sum of the squares of the roots. What is the value of C?
\n" ); document.write( "
\r\n" );
document.write( "Let the roots be r and s.\r\n" );
document.write( "\r\n" );
document.write( "Then B = -(r+s) and C = rs\r\n" );
document.write( "\r\n" );
document.write( "Since the sum of the roots is 5,\r\n" );
document.write( "\r\n" );
document.write( "B = -(r+s) = -(5) = -5\r\n" );
document.write( "\r\n" );
document.write( "So\r\n" );
document.write( "\r\n" );
document.write( "r+s = 5\r\n" );
document.write( "\r\n" );
document.write( "Squaring both sides:\r\n" );
document.write( "\r\n" );
document.write( "\"%28r%2Bs%29%5E2=5%5E2\"\r\n" );
document.write( "\r\n" );
document.write( "\"r%5E2%2B2rs%2Bs%5E2=25\"\r\n" );
document.write( "\r\n" );
document.write( "\"%28r%5E2%2Bs%5E2%29%2B2rs=25\"\r\n" );
document.write( "\r\n" );
document.write( "The sum of the squarse of the roots is 15 so\r\n" );
document.write( "we replace \"r%5E2%2Bs%5E2\" by 15\r\n" );
document.write( "\r\n" );
document.write( "\"15%2B2rs=25\"\r\n" );
document.write( "\r\n" );
document.write( "\"2rs=10\"\r\n" );
document.write( "\r\n" );
document.write( "\"rs=5\"\r\n" );
document.write( "\r\n" );
document.write( "and since C = rs\r\n" );
document.write( "\r\n" );
document.write( "C = 5\r\n" );
document.write( "\r\n" );
document.write( "Edwin

\n" ); document.write( "
\n" ); document.write( "
\n" );