3) (i) How many primes are there below 2^{64}, approximately? To simplify calculations you may replace ln(2) by 0.5.
(ii) You want to find n such that the proportion of primes among the first n positive integers is at least 1/100. Then n must not exceed which number?
(iii) How many primes are there between 2^{128} and 2^{64}, approximately? To simplify calculations you may replace ln(2) by 0.5.
We know that if p(x) denotes number of primes less or equal to x then p(x)=x/logx approxiately.
i)p(264)=(264)/log(264)=(264)/(64log2)=264/32=259 approximately.
iii)p(2128)=2128/(log2128)=2128/(128log2) =2128/64 =2122
thus number of primes between 264 and 2128
P(2128)-p(264)=2122 -259 approximately...
ii)p(n)/n1/100
=>p(n)n/100.
=>n/lognn/100
=>logn100
=>ne^100
Get Answers For Free
Most questions answered within 1 hours.