This wikilog article is a draft, it was not published yet.

Exercise

⇠ Back to Blog:Sandbox
m
m
Line 1: Line 1:
 
{{exstart}}
 
{{exstart}}
Find the largest prime below 1,000,000,000
+
Find the largest prime below $10^9$. How many primes numbers are there before this one? Which one is next? Compare to the prime-counting function $\pi(x)$ that counts how many primes there are below $x$ and which Gauss approximated to $x/\ln(x)$.
 
<div class="mw-collapsible mw-collapsed" data-collapsetext="Solution" data-expandtext="Answer">
 
<div class="mw-collapsible mw-collapsed" data-collapsetext="Solution" data-expandtext="Answer">
Answer:  This is 999,999,937
+
Answer:  This is $999\,999\,937$, the $50\,847\,534$th prime number, for which the prime-counting function $\pi(x)$ compares to Gauss' approximation $\pi(x)\approx x/\ln x=48\,254\,942$ to withing 5% accuracy.
 
</div>
 
</div>
 
{{exstop}}
 
{{exstop}}
 +
 +
 +
well, more things today?
 +
 +
{{lorem}}
  
 
<ul class="mw-collapsible mw-collapsed" data-collapsetext="I understand" data-expandtext="Click here for more information">
 
<ul class="mw-collapsible mw-collapsed" data-collapsetext="I understand" data-expandtext="Click here for more information">

Revision as of 15:52, 1 March 2021

Find the largest prime below $10^9$. How many primes numbers are there before this one? Which one is next? Compare to the prime-counting function $\pi(x)$ that counts how many primes there are below $x$ and which Gauss approximated to $x/\ln(x)$.

Answer: This is $999\,999\,937$, the $50\,847\,534$th prime number, for which the prime-counting function $\pi(x)$ compares to Gauss' approximation $\pi(x)\approx x/\ln x=48\,254\,942$ to withing 5% accuracy.


well, more things today?

Template:Lorem

  • Table is collapsed by default
  • Second row contains collapsible list
  • Third row contains a collapsible block with custom labels