Skip to main content

how to find prime numbers from 1 to 100

In all competitive exams questions on prime numbers are asked. Prime numbers are important when you are concerned series questions.
Now we will see how to write prime numbers.
Multiple of 2: 2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,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
Multiple of 3:3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57,60,63,66,69,72,75,78,81,84,87,90,93,96,99
Multiple of 4: 4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,84,88,92,96,100
Multiple of 5: 5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85,90,95,100
Multiple of 6: 6,12,18,24,30,36,42,48,54,60,66,72,78,84,90,96
Multiple of 7: 7,14,21,28,35,42,49,56,63,70,77,84,91,98
Multiple of 8: 8,16,24,32,40,48,56,64,72,80,88,94
Multiple of 9:9,18,27,36,45,54,63,72,81,90,99
Multiple of 10: 10,20,30,40,50,60,70,80,90,100
Multiple of 11: 11,22,33,44,55,66,77,88,99


Now WE will write the number from 1 to 100

e

So now will eliminate all the multiple numbers from 2 to 11 from the above table except 2,3,5,7,11.
After eliminate the numbers remaining numbers are  prime numbers.shown by  colour.



By observing the table we will know that 25 prime numbers are existing from 1 to 100.
Important points to note are:
1.number 1 is not a prime number
2.number 2 is a even prime number.
Now we will eliminate the numbers other than prime numbers.




Comments

Popular posts from this blog

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                              ...

LOGIC BEHIND MAGIC SQUARE

Assume a magic square of 3x3 A B C D E F G H I The above figure shows a 3x3 magic square. In the magic square sum of colum, row, diagnol numbers should be same A+B+C=D+E+F=G+H+I=A+D+G=B+E+H=C+F+I=A+E+I=C+E+G=sum A+B+C D+E+F G+H+I A+D+G B+E+H C+F+I A+E+I C+E+G By  seeing the  above there is 8 type of sum is available. Row wise-3,  column wise-3, diagnol wise-2. Condition#1: There are 8 different combinations are there with same sum in a magic square. In the above 8 combinations A=2 times, B= 3 times, C= 2 times, D=3 times E=4 times, F=3 times, G=2 times, H=3 times, I= 2 times Hence the above forms the condition#2. In simply condition#2, middle number E appears 4 times in 8 combinations. Hence row, column, diagnol sum should be equal. In 3x3 magic square we are taking numbers from 1 to 9. From 9 numbers we need to take 3 numbers. From...

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...