Skip to main content

table of 16 to 25

Multiplication Table for 16     
16x1=16
16x2=32
16x3=48
16x4=64
16x5=80
16x6=96
16x7=112
16x8=128
16x9=144
16x10=160
16x11=176
16x12=192
16x13=208
16x14=224
16x15=240
16x16=256
16x17=272
16x18=288
16x19=304
16x20=320

Multiplication Table for 17     
17x1=17
17x2=34
17x3=51
17x4=68
17x5=85
17x6=102
17x7=119
17x8=136
17x9=153
17x10=170
17x11=187
17x12=204
17x13=221
17x14=238
17x15=255
17x16=272
17x17=289
17x18=306
17x19=323
17x20=340

Multiplication Table for 18     
18x1=18
18x2=36
18x3=54
18x4=72
18x5=90
18x6=108
18x7=126
18x8=144
18x9=162
18x10=180
18x11=198
18x12=216
18x13=234
18x14=252
18x15=270
18x16=288
18x17=306
18x18=324
18x19=342
18x20=360

Multiplication Table for 19     
19x1=19
19x2=38
19x3=57
19x4=76
19x5=95
19x6=114
19x7=133
19x8=152
19x9=171
19x10=190
19x11=209
19x12=228
19x13=247
19x14=266
19x15=285
19x16=304
19x17=323
19x18=342
19x19=361
19x20=380

Multiplication Table for 20     
20x1=20
20x2=40
20x3=60
20x4=80
20x5=100
20x6=120
20x7=140
20x8=160
20x9=180
20x10=200
20x11=220
20x12=240
20x13=260
20x14=280
20x15=300
20x16=320
20x17=340
20x18=360
20x19=380
20x20=400

Multiplication Table for 21     
21x1=21
21x2=42
21x3=63
21x4=84
21x5=105
21x6=126
21x7=147
21x8=168
21x9=189
21x10=210
21x11=231
21x12=252
21x13=273
21x14=294
21x15=315
21x16=336
21x17=357
21x18=378
21x19=399
21x20=420

Multiplication Table for 22     
22x1=22
22x2=44
22x3=66
22x4=88
22x5=110
22x6=132
22x7=154
22x8=176
22x9=198
22x10=220
22x11=242
22x12=264
22x13=286
22x14=308
22x15=330
22x16=352
22x17=374
22x18=396
22x19=418
22x20=440

Multiplication Table for 23     
23x1=23
23x2=46
23x3=69
23x4=92
23x5=115
23x6=138
23x7=161
23x8=184
23x9=207
23x10=230
23x11=253
23x12=276
23x13=299
23x14=322
23x15=345
23x16=368
23x17=391
23x18=414
23x19=437
23x20=460

Multiplication Table for 24     
24x1=24
24x2=48
24x3=72
24x4=96
24x5=120
24x6=144
24x7=168
24x8=192
24x9=216
24x10=240
24x11=264
24x12=288
24x13=312
24x14=336
24x15=360
24x16=384
24x17=408
24x18=432
24x19=456
24x20=480

Multiplication Table for 25     
25x1=25
25x2=50
25x3=75
25x4=100
25x5=125
25x6=150
25x7=175
25x8=200
25x9=225
25x10=250
25x11=275
25x12=300
25x13=325
25x14=350
25x15=375
25x16=400
25x17=425
25x18=450
25x19=475
25x20=500

Comments

Popular posts from this blog

average of first 100 odd numbers

  Odd  numbers are 1,3,5,7,9,…. Average = sum of elements/  no  of elments Now we will see the sum of elements: Sum of first 2 odd  numbers: 1+3= 4= 2 2 Sum of first 3 odd  numbers: 1+3+5= 9= 3 2 Sum of first 4 odd  numbers: 1+3+5+7=16= 4 2 Sum of first 5 odd  numbers: 1+3+5+7+9 = 25 = 5 2 Sum of first n odd  numbers: 1+3+5+7+9+. . . . .  n numbers= n 2 Now we will see average: Average of first 2 odd numbers= (1+3)/2                                                           = 4/2                                                                 =2 Average of first 3 odd  numbers= (1+3+5)/3                                                           = 9/3                                                                 =3 Average of first 4 odd  numbers= (1+3+5+7)/4                                                           = 16/4                                                                 =4 Average of first 5 odd numbers= (1+3+5+7+9)/5            

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 combination f

average of first n natural numbers

The natural numbers are 1,2,3,4,5,. . . . . . now we will see the sum of natural numbers                       sum of first 3 natural numbers= 1+2+3=6 the above can be written as                      sum of first 3 natural numbers= 1+2+3=6=3(3+1)/2                      sum of first 4 natural numbers= 1+2+3+4=4(4+1)/2                      then sum of n natural numbers=1+2+3+......n terms=n(n+1)/2 then the average formula = sum of elements/no of elements                     the average of n natural numbers= sum of elements/ no of elements                                                                         =(n(n+1)/2)/n                                                                         =n(n+1)/2xn                                                                         =(n+1)/2   THE AVERAGE OF FIRST N NATURAL  NUMBERS=(n+1)/2 The average of first 5 natural numbers                                  sum of 5 natural numbers=1+2+3+4+5=15