What are the differences between odd, composite, and prime numbers?

  • Context:
  • Thread starter Thread starter mathdad
  • Start date Start date
  • Tags Tags
    Composite Prime
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
mathdad
Messages
1,280
Reaction score
0
What is the basic difference between an odd, composite and prime number? Give an example for each.
 
Mathematics news on Phys.org
RTCNTC said:
What is the basic difference between an odd, composite and prime number? Give an example for each.

An odd number is an integer not divisible by 2. 3 is an odd number because 3/2 is not an integer.

A composite number is a whole number that has factors other than 1 and itself. 12 is a composite number because it has the factors 1, 2, 3, 4, 6, 12.

A prime number is a natural number greater than 1 that has no factors other than 1 and itself. 17 is a prime number by definition.
 
MarkFL said:
An odd number is an integer not divisible by 2. 3 is an odd number because 3/2 is not an integer.

A composite number is a whole number that has factors other than 1 and itself. 12 is a composite number because it has the factors 1, 2, 3, 4, 6, 12.

A prime number is a natural number greater than 1 that has no factors other than 1 and itself. 17 is a prime number by definition.

Good information for review.