2022-04-23 13:26:53 +01:00
|
|
|
---
|
2022-09-06 13:26:44 +01:00
|
|
|
categories:
|
2022-04-23 13:26:53 +01:00
|
|
|
- Mathematics
|
2022-09-06 13:26:44 +01:00
|
|
|
tags:
|
|
|
|
- prealgebra
|
2023-02-10 18:22:04 +00:00
|
|
|
- number-theory
|
2022-04-23 13:26:53 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
## Prime and composite numbers
|
|
|
|
|
|
|
|
Definition of a **prime number**:
|
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
> For any whole number $n$ where $n \neq 1$, $n$ is prime if and only if its
|
|
|
|
> sole [factors](Factors%20and%20divisors.md) are $1$ and $n$
|
2022-04-23 13:26:53 +01:00
|
|
|
|
|
|
|
Definition of a **composite number**:
|
|
|
|
|
2022-09-06 13:26:44 +01:00
|
|
|
> For any whole number $n$, $n$ is composite just if $n$ is not prime
|