Percents of primes

What percent of numbers between 0 0 and 100 100 which end with a 1 1 are prime?

50% 40% 60% 70%

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

David Stiff
Apr 28, 2018

There are 10 10 numbers between 0 0 and 100 100 which end with a 1 1 :

1 , 11 , 21 , 31 , 41 , 51 , 61 , 71 , 81 , 91 1, 11, 21, 31, 41, 51, 61, 71, 81, 91

Five of these are prime:

11 , 31 , 41 , 61 , 71 11, 31, 41, 61, 71

Thus, if 5 5 out of 10 10 of the numbers are prime, 1 2 \frac{1}{2} of the numbers, or 50 % \boxed{50\%} are prime.

Giorgos K.
Apr 29, 2018

Here is a M a t h e m a t i c a Mathematica code in order to compute bigger intervals (just change the "Range" value)

N@Length@Select[s=Select[Range@100,Last@IntegerDigits@#==1&],PrimeQ]/Length@s

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...