document.write( "Question 238461: The total number of prime divisors of the natural number 2002 is:\r
\n" ); document.write( "\n" ); document.write( "(A) 2 (B) 3 (C) 4 (D) 5 (E) None of the above.
\n" ); document.write( "

Algebra.Com's Answer #175184 by jsmallt9(3758)\"\" \"About 
You can put this solution on YOUR website!
Since 2002 is even it is clearly divisible by 2:
\n" ); document.write( "2002 = 2 * 1001
\n" ); document.write( "Now we look for factors of 1001, if any. Since it is odd, 2 will not divide evenly. And since the digits add up to 2 (1+0+0+1 = 2), it is not divisible by 3. And since 1001 does not end in a 5 or 0, it is not divisible by 5. The next prime is 7. There is no rule for divisibility by 7 so we just have to divide by 7 to see if it works. And it does! Now we have:
\n" ); document.write( "2002 = 2 * 7 * 143
\n" ); document.write( "Now we look for prime factors of 143, if any. 7 does not work on this so we move on to the next prime which is 11. (If there is a rule for divisibility by 11 I am not aware of it.) Dividing 143 by 11 we find that it divides evenly giving us:
\n" ); document.write( "2002 = 2 * 7 * 11 * 13
\n" ); document.write( "The four factors are all prime so your answer is (C).
\n" ); document.write( "
\n" );