Metric & Imperial Measures

METRIC & IMPERIAL MEASURES                           CONVERSION TABLES

LENGTH                                                                                           TEMPERATURES (C) to (F)                                                                                  

1 centimeter (cm)  =  10mm     = 0.3937 in                                      0c     -     32f     /     60c   -   140f           

1 meter (m)            = 100cm     = 1.0936 yd                                     5c     -     41f     /    70c   -   158f

1 kilometer (km)     = 1000m     = 0.6214 mile                                  15c  -      59f    /     80c   -   176f

1 inch (in)                                 = 2.54cm                                         20c  -      68f     /    90c   -   194f

1 yard (yd)             = 36 in         = 0.9144m                                      30c  -       86f    /    100c -   212f

1 mile                    = 1 760yd   = 1.6093km                                     40c  -      104f    /    150c -   334f

                                                                                50c  -      122f    /    180c -   388f                 

VOLUME & CAPACITY                                                                    60c        140f     /    200c -  424f

1 cu cm (cm3)                           = 0.0610 inch.3                              

1 cu meter (m3)     = 1000dm3 = 1.3080 yd3                                  VOLUME (Metric) to (Imperial)

1 liter (l)                 = 1 dm3      = 0.2200 gal                                  1ml    -   Pinch               /    170ml  -  2/3 cup

1 hectoliter (hl)      = 100l         = 21.997 gsl                                   2ml    -   1/4 teaspoon   /    250ml  -  1 cup

1 cu inch (inch3)                       = 16.387 cm3                                3ml    -   1/2 teaspoon   /    315ml  -  1.1/4 cup

1 cu yard (yd3)       = 27ft3         = 0.7646 m3                                 5ml    -   1 teaspoon      /    375ml  -  1.1/2 cup

1 pint (pt)               = 20 fl oz     = 0.56831 l                                   15ml  -    1 tablespoon  /    440ml  -   1.1/3 cup

1 gallon (gal)         = 8 pt           = 4.5461 l                                     80ml   -   1/3 cup          /    500ml  -   2 cups

 

WEIGHT                                                                                          WEIGHTS (Metric) to (Imperial)

1 gram (g)              = 1 000mg   = 0.0353 oz                                  15g    -    1/2oz            /     150g    -    5oz

1 kilogram (kg)       = 1 000g       = 2.2046 lb                                  30g    -    1oz              /      180g    -    6oz

1 tonne (t)              = 1 000kg     = 0.9842 ton                                60g    -    2oz              /       210g   -    7oz

1 ounce (oz)           = 437,5g      = 28.35g                                      90g    -    3oz             /       250g    -    8oz  - (1/2lb)

1 pound (lb)          = 16oz         = 0.4536 kg                                   125g  -    4oz             /       500g    -    1lb

1 ton                     = 20cwt       = 1.016t

                                            WEIGHTS (Metric) to (Imperial)

30ml   -   2 tablespoons    /     150ml   -   1/4 pints   /    450ml   -   3/4 pints     /     900ml      -   1.5 pints          

60ml   -   4 tablespoons   /      300ml   -   1/2 pints   /    600ml   -   1 pints       /      1.25liters  -   2 pints         

1054 - Unknown column 'a.authors_id' in 'on clause'

select count(*) as total from articles a, articles_description ad left join authors au on a.authors_id = au.authors_id, articles_to_topics a2t left join topics_description td on a2t.topics_id = td.topics_id where (a.articles_date_available IS NULL or to_days(a.articles_date_available) <= to_days(now())) and a.articles_status = '1' and a.articles_id = a2t.articles_id and ad.articles_id = a2t.articles_id and ad.language_id = '1' and td.language_id = '1' and a2t.topics_id = '4'

[TEP STOP]