document.write( "Question 1044202: An integer is prime if it is greater than one and is divisible by no positive integers other than one or itself. The sum of the prime divisors of 2001 is:
\n" );
document.write( "A) 55
\n" );
document.write( "B) 56
\n" );
document.write( "C) 670
\n" );
document.write( "D) 671
\n" );
document.write( "E) 2001
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #659481 by robertb(5830)![]() ![]() You can put this solution on YOUR website! 2001 = 3*23*29\r \n" ); document.write( "\n" ); document.write( "The sum of the PRIME divisors of 2,001 is thus 3 + 23 + 29 = 55. \n" ); document.write( " |