Difference between revisions of "Composite number"

m (Adding examples)
Line 3: Line 3:
 
Note that the number one is neither prime nor composite. It follows that two is the only even [[prime number]], three is the only multiple of three that is prime, and so on.  
 
Note that the number one is neither prime nor composite. It follows that two is the only even [[prime number]], three is the only multiple of three that is prime, and so on.  
  
Any poitive integer is prime, composite, or 1.
+
Every positive integer is prime, composite, or 1.
  
 
==See also==
 
==See also==
 
* [[Number Theory]]
 
* [[Number Theory]]

Revision as of 13:12, 29 June 2006

Simply stated, a composite number is a positive integer with at least one divisor different from 1 and itself. Some composite numbers are $4=2^2$ and $12=2\times 6=3\times 4$.

Note that the number one is neither prime nor composite. It follows that two is the only even prime number, three is the only multiple of three that is prime, and so on.

Every positive integer is prime, composite, or 1.

See also