-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpowersoften.html
783 lines (754 loc) · 77.4 KB
/
powersoften.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
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from math-drills.com/powersoften.php by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 30 Aug 2024 17:57:09 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head>
<meta charset="UTF-8">
<title>Powers of Ten Worksheets</title>
<meta name="description" content="Powers of ten math worksheets including multiplying and dividing by whole numbers and decimals.">
<meta name="keywords" content="math, worksheet, power, ten, multiply, divide, decimal, whole, number">
<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/powersoften.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">Powers of Ten 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 Powers of Ten Worksheets this Week</a></div>
<div class="h2"><a href="#learning-powers-of-ten">Learning Powers of Ten</a></div>
<div class="h2"><a href="#multiply-divide-whole-powers-of-ten">Multiplying and Dividing Whole Numbers by Powers of Ten</a></div>
<div class="h2"><a href="#multiply-divide-decimal-powers-of-ten">Multiplying and Dividing Decimals by Powers of Ten</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 powers of ten math worksheets page at Math-Drills.com where you have the power to learn this important skill! This page includes <span itemprop="description">Powers of ten math worksheets with whole numbers and decimals in comma/point and point/comma formats for students to learn this important skill.</span></p>
<p>Understanding how to multiply and divide by powers of ten is one of those essential skills that students can't do without. It makes it easier to use estimation skills, it is essential in learning large and small numbers, and solidifies an understanding of place value and numbers in general. This page includes a lot of powers of ten worksheets with whole numbers on them because there are fewer digits to work with and the decimal place is in a consistent location which means that the whole number worksheets will prove to be a nice stepping stone to the more difficult decimal versions further down the page.</p>
<p>Positive powers of ten refers to 10, 100, and 1,000. Negative powers of ten refers to 0.1, 0.01, and 0.001. We've supplied worksheets in both standard form and exponent form. In case this is new to you, 10<sup>-3</sup> = 0.001, 10<sup>-2</sup> = 0.01, 10<sup>-1</sup> = 0.1, 10<sup>0</sup> = 1, 10<sup>1</sup> = 10, 10<sup>2</sup> = 100, 10<sup>3</sup> = 1000.</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 Powers of Ten Worksheets this Week</h2>
<div class="searchresults">
<a href="https://math-drills.com/powersoften/pt_mul_01digitbysppt_001.php" title="Learning to Multiply Numbers (Range 1 to 10) by Positive Powers of Ten in Standard Form"><figure><img src="https://math-drills.com/powersoften/images/pt_mul_01digitbysppt_001_300.1566998081.jpg" alt="Learning to Multiply Numbers (Range 1 to 10) by Positive Powers of Ten in Standard Form" loading="lazy" width="250" height="324"><figcaption>Learning to Multiply Numbers (Range 1 to 10) by Positive Powers of Ten in Standard Form (<strong>525 views this week</strong>)</figcaption></figure></a>
<a href="https://math-drills.com/powersoften/powersoften_mixed_decimal_all_standard_001.php" title="Multiplying and Dividing Decimals by All Powers of Ten (Standard Form)"><figure><img src="https://math-drills.com/powersoften/images/powersoften_mixed_decimal_all_standard_001_300.1359825212.jpg" alt="Multiplying and Dividing Decimals by All Powers of Ten (Standard Form)" loading="lazy" width="250" height="324"><figcaption>Multiplying and Dividing Decimals by All Powers of Ten (Standard Form) (<strong>340 views this week</strong>)</figcaption></figure></a>
<a href="https://math-drills.com/powersoften/powersoften_mixed_decimal_pos_exponent_001.php" title="Multiplying and Dividing Decimals by Positive Powers of Ten (Exponent Form)"><figure><img src="https://math-drills.com/powersoften/images/powersoften_mixed_decimal_pos_exponent_001_300.1359825020.jpg" alt="Multiplying and Dividing Decimals by Positive Powers of Ten (Exponent Form)" loading="lazy" width="250" height="324"><figcaption>Multiplying and Dividing Decimals by Positive Powers of Ten (Exponent Form) (<strong>271 views this week</strong>)</figcaption></figure></a>
<a href="https://math-drills.com/powersoften/euro_powersoften_multiply_pos_exponent_001.php" title="Multiplying Whole Numbers by Positive Powers of Ten (Exponent Form)"><figure><img src="https://math-drills.com/powersoften/images/euro_powersoften_multiply_pos_exponent_001_300.1465756171.jpg" alt="Multiplying Whole Numbers by Positive Powers of Ten (Exponent Form)" loading="lazy" width="250" height="324"><figcaption>Multiplying Whole Numbers by Positive Powers of Ten (Exponent Form) (<strong>196 views this week</strong>)</figcaption></figure></a>
<a href="https://math-drills.com/powersoften/powersoften_divide_exponentform_numbers10to99_by_negativepot_001.php" title="Learning to Divide Numbers (Range 10 to 99) by Negative Powers of Ten in Exponent Form"><figure><img src="https://math-drills.com/powersoften/images/powersoften_divide_exponentform_numbers10to99_by_negativepot_001_300.1566997994.jpg" alt="Learning to Divide Numbers (Range 10 to 99) by Negative Powers of Ten in Exponent Form" loading="lazy" width="250" height="324"><figcaption>Learning to Divide Numbers (Range 10 to 99) by Negative Powers of Ten in Exponent Form (<strong>191 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="learning-powers-of-ten">Learning Powers of Ten</h2>
</div>
<div class="imagearea">
<img src="https://math-drills.com/powersoften/images/pt_mul_01digitbysppt_001_300.004.jpg" alt="" width="250" height="324" loading="lazy">
</div>
<div class="worksheetsarea">
<ul class="list">
<li><p>The learning to multiply by powers of ten worksheets include the same number multiplied by the positive or negative powers of ten. This allows students to see patterns in multiplying or dividing by a set of powers of ten.</p></li>
<li><p>A good place to start is with the powers of ten in standard form. Later on, introduce students to the exponent form as they will already know how to multiply or divide with powers of ten and can focus on learning the relationship between the exponents and the number of zeros they need to work with.</p></li>
<li><input type="checkbox" class="list-checkbox" id="learning-powers-of-ten-1"><label for="learning-powers-of-ten-1" class="wtitle">Learning To Multiply Whole Numbers By Powers Of Ten (Standard Form)</label>
<div class="desc">
<a href="https://math-drills.com/powersoften/pt_mul_01digitbysppt_001.php" class="">Numbers from <strong>1 to 10</strong> × <strong>Positive</strong> Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/pt_mul_02digitbysppt_001.php" class=""><strong>Two-Digit</strong> Numbers × <strong>Positive</strong> Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/pt_mul_01digitbysnpt_001.php" class="">Numbers from <strong>1 to 10</strong> × <strong>Negative</strong> Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/pt_mul_02digitbysnpt_001.php" class=""><strong>Two-Digit</strong> Numbers × <strong>Negative</strong> Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/pt_mul_wholebynptresultwhole_001.php" class="">Whole Number × Negative Powers of Ten (Whole Number Results) (Standard Form)</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="learning-powers-of-ten-2"><label for="learning-powers-of-ten-2" class="wtitle">Learning To Multiply Whole Numbers By Powers Of Ten (Exponent Form)</label>
<div class="desc">
<a href="https://math-drills.com/powersoften/powersoften_multiply_exponentform_numbers01to10_by_positivepot_001.php" class="">Numbers from <strong>1 to 10</strong> × <strong>Positive</strong> Powers of Ten (<strong>Exponent</strong> Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_exponentform_numbers10to99_by_positivepot_001.php" class=""><strong>Two-Digit</strong> Numbers × <strong>Positive</strong> Powers of Ten (<strong>Exponent</strong> Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_exponentform_numbers01to10_by_negativepot_001.php" class="">Numbers from <strong>1 to 10</strong> × <strong>Negative</strong> Powers of Ten (<strong>Exponent</strong> Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_exponentform_numbers10to99_by_negativepot_001.php" class=""><strong>Two-Digit</strong> Numbers × <strong>Negative</strong> Powers of Ten (<strong>Exponent</strong> Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_exponentform_numbers01to10_by_negativepot_whole_result_001.php" class="">Numbers from <strong>1 to 10</strong> × <strong>Negative</strong> Powers of Ten (Whole Number Results) (<strong>Exponent</strong> Form)</a>
</div>
</li>
<li><p>Multiplying with multiples of powers of ten has tremendous benefits in mental math. Think about long multiplication which is essentially multiplying by multiples of powers of ten. For example, 456 × 4 can be thought of as 4 × 400 + 4 × 50 + 4 × 6. The more comfortable students are with handling all those extra zeros, the less often they will make mistakes.</p></li>
<li><input type="checkbox" class="list-checkbox" id="learning-powers-of-ten-3"><label for="learning-powers-of-ten-3" class="wtitle">Learning To Multiply Whole Numbers By Multiples of Powers Of Ten (Standard Form)</label>
<div class="desc">
<a href="https://math-drills.com/powersoften/pt_mul_01digitbymppt_001.php" class="">Numbers from <strong>1 to 10</strong> × Multiples of <strong>Positive</strong> Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/pt_mul_02digitbymppt_001.php" class=""><strong>Two-Digit</strong> Numbers × Multiples of <strong>Positive</strong> Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/pt_mul_01digitbymnpt_001.php" class="">Numbers from <strong>1 to 10</strong> × Multiples of <strong>Negative</strong> Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/pt_mul_02digitbymnpt_001.php" class=""><strong>Two-Digit</strong> Numbers × Multiples of <strong>Negative</strong> Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/pt_mul_wholebymnptresultwhole_001.php" class="">Whole Number × Multiples of Negative Powers of Ten (Whole Number Results) (Standard Form)</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="learning-powers-of-ten-4"><label for="learning-powers-of-ten-4" class="wtitle">Learning To Multiply Whole Numbers By Multiples of Powers Of Ten (Exponent Form)</label>
<div class="desc">
<a href="https://math-drills.com/powersoften/powersoften_multiply_exponentform_numbers01to10_by_positivepot_multiples_001.php" class="">Numbers from <strong>1 to 10</strong> × Multiples of <strong>Positive</strong> Powers of Ten (<strong>Exponent</strong> Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_exponentform_numbers10to99_by_positivepot_multiples_001.php" class=""><strong>Two-Digit</strong> Numbers × Multiples of <strong>Positive</strong> Powers of Ten (<strong>Exponent</strong> Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_exponentform_numbers01to10_by_negativepot_multiples_001.php" class="">Numbers from <strong>1 to 10</strong> × Multiples of <strong>Negative</strong> Powers of Ten (<strong>Exponent</strong> Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_exponentform_numbers10to99_by_negativepot_multiples_001.php" class=""><strong>Two-Digit</strong> Numbers × Multiples of <strong>Negative</strong> Powers of Ten (<strong>Exponent</strong> Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_exponentform_numbers01to10_by_negativepot_multiples_whole_result_001.php" class="">Numbers from <strong>1 to 10</strong> × Multiples of <strong>Negative</strong> Powers of Ten (Whole Number Results) (<strong>Exponent</strong> Form)</a>
</div>
</li>
<li><p>The learning to divide by powers of ten worksheets include the same number divided by the positive or negative powers of ten.</p></li>
<li><input type="checkbox" class="list-checkbox" id="learning-powers-of-ten-5"><label for="learning-powers-of-ten-5" class="wtitle">Learning To Divide Whole Numbers By Powers Of Ten (Standard Form)</label>
<div class="desc">
<a href="https://math-drills.com/powersoften/pt_div_01digitbysppt_001.php" class="">Numbers from <strong>1 to 10</strong> ÷ <strong>Positive</strong> Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/pt_div_02digitbysppt_001.php" class=""><strong>Two-Digit</strong> Numbers ÷ <strong>Positive</strong> Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/pt_div_01digitbysnpt_001.php" class="">Numbers from <strong>1 to 10</strong> ÷ <strong>Negative</strong> Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/pt_div_02digitbysnpt_001.php" class=""><strong>Two-Digit</strong> Numbers ÷ <strong>Negative</strong> Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/pt_div_wholebypptresultwhole_001.php" class="">Whole Number ÷ Positive Powers of Ten (Whole Number Results)</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="learning-powers-of-ten-6"><label for="learning-powers-of-ten-6" class="wtitle">Learning To Divide Whole Numbers By Powers Of Ten (Exponent Form)</label>
<div class="desc">
<a href="https://math-drills.com/powersoften/powersoften_divide_exponentform_numbers01to10_by_positivepot_001.php" class="">Numbers from <strong>1 to 10</strong> ÷ <strong>Positive</strong> Powers of Ten (<strong>Exponent</strong> Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_divide_exponentform_numbers10to99_by_positivepot_001.php" class=""><strong>Two-Digit</strong> Numbers ÷ <strong>Positive</strong> Powers of Ten (<strong>Exponent</strong> Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_divide_exponentform_numbers01to10_by_negativepot_001.php" class="">Numbers from <strong>1 to 10</strong> ÷ <strong>Negative</strong> Powers of Ten (<strong>Exponent</strong> Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_divide_exponentform_numbers10to99_by_negativepot_001.php" class=""><strong>Two-Digit</strong> Numbers ÷ <strong>Negative</strong> Powers of Ten (<strong>Exponent</strong> Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_divide_exponentform_numbers01to10_by_positivepot_whole_result_001.php" class="">Numbers from <strong>1 to 10</strong> ÷ <strong>Positive</strong> Powers of Ten (Whole Number Results) (<strong>Exponent</strong> Form)</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="learning-powers-of-ten-7"><label for="learning-powers-of-ten-7" class="wtitle">Learning To Divide Whole Numbers By Multiples of Powers Of Ten (Standard Form)</label>
<div class="desc">
<a href="https://math-drills.com/powersoften/pt_div_01digitbymppt_001.php" class="">Numbers ÷ Multiples of <strong>Positive</strong> Powers of Ten (Standard Form) (Quotients <strong>1 to 10</strong>)</a>
<a href="https://math-drills.com/powersoften/pt_div_02digitbymppt_001.php" class="">Numbers ÷ Multiples of <strong>Positive</strong> Powers of Ten (Standard Form) (Quotients <strong>10 to 99</strong>)</a>
<a href="https://math-drills.com/powersoften/pt_div_01digitbymnpt_001.php" class="">Numbers ÷ Multiples of <strong>Negative</strong> Powers of Ten (Standard Form) (Quotients <strong>1 to 10</strong>)</a>
<a href="https://math-drills.com/powersoften/pt_div_02digitbymnpt_001.php" class="">Numbers ÷ Multiples of <strong>Negative</strong> Powers of Ten (Standard Form) (Quotients <strong>10 to 99</strong>)</a>
<a href="https://math-drills.com/powersoften/pt_div_wholebympptresultwhole_001.php" class="">Whole Number ÷ Multiples of Positive Powers of Ten (Whole Number Results)</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="learning-powers-of-ten-8"><label for="learning-powers-of-ten-8" class="wtitle">Learning To Divide Whole Numbers By Multiples of Powers Of Ten (Exponent Form)</label>
<div class="desc">
<a href="https://math-drills.com/powersoften/powersoften_divide_exponentform_numbers01to10_by_positivepot_multiples_001.php" class="">Numbers from <strong>1 to 10</strong> ÷ Multiples of <strong>Positive</strong> Powers of Ten (<strong>Exponent</strong> Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_divide_exponentform_numbers10to99_by_positivepot_multiples_001.php" class=""><strong>Two-Digit</strong> Numbers ÷ Multiples of <strong>Positive</strong> Powers of Ten (<strong>Exponent</strong> Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_divide_exponentform_numbers01to10_by_negativepot_multiples_001.php" class="">Numbers from <strong>1 to 10</strong> ÷ Multiples of <strong>Negative</strong> Powers of Ten (<strong>Exponent</strong> Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_divide_exponentform_numbers10to99_by_negativepot_multiples_001.php" class=""><strong>Two-Digit</strong> Numbers ÷ Multiples of <strong>Negative</strong> Powers of Ten (<strong>Exponent</strong> Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_divide_exponentform_numbers01to10_by_positivepot_multiples_whole_result_001.php" class="">Numbers from <strong>1 to 10</strong> ÷ Multiples of <strong>Positive</strong> Powers of Ten (Whole Number Results) (<strong>Exponent</strong> Form)</a>
</div>
</li>
</ul>
</div>
</div>
<div class="wscontainer bc01">
<div class="titlearea">
<h2 id="multiply-divide-whole-powers-of-ten">Multiplying and Dividing Whole Numbers by Powers of Ten</h2>
</div>
<div class="imagearea">
<img src="https://math-drills.com/powersoften/images/powersoften_multiply_all_standard_001_300.004.jpg" alt="" width="250" height="324" loading="lazy">
</div>
<div class="worksheetsarea">
<ul class="list">
<li><p>Multiplying by positive powers of ten always makes a number larger in absolute value. Conversely, multiplying by negative powers of ten always makes a number smaller in absolute value. Multiplying by 10<sup>0</sup> is the same as multiplying by 1.</p></li>
<li><input type="checkbox" class="list-checkbox" id="multiply-divide-whole-powers-of-ten-9"><label for="multiply-divide-whole-powers-of-ten-9" class="wtitle">Multiplying Whole Numbers By Powers Of Ten (Standard Form)</label>
<div class="desc">
<a href="https://math-drills.com/powersoften/powersoften_multiply_all_standard_001.php" class="">Whole Number × All Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_pos_standard_001.php" class="">Whole Number × All Positive Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_neg_standard_001.php" class="">Whole Number × All Negative Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_n03_standard_001.php" class="">Whole Number × 0.001</a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_n02_standard_001.php" class="">Whole Number × 0.01</a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_n01_standard_001.php" class="">Whole Number × 0.1</a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_p01_standard_001.php" class="">Whole Number × 10</a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_p02_standard_001.php" class="">Whole Number × 100</a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_p03_standard_001.php" class="">Whole Number × 1,000</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multiply-divide-whole-powers-of-ten-10"><label for="multiply-divide-whole-powers-of-ten-10" class="wtitle">Multiplying Whole Numbers By Powers Of Ten (Exponent Form)</label>
<div class="desc">
<a href="https://math-drills.com/powersoften/powersoften_multiply_all_exponent_001.php" class="">Whole Number × All Powers of Ten (Exponent Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_pos_exponent_001.php" class="">Whole Number × All Positive Powers of Ten (Exponent Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_neg_exponent_001.php" class="">Whole Number × All Negative Powers of Ten (Exponent Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_n03_exponent_001.php" class="">Whole Number × 10<sup>-3</sup></a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_n02_exponent_001.php" class="">Whole Number × 10<sup>-2</sup></a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_n01_exponent_001.php" class="">Whole Number × 10<sup>-1</sup></a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_p01_exponent_001.php" class="">Whole Number × 10<sup>1</sup></a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_p02_exponent_001.php" class="">Whole Number × 10<sup>2</sup></a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_p03_exponent_001.php" class="">Whole Number × 10<sup>3</sup></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multiply-divide-whole-powers-of-ten-11"><label for="multiply-divide-whole-powers-of-ten-11" class="wtitle"><svg class="size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#flag-eu"></use></svg> European Format Multiplying Whole Numbers By Powers Of Ten (Standard Form)</label>
<div class="desc">
<a href="https://math-drills.com/powersoften/euro_powersoften_multiply_all_standard_001.php" class="">Whole Number × All Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_multiply_pos_standard_001.php" class="">Whole Number × All Positive Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_multiply_neg_standard_001.php" class="">Whole Number × All Negative Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_multiply_n03_standard_001.php" class="">Whole Number × 0,001</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_multiply_n02_standard_001.php" class="">Whole Number × 0,01</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_multiply_n01_standard_001.php" class="">Whole Number × 0,1</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_multiply_p01_standard_001.php" class="">Whole Number × 10</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_multiply_p02_standard_001.php" class="">Whole Number × 100</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_multiply_p03_standard_001.php" class="">Whole Number × 1.000</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multiply-divide-whole-powers-of-ten-12"><label for="multiply-divide-whole-powers-of-ten-12" class="wtitle"><svg class="size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#flag-eu"></use></svg> European Format Multiplying Whole Numbers By Powers Of Ten (Exponent Form)</label>
<div class="desc">
<a href="https://math-drills.com/powersoften/euro_powersoften_multiply_all_exponent_001.php" class="">Whole Number × All Powers of Ten (Exponent Form)</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_multiply_pos_exponent_001.php" class="">Whole Number × All Positive Powers of Ten (Exponent Form)</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_multiply_neg_exponent_001.php" class="">Whole Number × All Negative Powers of Ten (Exponent Form)</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_multiply_n03_exponent_001.php" class="">Whole Number × 10<sup>-3</sup></a>
<a href="https://math-drills.com/powersoften/euro_powersoften_multiply_n02_exponent_001.php" class="">Whole Number × 10<sup>-2</sup></a>
<a href="https://math-drills.com/powersoften/euro_powersoften_multiply_n01_exponent_001.php" class="">Whole Number × 10<sup>-1</sup></a>
<a href="https://math-drills.com/powersoften/euro_powersoften_multiply_p01_exponent_001.php" class="">Whole Number × 10<sup>1</sup></a>
<a href="https://math-drills.com/powersoften/euro_powersoften_multiply_p02_exponent_001.php" class="">Whole Number × 10<sup>2</sup></a>
<a href="https://math-drills.com/powersoften/euro_powersoften_multiply_p03_exponent_001.php" class="">Whole Number × 10<sup>3</sup></a>
</div>
</li>
<li><p>Dividing by positive powers of ten always makes a number smaller in absolute value. Conversely, dividing by negative powers of ten always makes a number larger in absolute value. Dividing by 10<sup>0</sup> is the same as dividing by 1.</p></li>
<li><input type="checkbox" class="list-checkbox" id="multiply-divide-whole-powers-of-ten-13"><label for="multiply-divide-whole-powers-of-ten-13" class="wtitle">Dividing Whole Numbers By Powers Of Ten (Standard Form)</label>
<div class="desc">
<a href="https://math-drills.com/powersoften/powersoften_divide_all_standard_001.php" class="">Whole Number ÷ All Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_divide_pos_standard_001.php" class="">Whole Number ÷ All Positive Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_divide_neg_standard_001.php" class="">Whole Number ÷ All Negative Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_divide_n03_standard_001.php" class="">Whole Number ÷ 0.001</a>
<a href="https://math-drills.com/powersoften/powersoften_divide_n02_standard_001.php" class="">Whole Number ÷ 0.01</a>
<a href="https://math-drills.com/powersoften/powersoften_divide_n01_standard_001.php" class="">Whole Number ÷ 0.1</a>
<a href="https://math-drills.com/powersoften/powersoften_divide_p01_standard_001.php" class="">Whole Number ÷ 10</a>
<a href="https://math-drills.com/powersoften/powersoften_divide_p02_standard_001.php" class="">Whole Number ÷ 100</a>
<a href="https://math-drills.com/powersoften/powersoften_divide_p03_standard_001.php" class="">Whole Number ÷ 1,000</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multiply-divide-whole-powers-of-ten-14"><label for="multiply-divide-whole-powers-of-ten-14" class="wtitle">Dividing Whole Numbers By Powers Of Ten (Exponent Form)</label>
<div class="desc">
<a href="https://math-drills.com/powersoften/powersoften_divide_all_exponent_001.php" class="">Whole Number ÷ All Powers of Ten (Exponent Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_divide_pos_exponent_001.php" class="">Whole Number ÷ All Positive Powers of Ten (Exponent Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_divide_neg_exponent_001.php" class="">Whole Number ÷ All Negative Powers of Ten (Exponent Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_divide_n03_exponent_001.php" class="">Whole Number ÷ 10<sup>-3</sup></a>
<a href="https://math-drills.com/powersoften/powersoften_divide_n02_exponent_001.php" class="">Whole Number ÷ 10<sup>-2</sup></a>
<a href="https://math-drills.com/powersoften/powersoften_divide_n01_exponent_001.php" class="">Whole Number ÷ 10<sup>-1</sup></a>
<a href="https://math-drills.com/powersoften/powersoften_divide_p01_exponent_001.php" class="">Whole Number ÷ 10<sup>1</sup></a>
<a href="https://math-drills.com/powersoften/powersoften_divide_p02_exponent_001.php" class="">Whole Number ÷ 10<sup>2</sup></a>
<a href="https://math-drills.com/powersoften/powersoften_divide_p03_exponent_001.php" class="">Whole Number ÷ 10<sup>3</sup></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multiply-divide-whole-powers-of-ten-15"><label for="multiply-divide-whole-powers-of-ten-15" class="wtitle"><svg class="size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#flag-eu"></use></svg> European Format Dividing Whole Numbers By Powers Of Ten (Standard Form)</label>
<div class="desc">
<a href="https://math-drills.com/powersoften/euro_powersoften_divide_all_standard_001.php" class="">Whole Number : All Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_divide_pos_standard_001.php" class="">Whole Number : All Positive Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_divide_neg_standard_001.php" class="">Whole Number : All Negative Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_divide_n03_standard_001.php" class="">Whole Number : 0,001</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_divide_n02_standard_001.php" class="">Whole Number : 0,01</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_divide_n01_standard_001.php" class="">Whole Number : 0,1</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_divide_p01_standard_001.php" class="">Whole Number : 10</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_divide_p02_standard_001.php" class="">Whole Number : 100</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_divide_p03_standard_001.php" class="">Whole Number : 1.000</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multiply-divide-whole-powers-of-ten-16"><label for="multiply-divide-whole-powers-of-ten-16" class="wtitle"><svg class="size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#flag-eu"></use></svg> European Format Dividing Whole Numbers By Powers Of Ten (Exponent Form)</label>
<div class="desc">
<a href="https://math-drills.com/powersoften/euro_powersoften_divide_all_exponent_001.php" class="">Whole Number : All Powers of Ten (Exponent Form)</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_divide_pos_exponent_001.php" class="">Whole Number : All Positive Powers of Ten (Exponent Form)</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_divide_neg_exponent_001.php" class="">Whole Number : All Negative Powers of Ten (Exponent Form)</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_divide_n03_exponent_001.php" class="">Whole Number : 10<sup>-3</sup></a>
<a href="https://math-drills.com/powersoften/euro_powersoften_divide_n02_exponent_001.php" class="">Whole Number : 10<sup>-2</sup></a>
<a href="https://math-drills.com/powersoften/euro_powersoften_divide_n01_exponent_001.php" class="">Whole Number : 10<sup>-1</sup></a>
<a href="https://math-drills.com/powersoften/euro_powersoften_divide_p01_exponent_001.php" class="">Whole Number : 10<sup>1</sup></a>
<a href="https://math-drills.com/powersoften/euro_powersoften_divide_p02_exponent_001.php" class="">Whole Number : 10<sup>2</sup></a>
<a href="https://math-drills.com/powersoften/euro_powersoften_divide_p03_exponent_001.php" class="">Whole Number : 10<sup>3</sup></a>
</div>
</li>
<li><p>These math worksheets should help to mix things up a bit. Mixing up operations on a page helps students pay attention to detail and challenges them to access more processes while they complete the questions. The first worksheets below include all of the powers of ten from 0.001 to 1,000.</p></li>
<li><input type="checkbox" class="list-checkbox" id="multiply-divide-whole-powers-of-ten-17"><label for="multiply-divide-whole-powers-of-ten-17" class="wtitle">Mixed Multiplying/Dividing Whole Numbers By Powers Of Ten (Standard Form)</label>
<div class="desc">
<a href="https://math-drills.com/powersoften/powersoften_mixed_all_standard_001.php" class="">Whole Number × or ÷ All Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_mixed_pos_standard_001.php" class="">Whole Number × or ÷ All Positive Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_mixed_neg_standard_001.php" class="">Whole Number × or ÷ All Negative Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_mixed_n03_standard_001.php" class="">Whole Number × or ÷ 0.001</a>
<a href="https://math-drills.com/powersoften/powersoften_mixed_n02_standard_001.php" class="">Whole Number × or ÷ 0.01</a>
<a href="https://math-drills.com/powersoften/powersoften_mixed_n01_standard_001.php" class="">Whole Number × or ÷ 0.1</a>
<a href="https://math-drills.com/powersoften/powersoften_mixed_p01_standard_001.php" class="">Whole Number × or ÷ 10</a>
<a href="https://math-drills.com/powersoften/powersoften_mixed_p02_standard_001.php" class="">Whole Number × or ÷ 100</a>
<a href="https://math-drills.com/powersoften/powersoften_mixed_p03_standard_001.php" class="">Whole Number × or ÷ 1,000</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multiply-divide-whole-powers-of-ten-18"><label for="multiply-divide-whole-powers-of-ten-18" class="wtitle">Mixed Multiplying/Dividing Whole Numbers By Powers Of Ten (Exponent Form)</label>
<div class="desc">
<a href="https://math-drills.com/powersoften/powersoften_mixed_all_exponent_001.php" class="">Whole Number × or ÷ All Powers of Ten (Exponent Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_mixed_pos_exponent_001.php" class="">Whole Number × or ÷ All Positive Powers of Ten (Exponent Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_mixed_neg_exponent_001.php" class="">Whole Number × or ÷ All Negative Powers of Ten (Exponent Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_mixed_n03_exponent_001.php" class="">Whole Number × or ÷ 10<sup>-3</sup></a>
<a href="https://math-drills.com/powersoften/powersoften_mixed_n02_exponent_001.php" class="">Whole Number × or ÷ 10<sup>-2</sup></a>
<a href="https://math-drills.com/powersoften/powersoften_mixed_n01_exponent_001.php" class="">Whole Number × or ÷ 10<sup>-1</sup></a>
<a href="https://math-drills.com/powersoften/powersoften_mixed_p01_exponent_001.php" class="">Whole Number × or ÷ 10<sup>1</sup></a>
<a href="https://math-drills.com/powersoften/powersoften_mixed_p02_exponent_001.php" class="">Whole Number × or ÷ 10<sup>2</sup></a>
<a href="https://math-drills.com/powersoften/powersoften_mixed_p03_exponent_001.php" class="">Whole Number × or ÷ 10<sup>3</sup></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multiply-divide-whole-powers-of-ten-19"><label for="multiply-divide-whole-powers-of-ten-19" class="wtitle"><svg class="size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#flag-eu"></use></svg> European Format Mixed Multiplying/Dividing Whole Numbers By Powers Of Ten (Standard Form)</label>
<div class="desc">
<a href="https://math-drills.com/powersoften/euro_powersoften_mixed_all_standard_001.php" class="">Whole Number × or : All Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_mixed_pos_standard_001.php" class="">Whole Number × or : All Positive Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_mixed_neg_standard_001.php" class="">Whole Number × or : All Negative Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_mixed_n03_standard_001.php" class="">Whole Number × or : 0,001</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_mixed_n02_standard_001.php" class="">Whole Number × or : 0,01</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_mixed_n01_standard_001.php" class="">Whole Number × or : 0,1</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_mixed_p01_standard_001.php" class="">Whole Number × or : 10</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_mixed_p02_standard_001.php" class="">Whole Number × or : 100</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_mixed_p03_standard_001.php" class="">Whole Number × or : 1.000</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multiply-divide-whole-powers-of-ten-20"><label for="multiply-divide-whole-powers-of-ten-20" class="wtitle"><svg class="size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#flag-eu"></use></svg> European Format Mixed Multiplying/Dividing Whole Numbers By Powers Of Ten (Exponent Form)</label>
<div class="desc">
<a href="https://math-drills.com/powersoften/euro_powersoften_mixed_all_exponent_001.php" class="">Whole Number × or : All Powers of Ten (Exponent Form)</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_mixed_pos_exponent_001.php" class="">Whole Number × or : All Positive Powers of Ten (Exponent Form)</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_mixed_neg_exponent_001.php" class="">Whole Number × or : All Negative Powers of Ten (Exponent Form)</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_mixed_n03_exponent_001.php" class="">Whole Number × or : 10<sup>-3</sup></a>
<a href="https://math-drills.com/powersoften/euro_powersoften_mixed_n02_exponent_001.php" class="">Whole Number × or : 10<sup>-2</sup></a>
<a href="https://math-drills.com/powersoften/euro_powersoften_mixed_n01_exponent_001.php" class="">Whole Number × or : 10<sup>-1</sup></a>
<a href="https://math-drills.com/powersoften/euro_powersoften_mixed_p01_exponent_001.php" class="">Whole Number × or : 10<sup>1</sup></a>
<a href="https://math-drills.com/powersoften/euro_powersoften_mixed_p02_exponent_001.php" class="">Whole Number × or : 10<sup>2</sup></a>
<a href="https://math-drills.com/powersoften/euro_powersoften_mixed_p03_exponent_001.php" class="">Whole Number × or : 10<sup>3</sup></a>
</div>
</li>
</ul>
</div>
</div>
<div class="wscontainer bc01">
<div class="titlearea">
<h2 id="multiply-divide-decimal-powers-of-ten">Multiplying and Dividing Decimals by Powers of Ten</h2>
</div>
<div class="imagearea">
<img src="https://math-drills.com/powersoften/images/powersoften_multiply_decimal_all_standard_001_300.004.jpg" alt="" width="250" height="324" loading="lazy">
</div>
<div class="worksheetsarea">
<ul class="list">
<li><p>Unlike the whole number worksheets above, these worksheets and the dividing and mixed versions that follow include more digits, more need to know place value and consequently, more of a challenge. This is probably not a good place to start if your students are just learning how to multiply and divide by powers of ten. Instead, try the whole number worksheets further up the page. If they are ready, these worksheets should prove to be a fine challenge and will go a long way in helping your students to be successful in their mathematics learning.</p></li>
<li><input type="checkbox" class="list-checkbox" id="multiply-divide-decimal-powers-of-ten-21"><label for="multiply-divide-decimal-powers-of-ten-21" class="wtitle">Multiplying Decimal Numbers By Powers Of Ten (Standard Form)</label>
<div class="desc">
<a href="https://math-drills.com/powersoften/powersoften_multiply_decimal_all_standard_001.php" class="">Decimal × All Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_decimal_pos_standard_001.php" class="">Decimal × All Positive Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_decimal_neg_standard_001.php" class="">Decimal × All Negative Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_decimal_n03_standard_001.php" class="">Decimal × 0.001</a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_decimal_n02_standard_001.php" class="">Decimal × 0.01</a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_decimal_n01_standard_001.php" class="">Decimal × 0.1</a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_decimal_p01_standard_001.php" class="">Decimal × 10</a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_decimal_p02_standard_001.php" class="">Decimal × 100</a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_decimal_p03_standard_001.php" class="">Decimal × 1,000</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multiply-divide-decimal-powers-of-ten-22"><label for="multiply-divide-decimal-powers-of-ten-22" class="wtitle">Multiplying Decimal Numbers By Powers Of Ten (Exponent Form)</label>
<div class="desc">
<a href="https://math-drills.com/powersoften/powersoften_multiply_decimal_all_exponent_001.php" class="">Decimal × All Powers of Ten (Exponent Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_decimal_pos_exponent_001.php" class="">Decimal × All Positive Powers of Ten (Exponent Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_decimal_neg_exponent_001.php" class="">Decimal × All Negative Powers of Ten (Exponent Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_decimal_n03_exponent_001.php" class="">Decimal × 10<sup>-3</sup></a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_decimal_n02_exponent_001.php" class="">Decimal × 10<sup>-2</sup></a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_decimal_n01_exponent_001.php" class="">Decimal × 10<sup>-1</sup></a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_decimal_p01_exponent_001.php" class="">Decimal × 10<sup>1</sup></a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_decimal_p02_exponent_001.php" class="">Decimal × 10<sup>2</sup></a>
<a href="https://math-drills.com/powersoften/powersoften_multiply_decimal_p03_exponent_001.php" class="">Decimal × 10<sup>3</sup></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multiply-divide-decimal-powers-of-ten-23"><label for="multiply-divide-decimal-powers-of-ten-23" class="wtitle"><svg class="size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#flag-eu"></use></svg> European Format Multiplying Decimal Numbers By Powers Of Ten (Standard Form)</label>
<div class="desc">
<a href="https://math-drills.com/powersoften/euro_powersoften_multiply_decimal_all_standard_001.php" class="">Decimal × All Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_multiply_decimal_pos_standard_001.php" class="">Decimal × All Positive Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_multiply_decimal_neg_standard_001.php" class="">Decimal × All Negative Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_multiply_decimal_n03_standard_001.php" class="">Decimal × 0,001</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_multiply_decimal_n02_standard_001.php" class="">Decimal × 0,01</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_multiply_decimal_n01_standard_001.php" class="">Decimal × 0,1</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_multiply_decimal_p01_standard_001.php" class="">Decimal × 10</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_multiply_decimal_p02_standard_001.php" class="">Decimal × 100</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_multiply_decimal_p03_standard_001.php" class="">Decimal × 1.000</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multiply-divide-decimal-powers-of-ten-24"><label for="multiply-divide-decimal-powers-of-ten-24" class="wtitle"><svg class="size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#flag-eu"></use></svg> European Format Multiplying Decimal Numbers By Powers Of Ten (Exponent Form)</label>
<div class="desc">
<a href="https://math-drills.com/powersoften/euro_powersoften_multiply_decimal_all_exponent_001.php" class="">Decimal × All Powers of Ten (Exponent Form)</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_multiply_decimal_pos_exponent_001.php" class="">Decimal × All Positive Powers of Ten (Exponent Form)</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_multiply_decimal_neg_exponent_001.php" class="">Decimal × All Negative Powers of Ten (Exponent Form)</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_multiply_decimal_n03_exponent_001.php" class="">Decimal × 10<sup>-3</sup></a>
<a href="https://math-drills.com/powersoften/euro_powersoften_multiply_decimal_n02_exponent_001.php" class="">Decimal × 10<sup>-2</sup></a>
<a href="https://math-drills.com/powersoften/euro_powersoften_multiply_decimal_n01_exponent_001.php" class="">Decimal × 10<sup>-1</sup></a>
<a href="https://math-drills.com/powersoften/euro_powersoften_multiply_decimal_p01_exponent_001.php" class="">Decimal × 10<sup>1</sup></a>
<a href="https://math-drills.com/powersoften/euro_powersoften_multiply_decimal_p02_exponent_001.php" class="">Decimal × 10<sup>2</sup></a>
<a href="https://math-drills.com/powersoften/euro_powersoften_multiply_decimal_p03_exponent_001.php" class="">Decimal × 10<sup>3</sup></a>
</div>
</li>
<li><p>It sometimes takes a little time for students to wrap their heads around dividing by powers of ten, especially by negative powers of ten. This is because students are usually taught that dividing makes a number smaller, but when dividing by negative powers of ten, the result is a larger number. Of course, this only applies to numbers that were positive to begin with....</p></li>
<li><input type="checkbox" class="list-checkbox" id="multiply-divide-decimal-powers-of-ten-25"><label for="multiply-divide-decimal-powers-of-ten-25" class="wtitle">Dividing Decimal Numbers By Powers Of Ten (Standard Form)</label>
<div class="desc">
<a href="https://math-drills.com/powersoften/powersoften_divide_decimal_all_standard_001.php" class="">Decimal ÷ All Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_divide_decimal_pos_standard_001.php" class="">Decimal ÷ All Positive Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_divide_decimal_neg_standard_001.php" class="">Decimal ÷ All Negative Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_divide_decimal_n03_standard_001.php" class="">Decimal ÷ 0.001</a>
<a href="https://math-drills.com/powersoften/powersoften_divide_decimal_n02_standard_001.php" class="">Decimal ÷ 0.01</a>
<a href="https://math-drills.com/powersoften/powersoften_divide_decimal_n01_standard_001.php" class="">Decimal ÷ 0.1</a>
<a href="https://math-drills.com/powersoften/powersoften_divide_decimal_p01_standard_001.php" class="">Decimal ÷ 10</a>
<a href="https://math-drills.com/powersoften/powersoften_divide_decimal_p02_standard_001.php" class="">Decimal ÷ 100</a>
<a href="https://math-drills.com/powersoften/powersoften_divide_decimal_p03_standard_001.php" class="">Decimal ÷ 1,000</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multiply-divide-decimal-powers-of-ten-26"><label for="multiply-divide-decimal-powers-of-ten-26" class="wtitle">Dividing Decimal Numbers By Powers Of Ten (Exponent Form)</label>
<div class="desc">
<a href="https://math-drills.com/powersoften/powersoften_divide_decimal_all_exponent_001.php" class="">Decimal ÷ All Powers of Ten (Exponent Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_divide_decimal_pos_exponent_001.php" class="">Decimal ÷ All Positive Powers of Ten (Exponent Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_divide_decimal_neg_exponent_001.php" class="">Decimal ÷ All Negative Powers of Ten (Exponent Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_divide_decimal_n03_exponent_001.php" class="">Decimal ÷ 10<sup>-3</sup></a>
<a href="https://math-drills.com/powersoften/powersoften_divide_decimal_n02_exponent_001.php" class="">Decimal ÷ 10<sup>-2</sup></a>
<a href="https://math-drills.com/powersoften/powersoften_divide_decimal_n01_exponent_001.php" class="">Decimal ÷ 10<sup>-1</sup></a>
<a href="https://math-drills.com/powersoften/powersoften_divide_decimal_p01_exponent_001.php" class="">Decimal ÷ 10<sup>1</sup></a>
<a href="https://math-drills.com/powersoften/powersoften_divide_decimal_p02_exponent_001.php" class="">Decimal ÷ 10<sup>2</sup></a>
<a href="https://math-drills.com/powersoften/powersoften_divide_decimal_p03_exponent_001.php" class="">Decimal ÷ 10<sup>3</sup></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multiply-divide-decimal-powers-of-ten-27"><label for="multiply-divide-decimal-powers-of-ten-27" class="wtitle"><svg class="size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#flag-eu"></use></svg> European Format Dividing Decimal Numbers By Powers Of Ten (Standard Form)</label>
<div class="desc">
<a href="https://math-drills.com/powersoften/euro_powersoften_divide_decimal_all_standard_001.php" class="">Decimal : All Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_divide_decimal_pos_standard_001.php" class="">Decimal : All Positive Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_divide_decimal_neg_standard_001.php" class="">Decimal : All Negative Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_divide_decimal_n03_standard_001.php" class="">Decimal : 0,001</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_divide_decimal_n02_standard_001.php" class="">Decimal : 0,01</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_divide_decimal_n01_standard_001.php" class="">Decimal : 0,1</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_divide_decimal_p01_standard_001.php" class="">Decimal : 10</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_divide_decimal_p02_standard_001.php" class="">Decimal : 100</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_divide_decimal_p03_standard_001.php" class="">Decimal : 1.000</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multiply-divide-decimal-powers-of-ten-28"><label for="multiply-divide-decimal-powers-of-ten-28" class="wtitle"><svg class="size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#flag-eu"></use></svg> European Format Dividing Decimal Numbers By Powers Of Ten (Exponent Form)</label>
<div class="desc">
<a href="https://math-drills.com/powersoften/euro_powersoften_divide_decimal_all_exponent_001.php" class="">Decimal : All Powers of Ten (Exponent Form)</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_divide_decimal_pos_exponent_001.php" class="">Decimal : All Positive Powers of Ten (Exponent Form)</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_divide_decimal_neg_exponent_001.php" class="">Decimal : All Negative Powers of Ten (Exponent Form)</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_divide_decimal_n03_exponent_001.php" class="">Decimal : 10<sup>-3</sup></a>
<a href="https://math-drills.com/powersoften/euro_powersoften_divide_decimal_n02_exponent_001.php" class="">Decimal : 10<sup>-2</sup></a>
<a href="https://math-drills.com/powersoften/euro_powersoften_divide_decimal_n01_exponent_001.php" class="">Decimal : 10<sup>-1</sup></a>
<a href="https://math-drills.com/powersoften/euro_powersoften_divide_decimal_p01_exponent_001.php" class="">Decimal : 10<sup>1</sup></a>
<a href="https://math-drills.com/powersoften/euro_powersoften_divide_decimal_p02_exponent_001.php" class="">Decimal : 10<sup>2</sup></a>
<a href="https://math-drills.com/powersoften/euro_powersoften_divide_decimal_p03_exponent_001.php" class="">Decimal : 10<sup>3</sup></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multiply-divide-decimal-powers-of-ten-29"><label for="multiply-divide-decimal-powers-of-ten-29" class="wtitle">Mixed Multiplying/Dividing Decimal Numbers By Powers Of Ten (Standard Form)</label>
<div class="desc">
<a href="https://math-drills.com/powersoften/powersoften_mixed_decimal_all_standard_001.php" class="">Decimal × or ÷ All Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_mixed_decimal_pos_standard_001.php" class="">Decimal × or ÷ All Positive Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_mixed_decimal_neg_standard_001.php" class="">Decimal × or ÷ All Negative Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_mixed_decimal_n03_standard_001.php" class="">Decimal × or ÷ 0.001</a>
<a href="https://math-drills.com/powersoften/powersoften_mixed_decimal_n02_standard_001.php" class="">Decimal × or ÷ 0.01</a>
<a href="https://math-drills.com/powersoften/powersoften_mixed_decimal_n01_standard_001.php" class="">Decimal × or ÷ 0.1</a>
<a href="https://math-drills.com/powersoften/powersoften_mixed_decimal_p01_standard_001.php" class="">Decimal × or ÷ 10</a>
<a href="https://math-drills.com/powersoften/powersoften_mixed_decimal_p02_standard_001.php" class="">Decimal × or ÷ 100</a>
<a href="https://math-drills.com/powersoften/powersoften_mixed_decimal_p03_standard_001.php" class="">Decimal × or ÷ 1,000</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multiply-divide-decimal-powers-of-ten-30"><label for="multiply-divide-decimal-powers-of-ten-30" class="wtitle">Mixed Multiplying/Dividing Decimal Numbers By Powers Of Ten (Exponent Form)</label>
<div class="desc">
<a href="https://math-drills.com/powersoften/powersoften_mixed_decimal_all_exponent_001.php" class="">Decimal × or ÷ All Powers of Ten (Exponent Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_mixed_decimal_pos_exponent_001.php" class="">Decimal × or ÷ All Positive Powers of Ten (Exponent Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_mixed_decimal_neg_exponent_001.php" class="">Decimal × or ÷ All Negative Powers of Ten (Exponent Form)</a>
<a href="https://math-drills.com/powersoften/powersoften_mixed_decimal_n03_exponent_001.php" class="">Decimal × or ÷ 10<sup>-3</sup></a>
<a href="https://math-drills.com/powersoften/powersoften_mixed_decimal_n02_exponent_001.php" class="">Decimal × or ÷ 10<sup>-2</sup></a>
<a href="https://math-drills.com/powersoften/powersoften_mixed_decimal_n01_exponent_001.php" class="">Decimal × or ÷ 10<sup>-1</sup></a>
<a href="https://math-drills.com/powersoften/powersoften_mixed_decimal_p01_exponent_001.php" class="">Decimal × or ÷ 10<sup>1</sup></a>
<a href="https://math-drills.com/powersoften/powersoften_mixed_decimal_p02_exponent_001.php" class="">Decimal × or ÷ 10<sup>2</sup></a>
<a href="https://math-drills.com/powersoften/powersoften_mixed_decimal_p03_exponent_001.php" class="">Decimal × or ÷ 10<sup>3</sup></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multiply-divide-decimal-powers-of-ten-31"><label for="multiply-divide-decimal-powers-of-ten-31" class="wtitle"><svg class="size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#flag-eu"></use></svg> European Format Mixed Multiplying/Dividing Decimal Numbers By Powers Of Ten (Standard Form)</label>
<div class="desc">
<a href="https://math-drills.com/powersoften/euro_powersoften_mixed_decimal_all_standard_001.php" class="">Decimal × or : All Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_mixed_decimal_pos_standard_001.php" class="">Decimal × or : All Positive Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_mixed_decimal_neg_standard_001.php" class="">Decimal × or : All Negative Powers of Ten (Standard Form)</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_mixed_decimal_n03_standard_001.php" class="">Decimal × or : 0,001</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_mixed_decimal_n02_standard_001.php" class="">Decimal × or : 0,01</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_mixed_decimal_n01_standard_001.php" class="">Decimal × or : 0,1</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_mixed_decimal_p01_standard_001.php" class="">Decimal × or : 10</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_mixed_decimal_p02_standard_001.php" class="">Decimal × or : 100</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_mixed_decimal_p03_standard_001.php" class="">Decimal × or : 1.000</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multiply-divide-decimal-powers-of-ten-32"><label for="multiply-divide-decimal-powers-of-ten-32" class="wtitle"><svg class="size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#flag-eu"></use></svg> European Format Mixed Multiplying/Dividing Decimal Numbers By Powers Of Ten (Exponent Form)</label>
<div class="desc">
<a href="https://math-drills.com/powersoften/euro_powersoften_mixed_decimal_all_exponent_001.php" class="">Decimal × or : All Powers of Ten (Exponent Form)</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_mixed_decimal_pos_exponent_001.php" class="">Decimal × or : All Positive Powers of Ten (Exponent Form)</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_mixed_decimal_neg_exponent_001.php" class="">Decimal × or : All Negative Powers of Ten (Exponent Form)</a>
<a href="https://math-drills.com/powersoften/euro_powersoften_mixed_decimal_n03_exponent_001.php" class="">Decimal × or : 10<sup>-3</sup></a>
<a href="https://math-drills.com/powersoften/euro_powersoften_mixed_decimal_n02_exponent_001.php" class="">Decimal × or : 10<sup>-2</sup></a>
<a href="https://math-drills.com/powersoften/euro_powersoften_mixed_decimal_n01_exponent_001.php" class="">Decimal × or : 10<sup>-1</sup></a>
<a href="https://math-drills.com/powersoften/euro_powersoften_mixed_decimal_p01_exponent_001.php" class="">Decimal × or : 10<sup>1</sup></a>
<a href="https://math-drills.com/powersoften/euro_powersoften_mixed_decimal_p02_exponent_001.php" class="">Decimal × or : 10<sup>2</sup></a>
<a href="https://math-drills.com/powersoften/euro_powersoften_mixed_decimal_p03_exponent_001.php" class="">Decimal × or : 10<sup>3</sup></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/powersoften.php by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 30 Aug 2024 17:57:09 GMT -->
</html>