Skip to main content

prime numbers from 1 to 1000

The prime numbers from 1 to 1000

23571113171923293137
4143475359616771737983
8997101103107109113127131137139149
151157163167173179181191193197199
211223227229233239241251257263269271
277281283293307311313317331337347
349353359367373379383389397401409419
421431433439443449457461463467479
487491499503509521523541547557563569
571577587593599601607613617619631
641643647653659661673677683691701709
719727733739743751757761769773787
797809811821823827829839853857859863
877881883887907911919929937941947
953967971977983991997


By seeing above the table of prime numbers from 1 to 1000 we can observe that 168 prime numbers are there.

by seeing the below table we can observe how the prime numbers are distributed.

1-100
2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97
25
101-200
101, 103, 107, 109, 113, 127, 131, 137, 139, 149, 151, 157, 163, 167, 173, 179, 181, 191, 193, 197, 199,
21
201-300
211, 223, 227, 229, 233, 239, 241, 251, 257, 263, 269, 271, 277, 281, 283, 293
16
301-400
307, 311, 313, 317, 331, 337, 347, 349, 353, 359, 367, 373, 379, 383, 389, 397
16
401-500
401, 409, 419, 421, 431, 433, 439, 443, 449, 457, 461, 463, 467, 479, 487, 491, 499
17
501-600
503, 509, 521, 523, 541, 547, 557, 563, 569, 571, 577, 587, 593, 599
14
601-700
601, 607, 613, 617, 619, 631, 641, 643, 647, 653, 659, 661, 673, 677, 683, 691
16
701-800
701, 709, 719, 727, 733, 739, 743, 751, 757, 761, 769, 773, 787, 797
14
801-900
809, 811, 821, 823, 827, 829, 839, 853, 857, 859, 863, 877, 881, 883, 887,
15
901-1000
907, 911, 919, 929, 937, 941, 947, 953, 967, 971, 977, 983, 991, 997

14



there are 21 prime numbers are there between the 101 to 200. similarly we can observe other numbers in the above table. 



Comments

Popular posts from this blog

how many times a day do the minute and hour hands of a clock form a straight line but in opposite direction

For this I am not writing any formula , simply  with the help of table we will try to understand the concept. the minute and hour hands of a clock form a straight line but in opposite direction 1 Between 12.30 to 12.35 2 Between 1.35 to 1.40 3 Between 2.40 to 2.45 4 Between 3.45 to 3.50 5 Between 4.50 to 4.55 6 Between 5.55 to 6.00  : means at 6.00 clock they are straight but opposite @ Between 6.00 to 6.05 hands are not straight in opposite direction 7  Between 7.05 to 7.10 8 Between  8.10 to 8.15 9 Between  9.15 to 9.20 10 Between  10.20 to 10.25 11 Between  11.25  to 11.30                  #  goto step 1 @ in 6 th column if we see in 5 to 6 hours and 6.00 to 7.00 hours t...

Average of first n even numbers

Even numbers are 2,4,6,8,10,…. Average = sum of elements/ no of elments Now we will see the sum of elements: Sum of first 2 even numbers: 2+4= 6= 2(2+1) Sum of first 3 even numbers: 2+4+6= 12= 3(3+1) Sum of first 4 even  numbers: 2+4+6+8=20= 4(4+1) Sum of first 5 even numbers: 2+4+6+8+10 = 30 = 5(5+1) Sum of first n even numbers: 2+4+6+8+10+. . . . .  n numbers= n(n+1) Now we will see average: Average of first 2 even numbers= (2+4)/2                                                           = 6/2                              ...

sum of even numbers from 2 to 100

Even numbers from 2 to 100 Even numbers are 2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,    54, 56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100. Now we will see the sum of elements: Sum of first 2 even numbers: 2+4= 6 The above can be written as Sum of first 2 even numbers: 2+4= 6= 2x3=2(2+1) Sum of first 3 even numbers: 2+4+6= 12= 3(3+1) Sum of first 4 even  numbers: 2+4+6+8=20= 4(4+1) Sum of first 5 even numbers: 2+4+6+8+10 = 30 = 5(5+1) Sum of first n even numbers: 2+4+6+8+10+. . . . .  n numbers= n(n+1) Sum of  even numbers from 2 to 100 = 2+4+6+8+10+. . . . .  50 numbers                                                                           = 50(50+1)           ...