-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathmeasurement.html
966 lines (934 loc) · 99.2 KB
/
measurement.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from math-drills.com/measurement.php by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 30 Aug 2024 17:57:08 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head>
<meta charset="UTF-8">
<title>Measurement Worksheets</title>
<meta name="description" content="Measurement math worksheets including length, area, angles, volume, capacity, mass, time and temperature in Metric and U.S. units.">
<meta name="keywords" content="measurement, length, area, volume, capacity, mass, time, temperature, Metric, system, units, worksheets, Imperial, customary">
<link rel="stylesheet" type="text/css" href="https://math-drills.com/includes/mdstyle2.070.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180" href="https://math-drills.com/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://math-drills.com/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://math-drills.com/favicon-16x16.png">
<link rel="manifest" href="https://math-drills.com/site.002.webmanifest">
<link rel="canonical" href="https://math-drills.com/measurement.php">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2856036633404156" crossorigin="anonymous"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-J8KREQZRY2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-J8KREQZRY2');
</script>
</head>
<body itemscope itemtype="https://schema.org/CreativeWork">
<div class="header">
<div class="logo">
<p class="pcenter">
<a href="https://math-drills.com/" aria-label="Home"><svg class="iconwhite size100 imdgradbg"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-math-drills-logo"></use></svg></a>
</p>
</div>
<div class="title">
<h1>
<span class="maintitle" itemprop="name">Measurement Worksheets</span> </h1>
</div>
<div class="searchform">
<form action="https://math-drills.com/search.php" method="get">
<div class="searchbox pcenter">
<input class="searchtext searchbb" type="search" aria-label="search input box" name="s" placeholder="Search for math worksheets..." value="">
<input type="hidden" name="page" value="1">
<input type="hidden" name="sort" value="weekly">
<button type="submit" value="" class="searchbutton" aria-label="Search Button"><svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-search"></use></svg></button>
</div>
</form>
</div>
</div>
<div class="navmenuwrapper">
<div class="navmenu">
<div onclick="openWNav()" title="Math Worksheet Topics">
<svg class="iconwhite"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-list2"></use></svg>
<span>Menu</span>
</div>
<a href="https://math-drills.com/news/" title="Math-Drills News and Updates">
<svg class="iconwhite"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-newspaper"></use></svg>
<span>News</span>
</a>
<a href="https://math-drills.com/search.php?s=math&page=1&sort=weekly" title="Most Popular Math Worksheets This Week">
<svg class="iconwhite iorange"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-fire"></use></svg>
</a>
<a href="https://math-drills.com/search.php?s=math&page=1&sort=newest" title="Recently Added Math Worksheets">
<svg class="iconwhite"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-new"></use></svg>
</a>
</div>
<div id="worksheetnav" class="sidenav">
<a href="https://math-drills.com/" title="Home">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-home"></use></svg>
<span class="topic">Home</span>
</a>
<a href="https://math-drills.com/addition.php" title="Addition Worksheets">
<svg class="iconwhite size32 igreen"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-plus"></use></svg>
<span class="topic">Addition Worksheets</span>
</a>
<a href="https://math-drills.com/subtraction.php" title="Subtraction Worksheets">
<svg class="iconwhite size32 ired"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-minus"></use></svg>
<span class="topic">Subtraction Worksheets</span>
</a>
<a href="https://math-drills.com/multiplication.php" title="Multiplication Worksheets -- Multiplication Facts">
<svg class="iconwhite size32 ibrown"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-times"></use></svg>
<span class="topic">Multiplication Facts Worksheets</span>
</a>
<a href="https://math-drills.com/multiplication2.php" title="Multiplication Worksheets -- Long Multiplication">
<svg class="iconwhite size32 iteal"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-times"></use></svg>
<span class="topic">Long Multiplication Worksheets</span>
</a>
<a href="https://math-drills.com/division.php" title="Division Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-divide"></use></svg>
<span class="topic">Division Worksheets</span>
</a>
<a href="https://math-drills.com/multiop.php" title="Mixed Operations Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-equals"></use></svg>
<span class="topic">Mixed Operations Worksheets</span>
</a>
<hr>
<a href="https://math-drills.com/algebra.php" title="Algebra Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-superscript"></use></svg>
<span class="topic">Algebra Worksheets</span>
</a>
<a href="https://math-drills.com/baseten.php" title="Base Ten Blocks Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-cube"></use></svg>
<span class="topic">Base Ten Blocks Worksheets</span>
</a>
<a href="https://math-drills.com/decimal.php" title="Decimals Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-pushpin"></use></svg>
<span class="topic">Decimals Worksheets</span>
</a>
<a href="https://math-drills.com/factfamilyworksheets.php" title="Fact Family Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-star-empty"></use></svg>
<span class="topic">Fact Families Worksheets</span>
</a>
<a href="https://math-drills.com/fractions.php" title="Fractions Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-braille"></use></svg>
<span class="topic">Fractions Worksheets</span>
</a>
<a href="https://math-drills.com/geometry.php" title="Geometry Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-ruler"></use></svg>
<span class="topic">Geometry Worksheets</span>
</a>
<a href="https://math-drills.com/graphpaper.php" title="Graph Paper">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-layout"></use></svg>
<span class="topic">Graph Paper</span>
</a>
<a href="https://math-drills.com/integers.php" title="Integers Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-equalizer"></use></svg>
<span class="topic">Integers Worksheets</span>
</a>
<a href="https://math-drills.com/measurement.php" title="Measurement Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-ruler2"></use></svg>
<span class="topic">Measurement Worksheets</span>
</a>
<a href="https://math-drills.com/money.php" title="Money Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-dollar"></use></svg>
<span class="topic">Money Math Worksheets</span>
</a>
<a href="https://math-drills.com/numberlineworksheets.php" title="Number Line Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-arrows-h"></use></svg>
<span class="topic">Number Lines Worksheets</span>
</a>
<a href="https://math-drills.com/numbersense.php" title="Number Sense Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-abacus"></use></svg>
<span class="topic">Number Sense Worksheets</span>
</a>
<a href="https://math-drills.com/orderofoperations.php" title="Order of Operations Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-calculator"></use></svg>
<span class="topic">Order of Operations Worksheets</span>
</a>
<a href="https://math-drills.com/patterning.php" title="Patterning Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-sort-amount-asc"></use></svg>
<span class="topic">Patterning Worksheets</span>
</a>
<a href="https://math-drills.com/percentsworksheets.php" title="Percentages Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-percent"></use></svg>
<span class="topic">Percentages Worksheets</span>
</a>
<a href="https://math-drills.com/placevalueworksheets.php" title="Place Value Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-undo"></use></svg>
<span class="topic">Place Value Worksheets</span>
</a>
<a href="https://math-drills.com/powersoften.php" title="Powers of Ten Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-power"></use></svg>
<span class="topic">Powers of Ten Worksheets</span>
</a>
<a href="https://math-drills.com/statistics.php" title="Statistics Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-bar-chart"></use></svg>
<span class="topic">Statistics Worksheets</span>
</a>
<a href="https://math-drills.com/timeworksheets.php" title="Time Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-clock"></use></svg>
<span class="topic">Time Math Worksheets</span>
</a>
<a href="https://math-drills.com/mathwordproblems.php" title="Math Word Problems">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-file-text"></use></svg>
<span class="topic">Math Word Problems Worksheets</span>
</a>
<hr>
<a href="https://math-drills.com/halloween.php" title="Halloween Math Worksheets">
<svg class="iconwhite size32 iorange"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-cat"></use></svg>
<span class="topic">Halloween Math Worksheets</span>
</a>
<a href="https://math-drills.com/thanksgiving.php" title="Thanksgiving Math Worksheets">
<svg class="iconwhite size32 ithanks"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-thanksgiving"></use></svg>
<span class="topic">Thanksgiving Math Worksheets</span>
</a>
<a href="https://math-drills.com/christmas.php" title="Christmas Math Worksheets">
<svg class="iconwhite size32 igreen"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-tree"></use></svg>
<span class="topic">Christmas Math Worksheets</span>
</a>
<a href="https://math-drills.com/valentines.php" title="Valentine's Day Math Worksheets">
<svg class="iconwhite size32 ired"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-heart"></use></svg>
<span class="topic">Valentine's Day Math Worksheets</span>
</a>
<a href="https://math-drills.com/saintpatricks.php" title="Saint Patrick's Day Math Worksheets">
<svg class="iconwhite size32 ispd"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-clover"></use></svg>
<span class="topic">Saint Patrick's Day Math Worksheets</span>
</a>
<a href="https://math-drills.com/easter.php" title="Easter Math Worksheets">
<svg class="iconwhite size32 ieaster"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-easter"></use></svg>
<span class="topic">Easter Math Worksheets</span>
</a>
<a href="https://math-drills.com/special.php" title="Seasonal Math Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-calendar"></use></svg>
<span class="topic">Seasonal Math Worksheets</span>
</a>
<hr>
<a href="https://math-drills.com/flashcards.php" title="Math Flash Cards">
<svg class="iconwhite size32 iorange"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-brightness-up"></use></svg>
<span class="topic">Math Flash Cards</span>
</a>
<a href="https://math-drills.com/dots.php" title="The Dots Math Game">
<svg class="iconwhite size32 ired"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-th-small"></use></svg>
<span class="topic">Dots Math Game</span>
</a>
<a href="https://www.youtube.com/playlist?list=PLw9d4giA58-e2Z11Btyn5RXxxiZlbFRcs" title="Math-Drills Tutorials by West Explains Best" target="_blank" rel="noopener">
<svg class="iconwhite size32 ired"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-youtube"></use></svg>
<span class="topic">Video Tutorials</span>
</a>
<hr>
<a href="https://math-drills.com/help.php" title="Help and Frequently Asked Questions">
<svg class="iconwhite size30"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-help-with-circle"></use></svg>
<span class="topic"> Help and FAQ</span>
</a>
<a href="https://math-drills.com/terms.php" title="Math-Drills.com terms of use.">
<svg class="iconwhite size30"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-clipboard"></use></svg>
<span class="topic"> Terms of Use</span>
</a>
<a href="https://math-drills.com/privacy.php" title="Math-Drills.com Privacy and Cookie Policy">
<svg class="iconwhite size30"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-locked"></use></svg>
<span class="topic"> Privacy and Cookie Policy</span>
</a>
<a href="https://math-drills.com/tour.php" title="Math-Drills.com Introduction and Tour">
<svg class="iconwhite size30"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-compass2"></use></svg>
<span class="topic"> Tour/Introduction</span>
</a>
<a href="https://math-drills.com/feedback.php" title="Feedback">
<svg class="iconwhite size30"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-bubbles4"></use></svg>
<span class="topic"> Feedback</span>
</a>
<a href="https://math-drills.com/teachers.php" title="Teacher information page.">
<svg class="iconwhite size30"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-graduation-cap"></use></svg>
<span class="topic"> Teachers</span>
</a>
<a href="https://math-drills.com/parents.php" title="Parent information page.">
<svg class="iconwhite size30"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-parents"></use></svg>
<span class="topic"> Parents</span>
</a>
<a href="https://math-drills.com/support.php" title="Support Math-Drills">
<svg class="iconwhite size30"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-math-drills-logo"></use></svg>
<span class="topic"> Support Math-Drills</span>
</a>
<a href="https://www.facebook.com/freemath" title="Math-Drills.com on Facebook" target="_blank" rel="noreferrer nofollow">
<svg class="iconwhite size30"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-facebook"></use></svg>
<span class="topic"> Math-Drills on Facebook</span>
</a>
<hr>
<a href="https://mateslibres.com/" title="Ejercicios de Matemáticas Gratis" target="_blank">
<svg class="iconwhite imtgradbg size30"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-math-drills-logo"></use></svg>
<span class="topic"> Ejercicios de Matemáticas Gratis</span>
</a>
<a href="https://mathslibres.com/" title="Fiches d'Exercices de Maths" target="_blank">
<svg class="iconwhite imlgradbg size30"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-math-drills-logo"></use></svg>
<span class="topic"> Fiches d'Exercices de Maths</span>
</a>
</div>
</div> <!-- End of navmenuwrapper Div -->
<div class="tableofcontents">
<h3>Contents</h3>
<div class="toc">
<div class="h2"><a href="#most-popular"> Most Popular Measurement Worksheets this Week</a></div>
<div class="h2"><a href="#measuring-temperature">Reading and Converting Temperature Worksheets</a></div>
<div class="h2"><a href="#converting-within-systems">Measuring and Converting Within Measurement Systems</a></div>
<div class="h2"><a href="#converting-between-systems">Converting Between Measurement Systems Worksheets</a></div>
<div class="h2"><a href="#measuring-angles-rectangles-triangles">Measuring Angles, Rectangles and Triangles</a></div>
<div class="h2"><a href="#measuring-other-polygons">Measuring Other Polygons</a></div>
<div class="h2"><a href="#measuring-circles">Measuring Circles</a></div>
<div class="h2"><a href="#measuring-three-dimensional-forms">Measuring Three-Dimensional Forms</a></div>
</div>
</div>
<div class="content">
<div class="adwrap">
<!-- Math-Drills-Topic-1 -->
<ins class="adsbygoogle ad1"
data-ad-client="ca-pub-2856036633404156"
data-ad-slot="3625494651"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<p class="firstp">Welcome to the measurement worksheets page at Math-Drills.com where you can measure up, measure down or measure all around! This page includes <span itemprop="description">Measurement worksheets for length, area, angles, volume, capacity, mass, time and temperature in Metric, U.S. and Imperial units.</span></p>
<p>Measurement concepts and skills give students the ability to perform tasks related to everyday life. Length, area, volume, capacity, mass, time and temperature are measurement concepts that people are exposed to everyday. Students begin using non-standard units such as their own height and progress to using standard measurement units. Being able to recognize and use for comparison, common measurement units such as the metre or foot, allows students to use their estimation skills to help them solve problems in measurement. Measurement tools enable students to learn hands-on and develop a deeper understanding of measurement concepts.</p>
<div class="popular">
<h2 id="most-popular"><svg class="iconwhite size32 iorange"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-fire"></use></svg> Most Popular Measurement Worksheets this Week</h2>
<div class="searchresults">
<a href="https://math-drills.com/measurement/compound_001.php" title="Calculating the Area and Perimeter of Composite Shapes including Triangles and Rectangles"><figure><img src="https://math-drills.com/measurement/images/compound_001_300.1724073925.jpg" alt="Calculating the Area and Perimeter of Composite Shapes including Triangles and Rectangles" loading="lazy" width="250" height="324"><figcaption>Calculating the Area and Perimeter of Composite Shapes including Triangles and Rectangles (<strong>364 views this week</strong>)</figcaption></figure></a>
<a href="https://math-drills.com/measurement/rectangles_area_perimeter_0109_0decimal_001.php" title="Area and Perimeter of Rectangles (whole numbers; range 1-9)"><figure><img src="https://math-drills.com/measurement/images/rectangles_area_perimeter_0109_0decimal_001_300.1360881920.jpg" alt="Area and Perimeter of Rectangles (whole numbers; range 1-9)" loading="lazy" width="250" height="324"><figcaption>Area and Perimeter of Rectangles (whole numbers; range 1-9) (<strong>277 views this week</strong>)</figcaption></figure></a>
<a href="https://math-drills.com/measurement/prisms_rectangular_volume_surfacearea_whole_001.php" title="Volume and Surface Area of Rectangular Prisms with Whole Numbers"><figure><img src="https://math-drills.com/measurement/images/prisms_rectangular_volume_surfacearea_whole_001_300.1675735281.jpg" alt="Volume and Surface Area of Rectangular Prisms with Whole Numbers" loading="lazy" width="250" height="324"><figcaption>Volume and Surface Area of Rectangular Prisms with Whole Numbers (<strong>235 views this week</strong>)</figcaption></figure></a>
<a href="https://math-drills.com/measurement/metric_convert_all_metric_001.php" title="Converting Between Common Metric Length, Mass and Volume Units"><figure><img src="https://math-drills.com/measurement/images/metric_convert_all_metric_001_300.1633354679.jpg" alt="Converting Between Common Metric Length, Mass and Volume Units" loading="lazy" width="250" height="324"><figcaption>Converting Between Common Metric Length, Mass and Volume Units (<strong>229 views this week</strong>)</figcaption></figure></a>
<a href="https://math-drills.com/measurement/triangles_area_perimeter_all_upright_001.php" title="Calculating the Perimeter and Area of Triangles"><figure><img src="https://math-drills.com/measurement/images/triangles_area_perimeter_all_upright_001_300.1675735282.jpg" alt="Calculating the Perimeter and Area of Triangles" loading="lazy" width="250" height="324"><figcaption>Calculating the Perimeter and Area of Triangles (<strong>199 views this week</strong>)</figcaption></figure></a>
</div>
</div>
<div class="adwrap">
<!-- Math-Drills-Topic-2 -->
<ins class="adsbygoogle ad1"
data-ad-client="ca-pub-2856036633404156"
data-ad-slot="3918594659"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<div class="wscontainer bc01">
<div class="titlearea">
<h2 id="measuring-temperature">Reading and Converting Temperature Worksheets</h2>
</div>
<div class="imagearea">
<img src="https://math-drills.com/measurement/images/temperature_reading_001_300.004.jpg" alt="" width="250" height="324" loading="lazy">
</div>
<div class="worksheetsarea">
<ul class="list">
<li><p>Reading temperatures from a thermometer is one of those everyday skills that is transferable to other situations. Sure, students could just ask their smart device about the temperature, but that only tells them the temperature at the nearest weather station, not where they're standing. Wouldn't it be more exciting to look at a thermometer in their own yard? And what if they are working at a solar power farm (or elsewhere) in the future and have other meters and gauges to read? Their skill in reading thermometers will help introduce them to negative numbers and be useful for reading other types of meters and gauges in the future.</p></li>
<li><input type="checkbox" class="list-checkbox" id="measuring-temperature-1"><label for="measuring-temperature-1" class="wtitle">Reading Temperatures From Thermometers</label>
<div class="desc">
<a href="https://math-drills.com/measurement/temperature_reading_001.php" class="">Reading Temperatures from a Thermometer</a>
<a href="https://math-drills.com/measurement/temperature_reading_circular_thermometers_fahrenheit_001.php" class="">Reading Temperatures from Circular Thermometers (Fahrenheit Dominant)</a>
<a href="https://math-drills.com/measurement/temperature_reading_circular_thermometers_celsius_001.php" class="">Reading Temperatures from Circular Thermometers (Celsius Dominant)</a>
</div>
</li>
<li><p>Millions of people live near the U.S./Canada border, so it is inevitable that once in a while, those people are going to hear or see the temperature in a less familiar unit. Perhaps traveling to another country has one baffled about the forecast. Having a knowledge of some simple equivalents (like the freezing point is 0 degrees Celsius and 32 degrees Fahrenheit) and the ability to convert between C and F will not only help in determining the temperature in a familiar form, but will also help students build math skills that are useful in other situations. The temperature conversion guide gives a summary of the formulas used and some whole number equivalents to learn. There are several practice sheets for converting from °C to °F, from °F to °C, and a couple with both conversions mixed up.</p></li>
<li><input type="checkbox" class="list-checkbox" id="measuring-temperature-2"><label for="measuring-temperature-2" class="wtitle">Temperature Conversion Guide</label>
<div class="desc">
<a href="https://math-drills.com/measurement/temperature_guide_001.php" class="">Temperature Conversion Guide</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="measuring-temperature-3"><label for="measuring-temperature-3" class="wtitle">Converting Temperatures Between °C and °F</label>
<div class="desc">
<a href="https://math-drills.com/measurement/temperature_convert_celsius_fahrenheit_positive_001.php" class="">Converting °C to °F (no negatives)</a>
<a href="https://math-drills.com/measurement/temperature_convert_celsius_fahrenheit_negative_001.php" class="">Converting °C to °F (with negatives)</a>
<a href="https://math-drills.com/measurement/temperature_convert_fahrenheit_celsius_positive_001.php" class="">Converting °F to °C (no negatives)</a>
<a href="https://math-drills.com/measurement/temperature_convert_fahrenheit_celsius_negative_001.php" class="">Converting °F to °C (with negatives)</a>
<a href="https://math-drills.com/measurement/temperature_convert_positive_001.php" class="">Converting Between °F and °C (no negatives)</a>
<a href="https://math-drills.com/measurement/temperature_convert_negative_001.php" class="">Converting Between °F and °C (with negatives)</a>
</div>
</li>
</ul>
</div>
</div>
<div class="wscontainer bc01">
<div class="titlearea">
<h2 id="converting-within-systems">Measuring and Converting Within Measurement Systems</h2>
</div>
<div class="imagearea">
<img src="https://math-drills.com/measurement/images/measurement_length_cm_001_300.004.jpg" alt="" width="250" height="324" loading="lazy">
</div>
<div class="worksheetsarea">
<ul class="list">
<li><p>Measuring length is so much more interesting if you can send students out with rulers and have them measure items in their environment. What is the width of the textbook? the classroom? the school? Have you ever met a student who didn't enjoy using a measuring wheel (you know the one that clicks every time you've traveled a yard or a meter)? How do you know they've measured things correctly though? Well, you might need something like we've provided below. You can also compare students' measurements of the same objects to see if they got the same measurement. Let's say, you had 20 students measure the height of the doorway. You should get 20 very similar answers (unless they are the sharing type then you'll get exactly the same answers) and any different answers can be quickly identified. <strong>IMPORTANT: When printing, select "Actual Size" or your measurements may be off.</strong></p></li>
<li><input type="checkbox" class="list-checkbox" id="converting-within-systems-4"><label for="converting-within-systems-4" class="wtitle">Measuring Lengths of Bars in Centimeters and Millimeters</label>
<div class="desc">
<a href="https://math-drills.com/measurement/measurement_length_cm_001.php" class="">Measuring Length <strong>in Centimeters</strong> <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/measurement_length_halfcm_001.php" class="">Measuring Length in <strong>Half Centimeters</strong> <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/measurement_length_mm_001.php" class="">Measuring Length in <strong>Millimeters</strong> <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="converting-within-systems-5"><label for="converting-within-systems-5" class="wtitle">Measuring Lengths of Bars in Inches</label>
<div class="desc">
<a href="https://math-drills.com/measurement/measurement_length_halfin_001.php" class="">Measuring Length in <strong>Half Inches</strong> <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/measurement_length_quarterin_001.php" class="">Measuring Length in <strong>Quarter Inches</strong> <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/measurement_length_eighthin_001.php" class="">Measuring Length in <strong>Eighth Inches</strong> <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/measurement_length_sixteenthin_001.php" class="">Measuring Length in <strong>Sixteenth Inches</strong> <span class="iedit">✎</span></a>
</div>
</li>
<li><p>Just like regrouping when adding, sometimes it is useful to regroup when measuring. If you have too many feet, it might be easier to express your number in yards or miles, for example.</p></li>
<li><input type="checkbox" class="list-checkbox" id="converting-within-systems-6"><label for="converting-within-systems-6" class="wtitle">Converting Between U.S. Length Measurements Worksheets</label>
<div class="desc">
<a href="https://math-drills.com/measurement/length_convert_inches_feet_yards_001.php" class="">Converting Between Inches, Feet and Yards</a>
<a href="https://math-drills.com/measurement/length_convert_feet_yards_miles_001.php" class="">Converting Between Feet, Yards and Miles</a>
<a href="https://math-drills.com/measurement/length_convert_inches_feet_yards_miles_001.php" class="">Converting Inches, Feet, Yards and Miles</a>
</div>
</li>
<li><p>Which unit to use with mass depends a lot on the quantity and what you want to communicate. Whatever your reason for converting mass measurements, these worksheets are likely able to help you take a weight off your shoulders.</p></li>
<li><input type="checkbox" class="list-checkbox" id="converting-within-systems-7"><label for="converting-within-systems-7" class="wtitle">Converting Between U.S. Mass Measurements Worksheets</label>
<div class="desc">
<a href="https://math-drills.com/measurement/mass_convert_ounces_pounds_001.php" class="">Converting Between Ounces and Pounds</a>
<a href="https://math-drills.com/measurement/mass_convert_ounces_pounds_fractions_001.php" class="">Converting Between Ounces and Pounds with Fractions</a>
<a href="https://math-drills.com/measurement/mass_convert_pounds_tons_001.php" class="">Converting Between Pounds and Tons</a>
<a href="https://math-drills.com/measurement/mass_convert_pounds_tons_fractions_001.php" class="">Converting Between Pounds and Tons with Fractions</a>
<a href="https://math-drills.com/measurement/mass_convert_ounces_pounds_tons_001.php" class="">Converting Ounces/Pounds or Pounds/Tons</a>
<a href="https://math-drills.com/measurement/mass_convert_ounces_pounds_tons_fractions_001.php" class="">Converting Ounces/Pounds or Pounds/Tons with Fractions</a>
</div>
</li>
<li><p>The liquid measurement worksheets include gills because this is the key unit that results in more fluid ounces in an Imperial gallon than in a U.S. gallon. You can learn more about gills in our liquid measurement conversion guide.</p></li>
<li><input type="checkbox" class="list-checkbox" id="converting-within-systems-8"><label for="converting-within-systems-8" class="wtitle">U.S. Liquid Measurements Conversion Guide</label>
<div class="desc">
<a href="https://math-drills.com/measurement/liquid_measurement_conversion_guide.php" class="">Liquid Measurements Conversion Guide (U.S.)</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="converting-within-systems-9"><label for="converting-within-systems-9" class="wtitle">Converting Between U.S. Liquid Measurements</label>
<div class="desc">
<a href="https://math-drills.com/measurement/liquid_measurement_conversion_us_001.php" class="">Converting Liquid Measurements (U.S.)</a>
<a href="https://math-drills.com/measurement/liquid_measurement_conversion_nogills_us_001.php" class="">Converting Liquid Measurements (No Gills) (U.S.)</a>
<a href="https://math-drills.com/measurement/liquid_measurement_conversion_pints_quarts_gallons_us_001.php" class="">Converting Between Pints, Quarts and Gallons (U.S.)</a>
</div>
</li>
<li><p>Even though Imperial and U.S. Customary units may sound the same, they aren't always the same amount. For example, there are 3.785 litres in a U.S. gallon and 4.546 litres in an Imperial gallon. Sometimes there are also different definitions for units like the gill used in liquid measurements. In the U.S., there are 4 fluid ounces in a gill and in the Imperial System, there are 5 fluid ounces in a gill.</p></li>
<li><input type="checkbox" class="list-checkbox" id="converting-within-systems-10"><label for="converting-within-systems-10" class="wtitle"><svg class="size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#flag-uk"></use></svg> Imperial (U.K.) Liquid Measurements Conversion Guide</label>
<div class="desc">
<a href="https://math-drills.com/measurement/liquid_measurement_conversion_guide.php" class="">Liquid Measurements Conversion Guide (Imperial)</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="converting-within-systems-11"><label for="converting-within-systems-11" class="wtitle"><svg class="size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#flag-uk"></use></svg> Converting Between Imperial (U.K.) Liquid Measurements</label>
<div class="desc">
<a href="https://math-drills.com/measurement/liquid_measurement_conversion_imperial_001.php" class="">Converting Liquid Measurements (Imperial)</a>
<a href="https://math-drills.com/measurement/liquid_measurement_conversion_nogills_imperial_001.php" class="">Converting Liquid Measurements (No Gills) (Imperial)</a>
</div>
</li>
<li><p>Converting between Metric units is really an exercise in multiplying and dividing by powers of ten. Each of the converting worksheets in this section includes a "Conversion Line" that includes the prefixes, symbols and powers. It can be used to figure out how many "steps" are required to convert from one unit to another and what operation must be used. For example, when converting from millimeters to kilometers, students would determine that it takes six steps to the left in the direction of the division sign to get from milli to kilo on the conversion line. Depending on which method they are taught, this could involve dividing by 10 six times, dividing by 10<sup>6</sup> or "moving the decimal" six places to the left. For squared units, each step counts as 100 or 10<sup>2</sup> and for cubic units, each step counts as 1000 or 10<sup>3</sup>. For more details, please see the Metric system conversion guide.</p></li>
<li><input type="checkbox" class="list-checkbox" id="converting-within-systems-12"><label for="converting-within-systems-12" class="wtitle">Converting Within the Metric System Resources</label>
<div class="desc">
<a href="https://math-drills.com/measurement/metric_conversion_guide_001.php" class="">Metric System <strong>Conversion Guide</strong> (U.S. Version)</a>
<a href="https://math-drills.com/measurement/metric_conversion_lines_001.php" class="">Metric System <strong>Conversion Lines</strong> <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="converting-within-systems-13"><label for="converting-within-systems-13" class="wtitle">Converting Between Metric Length Measurements Worksheets</label>
<div class="desc">
<a href="https://math-drills.com/measurement/metric_convert_centimeters_millimeters_001.php" class="">Converting Between <strong>Millimeters and Centimeters</strong> <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/metric_convert_meters_centimeters_001.php" class="">Converting Between <strong>Centimeters and Meters</strong> <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/metric_convert_meters_millimeters_001.php" class="">Converting Between <strong>Millimeters and Meters</strong> <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/metric_convert_meters_centimeters_millimeters_001.php" class="">Converting Between <strong>Millimeters, Centimeters and Meters</strong> <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/metric_convert_meters_kilometers_001.php" class="">Converting Between <strong>Meters and Kilometers</strong> <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/metric_convert_all_meters_001.php" class="">Converting Between <strong>Millimeters, Centimeters, Meters, and Kilometers</strong> <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/metric_convert_small_meters_001.php" class="">Converting Between <strong>Nanometers, Micrometers, Millimeters and Centimeters</strong> <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="converting-within-systems-14"><label for="converting-within-systems-14" class="wtitle">Converting Between Metric Mass Measurements Worksheets</label>
<div class="desc">
<a href="https://math-drills.com/measurement/metric_convert_milligrams_grams_001.php" class="">Converting Between <strong>Milligrams and Grams</strong> <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/metric_convert_grams_kilograms_001.php" class="">Converting Between <strong>Grams and Kilograms</strong> <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/metric_convert_all_grams_001.php" class="">Converting Between <strong>Milligrams, Grams and Kilograms</strong> <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/metric_convert_small_grams_001.php" class="">Converting Between <strong>Nanograms, Micrograms, Milligrams and Grams</strong> <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="converting-within-systems-15"><label for="converting-within-systems-15" class="wtitle">Converting Between Metric Volume Measurements Worksheets</label>
<div class="desc">
<a href="https://math-drills.com/measurement/metric_convert_all_volume_001.php" class="">Converting Between <strong>Milliliters and Liters</strong> <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/metric_convert_small_volume_001.php" class="">Converting Between <strong>Microliters, Milliliters, Centiliters and Liters</strong> <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/metric_convert_large_volume_001.php" class="">Converting Between <strong>Milliliters, Centiliters, Liters and Kiloliters</strong> <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/metric_convert_milliliters_liters_kiloliters_001.php" class="">Converting Between <strong>Milliliters, Liters, and Kiloliters</strong> <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/metric_convert_liters_kiloliters_megaliters_gigaliters_001.php" class="">Converting Between <strong>Liters, Kiloliters, Megaliters and Gigaliters</strong> <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="converting-within-systems-16"><label for="converting-within-systems-16" class="wtitle">Converting Between Common Metric Measurements (Mixed)</label>
<div class="desc">
<a href="https://math-drills.com/measurement/metric_convert_all_metric_001.php" class="">Converting Between <strong>Common Metric Length, Mass and Volume Units</strong> <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="converting-within-systems-17"><label for="converting-within-systems-17" class="wtitle">Converting Between Metric Area Measurements Worksheets</label>
<div class="desc">
<a href="https://math-drills.com/measurement/us_metric_convert_sq_centimeters_millimeters_001.php" class="">Converting Between <strong>Square Millimeters and Square Centimeters</strong> <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/us_metric_convert_sq_meters_centimeters_001.php" class="">Converting Between <strong>Square Centimeters and Square Meters</strong> <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/us_metric_convert_sq_meters_centimeters_millimeters_001.php" class="">Converting Between <strong>Square Millimeters, Square Centimeters and Square Meters</strong> <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/us_metric_convert_sq_kilometers_hectometers_meters_001.php" class="">Converting Between <strong>Square Meters, Square Hectometers and Square Kilometers</strong> <span class="iedit">✎</span></a>
</div>
</li>
<li><p>The Metric or SI system uses thin spaces for thousands separators and spells metres and litres with -re rather than -er. This section is mainly for students in English Canada, however, anyone who uses spaces for thousands separators might like these worksheets. This section is very similar to the previous section except for the differences in number formats and spelling.</p></li>
<li><input type="checkbox" class="list-checkbox" id="converting-within-systems-18"><label for="converting-within-systems-18" class="wtitle"><svg class="size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#flag-can"></use></svg> Metric System Conversion Guide (SI Format: Spelling and Space-Separated Thousands)</label>
<div class="desc">
<a href="https://math-drills.com/measurement/metric_conversion_guide_si_001.php" class="">Metric System <strong>Conversion Guide</strong> (SI Version)</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="converting-within-systems-19"><label for="converting-within-systems-19" class="wtitle"><svg class="size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#flag-can"></use></svg> Converting Between Metric Length Measurements Worksheets (SI Format: Space-Separated Thousands)</label>
<div class="desc">
<a href="https://math-drills.com/measurement/si_metric_convert_centimeters_millimeters_001.php" class="">Converting Between <strong>Millimetres and Centimetres</strong> (SI number format) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/si_metric_convert_meters_centimeters_001.php" class="">Converting Between <strong>Centimetres and Metres</strong> (SI number format) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/si_metric_convert_meters_millimeters_001.php" class="">Converting Between <strong>Millimetres and Metres</strong> (SI number format) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/si_metric_convert_meters_centimeters_millimeters_001.php" class="">Converting Between <strong>Millimetres, Centimetres and Metres</strong> (SI number format) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/si_metric_convert_meters_kilometers_001.php" class="">Converting Between <strong>Metres and Kilometres</strong> (SI number format) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/si_metric_convert_all_meters_001.php" class="">Converting Between <strong>Millimetres, Centimetres, Metres, and Kilometres</strong> (SI number format) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/si_metric_convert_small_meters_001.php" class="">Converting Between <strong>Nanometres, Micrometres, Millimetres and Centimetres</strong> (SI number format) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="converting-within-systems-20"><label for="converting-within-systems-20" class="wtitle"><svg class="size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#flag-can"></use></svg> Converting Between Metric Mass Measurements Worksheets (SI Format: Space-Separated Thousands)</label>
<div class="desc">
<a href="https://math-drills.com/measurement/si_metric_convert_milligrams_grams_001.php" class="">Converting Between <strong>Milligrams and Grams</strong> (SI number format) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/si_metric_convert_grams_kilograms_001.php" class="">Converting Between <strong>Grams and Kilograms</strong> (SI number format) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/si_metric_convert_all_grams_001.php" class="">Converting Between <strong>Milligrams, Grams and Kilograms</strong> (SI number format) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/si_metric_convert_small_grams_001.php" class="">Converting Between <strong>Nanograms, Micrograms, Milligrams and Grams</strong> (SI number format) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="converting-within-systems-21"><label for="converting-within-systems-21" class="wtitle"><svg class="size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#flag-can"></use></svg> Converting Between Metric Volume Measurements Worksheets (SI Format: Space-Separated Thousands)</label>
<div class="desc">
<a href="https://math-drills.com/measurement/si_metric_convert_all_volume_001.php" class="">Converting Between <strong>Millilitres and Litres</strong> (SI number format) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/si_metric_convert_small_volume_001.php" class="">Converting Between <strong>Microlitres, Millilitres, Centilitres and Litres</strong> (SI number format) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/si_metric_convert_large_volume_001.php" class="">Converting Between <strong>Millilitres, Centilitres, Litres and Kilolitres</strong> (SI number format) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/si_metric_convert_millilitres_litres_kilolitres_001.php" class="">Converting Between <strong>Millilitres, Litres, and Kilolitres</strong> (SI number format) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/si_metric_convert_litres_kilolitres_megalitres_gigalitres_001.php" class="">Converting Between <strong>Litres, Kilolitres, Megalitres and Gigalitres</strong> (SI number format) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="converting-within-systems-22"><label for="converting-within-systems-22" class="wtitle"><svg class="size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#flag-can"></use></svg> Converting Between Common Metric Measurements (Mixed) Worksheets (SI Format: Space-Separated Thousands)</label>
<div class="desc">
<a href="https://math-drills.com/measurement/si_metric_convert_all_metric_001.php" class="">Converting Between <strong>Common Metric Length, Mass and Volume Units</strong> (SI number format) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="converting-within-systems-23"><label for="converting-within-systems-23" class="wtitle"><svg class="size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#flag-can"></use></svg> Converting Between Metric Area Measurements Worksheets (SI Format: Space-Separated Thousands)</label>
<div class="desc">
<a href="https://math-drills.com/measurement/si_metric_convert_sq_centimetres_millimetres_001.php" class="">Converting Between <strong>Square Millimetres and Square Centimetres</strong> (SI number format) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/si_metric_convert_sq_metres_centimetres_001.php" class="">Converting Between <strong>Square Centimetres and Square Metres</strong> (SI number format) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/si_metric_convert_sq_metres_centimetres_millimetres_001.php" class="">Converting Between <strong>Square Millimetres, Square Centimetres and Square Metres</strong> (SI number format) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/si_metric_convert_sq_kilometres_hectometres_metres_001.php" class="">Converting Between <strong>Square Metres, Square Hectometres and Square Kilometres</strong> (SI number format) <span class="iedit">✎</span></a>
</div>
</li>
<li><p>Similar to the previous two sections; however, these worksheets use dots for thousands separators and commas for decimals. This is often found in languages other than English. Metres and litres are spelled with -re as you would find in many countries outside of the U.S.</p></li>
<li><input type="checkbox" class="list-checkbox" id="converting-within-systems-24"><label for="converting-within-systems-24" class="wtitle"><svg class="size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#flag-eu"></use></svg> Metric System Conversion Guide (European Format: Period-Separated Thousands and Comma Decimals)</label>
<div class="desc">
<a href="https://math-drills.com/measurement/metric_conversion_guide_eu_001.php" class="">Metric System <strong>Conversion Guide</strong> (European Format: Period-Separated Thousands and Comma Decimals)</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="converting-within-systems-25"><label for="converting-within-systems-25" class="wtitle"><svg class="size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#flag-eu"></use></svg> Converting Between Metric Length Measurements Worksheets (European Format: Period-Separated Thousands and Comma Decimals)</label>
<div class="desc">
<a href="https://math-drills.com/measurement/euro_metric_convert_centimeters_millimeters_001.php" class="">Converting Between <strong>Millimetres and Centimetres</strong> (Euro number format) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/euro_metric_convert_meters_centimeters_001.php" class="">Converting Between <strong>Centimetres and Metres</strong> (Euro number format) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/euro_metric_convert_meters_millimeters_001.php" class="">Converting Between <strong>Millimetres and Metres</strong> (Euro number format) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/euro_metric_convert_meters_centimeters_millimeters_001.php" class="">Converting Between <strong>Millimetres, Centimetres and Metres</strong> (Euro number format) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/euro_metric_convert_meters_kilometers_001.php" class="">Converting Between <strong>Metres and Kilometres</strong> (Euro number format) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/euro_metric_convert_all_meters_001.php" class="">Converting Between <strong>Millimetres, Centimetres, Metres, and Kilometres</strong> (Euro number format) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/euro_metric_convert_small_meters_001.php" class="">Converting Between <strong>Nanometres, Micrometres, Millimetres and Centimetres</strong> (Euro number format) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="converting-within-systems-26"><label for="converting-within-systems-26" class="wtitle"><svg class="size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#flag-eu"></use></svg> Converting Between Metric Mass Measurements Worksheets (European Format: Period-Separated Thousands and Comma Decimals)</label>
<div class="desc">
<a href="https://math-drills.com/measurement/euro_metric_convert_milligrams_grams_001.php" class="">Converting Between <strong>Milligrams and Grams</strong> (Euro number format) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/euro_metric_convert_grams_kilograms_001.php" class="">Converting Between <strong>Grams and Kilograms</strong> (Euro number format) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/euro_metric_convert_all_grams_001.php" class="">Converting Between <strong>Milligrams, Grams and Kilograms</strong> (Euro number format) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/euro_metric_convert_small_grams_001.php" class="">Converting Between <strong>Nanograms, Micrograms, Milligrams and Grams</strong> (Euro number format) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="converting-within-systems-27"><label for="converting-within-systems-27" class="wtitle"><svg class="size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#flag-eu"></use></svg> Converting Between Metric Volume Measurements Worksheets (European Format: Period-Separated Thousands and Comma Decimals)</label>
<div class="desc">
<a href="https://math-drills.com/measurement/euro_metric_convert_all_volume_001.php" class="">Converting Between <strong>Millilitres and Litres</strong> (Euro number format) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/euro_metric_convert_small_volume_001.php" class="">Converting Between <strong>Microlitres, Millilitres, Centilitres and Litres</strong> (Euro number format) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/euro_metric_convert_large_volume_001.php" class="">Converting Between <strong>Millilitres, Centilitres, Litres and Kilolitres</strong> (Euro number format) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="converting-within-systems-28"><label for="converting-within-systems-28" class="wtitle"><svg class="size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#flag-eu"></use></svg> Converting Between Common Metric Measurements (Mixed) Worksheets (European Format: Period-Separated Thousands and Comma Decimals)</label>
<div class="desc">
<a href="https://math-drills.com/measurement/euro_metric_convert_all_metric_001.php" class="">Converting Between <strong>Common Metric Length, Mass and Volume Units</strong> (Euro number format) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="converting-within-systems-29"><label for="converting-within-systems-29" class="wtitle"><svg class="size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#flag-eu"></use></svg> Converting Between Metric Area Measurements Worksheets (European Format: Period-Separated Thousands and Comma Decimals)</label>
<div class="desc">
<a href="https://math-drills.com/measurement/eu_metric_convert_sq_centimetres_millimetres_001.php" class="">Converting Between <strong>Square Millimetres and Square Centimetres</strong> (Euro number format) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/eu_metric_convert_sq_metres_centimetres_001.php" class="">Converting Between <strong>Square Centimetres and Square Metres</strong> (Euro number format) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/eu_metric_convert_sq_metres_centimetres_millimetres_001.php" class="">Converting Between <strong>Square Millimetres, Square Centimetres and Square Metres</strong> (Euro number format) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/measurement/eu_metric_convert_sq_kilometres_hectometres_metres_001.php" class="">Converting Between <strong>Square Metres, Square Hectometres and Square Kilometres</strong> (Euro number format) <span class="iedit">✎</span></a>
</div>
</li>
</ul>
</div>
</div>
<div class="wscontainer bc01">
<div class="titlearea">
<h2 id="converting-between-systems">Converting Between Measurement Systems Worksheets</h2>
</div>
<div class="imagearea">
<img src="https://math-drills.com/measurement/images/convert_inches_to_centimeters_whole_001_300.004.jpg" alt="" width="250" height="324" loading="lazy">
</div>
<div class="worksheetsarea">
<ul class="list">
<li><p>Converting between Metric and U.S. customary units can be accomplished in a number of ways and usually takes a little knowledge of fractions and/or decimals. Most commonly, students will use a formula to convert and round the values. You may like our converting inches and centimeters with rulers worksheets for students who have difficulty with manipulating the numbers and formulas and need an easier method.</p></li>
<li><input type="checkbox" class="list-checkbox" id="converting-between-systems-30"><label for="converting-between-systems-30" class="wtitle">Converting Between Inches and Centimeters</label>
<div class="desc">
<a href="https://math-drills.com/measurement/convert_inches_to_centimeters_whole_001.php" class="">Converting Inches to cm (whole inches)</a>
<a href="https://math-drills.com/measurement/convert_inches_to_centimeters_half_001.php" class="">Converting Inches to cm (to 1/2 inches)</a>
<a href="https://math-drills.com/measurement/convert_inches_to_centimeters_quarter_001.php" class="">Converting Inches to cm (to 1/4 inches)</a>
<a href="https://math-drills.com/measurement/convert_inches_to_centimeters_eighth_001.php" class="">Converting Inches to cm (to 1/8 inches)</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="converting-between-systems-31"><label for="converting-between-systems-31" class="wtitle">Converting Between Inches and Centimeters With a Ruler</label>
<div class="desc">
<a href="https://math-drills.com/measurement/convert_ruler_in_cm_001.php" class="">Convert Inches to Centimeters with a Ruler</a>
<a href="https://math-drills.com/measurement/convert_ruler_cm_in_001.php" class="">Convert Centimeters to Inches with a Ruler</a>
<a href="https://math-drills.com/measurement/convert_ruler_mix_001.php" class="">Convert Between in/cm with a Ruler</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="converting-between-systems-32"><label for="converting-between-systems-32" class="wtitle">Converting Between U.S. and Metric Length Units</label>
<div class="desc">
<a href="https://math-drills.com/measurement/convert_us_metric_inches_centimeters_001.php" class="">Converting Between <strong>U.S. Inches and Centimeters</strong></a>
<a href="https://math-drills.com/measurement/convert_us_metric_feet_yards_meters_001.php" class="">Converting Between <strong>Meters and U.S. Feet and Yards</strong></a>
<a href="https://math-drills.com/measurement/convert_us_metric_miles_kilometers_001.php" class="">Converting Between <strong>U.S. Miles and Kilometers</strong></a>
<a href="https://math-drills.com/measurement/convert_us_metric_feet_kilometers_meters_miles_001.php" class="">Converting Between <strong>U.S. Feet and Kilometers</strong> and <strong>Meters and U.S. Miles</strong></a>
<a href="https://math-drills.com/measurement/convert_us_metric_length_most_001.php" class="">Converting Between Metric and U.S. <strong>Length Units</strong></a>
<a href="https://math-drills.com/measurement/convert_us_metric_length_all_001.php" class="">Converting Between Metric and U.S. <strong>Length Units including ft/km and m/mi</strong></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="converting-between-systems-33"><label for="converting-between-systems-33" class="wtitle">Converting Between U.S. and Metric Mass Units</label>
<div class="desc">
<a href="https://math-drills.com/measurement/convert_us_metric_ounces_grams_001.php" class="">Converting Between <strong>U.S. Ounces and Grams</strong></a>
<a href="https://math-drills.com/measurement/convert_us_metric_pounds_kilograms_001.php" class="">Converting Between <strong>U.S. Pounds and Kilograms</strong></a>
<a href="https://math-drills.com/measurement/convert_us_metric_mass_all_001.php" class="">Converting Between Metric and U.S. <strong>Mass Units</strong></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="converting-between-systems-34"><label for="converting-between-systems-34" class="wtitle">Converting Between U.S. and Metric Volume Units</label>
<div class="desc">
<a href="https://math-drills.com/measurement/convert_us_metric_milliliters_fluidounces_001.php" class="">Converting Between <strong>Milliliters and U.S. Fluid Ounces</strong></a>
<a href="https://math-drills.com/measurement/convert_us_metric_cups_liters_quarts_pints_gallons_001.php" class="">Converting Between <strong>Liters and U.S. Cups, Pints, Quarts and Gallons</strong></a>
<a href="https://math-drills.com/measurement/convert_us_metric_volume_all_001.php" class="">Converting Between Metric and U.S. <strong>Volume Units</strong></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="converting-between-systems-35"><label for="converting-between-systems-35" class="wtitle"><svg class="size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#flag-uk"></use></svg> Converting Between Imperial (U.K.) and Metric Mass Units</label>
<div class="desc">
<a href="https://math-drills.com/measurement/convert_imperial_metric_ounces_grams_001.php" class="">Converting Between <strong>Grams and Imperial Ounces</strong></a>
<a href="https://math-drills.com/measurement/convert_imperial_metric_pounds_stone_kilograms_001.php" class="">Converting Between <strong>Kilograms and Imperial Pounds and Stone</strong></a>
<a href="https://math-drills.com/measurement/convert_imperial_metric_mass_all_001.php" class="">Converting Between Metric and Imperial <strong>Mass Units</strong></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="converting-between-systems-36"><label for="converting-between-systems-36" class="wtitle"><svg class="size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#flag-uk"></use></svg> Converting Between Imperial (U.K.) and Metric Volume Units</label>
<div class="desc">
<a href="https://math-drills.com/measurement/convert_imperial_metric_milliliters_fluidounces_001.php" class="">Converting Between <strong>Milliliters and Imperial Fluid Ounces</strong></a>
<a href="https://math-drills.com/measurement/convert_imperial_metric_cups_liters_quarts_pints_gallons_001.php" class="">Converting Between <strong>Liters and Imperial Cups, Pints, Quarts and Gallons</strong></a>
<a href="https://math-drills.com/measurement/convert_imperial_metric_volume_all_001.php" class="">Converting Between Metric and Imperial <strong>Volume Units</strong></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="converting-between-systems-37"><label for="converting-between-systems-37" class="wtitle">Converting Worksheets For U.S. Nurses</label>
<div class="desc">
<a href="https://math-drills.com/measurement/measurement_nursing_converting_mass_001.php" class="">Converting <strong>mass</strong> measurements used in <strong>Nursing</strong></a>
<a href="https://math-drills.com/measurement/measurement_nursing_converting_volume_001.php" class="">Converting <strong>volume</strong> measurements used in <strong>Nursing</strong></a>
</div>
</li>
</ul>
</div>
</div>
<div class="wscontainer bc01">
<div class="titlearea">
<h2 id="measuring-angles-rectangles-triangles">Measuring Angles, Rectangles and Triangles</h2>
</div>
<div class="imagearea">
<img src="https://math-drills.com/measurement/images/measurement_measuring_angles_005_to_090_001_300.004.jpg" alt="" width="250" height="324" loading="lazy">
</div>
<div class="worksheetsarea">
<ul class="list">
<li><p>If they are available, full round protractors help students to recognize that measuring angles is the same as measuring sections of a circle. They also makes it much easier and precise to measure reflex angles.</p></li>
<li><input type="checkbox" class="list-checkbox" id="measuring-angles-rectangles-triangles-38"><label for="measuring-angles-rectangles-triangles-38" class="wtitle">Measuring Angles</label>
<div class="desc">
<a href="https://math-drills.com/measurement/measurement_measuring_angles_005_to_090_001.php" class="">Measuring Angles from 5° to 90°</a>
<a href="https://math-drills.com/measurement/measurement_measuring_angles_005_to_175_001.php" class="">Measuring Angles from 5° to 175°</a>
<a href="https://math-drills.com/measurement/measurement_measuring_angles_090_to_175_001.php" class="">Measuring Angles from 90° to 175°</a>
<a href="https://math-drills.com/measurement/measurement_measuring_angles_185_to_355_001.php" class="">Measuring Angles from 185° to 355°</a>
<a href="https://math-drills.com/measurement/measurement_measuring_angles_005_to_355_001.php" class="">Measuring Angles from 5° to 355°</a>
</div>
</li>
<li><p>Rectangles are fairly straight-forward polygons to measure since it is easy to find rectangles that use whole numbers. Rectangles are generally used when students first learn about perimeter and area and it is an opportune time to teach students that units are an essential part of any measurement. Without units, numbers are meaningless. Get your students into the habit of expressing all of their measurements with the correct units before they learn how to measure other polygons. Especially make sure they know that area is always expressed with squared units.</p></li>
<li><p>If a student is just starting to learn about perimeter and area, a few hands-on activities to learn the concepts is a good idea. Have them use square tiles to cover an area, have them paint a piece of paper and see how much paint is required. Create rectangles with straws and pipe cleaners and fill with square tiles to differentiate between perimeter and area. See if there are differently shaped rectangles that will hold the same number of square tiles.</p></li>
<li><input type="checkbox" class="list-checkbox" id="measuring-angles-rectangles-triangles-39"><label for="measuring-angles-rectangles-triangles-39" class="wtitle">Perimeter and Area of Rectangles Worksheets</label>
<div class="desc">
<a href="https://math-drills.com/measurement/rectangles_area_perimeter_whole_smaller_001.php" class="">Calculate the <strong>Area and Perimeter</strong> of Rectangles from Side Measurements (Smaller Whole Numbers)</a>
<a href="https://math-drills.com/measurement/rectangles_area_perimeter_whole_larger_001.php" class="">Calculate the <strong>Area and Perimeter</strong> of Rectangles from Side Measurements (Larger Whole Numbers)</a>
<a href="https://math-drills.com/measurement/rectangles_area_perimeter_decimal_001.php" class="">Calculate the <strong>Area and Perimeter</strong> of Rectangles from Side Measurements (Decimal Numbers)</a>
<a href="https://math-drills.com/measurement/area_rectangles_grid_001.php" class="">Area of Rectangles (grid form)</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="measuring-angles-rectangles-triangles-40"><label for="measuring-angles-rectangles-triangles-40" class="wtitle">Perimeter and Area of Rectangles Worksheets (Retro)</label>
<div class="desc">
<a href="https://math-drills.com/measurement/rectangles_area_perimeter_0109_0decimal_001.php" class="">(Retro) Rectangles (whole numbers; range 1-9)</a>
<a href="https://math-drills.com/measurement/rectangles_area_perimeter_0520_0decimal_001.php" class="">(Retro) Rectangles (whole numbers; range 5-20)</a>
<a href="https://math-drills.com/measurement/rectangles_area_perimeter_1099_0decimal_001.php" class="">(Retro) Rectangles (whole numbers; range 10-99)</a>
<a href="https://math-drills.com/measurement/rectangles_area_perimeter_0109_1decimal_001.php" class="">(Retro) Rectangles (1 decimal place; range 1-9)</a>
<a href="https://math-drills.com/measurement/rectangles_area_perimeter_0520_1decimal_001.php" class="">(Retro) Rectangles (1 decimal place; range 5-20)</a>
<a href="https://math-drills.com/measurement/rectangles_area_perimeter_1099_1decimal_001.php" class="">(Retro) Rectangles (1 decimal place; range 10-99)</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="measuring-angles-rectangles-triangles-41"><label for="measuring-angles-rectangles-triangles-41" class="wtitle">Calculating Other Rectangle Measurements Using Perimeter and Area</label>
<div class="desc">
<a href="https://math-drills.com/measurement/rectangles_side_area_whole_smaller_001.php" class="">Calculate the <strong>Side and Area</strong> Measurements of Rectangles from Perimeter and Side (Smaller Whole Numbers)</a>
<a href="https://math-drills.com/measurement/rectangles_side_area_whole_larger_001.php" class="">Calculate the <strong>Side and Area</strong> Measurements of Rectangles from Perimeter and Side (Larger Whole Numbers)</a>
<a href="https://math-drills.com/measurement/rectangles_side_area_decimal_001.php" class="">Calculate the <strong>Side and Area</strong> Measurements of Rectangles from Perimeter and Side (Decimal Numbers)</a>
<a href="https://math-drills.com/measurement/rectangles_side_perimeter_whole_smaller_001.php" class="">Calculate the <strong>Side and Perimeter</strong> Measurements of Rectangles from Area and Side (Smaller Whole Numbers)</a>
<a href="https://math-drills.com/measurement/rectangles_side_perimeter_whole_larger_001.php" class="">Calculate the <strong>Side and Perimeter</strong> of Rectangles from Area and Side Measurements (Larger Whole Numbers)</a>
<a href="https://math-drills.com/measurement/rectangles_side_perimeter_decimal_001.php" class="">Calculate the <strong>Side and Perimeter</strong> of Rectangles from Area and Side Measurements (Decimal Numbers)</a>
<a href="https://math-drills.com/measurement/rectangles_side_side_whole_smaller_001.php" class="">Calculate the <strong>Side</strong> Measurements of Rectangles from Perimeter and Area (Smaller Whole Numbers)</a>
<a href="https://math-drills.com/measurement/rectangles_side_side_whole_larger_001.php" class="">Calculate the <strong>Side</strong> Measurements of Rectangles from Perimeter and Area (Larger Whole Numbers)</a>
<a href="https://math-drills.com/measurement/rectangles_side_side_decimal_001.php" class="">Calculate the <strong>Side</strong> Measurements of Rectangles from Perimeter and Area (Decimal Numbers)</a>
<a href="https://math-drills.com/measurement/rectangles_various_whole_smaller_001.php" class="">Calculate <strong>Various</strong> Rectangle Measurements (Smaller <strong>Whole</strong> Numbers)</a>
<a href="https://math-drills.com/measurement/rectangles_various_whole_larger_001.php" class="">Calculate <strong>Various</strong> Rectangle Measurements (Larger <strong>Whole</strong> Numbers)</a>
<a href="https://math-drills.com/measurement/rectangles_various_decimal_001.php" class="">Calculate <strong>Various</strong> Rectangle Measurements (<strong>Decimal</strong> Numbers)</a>
</div>
</li>
<li><p>If you want students to understand the triangle area formula, you might want to study parallelograms and rectangles first. Once students get how area is calculated for rectangles and parallelograms, they simply need to cut parallelograms and rectangles in half diagonally to get related triangles. They should quickly see that the area of a triangle is simply half of the area of the related quadrilateral.</p></li>
<li><input type="checkbox" class="list-checkbox" id="measuring-angles-rectangles-triangles-42"><label for="measuring-angles-rectangles-triangles-42" class="wtitle">Area and Perimeter of Triangles Worksheets</label>
<div class="desc">
<a href="https://math-drills.com/measurement/triangles_area_perimeter_acute_upright_001.php" class="">Calculate the Area and Perimeter <strong>of Acute Triangles</strong></a>
<a href="https://math-drills.com/measurement/triangles_area_perimeter_acute_rotated_001.php" class="">Calculate the Area and Perimeter <strong>of Acute Triangles</strong> (Rotated Triangles)</a>
<a href="https://math-drills.com/measurement/triangles_area_perimeter_right_upright_001.php" class="">Calculate the Area and Perimeter <strong>of Right Triangles</strong></a>
<a href="https://math-drills.com/measurement/triangles_area_perimeter_right_rotated_001.php" class="">Calculate the Area and Perimeter <strong>of Right Triangles</strong> (Rotated Triangles)</a>
<a href="https://math-drills.com/measurement/triangles_area_perimeter_obtuse_upright_001.php" class="">Calculate the Area and Perimeter <strong>of Obtuse Triangles</strong></a>
<a href="https://math-drills.com/measurement/triangles_area_perimeter_obtuse_rotated_001.php" class="">Calculate the Area and Perimeter <strong>of Obtuse Triangles</strong> (Rotated Triangles)</a>
<a href="https://math-drills.com/measurement/triangles_area_perimeter_acuteright_upright_001.php" class="">Calculate the Area and Perimeter <strong>of Acute and Right Triangles</strong></a>
<a href="https://math-drills.com/measurement/triangles_area_perimeter_acuteright_rotated_001.php" class="">Calculate the Area and Perimeter <strong>of Acute and Right Triangles</strong> (Rotated Triangles)</a>
<a href="https://math-drills.com/measurement/triangles_area_perimeter_all_upright_001.php" class="">Calculate the Area and Perimeter <strong>of Various Triangles</strong></a>
<a href="https://math-drills.com/measurement/triangles_area_perimeter_all_rotated_001.php" class="">Calculate the Area and Perimeter <strong>of Various Triangles</strong> (Rotated Triangles)</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="measuring-angles-rectangles-triangles-43"><label for="measuring-angles-rectangles-triangles-43" class="wtitle">Area and Perimeter of Triangles Worksheets (Retro)</label>
<div class="desc">
<a href="https://math-drills.com/measurement/triangles_area_perimeter_0105_1decimal_001.php" class="">(Retro) Triangles (1 decimal place; range 1-5)</a>
<a href="https://math-drills.com/measurement/triangles_area_perimeter_0109_1decimal_001.php" class="">(Retro) Triangles (1 decimal place; range 1-9)</a>
<a href="https://math-drills.com/measurement/triangles_area_perimeter_0520_1decimal_001.php" class="">(Retro) Triangles (1 decimal place; range 5-20)</a>
<a href="https://math-drills.com/measurement/triangles_area_perimeter_1099_1decimal_001.php" class="">(Retro) Triangles (1 decimal place; range 10-99)</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="measuring-angles-rectangles-triangles-44"><label for="measuring-angles-rectangles-triangles-44" class="wtitle">Calculating Other Triangle Measurements (Angles, Heights, Bases)</label>
<div class="desc">
<a href="https://math-drills.com/measurement/triangles_calculate_angles_given_other_angles_001.php" class=""><strong>Calculate Angles of a Triangle</strong> Given Other Angle(s)</a>
<a href="https://math-drills.com/measurement/triangles_calculate_perimeter_height_001.php" class="">Calculate the <strong>Perimeter and Height</strong> Measurements of Triangles</a>
<a href="https://math-drills.com/measurement/triangles_calculate_area_height_001.php" class="">Calculate the <strong>Area and Height</strong> Measurements of Right Triangles</a>
<a href="https://math-drills.com/measurement/triangles_calculate_base_height_001.php" class="">Calculate the <strong>Base and Height</strong> Measurements of Triangles</a>
<a href="https://math-drills.com/measurement/triangles_calculate_various_measurements_001.php" class="">Calculate <strong>Various</strong> Measurements of Triangles</a>
<a href="https://math-drills.com/measurement/triangles_calculate_with_herons_formula_001.php" class="">Calculate the <strong>Perimeter and Area from Side Measurements</strong> of Triangles (Heron's Formula)</a>
</div>
</li>
</ul>
</div>
</div>
<div class="wscontainer bc01">
<div class="titlearea">
<h2 id="measuring-other-polygons">Measuring Other Polygons</h2>
</div>
<div class="imagearea">
<img src="https://math-drills.com/measurement/images/parallelograms_area_perimeter_0109_0decimal_001_300.004.jpg" alt="" width="250" height="324" loading="lazy">
</div>
<div class="worksheetsarea">
<ul class="list">
<li><input type="checkbox" class="list-checkbox" id="measuring-other-polygons-45"><label for="measuring-other-polygons-45" class="wtitle">Area and Perimeter of Parallelograms Worksheets</label>
<div class="desc">
<a href="https://math-drills.com/measurement/parallelograms_area_perimeter_0109_0decimal_001.php" class="">Parallelograms (whole number base; range 1-9)</a>
<a href="https://math-drills.com/measurement/parallelograms_area_perimeter_0105_1decimal_001.php" class="">Parallelograms (1 decimal place; range 1-5)</a>
<a href="https://math-drills.com/measurement/parallelograms_area_perimeter_0109_1decimal_001.php" class="">Parallelograms (1 decimal place; range 1-9)</a>
<a href="https://math-drills.com/measurement/parallelograms_area_perimeter_0520_1decimal_001.php" class="">Parallelograms (1 decimal place; range 5-20)</a>
<a href="https://math-drills.com/measurement/parallelograms_area_perimeter_1099_1decimal_001.php" class="">Parallelograms (1 decimal place; range 10-99)</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="measuring-other-polygons-46"><label for="measuring-other-polygons-46" class="wtitle">Area and Perimeter of Trapezoids Worksheets</label>
<div class="desc">
<a href="https://math-drills.com/measurement/trapezoids_area_perimeter_0105_1decimal_001.php" class="">Calculate the <strong>Area and Perimeter</strong> of Trapezoids (Smaller Numbers)</a>
<a href="https://math-drills.com/measurement/trapezoids_area_perimeter_0109_1decimal_001.php" class="">Calculate the <strong>Area and Perimeter</strong> of Trapezoids (Larger Numbers)</a>
<a href="https://math-drills.com/measurement/trapezoids_area_perimeter_0520_1decimal_001.php" class="">Calculate the <strong>Area and Perimeter</strong> of Trapezoids (Even Larger Numbers)</a>
<a href="https://math-drills.com/measurement/trapezoids_area_perimeter_1099_1decimal_001.php" class="">Calculate the <strong>Area and Perimeter</strong> of Trapezoids (Larger Still Numbers)</a>
<a href="https://math-drills.com/measurement/trapezoids_area_perimeter_isosceles_001.php" class="">Calculate the <strong>Area and Perimeter</strong> of Isosceles Trapezoids</a>
<a href="https://math-drills.com/measurement/trapezoids_area_perimeter_right_001.php" class="">Calculate the <strong>Area and Perimeter</strong> of Right Trapezoids</a>
<a href="https://math-drills.com/measurement/trapezoids_area_perimeter_scalene_001.php" class="">Calculate the <strong>Area and Perimeter</strong> of Scalene Trapezoids</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="measuring-other-polygons-47"><label for="measuring-other-polygons-47" class="wtitle">Calculating Other Trapezoid Measurements Worksheets</label>
<div class="desc">
<a href="https://math-drills.com/measurement/trapezoids_other_base_area_001.php" class="">Calculate <strong>Bases and Areas</strong> of Trapezoids</a>
<a href="https://math-drills.com/measurement/trapezoids_other_base_height_001.php" class="">Calculate <strong>Bases and the Heights</strong> of Trapezoids</a>
<a href="https://math-drills.com/measurement/trapezoids_other_base_perimeter_001.php" class="">Calculate <strong>Bases and Perimeters</strong> of Trapezoids</a>
<a href="https://math-drills.com/measurement/trapezoids_other_base_side_001.php" class="">Calculate <strong>Bases and Sides</strong> of Trapezoids</a>
<a href="https://math-drills.com/measurement/trapezoids_other_mixed_001.php" class=""><strong>Mixed</strong> Trapezoids Questions</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="measuring-other-polygons-48"><label for="measuring-other-polygons-48" class="wtitle"><svg class="size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#flag-uk"></use></svg> Area and Perimeter of Trapeziums Worksheets (U.K. Format: Name of Shape)</label>
<div class="desc">
<a href="https://math-drills.com/measurement/trapeziums_area_perimeter_0105_1decimal_001.php" class="">Calculate the <strong>Area and Perimeter</strong> of Trapeziums (Smaller Numbers)</a>
<a href="https://math-drills.com/measurement/trapeziums_area_perimeter_0109_1decimal_001.php" class="">Calculate the <strong>Area and Perimeter</strong> of Trapeziums (Larger Numbers)</a>
<a href="https://math-drills.com/measurement/trapeziums_area_perimeter_0520_1decimal_001.php" class="">Calculate the <strong>Area and Perimeter</strong> of Trapeziums (Even Larger Numbers)</a>
<a href="https://math-drills.com/measurement/trapeziums_area_perimeter_1099_1decimal_001.php" class="">Calculate the <strong>Area and Perimeter</strong> of Trapeziums (Larger Still Numbers)</a>
<a href="https://math-drills.com/measurement/trapeziums_area_perimeter_isosceles_001.php" class="">Calculate the <strong>Area and Perimeter</strong> of Isosceles Trapeziums</a>
<a href="https://math-drills.com/measurement/trapeziums_area_perimeter_right_001.php" class="">Calculate the <strong>Area and Perimeter</strong> of Right Trapeziums</a>
<a href="https://math-drills.com/measurement/trapeziums_area_perimeter_scalene_001.php" class="">Calculate the <strong>Area and Perimeter</strong> of Scalene Trapeziums</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="measuring-other-polygons-49"><label for="measuring-other-polygons-49" class="wtitle"><svg class="size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#flag-uk"></use></svg> Calculating Other Trapezium Measurements Worksheets (U.K. Format: Name of Shape)</label>
<div class="desc">
<a href="https://math-drills.com/measurement/trapeziums_other_base_area_001.php" class="">Calculate <strong>Bases and Areas</strong> of Trapeziums</a>
<a href="https://math-drills.com/measurement/trapeziums_other_base_height_001.php" class="">Calculate <strong>Bases and Heights</strong> of Trapeziums</a>
<a href="https://math-drills.com/measurement/trapeziums_other_base_perimeter_001.php" class="">Calculate <strong>Bases and Perimeters</strong> of Trapeziums</a>
<a href="https://math-drills.com/measurement/trapeziums_other_base_side_001.php" class="">Calculate <strong>Bases and Sides</strong> of Trapeziums</a>
<a href="https://math-drills.com/measurement/trapeziums_other_mixed_001.php" class=""><strong>Mixed</strong> Trapeziums Questions</a>
</div>
</li>
<li><p>The shapes are mixed up on the worksheets in this section. These area and perimeter worksheets would be best suited to students who have mastered finding the areas of triangles, rectangles, parallelograms, and trapezoids.</p></li>
<li><input type="checkbox" class="list-checkbox" id="measuring-other-polygons-50"><label for="measuring-other-polygons-50" class="wtitle">Calculating the Area and Perimeter of Various Shapes</label>
<div class="desc">
<a href="https://math-drills.com/measurement/area_perimeter_various_shapes_0109_1decimal_001.php" class="">Various Shapes (1 decimal place; range 1-9)</a>
<a href="https://math-drills.com/measurement/area_perimeter_various_shapes_0520_1decimal_001.php" class="">Various Shapes (1 decimal place; range 5-20)</a>
<a href="https://math-drills.com/measurement/area_perimeter_various_shapes_1099_1decimal_001.php" class="">Various Shapes (1 decimal place; range 10-99)</a>
</div>
</li>
<li><p>Compound or composite shapes are polygons that are made up of simpler shapes such as triangles and rectangles. Calculating the area of composite shapes involves calculating the areas of the simpler shapes. Calculating the perimeter involves determining which sides are on the outside of the composite shape and adding up their lengths. Sometimes this requires further calculations of hypotenuses and arc lengths or deriving side measurements from other measurements. For the more technical, assume that any horizontal or vertical measurement is precise and other measurements are derived and often rounded. This affects the number of significant digits, of course, but these worksheets take a simpler approach and ask students to round their answers to the number of decimal places used in the measurements.</p></li>
<li><input type="checkbox" class="list-checkbox" id="measuring-other-polygons-51"><label for="measuring-other-polygons-51" class="wtitle">Calculating the Area and Perimeter of Compound/Composite Shapes</label>
<div class="desc">
<a href="https://math-drills.com/measurement/compound_001.php" class="">Area and Perimeter of Measured <strong>Compound/Composite Shapes that Include Rectangles and Triangles</strong></a>
<a href="https://math-drills.com/measurement/compound_shapes_area_perimeter_trapezoids_001.php" class="">Area and Perimeter of Measured <strong>Compound/Composite Shapes that Include Rectangles, Triangles, Parallelograms and Trapezoids</strong></a>
<!--<a href="/measurement/compound_shapes_area_perimeter_circles_001.php" class="">Area and Perimeter of Measured <strong>Compound/Composite Shapes that Include Rectangles, Triangles, Trapezoids and Circle Segments</strong></a>-->
</div>
</li>
</ul>
</div>
</div>
<div class="wscontainer bc01">
<div class="titlearea">
<h2 id="measuring-circles">Measuring Circles</h2>
</div>
<div class="imagearea">
<img src="https://math-drills.com/measurement/images/circles_all_measurements_001_300.004.jpg" alt="" width="250" height="324" loading="lazy">
</div>
<div class="worksheetsarea">
<ul class="list">
<li><p>Radius, diameter, circumference and area are all related measurements; you only need one of them to find the remaining measurements. Diameter and radius are the simplest ones because the diameter of a circle is twice the radius and, conversely, the radius is half the diameter. To calculate between radius/diameter and circumference/area, you need to use π (pi). Depending on your accessibility to calculators or computers, you may use many digits of pi in the calculation or just a few. Often, people without calculators use an estimate of pi (3 or 3.14). Just for fun we made a worksheet with pi to 100,000 decimal places. The calculations on the worksheets below use a fairly precise version of pi; you may have to adjust the answers if you use more rounded versions of pi.</p></li>
<li><input type="checkbox" class="list-checkbox" id="measuring-circles-52"><label for="measuring-circles-52" class="wtitle">Pi to 100K Decimal Places Reference</label>
<div class="desc">
<a href="https://math-drills.com/measurement/pi.php" class="">Pi to 100K Decimal Places</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="measuring-circles-53"><label for="measuring-circles-53" class="wtitle">Circle Measurements Worksheets (Area, Circumference, Diameter, Radius)</label>
<div class="desc">
<a href="https://math-drills.com/measurement/circles_all_measurements_001.php" class="">Calculate All Circle Measurements</a>
<a href="https://math-drills.com/measurement/circles_circumference_area_from_radius_001.php" class="">Calculate the Area & Circumference from Radius</a>
<a href="https://math-drills.com/measurement/circles_circumference_area_from_diameter_001.php" class="">Calculate the Area & Circumference from Diameter</a>
<a href="https://math-drills.com/measurement/circles_circumference_area_001.php" class="">Calculate the Area & Circumference</a>
<a href="https://math-drills.com/measurement/circles_radius_diameter_from_area_001.php" class="">Calculate the Radius & Diameter from Area</a>
<a href="https://math-drills.com/measurement/circles_radius_diameter_from_circumference_001.php" class="">Calculate the Radius & Diameter from Circumference</a>
<a href="https://math-drills.com/measurement/circles_radius_diameter_001.php" class="">Calculate the Radius & Diameter</a>
<a href="https://math-drills.com/measurement/circumference_area_circles_001.php" class="">Calculate the Area & Circumference (old)</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="measuring-circles-54"><label for="measuring-circles-54" class="wtitle">Calculating Arc Lengths</label>
<div class="desc">
<a href="https://math-drills.com/measurement/circles_arc_measurements_arclength_from_circumference_001.php" class="">Calculating <strong>Arc Length</strong> from <strong>Circumference</strong></a>
<a href="https://math-drills.com/measurement/circles_arc_measurements_arclength_from_radius_001.php" class="">Calculating <strong>Arc Length</strong> from <strong>Radius</strong></a>
<a href="https://math-drills.com/measurement/circles_arc_measurements_arclength_from_diameter_001.php" class="">Calculating <strong>Arc Length</strong> from <strong>Diameter</strong></a>
<a href="https://math-drills.com/measurement/circles_arc_measurements_arclength_from_length_001.php" class="">Calculating <strong>Arc Length</strong> from <strong>Radius or Diameter</strong></a>
<a href="https://math-drills.com/measurement/circles_arc_measurements_arclength_from_any_001.php" class="">Calculating <strong>Arc Length</strong> from <strong>Circumference, Radius or Diameter</strong></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="measuring-circles-55"><label for="measuring-circles-55" class="wtitle">Calculating Arc Angles</label>
<div class="desc">
<a href="https://math-drills.com/measurement/circles_arc_measurements_arcangle_from_circumference_001.php" class="">Calculating <strong>Arc Angle</strong> from <strong>Circumference</strong></a>
<a href="https://math-drills.com/measurement/circles_arc_measurements_arcangle_from_radius_001.php" class="">Calculating <strong>Arc Angle</strong> from <strong>Radius</strong></a>
<a href="https://math-drills.com/measurement/circles_arc_measurements_arcangle_from_diameter_001.php" class="">Calculating <strong>Arc Angle</strong> from <strong>Diameter</strong></a>
<a href="https://math-drills.com/measurement/circles_arc_measurements_arcangle_from_length_001.php" class="">Calculating <strong>Arc Angle</strong> from <strong>Radius or Diameter</strong></a>
<a href="https://math-drills.com/measurement/circles_arc_measurements_arcangle_from_any_001.php" class="">Calculating <strong>Arc Angle</strong> from <strong>Circumference, Radius or Diameter</strong></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="measuring-circles-56"><label for="measuring-circles-56" class="wtitle">Calculating Arc Lengths and Angles</label>
<div class="desc">
<a href="https://math-drills.com/measurement/circles_arc_measurements_mixed_from_circumference_001.php" class="">Calculating <strong>Arc Length or Angle</strong> from <strong>Circumference</strong></a>
<a href="https://math-drills.com/measurement/circles_arc_measurements_mixed_from_radius_001.php" class="">Calculating <strong>Arc Length or Angle</strong> from <strong>Radius</strong></a>
<a href="https://math-drills.com/measurement/circles_arc_measurements_mixed_from_diameter_001.php" class="">Calculating <strong>Arc Length or Angle</strong> from <strong>Diameter</strong></a>
<a href="https://math-drills.com/measurement/circles_arc_measurements_mixed_from_length_001.php" class="">Calculating <strong>Arc Length or Angle</strong> from <strong>Radius or Diameter</strong></a>
<a href="https://math-drills.com/measurement/circles_arc_measurements_mixed_from_any_001.php" class="">Calculating <strong>Arc Length or Angle</strong> from <strong>Circumference, Radius or Diameter</strong></a>
</div>
</li>
</ul>
</div>
</div>
<div class="wscontainer bc01">
<div class="titlearea">
<h2 id="measuring-three-dimensional-forms">Measuring Three-Dimensional Forms</h2>
</div>
<div class="imagearea">
<img src="https://math-drills.com/measurement/images/prisms_rectangular_volume_surfacearea_whole_001_300.004.jpg" alt="" width="250" height="324" loading="lazy">
</div>
<div class="worksheetsarea">
<ul class="list">
<li><input type="checkbox" class="list-checkbox" id="measuring-three-dimensional-forms-57"><label for="measuring-three-dimensional-forms-57" class="wtitle">Volume and Surface Area of Rectangular Prisms Worksheets</label>
<div class="desc">
<a href="https://math-drills.com/measurement/prisms_rectangular_volume_surfacearea_whole_001.php" class=""><strong>Rectangular</strong> Prisms Volume and Surface Area (<strong>Whole Numbers</strong>)</a>
<a href="https://math-drills.com/measurement/prisms_rectangular_volume_surfacearea_decimal_001.php" class=""><strong>Rectangular</strong> Prisms Volume and Surface Area (<strong>Decimal Numbers</strong>)</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="measuring-three-dimensional-forms-58"><label for="measuring-three-dimensional-forms-58" class="wtitle">Volume and Surface Area of Triangular Prisms Worksheets</label>
<div class="desc">
<a href="https://math-drills.com/measurement/triangular_prisms_volume_surface_area_bw_001.php" class=""><strong>Triangular</strong> Prisms Volume and Surface Area (<strong>Black and White</strong>)</a>
<a href="https://math-drills.com/measurement/triangular_prisms_volume_surface_area_color_001.php" class=""><strong>Triangular</strong> Prisms Volume and Surface Area (<strong>Color</strong>)</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="measuring-three-dimensional-forms-59"><label for="measuring-three-dimensional-forms-59" class="wtitle">Volume and Surface Area of Cylinders Worksheets</label>
<div class="desc">
<a href="https://math-drills.com/measurement/geom_cylinders_001.php" class=""><strong>Cylinders</strong> Volume and Surface Area</a>
<a href="https://math-drills.com/measurement/geom_cylinders_surface_area_volume_small_001.php" class=""><strong>Cylinders</strong> Volume and Surface Area (<strong>Small Measurements</strong>)</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="measuring-three-dimensional-forms-60"><label for="measuring-three-dimensional-forms-60" class="wtitle">Volume and Surface Area of Other Prisms Worksheets</label>
<div class="desc">
<a href="https://math-drills.com/measurement/right_prism_001.php" class=""><strong>Parallelogram</strong> Prisms Volume and Surface Area</a>
<a href="https://math-drills.com/measurement/right_prism_003.php" class=""><strong>Trapezoid</strong> Prisms Volume and Surface Area</a>
<a href="https://math-drills.com/measurement/right_prism_005.php" class=""><strong>Composite-Base</strong> Prisms Volume and Surface Area</a>
<a href="https://math-drills.com/measurement/right_prism_007.php" class=""><strong>Mixed Right</strong> Prisms Volume and Surface Area</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="measuring-three-dimensional-forms-61"><label for="measuring-three-dimensional-forms-61" class="wtitle">Volume and Surface Area of Spheres Worksheets</label>
<div class="desc">
<a href="https://math-drills.com/measurement/spheres_volume_surfacearea_1decimal_001.php" class="">Volume and Surface Area of Spheres (1 Decimal Place)</a>
<a href="https://math-drills.com/measurement/spheres_volume_surfacearea_2decimal_001.php" class="">Volume and Surface Area of Spheres (2 Decimal Places)</a>
<a href="https://math-drills.com/measurement/spheres_volume_surfacearea_large_001.php" class="">Volume and Surface Area of Spheres (Large Numbers)</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="measuring-three-dimensional-forms-62"><label for="measuring-three-dimensional-forms-62" class="wtitle">Volume and Surface Area of Cones Worksheets</label>
<div class="desc">
<a href="https://math-drills.com/measurement/cones_volume_surfacearea_whole_001.php" class="">Volume and Surface Area of Cones (Whole Numbers)</a>
<a href="https://math-drills.com/measurement/cones_volume_surfacearea_1decimal_001.php" class="">Volume and Surface Area of Cones (1 Decimal Place)</a>
<a href="https://math-drills.com/measurement/cones_volume_surfacearea_2decimal_001.php" class="">Volume and Surface Area of Cones (2 Decimal Places)</a>
<a href="https://math-drills.com/measurement/cones_volume_surfacearea_large_001.php" class="">Volume and Surface Area of Cones (Large Numbers)</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="measuring-three-dimensional-forms-63"><label for="measuring-three-dimensional-forms-63" class="wtitle">Volume and Surface Area of Conical Frustums Worksheets</label>
<div class="desc">
<a href="https://math-drills.com/measurement/conicalfrustums_volume_surfacearea_whole_001.php" class="">Volume and Surface Area of Conincal Frustums (Whole Numbers)</a>
<a href="https://math-drills.com/measurement/conicalfrustums_volume_surfacearea_1decimal_001.php" class="">Volume and Surface Area of Conincal Frustums (1 Decimal Place)</a>
<a href="https://math-drills.com/measurement/conicalfrustums_volume_surfacearea_2decimal_001.php" class="">Volume and Surface Area of Conincal Frustums (2 Decimal Places)</a>
<a href="https://math-drills.com/measurement/conicalfrustums_volume_surfacearea_large_001.php" class="">Volume and Surface Area of Conincal Frustums (Large Numbers)</a>
</div>
</li>
</ul>
</div>
</div>
</div> <!-- End of Content Div -->
<div class="footer">
<p><img src="https://math-drills.com/images/math-drills-footer.001.svg" alt="Math-Drills Logo" loading="lazy" width="940" height="347"></p>
<p class="pwhite">
Copyright © 2005-2024 <span itemprop="brand" itemscope itemtype="http://schema.org/Brand">
<span itemprop="name">Math-Drills.com</span></span>
<br>
You may use the math worksheets on this website according to our Terms of Use to help students learn math.
</p>
</div>
<script>
function openWNav() {
var x = document.getElementById("worksheetnav");
if (x.style.display === "none" || x.style.display === "") {x.style.display = "flex";} else {x.style.display = "none";}
}
</script>
</body>
<!-- Mirrored from math-drills.com/measurement.php by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 30 Aug 2024 17:57:08 GMT -->
</html>