Editing PrimeNumber
You are currently not logged in.
To change this, fill in the following fields:
Username
Password
Who can read this page?
The World
Members
Council
Admin
You have been granted an edit lock on this page
until Sat Dec 14 23:56:28 2024.
Press
to finish editing.
Who can edit this page?
World editing disabled
Members
Council
Admin
A PrimeNumber is a positive whole number that is divisible only by itself and 1. (and their negatives (of course)). [[[>50 You have to be a bit careful here. The usual definitions are a bit loose. There are two definitions that are much tighter. * A !/ prime !/ is a positive number /p/ such that if /p/ divides a product /ab,/ then /p/ divides /a,/ or /p/ divides /b,/ or both. or * A !/ prime !/ is a positive number /p/ such that it has exactly two positive divisors, itself and 1. ]]] For example 2, 3, 5, 7, 11, ... Euclid in around 300BC proved that there are infinitely many primes. For one proof that there are infinite primes see Proof By Contradiction. There are still many things unknown about primes. For example, look at Prime Pairs or Goldbach's Conjecture. ---- One way of thinking about primes is like this ... * Suppose you have 35 marbles. You can arrange them in a row, but you can also arrange them in a rectangle, 7 by 5. * Suppose you have 28 marbles. You can arrange them in a rectangle, 7 by 4, or 14 by 2. * Suppose now you have 29 marbles. You can't arrange them in a (non-trivial) rectangle, no matter how hard you try. That's because you can't find two positive whole numbers bigger than 1 that multiply to give 29. ** 29 is prime. ---- One of the uses of prime numbers is in cryptography, especially the RSA Cryptosystem. ---- CategoryMaths