Skip to main content

table of 14 to 20

Multiplication Table for 14  
  
14     x       1       =       14
14     x       2       =       28
14     x       3       =       42
14     x       4       =       56
14     x       5       =       70
14     x       6       =       84
14     x       7       =       98
14     x       8       =       112
14     x       9       =       126
14     x       10     =       140
14     x       11     =       154
14     x       12     =       168
14     x       13     =       182
14     x       14     =       196
14     x       15     =       210
14     x       16     =       224
14     x       17     =       238
14     x       18     =       252
14     x       19     =       266
14     x       20     =       280

Multiplication Table for 15
    
15     x       1       =       15
15     x       2       =       30
15     x       3       =       45
15     x       4       =       60
15     x       5       =       75
15     x       6       =       90
15     x       7       =       105
15     x       8       =       120
15     x       9       =       135
15     x       10     =       150
15     x       11     =       165
15     x       12     =       180
15     x       13     =       195
15     x       14     =       210
15     x       15     =       225
15     x       16     =       240
15     x       17     =       255
15     x       18     =       270
15     x       19     =       285
15     x       20     =       300

Multiplication Table for 16  
  
16     x       1       =       16
16     x       2       =       32
16     x       3       =       48
16     x       4       =       64
16     x       5       =       80
16     x       6       =       96
16     x       7       =       112
16     x       8       =       128
16     x       9       =       144
16     x       10     =       160
16     x       11     =       176
16     x       12     =       192
16     x       13     =       208
16     x       14     =       224
16     x       15     =       240
16     x       16     =       256
16     x       17     =       272
16     x       18     =       288
16     x       19     =       304
16     x       20     =       320

Multiplication Table for 17
    
17     x       1       =       17
17     x       2       =       34
17     x       3       =       51
17     x       4       =       68
17     x       5       =       85
17     x       6       =       102
17     x       7       =       119
17     x       8       =       136
17     x       9       =       153
17     x       10     =       170
17     x       11     =       187
17     x       12     =       204
17     x       13     =       221
17     x       14     =       238
17     x       15     =       255
17     x       16     =       272
17     x       17     =       289
17     x       18     =       306
17     x       19     =       323
17     x       20     =       340

Multiplication Table for 18   
18     x       1       =       18
18     x       2       =       36
18     x       3       =       54
18     x       4       =       72
18     x       5       =       90
18     x       6       =       108
18     x       7       =       126
18     x       8       =       144
18     x       9       =       162
18     x       10     =       180
18     x       11     =       198
18     x       12     =       216
18     x       13     =       234
18     x       14     =       252
18     x       15     =       270
18     x       16     =       288
18     x       17     =       306
18     x       18     =       324
18     x       19     =       342
18     x       20     =       360

Multiplication Table for 19 
   
19        x          1          =          19
19        x          2          =          38
19        x          3          =          57
19        x          4          =          76
19        x          5          =          95
19        x          6          =          114
19        x          7          =          133
19        x          8          =          152
19        x          9          =          171
19        x          10        =          190
19        x          11        =          209
19        x          12        =          228
19        x          13        =          247
19        x          14        =          266
19        x          15        =          285
19        x          16        =          304
19        x          17        =          323
19        x          18        =          342
19        x          19        =          361
19        x          20        =          380

Multiplication Table for 20  
  
20        x          1          =          20
20        x          2          =          40
20        x          3          =          60
20        x          4          =          80
20        x          5          =          100
20        x          6          =          120
20        x          7          =          140
20        x          8          =          160
20        x          9          =          180
20        x          10        =          200
20        x          11        =          220
20        x          12        =          240
20        x          13        =          260
20        x          14        =          280
20        x          15        =          300
20        x          16        =          320
20        x          17        =          340
20        x          18        =          360
20        x          19        =          380
20        x          20        =          400



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

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

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