Questions: Distribution of Primes

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

The Prime Number Theorem states that π(N) ≈ N/ln(N). What is the best interpretation of this approximation for integers near a large value N?

AEvery N-th integer near N is prime, so primes appear with perfectly regular spacing
BThere is no predictable pattern — the theorem just says the count is large
CApproximately 1 in every ln(N) integers near N is prime, so prime density decreases as N grows
DAll prime gaps near N have length exactly ln(N)
Question 2 Multiple Choice

Which statement best captures the essential tension between local and global behavior in the distribution of primes?

APrimes are completely random at every scale — neither local placement nor global count follows any pattern
BPrimes follow an exact repeating period globally, making them predictable both locally and globally
CGlobally, prime density near N is precisely described by 1/ln(N), but locally individual prime placement is irregular — large gaps and twin prime clusters appear without a simple deterministic rule
DPrimes cluster densely near round numbers (powers of 10) and become sparse between them
Question 3 True / False

The probability that a randomly chosen integer near N is prime decreases as N grows, approaching 1/ln(N) as N tends to infinity — so primes become arbitrarily sparse in any fixed window as N → ∞.

TTrue
FFalse
Question 4 True / False

The existence of prime gaps that grow without bound proves that there are mainly finitely many twin primes (prime pairs differing by 2), since primes is expected to eventually stop being close together.

TTrue
FFalse
Question 5 Short Answer

The natural logarithm appears in the Prime Number Theorem (π(N) ≈ N/ln(N)) rather than some other function. Why is the logarithm the 'right' tool for describing prime density?

Think about your answer, then reveal below.