-
Notifications
You must be signed in to change notification settings - Fork 13
/
subtraction.html
913 lines (880 loc) · 95.3 KB
/
subtraction.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
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from math-drills.com/subtraction.php by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 30 Aug 2024 17:44:15 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head>
<meta charset="UTF-8">
<title>Subtraction Worksheets</title>
<meta name="description" content="Subtraction worksheets including subtraction facts and subtraction questions with larger numbers.">
<meta name="keywords" content="subtraction, worksheets, subtract, facts, long">
<link rel="stylesheet" type="text/css" href="includes/mdstyle2.070.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.002.html">
<link rel="canonical" href="subtraction.html">
<script async src="../pagead2.googlesyndication.com/pagead/js/f4290.txt?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="index.html" aria-label="Home"><svg class="iconwhite size100 imdgradbg"><use xlink:href="includes/symbol-defs.006.svg#icon-math-drills-logo"></use></svg></a>
</p>
</div>
<div class="title">
<h1>
<span class="maintitle" itemprop="name">Subtraction 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="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="includes/symbol-defs.006.svg#icon-list2"></use></svg>
<span>Menu</span>
</div>
<a href="news/index.html" title="Math-Drills News and Updates">
<svg class="iconwhite"><use xlink:href="includes/symbol-defs.006.svg#icon-newspaper"></use></svg>
<span>News</span>
</a>
<a href="search5598.html?s=math&page=1&sort=weekly" title="Most Popular Math Worksheets This Week">
<svg class="iconwhite iorange"><use xlink:href="includes/symbol-defs.006.svg#icon-fire"></use></svg>
</a>
<a href="searchd190.html?s=math&page=1&sort=newest" title="Recently Added Math Worksheets">
<svg class="iconwhite"><use xlink:href="includes/symbol-defs.006.svg#icon-new"></use></svg>
</a>
</div>
<div id="worksheetnav" class="sidenav">
<a href="index.html" title="Home">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-home"></use></svg>
<span class="topic">Home</span>
</a>
<a href="addition.html" title="Addition Worksheets">
<svg class="iconwhite size32 igreen"><use xlink:href="includes/symbol-defs.006.svg#icon-plus"></use></svg>
<span class="topic">Addition Worksheets</span>
</a>
<a href="subtraction.html" title="Subtraction Worksheets">
<svg class="iconwhite size32 ired"><use xlink:href="includes/symbol-defs.006.svg#icon-minus"></use></svg>
<span class="topic">Subtraction Worksheets</span>
</a>
<a href="multiplication.html" title="Multiplication Worksheets -- Multiplication Facts">
<svg class="iconwhite size32 ibrown"><use xlink:href="includes/symbol-defs.006.svg#icon-times"></use></svg>
<span class="topic">Multiplication Facts Worksheets</span>
</a>
<a href="multiplication2.html" title="Multiplication Worksheets -- Long Multiplication">
<svg class="iconwhite size32 iteal"><use xlink:href="includes/symbol-defs.006.svg#icon-times"></use></svg>
<span class="topic">Long Multiplication Worksheets</span>
</a>
<a href="division.html" title="Division Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-divide"></use></svg>
<span class="topic">Division Worksheets</span>
</a>
<a href="multiop.html" title="Mixed Operations Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-equals"></use></svg>
<span class="topic">Mixed Operations Worksheets</span>
</a>
<hr>
<a href="algebra.html" title="Algebra Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-superscript"></use></svg>
<span class="topic">Algebra Worksheets</span>
</a>
<a href="baseten.html" title="Base Ten Blocks Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-cube"></use></svg>
<span class="topic">Base Ten Blocks Worksheets</span>
</a>
<a href="decimal.html" title="Decimals Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-pushpin"></use></svg>
<span class="topic">Decimals Worksheets</span>
</a>
<a href="factfamilyworksheets.html" title="Fact Family Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-star-empty"></use></svg>
<span class="topic">Fact Families Worksheets</span>
</a>
<a href="fractions.html" title="Fractions Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-braille"></use></svg>
<span class="topic">Fractions Worksheets</span>
</a>
<a href="geometry.html" title="Geometry Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-ruler"></use></svg>
<span class="topic">Geometry Worksheets</span>
</a>
<a href="graphpaper.html" title="Graph Paper">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-layout"></use></svg>
<span class="topic">Graph Paper</span>
</a>
<a href="integers.html" title="Integers Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-equalizer"></use></svg>
<span class="topic">Integers Worksheets</span>
</a>
<a href="measurement.html" title="Measurement Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-ruler2"></use></svg>
<span class="topic">Measurement Worksheets</span>
</a>
<a href="money.html" title="Money Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-dollar"></use></svg>
<span class="topic">Money Math Worksheets</span>
</a>
<a href="numberlineworksheets.html" title="Number Line Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-arrows-h"></use></svg>
<span class="topic">Number Lines Worksheets</span>
</a>
<a href="numbersense.html" title="Number Sense Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-abacus"></use></svg>
<span class="topic">Number Sense Worksheets</span>
</a>
<a href="orderofoperations.html" title="Order of Operations Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-calculator"></use></svg>
<span class="topic">Order of Operations Worksheets</span>
</a>
<a href="patterning.html" title="Patterning Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-sort-amount-asc"></use></svg>
<span class="topic">Patterning Worksheets</span>
</a>
<a href="percentsworksheets.html" title="Percentages Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-percent"></use></svg>
<span class="topic">Percentages Worksheets</span>
</a>
<a href="placevalueworksheets.html" title="Place Value Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-undo"></use></svg>
<span class="topic">Place Value Worksheets</span>
</a>
<a href="powersoften.html" title="Powers of Ten Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-power"></use></svg>
<span class="topic">Powers of Ten Worksheets</span>
</a>
<a href="statistics.html" title="Statistics Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-bar-chart"></use></svg>
<span class="topic">Statistics Worksheets</span>
</a>
<a href="timeworksheets.html" title="Time Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-clock"></use></svg>
<span class="topic">Time Math Worksheets</span>
</a>
<a href="mathwordproblems.html" title="Math Word Problems">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-file-text"></use></svg>
<span class="topic">Math Word Problems Worksheets</span>
</a>
<hr>
<a href="halloween.html" title="Halloween Math Worksheets">
<svg class="iconwhite size32 iorange"><use xlink:href="includes/symbol-defs.006.svg#icon-cat"></use></svg>
<span class="topic">Halloween Math Worksheets</span>
</a>
<a href="thanksgiving.html" title="Thanksgiving Math Worksheets">
<svg class="iconwhite size32 ithanks"><use xlink:href="includes/symbol-defs.006.svg#icon-thanksgiving"></use></svg>
<span class="topic">Thanksgiving Math Worksheets</span>
</a>
<a href="christmas.html" title="Christmas Math Worksheets">
<svg class="iconwhite size32 igreen"><use xlink:href="includes/symbol-defs.006.svg#icon-tree"></use></svg>
<span class="topic">Christmas Math Worksheets</span>
</a>
<a href="valentines.html" title="Valentine's Day Math Worksheets">
<svg class="iconwhite size32 ired"><use xlink:href="includes/symbol-defs.006.svg#icon-heart"></use></svg>
<span class="topic">Valentine's Day Math Worksheets</span>
</a>
<a href="saintpatricks.html" title="Saint Patrick's Day Math Worksheets">
<svg class="iconwhite size32 ispd"><use xlink:href="includes/symbol-defs.006.svg#icon-clover"></use></svg>
<span class="topic">Saint Patrick's Day Math Worksheets</span>
</a>
<a href="easter.html" title="Easter Math Worksheets">
<svg class="iconwhite size32 ieaster"><use xlink:href="includes/symbol-defs.006.svg#icon-easter"></use></svg>
<span class="topic">Easter Math Worksheets</span>
</a>
<a href="special.html" title="Seasonal Math Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-calendar"></use></svg>
<span class="topic">Seasonal Math Worksheets</span>
</a>
<hr>
<a href="flashcards.html" title="Math Flash Cards">
<svg class="iconwhite size32 iorange"><use xlink:href="includes/symbol-defs.006.svg#icon-brightness-up"></use></svg>
<span class="topic">Math Flash Cards</span>
</a>
<a href="dots.html" title="The Dots Math Game">
<svg class="iconwhite size32 ired"><use xlink:href="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="includes/symbol-defs.006.svg#icon-youtube"></use></svg>
<span class="topic">Video Tutorials</span>
</a>
<hr>
<a href="help.html" title="Help and Frequently Asked Questions">
<svg class="iconwhite size30"><use xlink:href="includes/symbol-defs.006.svg#icon-help-with-circle"></use></svg>
<span class="topic"> Help and FAQ</span>
</a>
<a href="terms.html" title="Math-Drills.com terms of use.">
<svg class="iconwhite size30"><use xlink:href="includes/symbol-defs.006.svg#icon-clipboard"></use></svg>
<span class="topic"> Terms of Use</span>
</a>
<a href="privacy.html" title="Math-Drills.com Privacy and Cookie Policy">
<svg class="iconwhite size30"><use xlink:href="includes/symbol-defs.006.svg#icon-locked"></use></svg>
<span class="topic"> Privacy and Cookie Policy</span>
</a>
<a href="tour.html" title="Math-Drills.com Introduction and Tour">
<svg class="iconwhite size30"><use xlink:href="includes/symbol-defs.006.svg#icon-compass2"></use></svg>
<span class="topic"> Tour/Introduction</span>
</a>
<a href="feedback.html" title="Feedback">
<svg class="iconwhite size30"><use xlink:href="includes/symbol-defs.006.svg#icon-bubbles4"></use></svg>
<span class="topic"> Feedback</span>
</a>
<a href="teachers.html" title="Teacher information page.">
<svg class="iconwhite size30"><use xlink:href="includes/symbol-defs.006.svg#icon-graduation-cap"></use></svg>
<span class="topic"> Teachers</span>
</a>
<a href="parents.html" title="Parent information page.">
<svg class="iconwhite size30"><use xlink:href="includes/symbol-defs.006.svg#icon-parents"></use></svg>
<span class="topic"> Parents</span>
</a>
<a href="support.html" title="Support Math-Drills">
<svg class="iconwhite size30"><use xlink:href="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="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="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="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 Subtraction Worksheets this Week</a></div>
<div class="h2"><a href="#subtraction-facts-tables">Subtraction Facts Tables</a></div>
<div class="h2"><a href="#single-digit-subtraction-facts">Single-Digit Subtraction Facts</a></div>
<div class="h2"><a href="#multi-digit-subtraction-worksheets">Long Subtraction Worksheets</a></div>
<div class="h2"><a href="#various-long-subtraction">Various Other Long Subtraction Worksheets</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 Subtraction Worksheets page at Math-Drills.com where you will get less of an experience than our other pages! This page includes <span itemprop="description">Subtraction worksheets on topics such as five minute frenzies, one-, two-, three- and multi-digit subtraction and subtracting across zeros.</span></p>
<p>Subtraction has been around for several years now... well maybe more than a few, so it's probably a good thing for students to learn. People experience subtraction every minute of their lives from banks and the government taking away your money to the cookies in the jar mysteriously disappearing. With a good knowledge of subtraction, you can understand why your bank account reaches zero and do something to prevent it from happening.</p>
<p>Some students do have difficulty with subtraction, so take it easy on them. Help them to learn their addition facts first. Once they know those, they will need a few more strategies to successfully subtract. Teaching with manipulatives like base ten blocks or cereal or insects in the park can help students gain a deeper understanding of subtraction. The subtracting worksheets on this page are meant to support good teaching practices, so only use them for independent learning if students are practising skills they already know.</p>
<p>We use the words, minuend, subtrahend and difference on this page. Please refer to the following, so you know which word means which part of a subtraction question.</p>
<p class="pstem pcenter">Minuend - Subtrahend = Difference</p>
<div class="popular">
<h2 id="most-popular"><svg class="iconwhite size32 iorange"><use xlink:href="includes/symbol-defs.006.svg#icon-fire"></use></svg> Most Popular Subtraction Worksheets this Week</h2>
<div class="searchresults">
<a href="subtraction/subtraction_multidigit_0303_001.html" title="Subtracting 3-Digit from 3-Digit Numbers With Some Regrouping (49 Questions)"><figure><img src="subtraction/images/subtraction_multidigit_0303_001_300.1676070262.jpg" alt="Subtracting 3-Digit from 3-Digit Numbers With Some Regrouping (49 Questions)" loading="lazy" width="250" height="324"><figcaption>Subtracting 3-Digit from 3-Digit Numbers With Some Regrouping (49 Questions) (<strong>4041 views this week</strong>)</figcaption></figure></a>
<a href="subtraction/subtraction_0202_some_regrouping_001.html" title="Subtracting 2-Digit from 2-Digit Numbers With Some Regrouping (49 Questions)"><figure><img src="subtraction/images/subtraction_0202_some_regrouping_001_300.1676070254.jpg" alt="Subtracting 2-Digit from 2-Digit Numbers With Some Regrouping (49 Questions)" loading="lazy" width="250" height="324"><figcaption>Subtracting 2-Digit from 2-Digit Numbers With Some Regrouping (49 Questions) (<strong>3557 views this week</strong>)</figcaption></figure></a>
<a href="subtraction/sub01to18_001.html" title="Subtraction Facts from (0 − 0) to (18 − 9) – 100 Questions"><figure><img src="subtraction/images/sub01to18_001_300.1711565767.jpg" alt="Subtraction Facts from (0 − 0) to (18 − 9) – 100 Questions" loading="lazy" width="250" height="324"><figcaption>Subtraction Facts from (0 − 0) to (18 − 9) – 100 Questions (<strong>2608 views this week</strong>)</figcaption></figure></a>
<a href="subtraction/subtraction_multidigit_nts_0404_001.html" title="Subtracting 4-Digit from 4-Digit Numbers With Some Regrouping (42 Questions)"><figure><img src="subtraction/images/subtraction_multidigit_nts_0404_001_300.1676070264.jpg" alt="Subtracting 4-Digit from 4-Digit Numbers With Some Regrouping (42 Questions)" loading="lazy" width="250" height="324"><figcaption>Subtracting 4-Digit from 4-Digit Numbers With Some Regrouping (42 Questions) (<strong>1807 views this week</strong>)</figcaption></figure></a>
<a href="subtraction/subtraction_multidigit_0505_001.html" title="Subtracting 5-Digit from 5-Digit Numbers With Some Regrouping (35 Questions) (Comma Separated Thousands)"><figure><img src="subtraction/images/subtraction_multidigit_0505_001_300.1676073479.jpg" alt="Subtracting 5-Digit from 5-Digit Numbers With Some Regrouping (35 Questions) (Comma Separated Thousands)" loading="lazy" width="250" height="324"><figcaption>Subtracting 5-Digit from 5-Digit Numbers With Some Regrouping (35 Questions) (Comma Separated Thousands) (<strong>762 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="subtraction-facts-tables">Subtraction Facts Tables</h2>
</div>
<div class="imagearea">
<img src="subtraction/images/subtraction_five_minute_frenzy_18_001_300.004.jpg" alt="" width="250" height="324" loading="lazy">
</div>
<div class="worksheetsarea">
<ul class="list">
<li><p>Five minute subtraction frenzies are timed practice charts that help students develop subtraction fact recall speed. These charts are similar to the addition and multiplication frenzy charts, but due to the nature of how subtraction works, we could not focus solely on the single digit fact families. For example, you might get questions like 18 - 4 = 14. You also have to be aware that you must subtract the row number from the column number to get a positive number (or zero). Other than that, they should be a nice way to practice some mental subtraction. As with most of these pages, please only use them as a timed activity with students who will experience success. If a student does not have the necessary skills to complete a frenzy in under five minutes, you may need to take a different approach to how you deliver this page. For all others, students should be able to complete this page in under five minutes with a 98% or greater accuracy and improve their time as they get more practice.</p></li>
<li><input type="checkbox" class="list-checkbox" id="subtraction-facts-tables-1"><label for="subtraction-facts-tables-1" class="wtitle">Five Minute Subtraction Frenzies</label>
<div class="desc">
<a href="subtraction/subtraction_five_minute_frenzy_18_001.html" class="">Five Minute Subtraction Frenzy (Minuends 9 to 18; Subtrahends 0 to 9)</a>
<a href="subtraction/subtraction_five_minute_frenzy_38_001.html" class="">Five Minute Subtraction Frenzy (Minuends 29 to 38; Subtrahends 10 to 19)</a>
<a href="subtraction/subtraction_five_minute_frenzy_50_001.html" class="">Five Minute Subtraction Frenzy (Minuends 41 to 50; Subtrahends 16 to 25)</a>
</div>
</li>
<li><p>Most of the subtraction tables in this section are meant to be used as a reference for students learning their subtraction facts. After a while, most students will remember the facts and recall them easily when completing math problems.</p></li>
<li><input type="checkbox" class="list-checkbox" id="subtraction-facts-tables-2"><label for="subtraction-facts-tables-2" class="wtitle">Subtraction Facts Tables 0 to 11</label>
<div class="desc">
<a href="subtraction/subtraction_tables_001.html" class="">Subtraction Facts <strong>0 to 11</strong> in <strong>Grey</strong></a>
<a href="subtraction/subtraction_tables_002.html" class="">Subtraction Facts <strong>0 to 11</strong> in <strong>Color</strong></a>
<a href="subtraction/subtraction_tables_003.html" class="">Subtraction Facts <strong>0 to 11</strong> with <strong>Facts Highlighted</strong></a>
<a href="subtraction/subtraction_tables_11_montessori.html" class="">Subtraction Facts <strong>0 to 11</strong> in <strong>Montessori Colors</strong></a>
<a href="subtraction/subtraction_tables_11_montessori_facts_highlighted.html" class="">Subtraction Facts <strong>0 to 11</strong> in <strong>Montessori Colors</strong> with <strong>Facts Highlighted</strong></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="subtraction-facts-tables-3"><label for="subtraction-facts-tables-3" class="wtitle">Subtraction Facts Tables 1 to 12</label>
<div class="desc">
<a href="subtraction/subtraction_facts_tables_01_to_12_gray.html" class="">Subtraction Facts Tables in <strong>Gray 1 to 12</strong></a>
<a href="subtraction/subtraction_facts_tables_01_to_12_color.html" class="">Subtraction Facts Tables in <strong>Color 1 to 12</strong></a>
<a href="subtraction/subtraction_facts_tables_01_to_12_montessori.html" class="">Subtraction Facts Tables in <strong>Montessori Colors 1 to 12</strong></a>
<a href="subtraction/subtraction_tables_12_003.html" class="">Subtraction Facts <strong>1 to 12</strong> with <strong>Facts Highlighted</strong></a>
<a href="subtraction/subtraction_tables_12_montessori_facts_highlighted.html" class="">Subtraction Facts <strong>1 to 12</strong> in <strong>Montessori Colors</strong> with <strong>Facts Highlighted</strong></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="subtraction-facts-tables-4"><label for="subtraction-facts-tables-4" class="wtitle">Compact Subtraction Facts Tables</label>
<div class="desc">
<a href="subtraction/subtraction_table_001.html" class=""><strong>Compact</strong> Subtraction Table (Filled)</a>
<a href="subtraction/subtraction_table_002.html" class=""><strong>Compact</strong> Subtraction Table (Blank)</a>
</div>
</li>
</ul>
</div>
</div>
<div class="wscontainer bc01">
<div class="titlearea">
<h2 id="single-digit-subtraction-facts">Single-Digit Subtraction Facts</h2>
</div>
<div class="imagearea">
<img src="subtraction/images/sub01to09_001_300.004.jpg" alt="" width="250" height="324" loading="lazy">
</div>
<div class="worksheetsarea">
<ul class="list">
<li><p>Subtracting single-digit facts is a skill that students generally learn after or while they are learning single-digit addition facts. The subtraction worksheets in this section are meant to be used for practice, testing or with teacher guidance. They will not teach students how to subtract or what the connection is between addition and subtraction; for that, students require a teacher or parent.</p></li>
<li><p>Some students might find it easier to start with subtraction facts with minuends (the first number) limited to 9 or lower. This way, they don't need to count across 10 eliminating that extra pesky digit... for now.</p></li>
<li><input type="checkbox" class="list-checkbox" id="single-digit-subtraction-facts-5"><label for="single-digit-subtraction-facts-5" class="wtitle">Subtracting Single-Digit from Single-Digit Numbers</label>
<div class="desc">
<a href="subtraction/sub01to09_001.html" class="">100 Subtraction Questions with Minuends up to 9</a>
<a href="subtraction/sub01to0964_001.html" class="">64 Subtraction Questions with Minuends up to 9</a>
<a href="subtraction/subtraction_minuends_0209_25questions_001.html" class="">25 Subtraction Questions with Minuends up to 9</a>
</div>
</li>
<li><p>In relation to addition facts, the following worksheets cover the facts from 0 to 9, and the worksheets after that cover the addition facts from 1 to 9. The minuends are the amounts to be subtracted from, so a minuend of 18 means that both the subtrahend (the amount being subtracted) and the difference will be 9. The worksheets marked with an asterisk (*) include all possible questions in a random order on each version of the worksheet.</p></li>
<li><input type="checkbox" class="list-checkbox" id="single-digit-subtraction-facts-6"><label for="single-digit-subtraction-facts-6" class="wtitle">Subtraction Facts from (0 − 0) to (18 − 9)</label>
<div class="desc">
<a href="subtraction/sub01to18_001.html" class="">Subtraction Facts from (0 − 0) to (18 − 9) (100* Questions) <span class="iedit">✎</span></a>
<a href="subtraction/sub01to1881_001.html" class="">Subtraction Facts from (0 − 0) to (18 − 9) (81 Questions) <span class="iedit">✎</span></a>
<a href="subtraction/sub01to1864_001.html" class="">Subtraction Facts from (0 − 0) to (18 − 9) (64 Questions) <span class="iedit">✎</span></a>
<a href="subtraction/sub01to1850_001.html" class="">Subtraction Facts from (0 − 0) to (18 − 9) (50 Questions) <span class="iedit">✎</span></a>
<a href="subtraction/sub01to1825_001.html" class="">Subtraction Facts from (0 − 0) to (18 − 9) (25 Large Print Questions) <span class="iedit">✎</span></a>
<a href="subtraction/sub01to1812_001.html" class="">Subtraction Facts from (0 − 0) to (18 − 9) (12 Very Large Print Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="single-digit-subtraction-facts-7"><label for="single-digit-subtraction-facts-7" class="wtitle">Subtraction Facts from (2 − 1) to (18 − 9) (No Zeros)</label>
<div class="desc">
<a href="subtraction/subtract_to18_nozeros_100_001.html" class="">Subtraction Facts from (2 − 1) to (18 − 9) (100 Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtract_to18_nozeros_001.html" class="">Subtraction Facts from (2 − 1) to (18 − 9) (81* Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtract_to18_nozeros_64_001.html" class="">Subtraction Facts from (2 − 1) to (18 − 9) (64 Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtract_to18_nozeros_50_001.html" class="">Subtraction Facts from (2 − 1) to (18 − 9) (50 Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtract_to18_nozeros_25_001.html" class="">Subtraction Facts from (2 − 1) to (18 − 9) (25 Large Print Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtract_to18_nozeros_12_001.html" class="">Subtraction Facts from (2 − 1) to (18 − 9) (12 Very Large Print Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="single-digit-subtraction-facts-8"><label for="single-digit-subtraction-facts-8" class="wtitle">Subtraction Facts with Minuends from 10 to 18</label>
<div class="desc">
<a href="subtraction/subtraction_minuends_1018_100questions_001.html" class="">100 Subtraction Questions with Minuends from 10 to 18 and <strong>All Regrouping</strong> (100 Questions)</a>
<a href="subtraction/subtraction_minuends_1018_64questions_001.html" class="">64 Subtraction Questions with Minuends from 10 to 18 and <strong>All Regrouping</strong> (64 Questions)</a>
<a href="subtraction/subtraction_minuends_1018_25questions_001.html" class="">25 Subtraction Questions with Minuends from 10 to 18 and <strong>All Regrouping</strong> (25 Large Print Questions)</a>
</div>
</li>
<li><p>Sometimes students just need to reinforce a single number at a time which is where these worksheets come in. There are three sets of worksheets in this section, each with a different number of questions. The last set is the most interesting as there are no questions repeated. Eleven and Twelve have been included as they are essentially subtracting by 10 and 1 or 2 more.</p></li>
<li><input type="checkbox" class="list-checkbox" id="single-digit-subtraction-facts-9"><label for="single-digit-subtraction-facts-9" class="wtitle">Subtracting Individual Focus or Target Facts (50 Questions per Page)</label>
<div class="desc">
<a href="subtraction/subtracting_focus_digit_00_differences_to_10_001.html" class="">Subtracting <strong>0</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtracting_focus_digit_01_differences_to_09_001.html" class="">Subtracting <strong>1</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtracting_focus_digit_02_differences_to_09_001.html" class="">Subtracting <strong>2</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtracting_focus_digit_03_differences_to_09_001.html" class="">Subtracting <strong>3</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtracting_focus_digit_04_differences_to_09_001.html" class="">Subtracting <strong>4</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtracting_focus_digit_05_differences_to_09_001.html" class="">Subtracting <strong>5</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtracting_focus_digit_06_differences_to_09_001.html" class="">Subtracting <strong>6</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtracting_focus_digit_07_differences_to_09_001.html" class="">Subtracting <strong>7</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtracting_focus_digit_08_differences_to_09_001.html" class="">Subtracting <strong>8</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtracting_focus_digit_09_differences_to_09_001.html" class="">Subtracting <strong>9</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtracting_focus_digit_10_differences_to_10_001.html" class="">Subtracting <strong>10</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtracting_focus_011_differences_to_011_001.html" class="">Subtracting <strong>11</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtracting_focus_012_differences_to_012_001.html" class="">Subtracting <strong>12</strong> (50 Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="single-digit-subtraction-facts-10"><label for="single-digit-subtraction-facts-10" class="wtitle">Subtracting Individual Focus or Target Facts (25 Questions per Page)</label>
<div class="desc">
<a href="subtraction/subtraction_single_focus_0_25questions_001.html" class="">Subtracting <strong>Zero (0)</strong> (25 Large Print Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_single_focus_1_25questions_001.html" class="">Subtracting <strong>One (1)</strong> (25 Large Print Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_single_focus_2_25questions_001.html" class="">Subtracting <strong>Two (2)</strong> (25 Large Print Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_single_focus_3_25questions_001.html" class="">Subtracting <strong>Three (3)</strong> (25 Large Print Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_single_focus_4_25questions_001.html" class="">Subtracting <strong>Four (4)</strong> (25 Large Print Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_single_focus_5_25questions_001.html" class="">Subtracting <strong>Five (5)</strong> (25 Large Print Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_single_focus_6_25questions_001.html" class="">Subtracting <strong>Six (6)</strong> (25 Large Print Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_single_focus_7_25questions_001.html" class="">Subtracting <strong>Seven (7)</strong> (25 Large Print Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_single_focus_8_25questions_001.html" class="">Subtracting <strong>Eight (8)</strong> (25 Large Print Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_single_focus_9_25questions_001.html" class="">Subtracting <strong>Nine (9)</strong> (25 Large Print Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="single-digit-subtraction-facts-11"><label for="single-digit-subtraction-facts-11" class="wtitle">Subtracting Individual Focus or Target Facts with Differences of 0 to 99 (100 Unique Questions per Page)</label>
<div class="desc">
<a href="subtraction/subtracting_focus_001_differences_to_099_001.html" class="">Subtracting <strong>One (1) with Differences 0 to 99</strong> (100 Unique Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtracting_focus_002_differences_to_099_001.html" class="">Subtracting <strong>Two (2) with Differences 0 to 99</strong> (100 Unique Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtracting_focus_003_differences_to_099_001.html" class="">Subtracting <strong>Three (3) with Differences 0 to 99</strong> (100 Unique Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtracting_focus_004_differences_to_099_001.html" class="">Subtracting <strong>Four (4) with Differences 0 to 99</strong> (100 Unique Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtracting_focus_005_differences_to_099_001.html" class="">Subtracting <strong>Five (5) with Differences 0 to 99</strong> (100 Unique Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtracting_focus_006_differences_to_099_001.html" class="">Subtracting <strong>Six (6) with Differences 0 to 99</strong> (100 Unique Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtracting_focus_007_differences_to_099_001.html" class="">Subtracting <strong>Seven (7) with Differences 0 to 99</strong> (100 Unique Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtracting_focus_008_differences_to_099_001.html" class="">Subtracting <strong>Eight (8) with Differences 0 to 99</strong> (100 Unique Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtracting_focus_009_differences_to_099_001.html" class="">Subtracting <strong>Nine (9) with Differences 0 to 99</strong> (100 Unique Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtracting_focus_010_differences_to_099_001.html" class="">Subtracting <strong>Ten (10) with Differences 0 to 99</strong> (100 Unique Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtracting_focus_011_differences_to_099_001.html" class="">Subtracting <strong>Eleven (11) with Differences 0 to 99</strong> (100 Unique Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtracting_focus_012_differences_to_099_001.html" class="">Subtracting <strong>Twelve (12) with Differences 0 to 99</strong> (100 Unique Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="single-digit-subtraction-facts-12"><label for="single-digit-subtraction-facts-12" class="wtitle">Horizontally Arranged Subtraction Facts with Minuends to 18</label>
<div class="desc">
<a href="subtraction/subtraction_facts_to18_horizontal_001.html" class="">Horizontal Subtraction Facts with Minuends to 18 (100 Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_facts_to18_horizontal50_001.html" class="">Horizontal Subtraction Facts with Minuends to 18 (50 Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_facts_to18_horizontal25lp_001.html" class="">Horizontal Subtraction Facts with Minuends to 18 (25 Questions; Large Print) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="single-digit-subtraction-facts-13"><label for="single-digit-subtraction-facts-13" class="wtitle">Horizontally Arranged Subtracting 1 to 5 from 1 to 10</label>
<div class="desc">
<a href="subtraction/subtraction_facts_to10_horizontal_001.html" class="">Horizontal Subtracting 1 to 5 from 1 to 10 (100 Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_facts_to10_horizontal50_001.html" class="">Horizontal Subtracting 1 to 5 from 1 to 10 (50 Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_facts_to10_horizontal25lp_001.html" class="">Horizontal Subtracting 1 to 5 from 1 to 10 (25 Questions; Large Print) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="single-digit-subtraction-facts-14"><label for="single-digit-subtraction-facts-14" class="wtitle">Horizontally Arranged Subtracting 1s and 2s from Single-Digit Minuends</label>
<div class="desc">
<a href="subtraction/subtracting_ones_001.html" class="">Horizontal Subtracting <strong>Ones</strong> from Single-Digit Minuends (25 per page) <span class="iedit">✎</span></a>
<a href="subtraction/subtracting_twos_001.html" class="">Horizontal Subtracting <strong>Twos</strong> from Single-Digit Minuends (25 per page) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="single-digit-subtraction-facts-15"><label for="single-digit-subtraction-facts-15" class="wtitle">Horizontally Arranged Subtracting Individual Focus Facts</label>
<div class="desc">
<a href="subtraction/subtracting_0000_001.html" class="">Horizontal Subtracting <strong>0s</strong> (100 per page) <span class="iedit">✎</span></a>
<a href="subtraction/subtracting_0101_001.html" class="">Horizontal Subtracting <strong>1s</strong> (100 per page) <span class="iedit">✎</span></a>
<a href="subtraction/subtracting_0202_001.html" class="">Horizontal Subtracting <strong>2s</strong> (100 per page) <span class="iedit">✎</span></a>
<a href="subtraction/subtracting_0303_001.html" class="">Horizontal Subtracting <strong>3s</strong> (100 per page) <span class="iedit">✎</span></a>
<a href="subtraction/subtracting_0404_001.html" class="">Horizontal Subtracting <strong>4s</strong> (100 per page) <span class="iedit">✎</span></a>
<a href="subtraction/subtracting_0505_001.html" class="">Horizontal Subtracting <strong>5s</strong> (100 per page) <span class="iedit">✎</span></a>
<a href="subtraction/subtracting_0606_001.html" class="">Horizontal Subtracting <strong>6s</strong> (100 per page) <span class="iedit">✎</span></a>
<a href="subtraction/subtracting_0707_001.html" class="">Horizontal Subtracting <strong>7s</strong> (100 per page) <span class="iedit">✎</span></a>
<a href="subtraction/subtracting_0808_001.html" class="">Horizontal Subtracting <strong>8s</strong> (100 per page) <span class="iedit">✎</span></a>
<a href="subtraction/subtracting_0909_001.html" class="">Horizontal Subtracting <strong>9s</strong> (100 per page) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="single-digit-subtraction-facts-16"><label for="single-digit-subtraction-facts-16" class="wtitle">Horizontally Arranged Subtracting Pairs of Individual Focus Facts</label>
<div class="desc">
<a href="subtraction/subtracting_0001_001.html" class="">Horizontal Subtracting <strong>0s and 1s</strong> (100 per page) <span class="iedit">✎</span></a>
<a href="subtraction/subtracting_0203_001.html" class="">Horizontal Subtracting <strong>2s and 3s</strong> (100 per page) <span class="iedit">✎</span></a>
<a href="subtraction/subtracting_0405_001.html" class="">Horizontal Subtracting <strong>4s and 5s</strong> (100 per page) <span class="iedit">✎</span></a>
<a href="subtraction/subtracting_0607_001.html" class="">Horizontal Subtracting <strong>6s and 7s</strong> (100 per page) <span class="iedit">✎</span></a>
<a href="subtraction/subtracting_0809_001.html" class="">Horizontal Subtracting <strong>8s and 9s</strong> (100 per page) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="single-digit-subtraction-facts-17"><label for="single-digit-subtraction-facts-17" class="wtitle">Subtracting a Number from Itself</label>
<div class="desc">
<a href="subtraction/subtracting_number_from_itself_1to20_001.html" class="">Subtracting a Number from Itself <strong>(Range 1 to 20)</strong></a>
</div>
</li>
<li><p>The make ten subtraction strategy involves "spliting" the subtrahend (amount being subtracted) into two parts. The first part should be the exact amount that will reduce the minuend (the first number) to ten (or multiple of ten as the case may be) and the second part is the leftover amount. The strategy helps students internalize a mental strategy for subtracting across tens. For example, with the question 15 - 9, students first recognize that they need to subtract 5 to get 10, so they split the 9 into 5 and 4. Subtracting 5 from 15 results in 10 and subtracting 4 more results in 6, so 15 - 9 = 6. This strategy can be used any time students need to subtract "over" a multiple of ten and there are many worksheets in this section to practice it. For example, subtracting 84 - 8, students recognize that they must subtract 4 from 84 to get 80 which leaves 4 more to subtract from 80 to get 76.</p></li>
<li><input type="checkbox" class="list-checkbox" id="single-digit-subtraction-facts-18"><label for="single-digit-subtraction-facts-18" class="wtitle">Make Ten Strategy Worksheets with 10 and Multiples of 10</label>
<div class="desc">
<a href="subtraction/subtraction_make_10_strategy_001.html" class="">Make <strong>10</strong> Subtraction Strategy</a>
<a href="subtraction/subtraction_make_20_strategy_001.html" class="">Make <strong>20</strong> Subtraction Strategy</a>
<a href="subtraction/subtraction_make_30_strategy_001.html" class="">Make <strong>30</strong> Subtraction Strategy</a>
<a href="subtraction/subtraction_make_40_strategy_001.html" class="">Make <strong>40</strong> Subtraction Strategy</a>
<a href="subtraction/subtraction_make_50_strategy_001.html" class="">Make <strong>50</strong> Subtraction Strategy</a>
<a href="subtraction/subtraction_make_60_strategy_001.html" class="">Make <strong>60</strong> Subtraction Strategy</a>
<a href="subtraction/subtraction_make_70_strategy_001.html" class="">Make <strong>70</strong> Subtraction Strategy</a>
<a href="subtraction/subtraction_make_80_strategy_001.html" class="">Make <strong>80</strong> Subtraction Strategy</a>
<a href="subtraction/subtraction_make_90_strategy_001.html" class="">Make <strong>90</strong> Subtraction Strategy</a>
<a href="subtraction/subtraction_make_vr_strategy_001.html" class="">Make <strong>Multiples of 10</strong> Subtraction Strategy</a>
</div>
</li>
</ul>
</div>
</div>
<div class="wscontainer bc01">
<div class="titlearea">
<h2 id="multi-digit-subtraction-worksheets">Long Subtraction Worksheets</h2>
</div>
<div class="imagearea">
<img src="subtraction/images/subtraction_multidigit_nts_0404_001_300.004.jpg" alt="" width="250" height="324" loading="lazy">
</div>
<div class="worksheetsarea">
<ul class="list">
<li><p>Try teaching a mental math strategy for subtraction called counting up. Here is how it is done:</p></li>
<li><p>Start with the second number (the subtrahend) and count up by tens until you find the closest value to the first number (the minuend). Keep track of how many tens you counted. Add or subtract a single digit number to get the minuend exactly then adjust the tens by that amount. For the question, 84 - 35, start at 35, and count, 45, 55, 65, 75, 85 (five tens) and one down to get 84. Five tens minus one is 49. For the question 65 - 22, start at 22 and count, 32, 42, 52, 62 (four tens) and three up to get 65. Four tens and three is 43. The previous examples used two-digit numbers, but the strategy can swiftly be modified for larger numbers. How far can your students go with it? Here is an example with three-digit numbers:</p></li>
<li><p>Let's use the question 927 - 648. First, count up by hundreds to 948 (that's 300). Then count down by tens to 928 (that's -20). Finally count down by ones to 927 (that's one). 300 - 20 - 1 = 279. That's almost easier than adding!</p></li>
<li><p>The multi-digit or long subtraction worksheets in the first part of this section are classic long subtraction worksheets with randomly generated numbers. Regrouping should be necessary about half of the time. Versions with ALL regrouping and NO regrouping follow. If you would like to see numbers with thousands separators, look a little further down and choose the appropriate version for your location.</p></li>
<li><input type="checkbox" class="list-checkbox" id="multi-digit-subtraction-worksheets-19"><label for="multi-digit-subtraction-worksheets-19" class="wtitle">Subtracting up to 3-Digit Numbers with Some Regrouping</label>
<div class="desc">
<a href="subtraction/subtraction_0202_some_regrouping_001.html" class="">Subtracting <strong>2-Digit from 2-Digit</strong> Numbers with Some Regrouping <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multidigit_0302_001.html" class="">Subtracting <strong>2-Digit from 3-Digit</strong> Numbers with Some Regrouping <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multidigit_0303_001.html" class="">Subtracting <strong>3-Digit from 3-Digit</strong> Numbers with Some Regrouping <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_expanded_form_3digit_3digit_001.html" class=""><strong>3-Digit Expanded Form</strong> Subtraction</a>
<a href="subtraction/subtraction_multidigit_nts_0403_001.html" class="">Subtracting <strong>3-Digit from 4-Digit</strong> Numbers with Some Regrouping <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multi-digit-subtraction-worksheets-20"><label for="multi-digit-subtraction-worksheets-20" class="wtitle">Subtracting up to 3-Digit Numbers with Some Regrouping (Large Print)</label>
<div class="desc">
<a href="subtraction/large_print_subtraction_some_regrouping_0201_001.html" class="">Subtracting <strong>1-Digit from 2-Digit</strong> Numbers with Some Regrouping (<strong>Large Print</strong>) <span class="iedit">✎</span></a>
<a href="subtraction/large_print_subtraction_some_regrouping_0202_001.html" class="">Subtracting <strong>2-Digit from 2-Digit</strong> Numbers with Some Regrouping (<strong>Large Print</strong>) <span class="iedit">✎</span></a>
<a href="subtraction/large_print_subtraction_some_regrouping_0301_001.html" class="">Subtracting <strong>1-Digit from 3-Digit</strong> Numbers with Some Regrouping (<strong>Large Print</strong>) <span class="iedit">✎</span></a>
<a href="subtraction/large_print_subtraction_some_regrouping_0302_001.html" class="">Subtracting <strong>2-Digit from 3-Digit</strong> Numbers with Some Regrouping (<strong>Large Print</strong>) <span class="iedit">✎</span></a>
<a href="subtraction/large_print_subtraction_some_regrouping_0303_001.html" class="">Subtracting <strong>3-Digit from 3-Digit</strong> Numbers with Some Regrouping (<strong>Large Print</strong>) <span class="iedit">✎</span></a>
<a href="subtraction/large_print_subtraction_some_regrouping_v0103_001.html" class="">Subtracting <strong>1- to 3-Digit from 1- to 3-Digit</strong> Numbers with Some Regrouping (<strong>Large Print</strong>) <span class="iedit">✎</span></a>
<a href="subtraction/large_print_subtraction_some_regrouping_0403_001.html" class="">Subtracting <strong>3-Digit from 4-Digit</strong> Numbers with Some Regrouping (<strong>Large Print</strong>) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multi-digit-subtraction-worksheets-21"><label for="multi-digit-subtraction-worksheets-21" class="wtitle">Subtracting 4- to 9-Digit Numbers with Some Regrouping</label>
<div class="desc">
<a href="subtraction/subtraction_multidigit_nts_0404_001.html" class="">Subtracting <strong>4-Digit from 4-Digit</strong> Numbers with Some Regrouping <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multidigit_nts_0504_001.html" class="">Subtracting <strong>4-Digit from 5-Digit</strong> Numbers with Some Regrouping <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multidigit_nts_0505_001.html" class="">Subtracting <strong>5-Digit from 5-Digit</strong> Numbers with Some Regrouping <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multidigit_nts_0605_001.html" class="">Subtracting <strong>5-Digit from 6-Digit</strong> Numbers with Some Regrouping <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multidigit_nts_0606_001.html" class="">Subtracting <strong>6-Digit from 6-Digit</strong> Numbers with Some Regrouping <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multidigit_nts_0706_001.html" class="">Subtracting <strong>6-Digit from 7-Digit</strong> Numbers with Some Regrouping <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multidigit_nts_0707_001.html" class="">Subtracting <strong>7-Digit from 7-Digit</strong> Numbers with Some Regrouping <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multidigit_nts_0807_001.html" class="">Subtracting <strong>7-Digit from 8-Digit</strong> Numbers with Some Regrouping <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multidigit_nts_0808_001.html" class="">Subtracting <strong>8-Digit from 8-Digit</strong> Numbers with Some Regrouping <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multidigit_nts_0908_001.html" class="">Subtracting <strong>8-Digit from 9-Digit</strong> Numbers with Some Regrouping <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multidigit_nts_0909_001.html" class="">Subtracting <strong>9-Digit from 9-Digit</strong> Numbers with Some Regrouping <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multi-digit-subtraction-worksheets-22"><label for="multi-digit-subtraction-worksheets-22" class="wtitle">Subtracting 4- to 6-Digit Numbers with Some Regrouping (Large Print)</label>
<div class="desc">
<a href="subtraction/large_print_subtraction_some_regrouping_0404_001.html" class="">Subtracting <strong>4-Digit from 4-Digit</strong> Numbers with Some Regrouping (<strong>Large Print</strong>) <span class="iedit">✎</span></a>
<a href="subtraction/large_print_subtraction_some_regrouping_0504_001.html" class="">Subtracting <strong>4-Digit from 5-Digit</strong> Numbers with Some Regrouping (<strong>Large Print</strong>) <span class="iedit">✎</span></a>
<a href="subtraction/large_print_subtraction_some_regrouping_0505_001.html" class="">Subtracting <strong>5-Digit from 5-Digit</strong> Numbers with Some Regrouping (<strong>Large Print</strong>) <span class="iedit">✎</span></a>
<a href="subtraction/large_print_subtraction_some_regrouping_0605_001.html" class="">Subtracting <strong>5-Digit from 6-Digit</strong> Numbers with Some Regrouping (<strong>Large Print</strong>) <span class="iedit">✎</span></a>
<a href="subtraction/large_print_subtraction_some_regrouping_0606_001.html" class="">Subtracting <strong>6-Digit from 6-Digit</strong> Numbers with Some Regrouping (<strong>Large Print</strong>) <span class="iedit">✎</span></a>
</div>
</li>
<li><p>For students who need a little extra help with lining things up, these long subtraction worksheets have the digits spaced farther apart on a grid. The answer keys also show the carrying values to help diagnose where things went wrong (but hopefully they won't).</p></li>
<li><input type="checkbox" class="list-checkbox" id="multi-digit-subtraction-worksheets-23"><label for="multi-digit-subtraction-worksheets-23" class="wtitle">Long Subtraction Worksheets with Grid Support</label>
<div class="desc">
<a href="subtraction/grid_subtraction_0202_0202_001.html" class=""><strong>2-Digit Minus 2-Digit</strong> Subtraction With Grid Support</a>
<a href="subtraction/grid_subtraction_0303_0202_001.html" class=""><strong>3-Digit Minus 2-Digit</strong> Subtraction With Grid Support</a>
<a href="subtraction/grid_subtraction_0303_0303_001.html" class=""><strong>3-Digit Minus 3-Digit</strong> Subtraction With Grid Support</a>
<a href="subtraction/grid_subtraction_0404_0303_001.html" class=""><strong>4-Digit Minus 3-Digit</strong> Subtraction With Grid Support</a>
<a href="subtraction/grid_subtraction_0404_0404_001.html" class=""><strong>4-Digit Minus 4-Digit</strong> Subtraction With Grid Support</a>
<a href="subtraction/grid_subtraction_0505_0404_001.html" class=""><strong>5-Digit Minus 4-Digit</strong> Subtraction With Grid Support</a>
<a href="subtraction/grid_subtraction_0505_0505_001.html" class=""><strong>5-Digit Minus 5-Digit</strong> Subtraction With Grid Support</a>
<a href="subtraction/grid_subtraction_0606_0505_001.html" class=""><strong>6-Digit Minus 5-Digit</strong> Subtraction With Grid Support</a>
<a href="subtraction/grid_subtraction_0606_0606_001.html" class=""><strong>6-Digit Minus 6-Digit</strong> Subtraction With Grid Support</a>
<a href="subtraction/grid_subtraction_0204_0204_001.html" class=""><strong>2- to 4-Digit Minus 2- to 4-Digit</strong> Subtraction With Grid Support</a>
<a href="subtraction/grid_subtraction_0306_0306_001.html" class=""><strong>3- to 6-Digit Minus 3- to 6-Digit</strong> Subtraction With Grid Support</a>
</div>
</li>
<li><p>The next long subtraction worksheets include questions that require regrouping at every step. They can be frustrating and difficult for students who are not familiar with the concept of subtraction. Try showing them with base ten blocks how regrouping works.</p></li>
<li><input type="checkbox" class="list-checkbox" id="multi-digit-subtraction-worksheets-24"><label for="multi-digit-subtraction-worksheets-24" class="wtitle">Subtracting up to 3-Digit Numbers with All Regrouping</label>
<div class="desc">
<a href="subtraction/subtraction_multi_digit_all_regrouping_02_01_001.html" class="">Subtracting <strong>1-Digit</strong> Numbers with ALL Regrouping <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multi_digit_all_regrouping_03_02_001.html" class="">Subtracting <strong>2-Digit</strong> Numbers with ALL Regrouping <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multi_digit_all_regrouping_04_03_001.html" class="">Subtracting <strong>3-Digit</strong> Numbers with ALL Regrouping <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multi-digit-subtraction-worksheets-25"><label for="multi-digit-subtraction-worksheets-25" class="wtitle">Subtracting up to 3-Digit Numbers with All Regrouping (Large Print)</label>
<div class="desc">
<a href="subtraction/large_print_subtraction_multi_digit_all_regrouping_02_01_001.html" class="">Subtracting <strong>1-Digit</strong> Numbers with ALL Regrouping (<strong>Large Print</strong>) <span class="iedit">✎</span></a>
<a href="subtraction/large_print_subtraction_multi_digit_all_regrouping_03_02_001.html" class="">Subtracting <strong>2-Digit</strong> Numbers with ALL Regrouping (<strong>Large Print</strong>) <span class="iedit">✎</span></a>
<a href="subtraction/large_print_subtraction_multi_digit_all_regrouping_04_03_001.html" class="">Subtracting <strong>3-Digit</strong> Numbers with ALL Regrouping (<strong>Large Print</strong>) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multi-digit-subtraction-worksheets-26"><label for="multi-digit-subtraction-worksheets-26" class="wtitle">Subtracting 4- to 8-Digit Numbers with All Regrouping</label>
<div class="desc">
<a href="subtraction/subtraction_multi_digit_all_regrouping_05_04_001.html" class="">Subtracting <strong>4-Digit</strong> Numbers with ALL Regrouping <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multi_digit_all_regrouping_06_05_001.html" class="">Subtracting <strong>5-Digit</strong> Numbers with ALL Regrouping <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multi_digit_all_regrouping_07_06_001.html" class="">Subtracting <strong>6-Digit</strong> Numbers with ALL Regrouping <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multi_digit_all_regrouping_08_07_001.html" class="">Subtracting <strong>7-Digit</strong> Numbers with ALL Regrouping <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multi_digit_all_regrouping_09_08_001.html" class="">Subtracting <strong>8-Digit</strong> Numbers with ALL Regrouping <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multi-digit-subtraction-worksheets-27"><label for="multi-digit-subtraction-worksheets-27" class="wtitle">Subtracting 4- to 6-Digit Numbers with All Regrouping (Large Print)</label>
<div class="desc">
<a href="subtraction/large_print_subtraction_multi_digit_all_regrouping_05_04_001.html" class="">Subtracting <strong>4-Digit</strong> Numbers with ALL Regrouping (<strong>Large Print</strong>) <span class="iedit">✎</span></a>
<a href="subtraction/large_print_subtraction_multi_digit_all_regrouping_06_05_001.html" class="">Subtracting <strong>5-Digit</strong> Numbers with ALL Regrouping (<strong>Large Print</strong>) <span class="iedit">✎</span></a>
<a href="subtraction/large_print_subtraction_multi_digit_all_regrouping_07_06_001.html" class="">Subtracting <strong>6-Digit</strong> Numbers with ALL Regrouping (<strong>Large Print</strong>) <span class="iedit">✎</span></a>
</div>
</li>
<li><p>Some students require a little extra help when learning to subtract large numbers. These subtraction worksheets include questions where the regrouping step has been eliminated. This might help students learn a subtraction algorithm before learning about regrouping.</p></li>
<li><input type="checkbox" class="list-checkbox" id="multi-digit-subtraction-worksheets-28"><label for="multi-digit-subtraction-worksheets-28" class="wtitle">Subtracting up to 3-Digit Numbers with No Regrouping</label>
<div class="desc">
<a href="subtraction/subtraction_0202_no_regrouping_001.html" class="">Subtracting <strong>2-Digit from 2-Digit</strong> Numbers with NO Regrouping <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_3digit_2digit_noregrouping_001.html" class="">Subtracting <strong>2-Digit from 3-Digit</strong> Numbers with NO Regrouping <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_3digit_3digit_noregrouping_001.html" class="">Subtracting <strong>3-Digit from 3-Digit</strong> Numbers with NO Regrouping <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_4digit_2digit_noregrouping_001.html" class="">Subtracting <strong>2-Digit from 4-Digit</strong> Numbers with NO Regrouping <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_4digit_3digit_noregrouping_001.html" class="">Subtracting <strong>3-Digit from 4-Digit</strong> Numbers with NO Regrouping <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multi-digit-subtraction-worksheets-29"><label for="multi-digit-subtraction-worksheets-29" class="wtitle">Subtracting up to 3-Digit Numbers with No Regrouping (Large Print)</label>
<div class="desc">
<a href="subtraction/large_print_subtraction_2digit_2digit_noregrouping_001.html" class="">Subtracting <strong>2-Digit from 2-Digit</strong> Numbers with NO Regrouping (<strong>Large Print</strong>) <span class="iedit">✎</span></a>
<a href="subtraction/large_print_subtraction_3digit_2digit_noregrouping_001.html" class="">Subtracting <strong>2-Digit from 3-Digit</strong> Numbers with NO Regrouping (<strong>Large Print</strong>) <span class="iedit">✎</span></a>
<a href="subtraction/large_print_subtraction_3digit_3digit_noregrouping_001.html" class="">Subtracting <strong>3-Digit from 3-Digit</strong> Numbers with NO Regrouping (<strong>Large Print</strong>) <span class="iedit">✎</span></a>
<a href="subtraction/large_print_subtraction_4digit_2digit_noregrouping_001.html" class="">Subtracting <strong>2-Digit from 4-Digit</strong> Numbers with NO Regrouping (<strong>Large Print</strong>) <span class="iedit">✎</span></a>
<a href="subtraction/large_print_subtraction_4digit_3digit_noregrouping_001.html" class="">Subtracting <strong>3-Digit from 4-Digit</strong> Numbers with NO Regrouping (<strong>Large Print</strong>) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multi-digit-subtraction-worksheets-30"><label for="multi-digit-subtraction-worksheets-30" class="wtitle">Subtracting 4- to 9-Digit Numbers with No Regrouping</label>
<div class="desc">
<a href="subtraction/subtraction_4digit_4digit_noregrouping_001.html" class="">Subtracting <strong>4-Digit from 4-Digit</strong> Numbers with NO Regrouping <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_5digit_5digit_noregrouping_001.html" class="">Subtracting <strong>5-Digit from 5-Digit</strong> Numbers with NO Regrouping <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_6digit_6digit_noregrouping_001.html" class="">Subtracting <strong>6-Digit from 6-Digit</strong> Numbers with NO Regrouping <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_7digit_7digit_noregrouping_001.html" class="">Subtracting <strong>7-Digit from 7-Digit</strong> Numbers with NO Regrouping <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_8digit_8digit_noregrouping_001.html" class="">Subtracting <strong>8-Digit from 8-Digit</strong> Numbers with NO Regrouping <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_9digit_9digit_noregrouping_001.html" class="">Subtracting <strong>9-Digit from 9-Digit</strong> Numbers with NO Regrouping <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multi-digit-subtraction-worksheets-31"><label for="multi-digit-subtraction-worksheets-31" class="wtitle">Subtracting 4- to 6-Digit Numbers with No Regrouping (Large Print)</label>
<div class="desc">
<a href="subtraction/large_print_subtraction_4digit_4digit_noregrouping_001.html" class="">Subtracting <strong>4-Digit from 4-Digit</strong> Numbers with NO Regrouping (<strong>Large Print</strong>) <span class="iedit">✎</span></a>
<a href="subtraction/large_print_subtraction_5digit_5digit_noregrouping_001.html" class="">Subtracting <strong>5-Digit from 5-Digit</strong> Numbers with NO Regrouping (<strong>Large Print</strong>) <span class="iedit">✎</span></a>
<a href="subtraction/large_print_subtraction_6digit_6digit_noregrouping_001.html" class="">Subtracting <strong>6-Digit from 6-Digit</strong> Numbers with NO Regrouping (<strong>Large Print</strong>) <span class="iedit">✎</span></a>
</div>
</li>
<li><p>Why horizontal subtraction worksheets? Students can show their understanding of place value and number sense if they do not already have the numbers lined up. Vertical subtraction is often learned based on a student's understanding of single-digit subtraction, but looking at the whole number is lost in the algorithm.</p></li>
<li><input type="checkbox" class="list-checkbox" id="multi-digit-subtraction-worksheets-32"><label for="multi-digit-subtraction-worksheets-32" class="wtitle">Horizontally Arranged 2-Digit Minus 1-Digit Questions</label>
<div class="desc">
<a href="subtraction/subtraction_2digit_minus_1digit_horizontal_001.html" class=""><strong>2-digit Minus 1-Digit</strong> Horizontal Subtraction (100 Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_2digit_minus_1digit_horizontal50_001.html" class=""><strong>2-digit Minus 1-Digit</strong> Horizontal Subtraction (50 Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_2digit_minus_1digit_horizontal25lp_001.html" class=""><strong>2-digit Minus 1-Digit</strong> Horizontal Subtraction (25 Questions; Large Print) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multi-digit-subtraction-worksheets-33"><label for="multi-digit-subtraction-worksheets-33" class="wtitle">Horizontally Arranged 2-Digit Minus 2-Digit Questions</label>
<div class="desc">
<a href="subtraction/subtraction_2digit_minus_2digit_horizontal_001.html" class=""><strong>2-digit Minus 2-Digit</strong> Horizontal Subtraction (100 Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_2digit_minus_2digit_horizontal50_001.html" class=""><strong>2-digit Minus 2-Digit</strong> Horizontal Subtraction (50 Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_2digit_minus_2digit_horizontal25lp_001.html" class=""><strong>2-digit Minus 2-Digit</strong> Horizontal Subtraction (25 Questions; Large Print) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multi-digit-subtraction-worksheets-34"><label for="multi-digit-subtraction-worksheets-34" class="wtitle">Horizontally Arranged 3-Digit Minus 1-Digit Questions</label>
<div class="desc">
<a href="subtraction/subtraction_3digit_minus_1digit_horizontal_001.html" class=""><strong>3-digit Minus 1-Digit</strong> Horizontal Subtraction (100 Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_3digit_minus_1digit_horizontal50_001.html" class=""><strong>3-digit Minus 1-Digit</strong> Horizontal Subtraction (50 Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_3digit_minus_1digit_horizontal25lp_001.html" class=""><strong>3-digit Minus 1-Digit</strong> Horizontal Subtraction (25 Questions; Large Print) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multi-digit-subtraction-worksheets-35"><label for="multi-digit-subtraction-worksheets-35" class="wtitle">Horizontally Arranged 3-Digit Minus 2-Digit Questions</label>
<div class="desc">
<a href="subtraction/subtraction_3digit_minus_2digit_horizontal_001.html" class=""><strong>3-digit Minus 2-Digit</strong> Horizontal Subtraction (50 Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_3digit_minus_2digit_horizontal25lp_001.html" class=""><strong>3-digit Minus 2-Digit</strong> Horizontal Subtraction (25 Questions; Large Print) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_3digit_minus_2digit_horizontal_regrouping_001.html" class=""><strong>3-Digit Minus 2-Digit</strong> Horizontal Subtraction (<strong>All Regrouping</strong>; 100 Questions)</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multi-digit-subtraction-worksheets-36"><label for="multi-digit-subtraction-worksheets-36" class="wtitle">Horizontally Arranged 3-Digit Minus 3-Digit Questions</label>
<div class="desc">
<a href="subtraction/subtraction_3digit_minus_3digit_horizontal_001.html" class=""><strong>3-Digit Minus 3-Digit</strong> Horizontal Subtraction (50 Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_3digit_minus_3digit_horizontal25lp_001.html" class=""><strong>3-Digit Minus 3-Digit</strong> Horizontal Subtraction (25 Questions; Large Print) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multi-digit-subtraction-worksheets-37"><label for="multi-digit-subtraction-worksheets-37" class="wtitle">Horizontally Arranged Various-Digit Minus Various-Digit Questions</label>
<div class="desc">
<a href="subtraction/subtraction_xdigit_minus_xdigit_horizontal_001.html" class=""><strong>Various-Digit Minus Various-Digit</strong> Horizontal Subtraction (50 Questions) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_xdigit_minus_xdigit_horizontal25lp_001.html" class=""><strong>Various-Digit Minus Various-Digit</strong> Horizontal Subtraction (25 Questions; Large Print) <span class="iedit">✎</span></a>
</div>
</li>
<li><p>Many students in English-speaking countries are used to seeing numbers with comma-separated thousands.</p></li>
<li><input type="checkbox" class="list-checkbox" id="multi-digit-subtraction-worksheets-38"><label for="multi-digit-subtraction-worksheets-38" class="wtitle"><svg class="size32"><use xlink:href="includes/symbol-defs.006.svg#flag-us"></use></svg> Long Subtraction Worksheets with Comma Separated Thousands</label>
<div class="desc">
<a href="subtraction/subtraction_multidigit_0402_001.html" class="">Subtracting <strong>2-Digit from 4-Digit</strong> Numbers (Comma Separated) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multidigit_0403_001.html" class="">Subtracting <strong>3-Digit from 4-Digit</strong> Numbers (Comma Separated) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multidigit_0404_001.html" class="">Subtracting <strong>4-Digit from 4-Digit</strong> Numbers (Comma Separated) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multidigit_0502_001.html" class="">Subtracting <strong>2-Digit from 5-Digit</strong> Numbers (Comma Separated) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multidigit_0503_001.html" class="">Subtracting <strong>3-Digit from 5-Digit</strong> Numbers (Comma Separated) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multidigit_0504_001.html" class="">Subtracting <strong>4-Digit from 5-Digit</strong> Numbers (Comma Separated) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multidigit_0505_001.html" class="">Subtracting <strong>5-Digit from 5-Digit</strong> Numbers (Comma Separated) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multidigit_var24_001.html" class="">Mixture of Multi-Digit Subtraction <strong>from 2 to 4 digits</strong> (Comma Separated) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multidigit_var25_001.html" class="">Mixture of Multi-Digit Subtraction <strong>from 2 to 5 digits</strong> (Comma Separated) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multi-digit-subtraction-worksheets-39"><label for="multi-digit-subtraction-worksheets-39" class="wtitle"><svg class="size32"><use xlink:href="includes/symbol-defs.006.svg#flag-us"></use></svg> Long Subtraction Worksheets with Comma Separated Thousands and All Regrouping</label>
<div class="desc">
<a href="subtraction/subtraction_multi_digit_all_regrouping_us_05_04_001.html" class="">Subtracting <strong>4-Digit</strong> Numbers with <strong>ALL Regrouping</strong> (Comma Separated) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multi_digit_all_regrouping_us_06_05_001.html" class="">Subtracting <strong>5-Digit</strong> Numbers with <strong>ALL Regrouping</strong> (Comma Separated) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multi_digit_all_regrouping_us_07_06_001.html" class="">Subtracting <strong>6-Digit</strong> Numbers with <strong>ALL Regrouping</strong> (Comma Separated) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multi_digit_all_regrouping_us_08_07_001.html" class="">Subtracting <strong>7-Digit</strong> Numbers with <strong>ALL Regrouping</strong> (Comma Separated) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multi_digit_all_regrouping_us_09_08_001.html" class="">Subtracting <strong>8-Digit</strong> Numbers with <strong>ALL Regrouping</strong> (Comma Separated) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multi-digit-subtraction-worksheets-40"><label for="multi-digit-subtraction-worksheets-40" class="wtitle"><svg class="size32"><use xlink:href="includes/symbol-defs.006.svg#flag-us"></use></svg> Long Subtraction Worksheets with Comma Separated Thousands and No Regrouping</label>
<div class="desc">
<a href="subtraction/subtraction_us_5digit_5digit_noregrouping_001.html" class="">Subtracting <strong>5-Digit from 5-Digit</strong> Numbers with <strong>NO Regrouping</strong> (Comma Separated) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_us_6digit_6digit_noregrouping_001.html" class="">Subtracting <strong>6-Digit from 6-Digit</strong> Numbers with <strong>NO Regrouping</strong> (Comma Separated) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_us_7digit_7digit_noregrouping_001.html" class="">Subtracting <strong>7-Digit from 7-Digit</strong> Numbers with <strong>NO Regrouping</strong> (Comma Separated) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_us_8digit_8digit_noregrouping_001.html" class="">Subtracting <strong>8-Digit from 8-Digit</strong> Numbers with <strong>NO Regrouping</strong> (Comma Separated) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_us_9digit_9digit_noregrouping_001.html" class="">Subtracting <strong>9-Digit from 9-Digit</strong> Numbers with <strong>NO Regrouping</strong> (Comma Separated) <span class="iedit">✎</span></a>
</div>
</li>
<li><p>Space-separated thousands are becoming more widely used, including in the United States. Canadian students have used both comma separated and space separated thousands for many years.</p></li>
<li><input type="checkbox" class="list-checkbox" id="multi-digit-subtraction-worksheets-41"><label for="multi-digit-subtraction-worksheets-41" class="wtitle"><svg class="size32"><use xlink:href="includes/symbol-defs.006.svg#flag-can"></use></svg> Long Subtraction Worksheets with Space Separated Thousands</label>
<div class="desc">
<a href="subtraction/si_subtraction_multidigit_0402_001.html" class="">Subtracting <strong>2-Digit from 4-Digit</strong> Numbers (Space Separated) <span class="iedit">✎</span></a>
<a href="subtraction/si_subtraction_multidigit_0403_001.html" class="">Subtracting <strong>3-Digit from 4-Digit</strong> Numbers (Space Separated) <span class="iedit">✎</span></a>
<a href="subtraction/si_subtraction_multidigit_0404_001.html" class="">Subtracting <strong>4-Digit from 4-Digit</strong> Numbers (Space Separated) <span class="iedit">✎</span></a>
<a href="subtraction/si_subtraction_multidigit_0502_001.html" class="">Subtracting <strong>2-Digit from 5-Digit</strong> Numbers (Space Separated) <span class="iedit">✎</span></a>
<a href="subtraction/si_subtraction_multidigit_0503_001.html" class="">Subtracting <strong>3-Digit from 5-Digit</strong> Numbers (Space Separated) <span class="iedit">✎</span></a>
<a href="subtraction/si_subtraction_multidigit_0504_001.html" class="">Subtracting <strong>4-Digit from 5-Digit</strong> Numbers (Space Separated) <span class="iedit">✎</span></a>
<a href="subtraction/si_subtraction_multidigit_0505_001.html" class="">Subtracting <strong>5-Digit from 5-Digit</strong> Numbers (Space Separated) <span class="iedit">✎</span></a>
<a href="subtraction/si_subtraction_multidigit_var24_001.html" class="">Mixture of Multi-Digit Subtraction <strong>from 2 to 4 digits</strong> (Space Separated) <span class="iedit">✎</span></a>
<a href="subtraction/si_subtraction_multidigit_var25_001.html" class="">Mixture of Multi-Digit Subtraction <strong>from 2 to 5 digits</strong> (Space Separated) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multi-digit-subtraction-worksheets-42"><label for="multi-digit-subtraction-worksheets-42" class="wtitle"><svg class="size32"><use xlink:href="includes/symbol-defs.006.svg#flag-can"></use></svg> Long Subtraction Worksheets with Space Separated Thousands and All Regrouping</label>
<div class="desc">
<a href="subtraction/subtraction_multi_digit_all_regrouping_si_05_04_001.html" class="">Subtracting <strong>4-Digit</strong> Numbers with <strong>ALL Regrouping</strong> (Space Separated) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multi_digit_all_regrouping_si_06_05_001.html" class="">Subtracting <strong>5-Digit</strong> Numbers with <strong>ALL Regrouping</strong> (Space Separated) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multi_digit_all_regrouping_si_07_06_001.html" class="">Subtracting <strong>6-Digit</strong> Numbers with <strong>ALL Regrouping</strong> (Space Separated) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multi_digit_all_regrouping_si_08_07_001.html" class="">Subtracting <strong>7-Digit</strong> Numbers with <strong>ALL Regrouping</strong> (Space Separated) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multi_digit_all_regrouping_si_09_08_001.html" class="">Subtracting <strong>8-Digit</strong> Numbers with <strong>ALL Regrouping</strong> (Space Separated) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multi-digit-subtraction-worksheets-43"><label for="multi-digit-subtraction-worksheets-43" class="wtitle"><svg class="size32"><use xlink:href="includes/symbol-defs.006.svg#flag-can"></use></svg> Long Subtraction Worksheets with Space Separated Thousands and No Regrouping</label>
<div class="desc">
<a href="subtraction/subtraction_si_5digit_5digit_noregrouping_001.html" class="">Subtracting <strong>5-Digit from 5-Digit</strong> Numbers with <strong>NO Regrouping</strong> (Space Separated) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_si_6digit_6digit_noregrouping_001.html" class="">Subtracting <strong>6-Digit from 6-Digit</strong> Numbers with <strong>NO Regrouping</strong> (Space Separated) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_si_7digit_7digit_noregrouping_001.html" class="">Subtracting <strong>7-Digit from 7-Digit</strong> Numbers with <strong>NO Regrouping</strong> (Space Separated) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_si_8digit_8digit_noregrouping_001.html" class="">Subtracting <strong>8-Digit from 8-Digit</strong> Numbers with <strong>NO Regrouping</strong> (Space Separated) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_si_9digit_9digit_noregrouping_001.html" class="">Subtracting <strong>9-Digit from 9-Digit</strong> Numbers with <strong>NO Regrouping</strong> (Space Separated) <span class="iedit">✎</span></a>
</div>
</li>
<li><p>Even though period separated thousands are not common in the English-speaking world, we provide these for our friends in other countries who may find them useful.</p></li>
<li><input type="checkbox" class="list-checkbox" id="multi-digit-subtraction-worksheets-44"><label for="multi-digit-subtraction-worksheets-44" class="wtitle"><svg class="size32"><use xlink:href="includes/symbol-defs.006.svg#flag-eu"></use></svg> Long Subtraction Worksheets with Period Separated Thousands</label>
<div class="desc">
<a href="subtraction/euro_subtraction_multidigit_0402_001.html" class="">Subtracting <strong>2-Digit from 4-Digit</strong> Numbers (Period Separated) <span class="iedit">✎</span></a>
<a href="subtraction/euro_subtraction_multidigit_0403_001.html" class="">Subtracting <strong>3-Digit from 4-Digit</strong> Numbers (Period Separated) <span class="iedit">✎</span></a>
<a href="subtraction/euro_subtraction_multidigit_0404_001.html" class="">Subtracting <strong>4-Digit from 4-Digit</strong> Numbers (Period Separated) <span class="iedit">✎</span></a>
<a href="subtraction/euro_subtraction_multidigit_0502_001.html" class="">Subtracting <strong>2-Digit from 5-Digit</strong> Numbers (Period Separated) <span class="iedit">✎</span></a>
<a href="subtraction/euro_subtraction_multidigit_0503_001.html" class="">Subtracting <strong>3-Digit from 5-Digit</strong> Numbers (Period Separated) <span class="iedit">✎</span></a>
<a href="subtraction/euro_subtraction_multidigit_0504_001.html" class="">Subtracting <strong>4-Digit from 5-Digit</strong> Numbers (Period Separated) <span class="iedit">✎</span></a>
<a href="subtraction/euro_subtraction_multidigit_0505_001.html" class="">Subtracting <strong>5-Digit from 5-Digit</strong> Numbers (Period Separated) <span class="iedit">✎</span></a>
<a href="subtraction/euro_subtraction_multidigit_var24_001.html" class="">Mixture of Multi-Digit Subtraction <strong>from 2 to 4 digits</strong> (Period Separated) <span class="iedit">✎</span></a>
<a href="subtraction/euro_subtraction_multidigit_var25_001.html" class="">Mixture of Multi-Digit Subtraction <strong>from 2 to 5 digits</strong> (Period Separated) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multi-digit-subtraction-worksheets-45"><label for="multi-digit-subtraction-worksheets-45" class="wtitle"><svg class="size32"><use xlink:href="includes/symbol-defs.006.svg#flag-eu"></use></svg> Long Subtraction Worksheets with Period Separated Thousands and All Regrouping</label>
<div class="desc">
<a href="subtraction/subtraction_multi_digit_all_regrouping_eu_05_04_001.html" class="">Subtracting <strong>4-Digit</strong> Numbers with <strong>ALL Regrouping</strong> (Period Separated) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multi_digit_all_regrouping_eu_06_05_001.html" class="">Subtracting <strong>5-Digit</strong> Numbers with <strong>ALL Regrouping</strong> (Period Separated) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multi_digit_all_regrouping_eu_07_06_001.html" class="">Subtracting <strong>6-Digit</strong> Numbers with <strong>ALL Regrouping</strong> (Period Separated) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multi_digit_all_regrouping_eu_08_07_001.html" class="">Subtracting <strong>7-Digit</strong> Numbers with <strong>ALL Regrouping</strong> (Period Separated) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_multi_digit_all_regrouping_eu_09_08_001.html" class="">Subtracting <strong>8-Digit</strong> Numbers with <strong>ALL Regrouping</strong> (Period Separated) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multi-digit-subtraction-worksheets-46"><label for="multi-digit-subtraction-worksheets-46" class="wtitle"><svg class="size32"><use xlink:href="includes/symbol-defs.006.svg#flag-eu"></use></svg> Long Subtraction Worksheets with Period Separated Thousands and No Regrouping</label>
<div class="desc">
<a href="subtraction/subtraction_euro_5digit_5digit_noregrouping_001.html" class="">Subtracting <strong>5-Digit from 5-Digit</strong> Numbers with <strong>NO Regrouping</strong> (Period Separated) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_euro_6digit_6digit_noregrouping_001.html" class="">Subtracting <strong>6-Digit from 6-Digit</strong> Numbers with <strong>NO Regrouping</strong> (Period Separated) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_euro_7digit_7digit_noregrouping_001.html" class="">Subtracting <strong>7-Digit from 7-Digit</strong> Numbers with <strong>NO Regrouping</strong> (Period Separated) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_euro_8digit_8digit_noregrouping_001.html" class="">Subtracting <strong>8-Digit from 8-Digit</strong> Numbers with <strong>NO Regrouping</strong> (Period Separated) <span class="iedit">✎</span></a>
<a href="subtraction/subtraction_euro_9digit_9digit_noregrouping_001.html" class="">Subtracting <strong>9-Digit from 9-Digit</strong> Numbers with <strong>NO Regrouping</strong> (Period Separated) <span class="iedit">✎</span></a>
</div>
</li>
</ul>
</div>
</div>
<div class="wscontainer bc01">
<div class="titlearea">
<h2 id="various-long-subtraction">Various Other Long Subtraction Worksheets</h2>
</div>
<div class="imagearea">
<img src="subtraction/images/subtraction_across_zeros_1000_001_300.004.jpg" alt="" width="250" height="324" loading="lazy">
</div>
<div class="worksheetsarea">
<ul class="list">
<li><p>Generally, a student would not regroup to determine the complements of 10, 100, 1000, etc. One strategy that could be used is as follows: working from left to right, a student would take each digit in the subtrahend and figure out its nines complement. If the digit was 3, for example, the nines complement of 3 is 6. For the last digit (ones), the student would use the tens complement. For example, a typical question is 1000 - 456. The nines complement of 4 is 5, the nines complement of 5 is 4 and the tens complement of 6 is 4. Putting it all together, the student would get 5 4 4 or 544 = 1000 - 456.</p></li>
<li><input type="checkbox" class="list-checkbox" id="various-long-subtraction-47"><label for="various-long-subtraction-47" class="wtitle">Calculating Complements of Powers of Ten (Subtracting Across Zeros)</label>
<div class="desc">
<a href="subtraction/subtraction_across_zeros_10_001.html" class="">Complements of <strong>10</strong></a>
<a href="subtraction/subtraction_across_zeros_100_001.html" class="">Complements of <strong>100</strong></a>
<a href="subtraction/subtraction_across_zeros_1000_001.html" class="">Complements of <strong>1000</strong></a>
<a href="subtraction/subtraction_across_zeros_10000_001.html" class="">Complements of <strong>10000</strong></a>
<a href="subtraction/subtraction_across_zeros_mix23_001.html" class="">Complements of <strong>100 and 1000</strong></a>
<a href="subtraction/subtraction_across_zeros_mix34_001.html" class="">Complements of <strong>1000 and 10000</strong></a>
<a href="subtraction/subtraction_across_zeros_mix24_001.html" class="">Complements of <strong>100, 1000 and 10000</strong></a>
</div>
</li>
<li><p>A similar strategy is employed with the next worksheets except students must adapt to calculating the largest place value number.</p></li>
<li><input type="checkbox" class="list-checkbox" id="various-long-subtraction-48"><label for="various-long-subtraction-48" class="wtitle">Calculating Complements of Multiples of Powers of Ten (Subtracting Across Zeros)</label>
<div class="desc">
<a href="subtraction/subtraction_across_zeros_multiplier_10_001.html" class="">Subtracting from multiples of 10</a>
<a href="subtraction/subtraction_across_zeros_multiplier_100_001.html" class="">Subtracting from multiples of 100</a>
<a href="subtraction/subtraction_across_zeros_multiplier_1000_001.html" class="">Subtracting from multiples of 1000</a>
<a href="subtraction/subtraction_across_zeros_multiplier_10000_001.html" class="">Subtracting from multiples of 10000</a>
<a href="subtraction/subtraction_across_zeros_multiplier_mix23_001.html" class="">Subtracting from a mixture of multiples of 100 and 1000</a>
<a href="subtraction/subtraction_across_zeros_multiplier_mix34_001.html" class="">Subtracting from a mixture of multiples of 1000 and 10000</a>
<a href="subtraction/subtraction_across_zeros_multiplier_mix24_001.html" class="">Subtracting from a mixture of multiples of 100, 1000 and 10000</a>
</div>
</li>
<li><p>These worksheets are meant to give students practice dealing with 0's in the middles of subtraction questions. Whether using pencil and paper or mental arithmetic, it is always a good idea to make sure students know what to do when they encounter zeros.</p></li>
<li><input type="checkbox" class="list-checkbox" id="various-long-subtraction-49"><label for="various-long-subtraction-49" class="wtitle">Subtracting Across Zeros in the Middle (Ones Always Need Regrouping)</label>
<div class="desc">
<a href="subtraction/subtraction_across_zeros_in_the_middle_3digit_001.html" class=""><strong>3-Digit</strong> Subtraction across zeros in the middle (<strong>Ones always need regrouping</strong>)</a>
<a href="subtraction/subtraction_across_zeros_in_the_middle_4digit_001.html" class=""><strong>4-Digit</strong> Subtraction across zeros in the middle (<strong>Ones always need regrouping</strong>)</a>
<a href="subtraction/subtraction_across_zeros_in_the_middle_5digit_001.html" class=""><strong>5-Digit</strong> Subtraction across zeros in the middle (<strong>Ones always need regrouping</strong>)</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="various-long-subtraction-50"><label for="various-long-subtraction-50" class="wtitle">Subtracting Across Zeros in the Middle (Ones Sometimes Need Regrouping)</label>
<div class="desc">
<a href="subtraction/subtraction_across_zeros_in_the_middle_r3digit_001.html" class=""><strong>3-Digit</strong> Subtraction across zeros in the middle (<strong>Ones sometimes need regrouping</strong>)</a>
<a href="subtraction/subtraction_across_zeros_in_the_middle_r4digit_001.html" class=""><strong>4-Digit</strong> Subtraction across zeros in the middle (<strong>Ones sometimes need regrouping</strong>)</a>
<a href="subtraction/subtraction_across_zeros_in_the_middle_r5digit_001.html" class=""><strong>5-Digit</strong> Subtraction across zeros in the middle (<strong>Ones sometimes need regrouping</strong>)</a>
</div>
</li>
<li><p>Subtracting numbers in number systems other than decimal numbers including binary, quaternary, octal, duodecimal and hexadecimal numbers.</p></li>
<li><input type="checkbox" class="list-checkbox" id="various-long-subtraction-51"><label for="various-long-subtraction-51" class="wtitle">Subtracting in Other Base Number Systems</label>
<div class="desc">
<a href="subtraction/subtracting_base_system_02_binary_6digit_001.html" class="">Subtracting <strong>Binary</strong> Numbers (Base 2)</a>
<a href="subtraction/subtracting_base_system_03_ternary_4digit_001.html" class="">Subtracting <strong>Ternary</strong> Numbers (Base 3)</a>
<a href="subtraction/subtracting_base_system_04_quaternary_4digit_001.html" class="">Subtracting <strong>Quaternary</strong> Numbers (Base 4)</a>
<a href="subtraction/subtracting_base_system_05_quinary_4digit_001.html" class="">Subtracting <strong>Quinary</strong> Numbers (Base 5)</a>
<a href="subtraction/subtracting_base_system_06_senary_4digit_001.html" class="">Subtracting <strong>Senary</strong> Numbers (Base 6)</a>
<a href="subtraction/subtracting_base_system_08_octal_4digit_001.html" class="">Subtracting <strong>Octal</strong> Numbers (Base 8)</a>
<a href="subtraction/subtracting_base_system_12_duodecimal_4digit_001.html" class="">Subtracting <strong>Duodecimal</strong> Numbers (Base 12)</a>
<a href="subtraction/subtracting_base_system_16_hexadecimal_4digit_001.html" class="">Subtracting <strong>Hexadecimal</strong> Numbers (Base 16)</a>
<a href="subtraction/subtracting_base_system_20_vigesimal_4digit_001.html" class="">Subtracting <strong>Vigesimal</strong> Numbers (Base 20)</a>
<a href="subtraction/subtracting_base_system_36_hexatrigesimal_4digit_001.html" class="">Subtracting <strong>Hexatrigesimal</strong> Numbers (Base 36)</a>
<a href="subtraction/subtracting_base_system_00_various_4digit_001.html" class="">Subtracting <strong>Various</strong> Numbers (Various Bases)</a>
</div>
</li>
</ul>
</div>
</div>
</div> <!-- End of Content Div -->
<div class="footer">
<p><img src="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/subtraction.php by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 30 Aug 2024 17:45:23 GMT -->
</html>