document.write( "Question 324917: What is the sum of the 2 real solutions to the equation x = 6 – x^2 ? \n" ); document.write( "
Algebra.Com's Answer #232626 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
\"x+=+6+-+x%5E2\"
\n" ); document.write( "\"x%5E2+%2B+x+-6+=0\"
\n" ); document.write( "\"%28x-3%29%28x%2B2%29=0\"
\n" ); document.write( "solutions are (x-3=0) --> x = 3
\n" ); document.write( "and
\n" ); document.write( "(x+2 =0) --> x = -2
\n" ); document.write( "Sum is \"3+-+2+=+1\"
\n" ); document.write( "
\n" );