document.write( "Question 292555: How many prime numbers are exactly divisible by six? \n" ); document.write( "
| Algebra.Com's Answer #211274 by jim_thompson5910(35256)      You can put this solution on YOUR website! Notice how 6 is not a prime number since 6=2*3. Also, remember that a prime number is a number that is divisible by 1 and itself. So because 6 is not prime, there are no prime numbers that are divisible by 6. \n" ); document.write( " |