-
Notifications
You must be signed in to change notification settings - Fork 17
/
integers.html
970 lines (937 loc) · 134 KB
/
integers.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
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from math-drills.com/integers.php by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 30 Aug 2024 17:57:07 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head>
<meta charset="UTF-8">
<title>Integers Worksheets</title>
<meta name="description" content="Integers worksheets including comparing and ordering, adding, subtracting, multiplying and dividing integers.">
<meta name="keywords" content="integer, worksheet, compare, order, sort, add, subtract, multiply, divide, operations">
<link rel="stylesheet" type="text/css" href="https://math-drills.com/includes/mdstyle2.070.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180" href="https://math-drills.com/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://math-drills.com/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://math-drills.com/favicon-16x16.png">
<link rel="manifest" href="https://math-drills.com/site.002.webmanifest">
<link rel="canonical" href="https://math-drills.com/integers.php">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2856036633404156" crossorigin="anonymous"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-J8KREQZRY2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-J8KREQZRY2');
</script>
</head>
<body itemscope itemtype="https://schema.org/CreativeWork">
<div class="header">
<div class="logo">
<p class="pcenter">
<a href="https://math-drills.com/" aria-label="Home"><svg class="iconwhite size100 imdgradbg"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-math-drills-logo"></use></svg></a>
</p>
</div>
<div class="title">
<h1>
<span class="maintitle" itemprop="name">Integers Worksheets</span> </h1>
</div>
<div class="searchform">
<form action="https://math-drills.com/search.php" method="get">
<div class="searchbox pcenter">
<input class="searchtext searchbb" type="search" aria-label="search input box" name="s" placeholder="Search for math worksheets..." value="">
<input type="hidden" name="page" value="1">
<input type="hidden" name="sort" value="weekly">
<button type="submit" value="" class="searchbutton" aria-label="Search Button"><svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-search"></use></svg></button>
</div>
</form>
</div>
</div>
<div class="navmenuwrapper">
<div class="navmenu">
<div onclick="openWNav()" title="Math Worksheet Topics">
<svg class="iconwhite"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-list2"></use></svg>
<span>Menu</span>
</div>
<a href="https://math-drills.com/news/" title="Math-Drills News and Updates">
<svg class="iconwhite"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-newspaper"></use></svg>
<span>News</span>
</a>
<a href="https://math-drills.com/search.php?s=math&page=1&sort=weekly" title="Most Popular Math Worksheets This Week">
<svg class="iconwhite iorange"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-fire"></use></svg>
</a>
<a href="https://math-drills.com/search.php?s=math&page=1&sort=newest" title="Recently Added Math Worksheets">
<svg class="iconwhite"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-new"></use></svg>
</a>
</div>
<div id="worksheetnav" class="sidenav">
<a href="https://math-drills.com/" title="Home">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-home"></use></svg>
<span class="topic">Home</span>
</a>
<a href="https://math-drills.com/addition.php" title="Addition Worksheets">
<svg class="iconwhite size32 igreen"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-plus"></use></svg>
<span class="topic">Addition Worksheets</span>
</a>
<a href="https://math-drills.com/subtraction.php" title="Subtraction Worksheets">
<svg class="iconwhite size32 ired"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-minus"></use></svg>
<span class="topic">Subtraction Worksheets</span>
</a>
<a href="https://math-drills.com/multiplication.php" title="Multiplication Worksheets -- Multiplication Facts">
<svg class="iconwhite size32 ibrown"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-times"></use></svg>
<span class="topic">Multiplication Facts Worksheets</span>
</a>
<a href="https://math-drills.com/multiplication2.php" title="Multiplication Worksheets -- Long Multiplication">
<svg class="iconwhite size32 iteal"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-times"></use></svg>
<span class="topic">Long Multiplication Worksheets</span>
</a>
<a href="https://math-drills.com/division.php" title="Division Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-divide"></use></svg>
<span class="topic">Division Worksheets</span>
</a>
<a href="https://math-drills.com/multiop.php" title="Mixed Operations Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-equals"></use></svg>
<span class="topic">Mixed Operations Worksheets</span>
</a>
<hr>
<a href="https://math-drills.com/algebra.php" title="Algebra Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-superscript"></use></svg>
<span class="topic">Algebra Worksheets</span>
</a>
<a href="https://math-drills.com/baseten.php" title="Base Ten Blocks Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-cube"></use></svg>
<span class="topic">Base Ten Blocks Worksheets</span>
</a>
<a href="https://math-drills.com/decimal.php" title="Decimals Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-pushpin"></use></svg>
<span class="topic">Decimals Worksheets</span>
</a>
<a href="https://math-drills.com/factfamilyworksheets.php" title="Fact Family Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-star-empty"></use></svg>
<span class="topic">Fact Families Worksheets</span>
</a>
<a href="https://math-drills.com/fractions.php" title="Fractions Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-braille"></use></svg>
<span class="topic">Fractions Worksheets</span>
</a>
<a href="https://math-drills.com/geometry.php" title="Geometry Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-ruler"></use></svg>
<span class="topic">Geometry Worksheets</span>
</a>
<a href="https://math-drills.com/graphpaper.php" title="Graph Paper">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-layout"></use></svg>
<span class="topic">Graph Paper</span>
</a>
<a href="https://math-drills.com/integers.php" title="Integers Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-equalizer"></use></svg>
<span class="topic">Integers Worksheets</span>
</a>
<a href="https://math-drills.com/measurement.php" title="Measurement Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-ruler2"></use></svg>
<span class="topic">Measurement Worksheets</span>
</a>
<a href="https://math-drills.com/money.php" title="Money Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-dollar"></use></svg>
<span class="topic">Money Math Worksheets</span>
</a>
<a href="https://math-drills.com/numberlineworksheets.php" title="Number Line Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-arrows-h"></use></svg>
<span class="topic">Number Lines Worksheets</span>
</a>
<a href="https://math-drills.com/numbersense.php" title="Number Sense Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-abacus"></use></svg>
<span class="topic">Number Sense Worksheets</span>
</a>
<a href="https://math-drills.com/orderofoperations.php" title="Order of Operations Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-calculator"></use></svg>
<span class="topic">Order of Operations Worksheets</span>
</a>
<a href="https://math-drills.com/patterning.php" title="Patterning Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-sort-amount-asc"></use></svg>
<span class="topic">Patterning Worksheets</span>
</a>
<a href="https://math-drills.com/percentsworksheets.php" title="Percentages Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-percent"></use></svg>
<span class="topic">Percentages Worksheets</span>
</a>
<a href="https://math-drills.com/placevalueworksheets.php" title="Place Value Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-undo"></use></svg>
<span class="topic">Place Value Worksheets</span>
</a>
<a href="https://math-drills.com/powersoften.php" title="Powers of Ten Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-power"></use></svg>
<span class="topic">Powers of Ten Worksheets</span>
</a>
<a href="https://math-drills.com/statistics.php" title="Statistics Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-bar-chart"></use></svg>
<span class="topic">Statistics Worksheets</span>
</a>
<a href="https://math-drills.com/timeworksheets.php" title="Time Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-clock"></use></svg>
<span class="topic">Time Math Worksheets</span>
</a>
<a href="https://math-drills.com/mathwordproblems.php" title="Math Word Problems">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-file-text"></use></svg>
<span class="topic">Math Word Problems Worksheets</span>
</a>
<hr>
<a href="https://math-drills.com/halloween.php" title="Halloween Math Worksheets">
<svg class="iconwhite size32 iorange"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-cat"></use></svg>
<span class="topic">Halloween Math Worksheets</span>
</a>
<a href="https://math-drills.com/thanksgiving.php" title="Thanksgiving Math Worksheets">
<svg class="iconwhite size32 ithanks"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-thanksgiving"></use></svg>
<span class="topic">Thanksgiving Math Worksheets</span>
</a>
<a href="https://math-drills.com/christmas.php" title="Christmas Math Worksheets">
<svg class="iconwhite size32 igreen"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-tree"></use></svg>
<span class="topic">Christmas Math Worksheets</span>
</a>
<a href="https://math-drills.com/valentines.php" title="Valentine's Day Math Worksheets">
<svg class="iconwhite size32 ired"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-heart"></use></svg>
<span class="topic">Valentine's Day Math Worksheets</span>
</a>
<a href="https://math-drills.com/saintpatricks.php" title="Saint Patrick's Day Math Worksheets">
<svg class="iconwhite size32 ispd"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-clover"></use></svg>
<span class="topic">Saint Patrick's Day Math Worksheets</span>
</a>
<a href="https://math-drills.com/easter.php" title="Easter Math Worksheets">
<svg class="iconwhite size32 ieaster"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-easter"></use></svg>
<span class="topic">Easter Math Worksheets</span>
</a>
<a href="https://math-drills.com/special.php" title="Seasonal Math Worksheets">
<svg class="iconwhite size32"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-calendar"></use></svg>
<span class="topic">Seasonal Math Worksheets</span>
</a>
<hr>
<a href="https://math-drills.com/flashcards.php" title="Math Flash Cards">
<svg class="iconwhite size32 iorange"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-brightness-up"></use></svg>
<span class="topic">Math Flash Cards</span>
</a>
<a href="https://math-drills.com/dots.php" title="The Dots Math Game">
<svg class="iconwhite size32 ired"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-th-small"></use></svg>
<span class="topic">Dots Math Game</span>
</a>
<a href="https://www.youtube.com/playlist?list=PLw9d4giA58-e2Z11Btyn5RXxxiZlbFRcs" title="Math-Drills Tutorials by West Explains Best" target="_blank" rel="noopener">
<svg class="iconwhite size32 ired"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-youtube"></use></svg>
<span class="topic">Video Tutorials</span>
</a>
<hr>
<a href="https://math-drills.com/help.php" title="Help and Frequently Asked Questions">
<svg class="iconwhite size30"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-help-with-circle"></use></svg>
<span class="topic"> Help and FAQ</span>
</a>
<a href="https://math-drills.com/terms.php" title="Math-Drills.com terms of use.">
<svg class="iconwhite size30"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-clipboard"></use></svg>
<span class="topic"> Terms of Use</span>
</a>
<a href="https://math-drills.com/privacy.php" title="Math-Drills.com Privacy and Cookie Policy">
<svg class="iconwhite size30"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-locked"></use></svg>
<span class="topic"> Privacy and Cookie Policy</span>
</a>
<a href="https://math-drills.com/tour.php" title="Math-Drills.com Introduction and Tour">
<svg class="iconwhite size30"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-compass2"></use></svg>
<span class="topic"> Tour/Introduction</span>
</a>
<a href="https://math-drills.com/feedback.php" title="Feedback">
<svg class="iconwhite size30"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-bubbles4"></use></svg>
<span class="topic"> Feedback</span>
</a>
<a href="https://math-drills.com/teachers.php" title="Teacher information page.">
<svg class="iconwhite size30"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-graduation-cap"></use></svg>
<span class="topic"> Teachers</span>
</a>
<a href="https://math-drills.com/parents.php" title="Parent information page.">
<svg class="iconwhite size30"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-parents"></use></svg>
<span class="topic"> Parents</span>
</a>
<a href="https://math-drills.com/support.php" title="Support Math-Drills">
<svg class="iconwhite size30"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-math-drills-logo"></use></svg>
<span class="topic"> Support Math-Drills</span>
</a>
<a href="https://www.facebook.com/freemath" title="Math-Drills.com on Facebook" target="_blank" rel="noreferrer nofollow">
<svg class="iconwhite size30"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-facebook"></use></svg>
<span class="topic"> Math-Drills on Facebook</span>
</a>
<hr>
<a href="https://mateslibres.com/" title="Ejercicios de Matemáticas Gratis" target="_blank">
<svg class="iconwhite imtgradbg size30"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-math-drills-logo"></use></svg>
<span class="topic"> Ejercicios de Matemáticas Gratis</span>
</a>
<a href="https://mathslibres.com/" title="Fiches d'Exercices de Maths" target="_blank">
<svg class="iconwhite imlgradbg size30"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-math-drills-logo"></use></svg>
<span class="topic"> Fiches d'Exercices de Maths</span>
</a>
</div>
</div> <!-- End of navmenuwrapper Div -->
<div class="tableofcontents"> <h3>Contents</h3> <div class="toc">
<div class="h2"><a href="#most-popular"> Most Popular Integers Worksheets this Week</a></div>
<div class="h2"><a href="#integer-resources">Integer Resources</a></div>
<div class="h2"><a href="#comparing-ordering-integers">Comparing and Ordering Integers</a></div>
<div class="h2"><a href="#adding-subtracting-integers">Adding and Subtracting Integers</a></div>
<div class="h2"><a href="#multiplying-dividing-integers">Multiplying and Dividing Integers</a></div>
<div class="h2"><a href="#all-operations-integers">All Operations with Integers</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 integers worksheets page at Math-Drills.com where you may have a negative experience, but in the world of integers, that's a good thing! This page includes <span itemprop="description">Integers worksheets for comparing and ordering integers, adding, subtracting, multiplying and dividing integers and order of operations with integers.</span></p>
<p>If you've ever spent time in Canada in January, you've most likely experienced a negative integer first hand. Banks like you to keep negative balances in your accounts, so they can charge you loads of interest. Deep sea divers spend all sorts of time in negative integer territory. There are many reasons why a knowledge of integers is helpful even if you are not going to pursue an accounting or deep sea diving career. One hugely important reason is that there are many high school mathematics topics that will rely on a strong knowledge of integers and the rules associated with them.</p>
<p>We've included a few hundred integers worksheets on this page to help support your students in their pursuit of knowledge. You may also want to get one of those giant integer number lines to post if you are a teacher, or print off a few of our integer number lines. You can also project them on your whiteboard or make an overhead transparency. For homeschoolers or those with only one or a few students, the paper versions should do. The other thing that we highly recommend are integer chips a.k.a. two-color counters. Read more about them below.</p>
<div class="popular"> <h2 id="most-popular"><svg class="iconwhite size32 iorange"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-fire"></use></svg> Most Popular Integers Worksheets this Week</h2>
<div class="searchresults">
<a href="https://math-drills.com/integers/integers_all_operations_1212_ap_001.php" title="Adding, Subtracting, Multiplying and Dividing Mixed Integers from -12 to 12 (50 Questions; All Parentheses)"><figure><img src="https://math-drills.com/integers/images/integers_all_operations_1212_ap_001_300.1695225426.jpg" alt="Adding, Subtracting, Multiplying and Dividing Mixed Integers from -12 to 12 (50 Questions; All Parentheses)" loading="lazy" width="250" height="324"><figcaption>Adding, Subtracting, Multiplying and Dividing Mixed Integers from -12 to 12 (50 Questions; All Parentheses) (<strong>3055 views this week</strong>)</figcaption></figure></a>
<a href="https://math-drills.com/integers/integers_addition_and_subtraction_easy_001.php" title="Adding and Subtracting Mixed Integers from -10 to 10 (75 Questions)"><figure><img src="https://math-drills.com/integers/images/integers_addition_and_subtraction_easy_001_300.1695222253.jpg" alt="Adding and Subtracting Mixed Integers from -10 to 10 (75 Questions)" loading="lazy" width="250" height="324"><figcaption>Adding and Subtracting Mixed Integers from -10 to 10 (75 Questions) (<strong>2040 views this week</strong>)</figcaption></figure></a>
<a href="https://math-drills.com/integers/integers_all_operations_0909_np_001.php" title="Adding, Subtracting, Multiplying and Dividing Mixed Integers from -9 to 9 (50 Questions)"><figure><img src="https://math-drills.com/integers/images/integers_all_operations_0909_np_001_300.1695225425.jpg" alt="Adding, Subtracting, Multiplying and Dividing Mixed Integers from -9 to 9 (50 Questions)" loading="lazy" width="250" height="324"><figcaption>Adding, Subtracting, Multiplying and Dividing Mixed Integers from -9 to 9 (50 Questions) (<strong>1724 views this week</strong>)</figcaption></figure></a>
<a href="https://math-drills.com/integers/integers_number_lines_2020_blackline.php" title="Integers Number Lines from -20 to 20"><figure><img src="https://math-drills.com/integers/images/integers_number_lines_2020_blackline_300.1474478561.jpg" alt="Integers Number Lines from -20 to 20" loading="lazy" width="250" height="324"><figcaption>Integers Number Lines from -20 to 20 (<strong>908 views this week</strong>)</figcaption></figure></a>
<a href="https://math-drills.com/integers/integers_subtraction_negative_parentheses_-15to15_001.php" title="Subtracting Mixed Integers from -15 to 15 (75 Questions)"><figure><img src="https://math-drills.com/integers/images/integers_subtraction_negative_parentheses_-15to15_001_300.1694693661.jpg" alt="Subtracting Mixed Integers from -15 to 15 (75 Questions)" loading="lazy" width="250" height="324"><figcaption>Subtracting Mixed Integers from -15 to 15 (75 Questions) (<strong>846 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="integer-resources">Integer Resources</h2>
</div>
<div class="imagearea">
<img src="https://math-drills.com/integers/images/integers_number_lines_1010_blackline_300.004.jpg" alt="" width="250" height="324" loading="lazy">
</div>
<div class="worksheetsarea"> <ul class="list"> <li><p>Coordinate graph paper can be very useful when studying integers. Coordinate geometry is a practical application of integers and can give students practice with using integers while learning another related skill. Coordinate graph paper can be found on the Graph Paper page:</p></li>
<li><p><a class="inlinelink pi" href="https://math-drills.com/graphpaper.php">Coordinate Graph Paper</a></p></li>
<li><p>Integer number lines can be used for various math activities including operations with integers, counting, comparing, ordering, etc.</p></li>
<li><input type="checkbox" class="list-checkbox" id="integer-resources-1"><label for="integer-resources-1" class="wtitle">Integer Number Lines</label> <div class="desc">
<a href="https://math-drills.com/integers/integers_number_lines_1010_blackline.php" class="">Integers Number Lines from -10 to 10</a>
<a href="https://math-drills.com/integers/integers_number_lines_1515_blackline.php" class="">Integers Number Lines from -15 to 15</a>
<a href="https://math-drills.com/integers/integers_number_lines_2020_blackline.php" class="">Integers Number Lines from -20 to 20</a>
<a href="https://math-drills.com/integers/integers_number_lines_2525_blackline.php" class="">Integers Number Lines from -25 to 25</a>
<a href="https://math-drills.com/integers/integer_number_lines.php" class="">OLD Integer Number Lines</a>
</div> </li> </ul> </div></div>
<div class="wscontainer bc01">
<div class="titlearea"> <h2 id="comparing-ordering-integers">Comparing and Ordering Integers</h2>
</div>
<div class="imagearea">
<img src="https://math-drills.com/integers/images/integers_comparing_-09to09_001_300.004.jpg" alt="" width="250" height="324" loading="lazy">
</div>
<div class="worksheetsarea"> <ul class="list"> <li><p>For students who are just starting with integers, it is very helpful if they can use an integer number line to compare integers and to see how the placement of integers works. They should quickly realize that negative numbers are counter-intuitive because they are probably quite used to larger absolute values meaning larger numbers. The reverse is the case, of course, with negative numbers. Students should be able to recognize easily that a positive number is always greater than a negative number and that between two negative integers, the one with the lesser absolute value is actually the greater number. Have students practice with these integers worksheets and follow up with the close proximity comparing integers worksheets.</p></li>
<li><input type="checkbox" class="list-checkbox" id="comparing-ordering-integers-2"><label for="comparing-ordering-integers-2" class="wtitle">Comparing Integers Worksheets</label> <div class="desc">
<a href="https://math-drills.com/integers/integers_comparing_-09to09_001.php" class="">Comparing Positive and Negative Integers (-9 to +9)</a>
<a href="https://math-drills.com/integers/integers_comparing_-15to15_001.php" class="">Comparing Positive and Negative Integers (-15 to +15)</a>
<a href="https://math-drills.com/integers/integers_comparing_-25to25_001.php" class="">Comparing Positive and Negative Integers (-25 to +25)</a>
<a href="https://math-drills.com/integers/integers_comparing_-50to50_001.php" class="">Comparing Positive and Negative Integers (-50 to +50)</a>
<a href="https://math-drills.com/integers/integers_comparing_-99to99_001.php" class="">Comparing Positive and Negative Integers (-99 to +99)</a>
<a href="https://math-drills.com/integers/integers_comparing_-15to-1_001.php" class="">Comparing Negative Integers (-15 to -1)</a>
</div> </li> <li><p>By close proximity, we mean that the integers being compared differ very little in value. Depending on the range, we have allowed various differences between the two integers being compared. In the first set where the range is -9 to 9, the difference between the two numbers is always 1. With the largest range, a difference of up to 5 is allowed. These worksheets will help students further hone their ability to visualize and conceptualize the idea of negative numbers and will serve as a foundation for all the other worksheets on this page.</p></li>
<li><input type="checkbox" class="list-checkbox" id="comparing-ordering-integers-3"><label for="comparing-ordering-integers-3" class="wtitle">Comparing Integers in Close Proximity</label> <div class="desc">
<a href="https://math-drills.com/integers/integers_comparing_close_proximity_-09to09_001.php" class="">Comparing Positive and Negative Integers (-9 to +9) in Close Proximity</a>
<a href="https://math-drills.com/integers/integers_comparing_close_proximity_-15to15_001.php" class="">Comparing Positive and Negative Integers (-15 to +15) in Close Proximity</a>
<a href="https://math-drills.com/integers/integers_comparing_close_proximity_-25to25_001.php" class="">Comparing Positive and Negative Integers (-25 to +25) in Close Proximity</a>
<a href="https://math-drills.com/integers/integers_comparing_close_proximity_-50to50_001.php" class="">Comparing Positive and Negative Integers (-50 to +50) in Close Proximity</a>
<a href="https://math-drills.com/integers/integers_comparing_close_proximity_-99to99_001.php" class="">Comparing Positive and Negative Integers (-99 to +99) in Close Proximity</a>
</div> </li> <li><input type="checkbox" class="list-checkbox" id="comparing-ordering-integers-4"><label for="comparing-ordering-integers-4" class="wtitle">Ordering Integers Worksheets</label> <div class="desc">
<a href="https://math-drills.com/integers/integers_ordering_numberline_scale_001.php" class="">Ordering Integers on a Number Line</a>
<a href="https://math-drills.com/integers/integers_ordering_-0909_001.php" class="">Ordering Integers (range -9 to 9)</a>
<a href="https://math-drills.com/integers/integers_ordering_-2020_001.php" class="">Ordering Integers (range -20 to 20)</a>
<a href="https://math-drills.com/integers/integers_ordering_-5050_001.php" class="">Ordering Integers (range -50 to 50)</a>
<a href="https://math-drills.com/integers/integers_ordering_-9999_001.php" class="">Ordering Integers (range -99 to 99)</a>
<a href="https://math-drills.com/integers/integers_ordering_-999999_001.php" class="">Ordering Integers (range -999 to 999)</a>
<a href="https://math-drills.com/integers/integers_ordering_negative_integers_1digit_001.php" class="">Ordering Negative Integers (range -9 to -1)</a>
<a href="https://math-drills.com/integers/integers_ordering_negative_integers_2digit_001.php" class="">Ordering Negative Integers (range -99 to -10)</a>
<a href="https://math-drills.com/integers/integers_ordering_negative_integers_3digit_001.php" class="">Ordering Negative Integers (range -999 to -100)</a>
</div> </li> </ul> </div></div>
<div class="wscontainer bc01">
<div class="titlearea"> <h2 id="adding-subtracting-integers">Adding and Subtracting Integers</h2>
</div>
<div class="imagearea">
<img src="https://math-drills.com/integers/images/integers_addition_all_parentheses_-09to09_001_300.004.jpg" alt="" width="250" height="324" loading="lazy">
</div>
<div class="worksheetsarea"> <ul class="list"> <li><p>Two-color counters are fantastic manipulatives for teaching and learning about integer addition. Two-color counters are usually plastic chips that come with yellow on one side and red on the other side. They might be available in other colors, so you'll have to substitute your own colors in the following description.</p></li>
<li><p>Adding with two-color counters is actually quite easy. You model the first number with a pile of chips flipped to the correct side and you also model the second number with a pile of chips flipped to the correct side; then you mash them all together, take out the zeros (if any) and behold, you have your answer! Need further elaboration? Read on!</p></li>
<li><p>The correct side means using red to model negative numbers and yellow to model positive numbers. You would model —5 with five red chips and 7 with seven yellow chips. Mashing them together should be straight forward although, you'll want to caution your students to be less exuberant than usual, so none of the chips get flipped. Taking out the zeros means removing as many pairs of yellow and red chips as you can. You can do this because —1 and 1 when added together equals zero (this is called the zero principle). If you remove the zeros, you don't affect the answer. The benefit of removing the zeros, however, is that you always end up with only one color and as a consequence, the answer to the integer question. If you have no chips left at the end, the answer is zero!</p></li>
<li><input type="checkbox" class="list-checkbox" id="adding-subtracting-integers-5"><label for="adding-subtracting-integers-5" class="wtitle">Adding Integers Worksheets with 75 Questions Per Page (Some Parentheses)</label> <div class="desc">
<a href="https://math-drills.com/integers/integers_addition_negative_parentheses_-09to09_001.php" class="">Adding Integers from <strong>-9 to 9</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_addition_negative_parentheses_-12to12_001.php" class="">Adding Integers from <strong>-12 to 12</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_addition_negative_parentheses_-15to15_001.php" class="">Adding Integers from <strong>-15 to 15</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_addition_negative_parentheses_-20to20_001.php" class="">Adding Integers from <strong>-20 to 20</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_addition_negative_parentheses_-25to25_001.php" class="">Adding Integers from <strong>-25 to 25</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_addition_negative_parentheses_-50to50_001.php" class="">Adding Integers from <strong>-50 to 50</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_addition_negative_parentheses_-99to99_001.php" class="">Adding Integers from <strong>-99 to 99</strong> (75 Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="adding-subtracting-integers-6"><label for="adding-subtracting-integers-6" class="wtitle">Adding Integers Worksheets with 75 Questions Per Page (All Parentheses)</label>
<div class="desc">
<a href="https://math-drills.com/integers/integers_addition_all_parentheses_-09to09_001.php" class="">Adding Integers from <strong>(-9) to (+9)</strong> <strong>All Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_addition_all_parentheses_-12to12_001.php" class="">Adding Integers from <strong>(-12) to (+12)</strong> <strong>All Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_addition_all_parentheses_-15to15_001.php" class="">Adding Integers from <strong>(-15) to (+15)</strong> <strong>All Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_addition_all_parentheses_-20to20_001.php" class="">Adding Integers from <strong>(-20) to (+20)</strong> <strong>All Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_addition_all_parentheses_-25to25_001.php" class="">Adding Integers from <strong>(-25) to (+25)</strong> <strong>All Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_addition_all_parentheses_-50to50_001.php" class="">Adding Integers from <strong>(-50) to (+50)</strong> <strong>All Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_addition_all_parentheses_-99to99_001.php" class="">Adding Integers from <strong>(-99) to (+99)</strong> <strong>All Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="adding-subtracting-integers-7"><label for="adding-subtracting-integers-7" class="wtitle">Adding Integers Worksheets with 75 Questions Per Page (No Parentheses)</label>
<div class="desc">
<a href="https://math-drills.com/integers/integers_addition_no_parentheses_-09to09_001.php" class="">Adding Integers from <strong>-9 to 9</strong> <strong>No Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_addition_no_parentheses_-12to12_001.php" class="">Adding Integers from <strong>-12 to 12</strong> <strong>No Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_addition_no_parentheses_-15to15_001.php" class="">Adding Integers from <strong>-15 to 15</strong> <strong>No Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_addition_no_parentheses_-20to20_001.php" class="">Adding Integers from <strong>-20 to 20</strong> <strong>No Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_addition_no_parentheses_-25to25_001.php" class="">Adding Integers from <strong>-25 to 25</strong> <strong>No Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_addition_no_parentheses_-50to50_001.php" class="">Adding Integers from <strong>-50 to 50</strong> <strong>No Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_addition_no_parentheses_-99to99_001.php" class="">Adding Integers from <strong>-99 to 99</strong> <strong>No Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="adding-subtracting-integers-8"><label for="adding-subtracting-integers-8" class="wtitle">Adding Integers Worksheets with 50 Questions Per Page (Some Parentheses)</label> <div class="desc">
<a href="https://math-drills.com/integers/integers_01addition_01mixed_01range09_02questions050_03someparentheses_001.php" class="">Adding Integers from <strong>-9 to 9</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_01addition_01mixed_02range12_02questions050_03someparentheses_001.php" class="">Adding Integers from <strong>-12 to 12</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_01addition_01mixed_03range15_02questions050_03someparentheses_001.php" class="">Adding Integers from <strong>-15 to 15</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_01addition_01mixed_04range20_02questions050_03someparentheses_001.php" class="">Adding Integers from <strong>-20 to 20</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_01addition_01mixed_05range25_02questions050_03someparentheses_001.php" class="">Adding Integers from <strong>-25 to 25</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_01addition_01mixed_06range50_02questions050_03someparentheses_001.php" class="">Adding Integers from <strong>-50 to 50</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_01addition_01mixed_07range99_02questions050_03someparentheses_001.php" class="">Adding Integers from <strong>-99 to 99</strong> (50 Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="adding-subtracting-integers-9"><label for="adding-subtracting-integers-9" class="wtitle">Adding Integers Worksheets with 50 Questions Per Page (All Parentheses)</label>
<div class="desc">
<a href="https://math-drills.com/integers/integers_01addition_01mixed_01range09_02questions050_01allparentheses_001.php" class="">Adding Integers from <strong>(-9) to (+9)</strong> <strong>All Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_01addition_01mixed_02range12_02questions050_01allparentheses_001.php" class="">Adding Integers from <strong>(-12) to (+12)</strong> <strong>All Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_01addition_01mixed_03range15_02questions050_01allparentheses_001.php" class="">Adding Integers from <strong>(-15) to (+15)</strong> <strong>All Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_01addition_01mixed_04range20_02questions050_01allparentheses_001.php" class="">Adding Integers from <strong>(-20) to (+20)</strong> <strong>All Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_01addition_01mixed_05range25_02questions050_01allparentheses_001.php" class="">Adding Integers from <strong>(-25) to (+25)</strong> <strong>All Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_01addition_01mixed_06range50_02questions050_01allparentheses_001.php" class="">Adding Integers from <strong>(-50) to (+50)</strong> <strong>All Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_01addition_01mixed_07range99_02questions050_01allparentheses_001.php" class="">Adding Integers from <strong>(-99) to (+99)</strong> <strong>All Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="adding-subtracting-integers-10"><label for="adding-subtracting-integers-10" class="wtitle">Adding Integers Worksheets with 50 Questions Per Page (No Parentheses)</label>
<div class="desc">
<a href="https://math-drills.com/integers/integers_01addition_01mixed_01range09_02questions050_04noparentheses_001.php" class="">Adding Integers from <strong>-9 to 9</strong> <strong>No Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_01addition_01mixed_02range12_02questions050_04noparentheses_001.php" class="">Adding Integers from <strong>-12 to 12</strong> <strong>No Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_01addition_01mixed_03range15_02questions050_04noparentheses_001.php" class="">Adding Integers from <strong>-15 to 15</strong> <strong>No Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_01addition_01mixed_04range20_02questions050_04noparentheses_001.php" class="">Adding Integers from <strong>-20 to 20</strong> <strong>No Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_01addition_01mixed_05range25_02questions050_04noparentheses_001.php" class="">Adding Integers from <strong>-25 to 25</strong> <strong>No Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_01addition_01mixed_06range50_02questions050_04noparentheses_001.php" class="">Adding Integers from <strong>-50 to 50</strong> <strong>No Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_01addition_01mixed_07range99_02questions050_04noparentheses_001.php" class="">Adding Integers from <strong>-99 to 99</strong> <strong>No Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="adding-subtracting-integers-11"><label for="adding-subtracting-integers-11" class="wtitle">Adding Integers Worksheets with 25 Large Print Questions Per Page (Some Parentheses)</label>
<div class="desc">
<a href="https://math-drills.com/integers/integers_01addition_01mixed_01range09_01questions025_03someparentheses_001.php" class="">Adding Integers from <strong>-9 to 9</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_01addition_01mixed_02range12_01questions025_03someparentheses_001.php" class="">Adding Integers from <strong>-12 to 12</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_01addition_01mixed_03range15_01questions025_03someparentheses_001.php" class="">Adding Integers from <strong>-15 to 15</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_01addition_01mixed_04range20_01questions025_03someparentheses_001.php" class="">Adding Integers from <strong>-20 to 20</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_01addition_01mixed_05range25_01questions025_03someparentheses_001.php" class="">Adding Integers from <strong>-25 to 25</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_01addition_01mixed_06range50_01questions025_03someparentheses_001.php" class="">Adding Integers from <strong>-50 to 50</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_01addition_01mixed_07range99_01questions025_03someparentheses_001.php" class="">Adding Integers from <strong>-99 to 99</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="adding-subtracting-integers-12"><label for="adding-subtracting-integers-12" class="wtitle">Adding Integers Worksheets with 25 Large Print Questions Per Page (All Parentheses)</label>
<div class="desc">
<a href="https://math-drills.com/integers/integers_01addition_01mixed_01range09_01questions025_01allparentheses_001.php" class="">Adding Integers from <strong>(-9) to (+9)</strong> <strong>All Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_01addition_01mixed_02range12_01questions025_01allparentheses_001.php" class="">Adding Integers from <strong>(-12) to (+12)</strong> <strong>All Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_01addition_01mixed_03range15_01questions025_01allparentheses_001.php" class="">Adding Integers from <strong>(-15) to (+15)</strong> <strong>All Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_01addition_01mixed_04range20_01questions025_01allparentheses_001.php" class="">Adding Integers from <strong>(-20) to (+20)</strong> <strong>All Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_01addition_01mixed_05range25_01questions025_01allparentheses_001.php" class="">Adding Integers from <strong>(-25) to (+25)</strong> <strong>All Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_01addition_01mixed_06range50_01questions025_01allparentheses_001.php" class="">Adding Integers from <strong>(-50) to (+50)</strong> <strong>All Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_01addition_01mixed_07range99_01questions025_01allparentheses_001.php" class="">Adding Integers from <strong>(-99) to (+99)</strong> <strong>All Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="adding-subtracting-integers-13"><label for="adding-subtracting-integers-13" class="wtitle">Adding Integers Worksheets with 25 Large Print Questions Per Page (No Parentheses)</label>
<div class="desc">
<a href="https://math-drills.com/integers/integers_01addition_01mixed_01range09_01questions025_04noparentheses_001.php" class="">Adding Integers from <strong>-9 to 9</strong> <strong>No Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_01addition_01mixed_02range12_01questions025_04noparentheses_001.php" class="">Adding Integers from <strong>-12 to 12</strong> <strong>No Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_01addition_01mixed_03range15_01questions025_04noparentheses_001.php" class="">Adding Integers from <strong>-15 to 15</strong> <strong>No Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_01addition_01mixed_04range20_01questions025_04noparentheses_001.php" class="">Adding Integers from <strong>-20 to 20</strong> <strong>No Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_01addition_01mixed_05range25_01questions025_04noparentheses_001.php" class="">Adding Integers from <strong>-25 to 25</strong> <strong>No Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_01addition_01mixed_06range50_01questions025_04noparentheses_001.php" class="">Adding Integers from <strong>-50 to 50</strong> <strong>No Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_01addition_01mixed_07range99_01questions025_04noparentheses_001.php" class="">Adding Integers from <strong>-99 to 99</strong> <strong>No Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
</div> </li> <li><input type="checkbox" class="list-checkbox" id="adding-subtracting-integers-14"><label for="adding-subtracting-integers-14" class="wtitle">Vertically Arranged Integer Addition Worksheets</label> <div class="desc">
<a href="https://math-drills.com/integers/integers_addition_vertical_3digit_various_plus_various_001.php" class="">3-Digit Integer Addition (Vertically Arranged)</a>
<a href="https://math-drills.com/integers/integers_addition_vertical_3digit_positive_plus_negative_001.php" class="">3-Digit <strong>Positive Plus a Negative</strong> Integer Addition (Vertically Arranged)</a>
<a href="https://math-drills.com/integers/integers_addition_vertical_3digit_negative_plus_positive_001.php" class="">3-Digit <strong>Negative Plus a Positive</strong> Integer Addition (Vertically Arranged)</a>
<a href="https://math-drills.com/integers/integers_addition_vertical_3digit_negative_plus_negative_001.php" class="">3-Digit <strong>Negative Plus a Negative</strong> Integer Addition (Vertically Arranged)</a>
</div> </li> <li><p>Subtracting with integer chips is a little different. Integer subtraction can be thought of as removing. To subtract with integer chips, begin by modeling the first number (the minuend) with integer chips. Next, remove the chips that would represent the second number from your pile and you will have your answer. Unfortunately, that isn't all there is to it. This works beautifully if you have enough of the right color chip to remove, but often times you don't. For example, 5 - (-5), would require five yellow chips to start and would also require the removal of five red chips, but there aren't any red chips! Thank goodness, we have the zero principle. Adding or subtracting zero (a red chip and a yellow chip) has no effect on the original number, so we could add as many zeros as we wanted to the pile, and the number would still be the same. All that is needed then is to add as many zeros (pairs of red and yellow chips) as needed until there are enough of the correct color chip to remove. In our example 5 - (-5), you would add 5 zeros, so that you could remove five red chips. You would then be left with 10 yellow chips (or +10) which is the answer to the question.</p></li>
<li><input type="checkbox" class="list-checkbox" id="adding-subtracting-integers-15"><label for="adding-subtracting-integers-15" class="wtitle">Subtracting Integers Worksheets with 75 Questions Per Page (Some Parentheses)</label> <div class="desc">
<a href="https://math-drills.com/integers/integers_subtraction_negative_parentheses_-09to09_001.php" class="">Subtracting Integers from <strong>-9 to 9</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_subtraction_negative_parentheses_-12to12_001.php" class="">Subtracting Integers from <strong>-12 to 12</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_subtraction_negative_parentheses_-15to15_001.php" class="">Subtracting Integers from <strong>-15 to 15</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_subtraction_negative_parentheses_-20to20_001.php" class="">Subtracting Integers from <strong>-20 to 20</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_subtraction_negative_parentheses_-25to25_001.php" class="">Subtracting Integers from <strong>-25 to 25</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_subtraction_negative_parentheses_-50to50_001.php" class="">Subtracting Integers from <strong>-50 to 50</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_subtraction_negative_parentheses_-99to99_001.php" class="">Subtracting Integers from <strong>-99 to 99</strong> (75 Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="adding-subtracting-integers-16"><label for="adding-subtracting-integers-16" class="wtitle">Subtracting Integers Worksheets with 75 Questions Per Page (All Parentheses)</label>
<div class="desc">
<a href="https://math-drills.com/integers/integers_subtraction_all_parentheses_-09to09_001.php" class="">Subtracting Integers from <strong>(-9) to (+9)</strong> <strong>All Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_subtraction_all_parentheses_-12to12_001.php" class="">Subtracting Integers from <strong>(-12) to (+12)</strong> <strong>All Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_subtraction_all_parentheses_-15to15_001.php" class="">Subtracting Integers from <strong>(-15) to (+15)</strong> <strong>All Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_subtraction_all_parentheses_-20to20_001.php" class="">Subtracting Integers from <strong>(-20) to (+20)</strong> <strong>All Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_subtraction_all_parentheses_-25to25_001.php" class="">Subtracting Integers from <strong>(-25) to (+25)</strong> <strong>All Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_subtraction_all_parentheses_-50to50_001.php" class="">Subtracting Integers from <strong>(-50) to (+50)</strong> <strong>All Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_subtraction_all_parentheses_-99to99_001.php" class="">Subtracting Integers from <strong>(-99) to (+99)</strong> <strong>All Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="adding-subtracting-integers-17"><label for="adding-subtracting-integers-17" class="wtitle">Subtracting Integers Worksheets with 75 Questions Per Page (No Parentheses)</label>
<div class="desc">
<a href="https://math-drills.com/integers/integers_subtraction_no_parentheses_-09to09_001.php" class="">Subtracting Integers from <strong>-9 to 9</strong> <strong>No Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_subtraction_no_parentheses_-12to12_001.php" class="">Subtracting Integers from <strong>-12 to 12</strong> <strong>No Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_subtraction_no_parentheses_-15to15_001.php" class="">Subtracting Integers from <strong>-15 to 15</strong> <strong>No Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_subtraction_no_parentheses_-20to20_001.php" class="">Subtracting Integers from <strong>-20 to 20</strong> <strong>No Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_subtraction_no_parentheses_-25to25_001.php" class="">Subtracting Integers from <strong>-25 to 25</strong> <strong>No Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_subtraction_no_parentheses_-50to50_001.php" class="">Subtracting Integers from <strong>-50 to 50</strong> <strong>No Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_subtraction_no_parentheses_-99to99_001.php" class="">Subtracting Integers from <strong>-99 to 99</strong> <strong>No Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="adding-subtracting-integers-18"><label for="adding-subtracting-integers-18" class="wtitle">Subtracting Integers Worksheets with 50 Questions Per Page (Some Parentheses)</label>
<div class="desc">
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_01range09_02questions050_03someparentheses_001.php" class="">Subtracting Integers from <strong>-9 to 9</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_02range12_02questions050_03someparentheses_001.php" class="">Subtracting Integers from <strong>-12 to 12</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_03range15_02questions050_03someparentheses_001.php" class="">Subtracting Integers from <strong>-15 to 15</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_04range20_02questions050_03someparentheses_001.php" class="">Subtracting Integers from <strong>-20 to 20</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_05range25_02questions050_03someparentheses_001.php" class="">Subtracting Integers from <strong>-25 to 25</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_06range50_02questions050_03someparentheses_001.php" class="">Subtracting Integers from <strong>-50 to 50</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_07range99_02questions050_03someparentheses_001.php" class="">Subtracting Integers from <strong>-99 to 99</strong> (50 Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="adding-subtracting-integers-19"><label for="adding-subtracting-integers-19" class="wtitle">Subtracting Integers Worksheets with 50 Questions Per Page (All Parentheses)</label>
<div class="desc">
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_01range09_02questions050_01allparentheses_001.php" class="">Subtracting Integers from <strong>(-9) to (+9)</strong> <strong>All Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_02range12_02questions050_01allparentheses_001.php" class="">Subtracting Integers from <strong>(-12) to (+12)</strong> <strong>All Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_03range15_02questions050_01allparentheses_001.php" class="">Subtracting Integers from <strong>(-15) to (+15)</strong> <strong>All Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_04range20_02questions050_01allparentheses_001.php" class="">Subtracting Integers from <strong>(-20) to (+20)</strong> <strong>All Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_05range25_02questions050_01allparentheses_001.php" class="">Subtracting Integers from <strong>(-25) to (+25)</strong> <strong>All Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_06range50_02questions050_01allparentheses_001.php" class="">Subtracting Integers from <strong>(-50) to (+50)</strong> <strong>All Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_07range99_02questions050_01allparentheses_001.php" class="">Subtracting Integers from <strong>(-99) to (+99)</strong> <strong>All Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="adding-subtracting-integers-20"><label for="adding-subtracting-integers-20" class="wtitle">Subtracting Integers Worksheets with 50 Questions Per Page (No Parentheses)</label>
<div class="desc">
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_01range09_02questions050_04noparentheses_001.php" class="">Subtracting Integers from <strong>-9 to 9</strong> <strong>No Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_02range12_02questions050_04noparentheses_001.php" class="">Subtracting Integers from <strong>-12 to 12</strong> <strong>No Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_03range15_02questions050_04noparentheses_001.php" class="">Subtracting Integers from <strong>-15 to 15</strong> <strong>No Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_04range20_02questions050_04noparentheses_001.php" class="">Subtracting Integers from <strong>-20 to 20</strong> <strong>No Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_05range25_02questions050_04noparentheses_001.php" class="">Subtracting Integers from <strong>-25 to 25</strong> <strong>No Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_06range50_02questions050_04noparentheses_001.php" class="">Subtracting Integers from <strong>-50 to 50</strong> <strong>No Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_07range99_02questions050_04noparentheses_001.php" class="">Subtracting Integers from <strong>-99 to 99</strong> <strong>No Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="adding-subtracting-integers-21"><label for="adding-subtracting-integers-21" class="wtitle">Subtracting Integers Worksheets with 25 Large Print Questions Per Page (Some Parentheses)</label>
<div class="desc">
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_01range09_01questions025_03someparentheses_001.php" class="">Subtracting Integers from <strong>-9 to 9</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_02range12_01questions025_03someparentheses_001.php" class="">Subtracting Integers from <strong>-12 to 12</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_03range15_01questions025_03someparentheses_001.php" class="">Subtracting Integers from <strong>-15 to 15</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_04range20_01questions025_03someparentheses_001.php" class="">Subtracting Integers from <strong>-20 to 20</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_05range25_01questions025_03someparentheses_001.php" class="">Subtracting Integers from <strong>-25 to 25</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_06range50_01questions025_03someparentheses_001.php" class="">Subtracting Integers from <strong>-50 to 50</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_07range99_01questions025_03someparentheses_001.php" class="">Subtracting Integers from <strong>-99 to 99</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="adding-subtracting-integers-22"><label for="adding-subtracting-integers-22" class="wtitle">Subtracting Integers Worksheets with 25 Large Print Questions Per Page (All Parentheses)</label>
<div class="desc">
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_01range09_01questions025_01allparentheses_001.php" class="">Subtracting Integers from <strong>(-9) to (+9)</strong> <strong>All Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_02range12_01questions025_01allparentheses_001.php" class="">Subtracting Integers from <strong>(-12) to (+12)</strong> <strong>All Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_03range15_01questions025_01allparentheses_001.php" class="">Subtracting Integers from <strong>(-15) to (+15)</strong> <strong>All Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_04range20_01questions025_01allparentheses_001.php" class="">Subtracting Integers from <strong>(-20) to (+20)</strong> <strong>All Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_05range25_01questions025_01allparentheses_001.php" class="">Subtracting Integers from <strong>(-25) to (+25)</strong> <strong>All Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_06range50_01questions025_01allparentheses_001.php" class="">Subtracting Integers from <strong>(-50) to (+50)</strong> <strong>All Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_07range99_01questions025_01allparentheses_001.php" class="">Subtracting Integers from <strong>(-99) to (+99)</strong> <strong>All Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="adding-subtracting-integers-23"><label for="adding-subtracting-integers-23" class="wtitle">Subtracting Integers Worksheets with 25 Large Print Questions Per Page (No Parentheses)</label>
<div class="desc">
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_01range09_01questions025_04noparentheses_001.php" class="">Subtracting Integers from <strong>(-9) to 9</strong> <strong>No Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_02range12_01questions025_04noparentheses_001.php" class="">Subtracting Integers from <strong>(-12) to 12</strong> <strong>No Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_03range15_01questions025_04noparentheses_001.php" class="">Subtracting Integers from <strong>(-15) to 15</strong> <strong>No Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_04range20_01questions025_04noparentheses_001.php" class="">Subtracting Integers from <strong>(-20) to 20</strong> <strong>No Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_05range25_01questions025_04noparentheses_001.php" class="">Subtracting Integers from <strong>(-25) to 25</strong> <strong>No Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_06range50_01questions025_04noparentheses_001.php" class="">Subtracting Integers from <strong>(-50) to 50</strong> <strong>No Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_02subtraction_01mixed_07range99_01questions025_04noparentheses_001.php" class="">Subtracting Integers from <strong>(-99) to 99</strong> <strong>No Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
</div> </li> <li><input type="checkbox" class="list-checkbox" id="adding-subtracting-integers-24"><label for="adding-subtracting-integers-24" class="wtitle">Vertically Arranged Integer Subtraction Worksheets</label> <div class="desc">
<a href="https://math-drills.com/integers/integers_subtraction_vertical_3digit_various_minus_various_001.php" class="">3-Digit Integer Subtraction (Vertically Arranged)</a>
<a href="https://math-drills.com/integers/integers_subtraction_vertical_3digit_positive_minus_positive_001.php" class="">3-Digit <strong>Positive Minus a Positive</strong> Integer Subtraction (Vertically Arranged)</a>
<a href="https://math-drills.com/integers/integers_subtraction_vertical_3digit_positive_minus_negative_001.php" class="">3-Digit <strong>Positive Minus a Negative</strong> Integer Subtraction (Vertically Arranged)</a>
<a href="https://math-drills.com/integers/integers_subtraction_vertical_3digit_negative_minus_positive_001.php" class="">3-Digit <strong>Negative Minus a Positive</strong> Integer Subtraction (Vertically Arranged)</a>
<a href="https://math-drills.com/integers/integers_subtraction_vertical_3digit_negative_minus_negative_001.php" class="">3-Digit <strong>Negative Minus a Negative</strong> Integer Subtraction (Vertically Arranged)</a>
</div> </li> <li><p>The worksheets in this section include addition and subtraction on the same page. Students will have to pay close attention to the signs and apply their knowledge of integer addition and subtraction to each question. The use of counters or number lines could be helpful to some students.</p></li>
<li><input type="checkbox" class="list-checkbox" id="adding-subtracting-integers-25"><label for="adding-subtracting-integers-25" class="wtitle">Adding and Subtracting Integers Worksheets with 75 Questions Per Page (Some Parentheses)</label> <div class="desc">
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_01range09_03questions075_03someparentheses_001.php" class="">Adding & Subtracting Integers from <strong>-9 to 9</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_addition_and_subtraction_easy_001.php" class="">Adding & Subtracting Integers from <strong>-10 to 10</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_02range12_03questions075_03someparentheses_001.php" class="">Adding & Subtracting Integers from <strong>-12 to 12</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_03range15_03questions075_03someparentheses_001.php" class="">Adding & Subtracting Integers from <strong>-15 to 15</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_04range20_03questions075_03someparentheses_001.php" class="">Adding & Subtracting Integers from <strong>-20 to 20</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_05range25_03questions075_03someparentheses_001.php" class="">Adding & Subtracting Integers from <strong>-25 to 25</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_06range50_03questions075_03someparentheses_001.php" class="">Adding & Subtracting Integers from <strong>-50 to 50</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_addition_and_subtraction_hard_001.php" class="">Adding & Subtracting Integers from <strong>-99 to 99</strong> (75 Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="adding-subtracting-integers-26"><label for="adding-subtracting-integers-26" class="wtitle">Adding and Subtracting Integers Worksheets with 75 Questions Per Page (All Parentheses)</label>
<div class="desc">
<a href="https://math-drills.com/integers/integers_addition_and_subtraction_0505_001.php" class="">Adding & Subtracting Integers from <strong>(-5) to (+5)</strong> <strong>All Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_addition_and_subtraction_0909_001.php" class="">Adding & Subtracting Integers from <strong>(-9) to (+9)</strong> <strong>All Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_02range12_03questions075_01allparentheses_001.php" class="">Adding & Subtracting Integers from <strong>(-12) to (+12)</strong> <strong>All Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_03range15_03questions075_01allparentheses_001.php" class="">Adding & Subtracting Integers from <strong>(-15) to (+15)</strong> <strong>All Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_04range20_03questions075_01allparentheses_001.php" class="">Adding & Subtracting Integers from <strong>(-20) to (+20)</strong> <strong>All Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_addition_and_subtraction_2525_001.php" class="">Adding & Subtracting Integers from <strong>(-25) to (+25)</strong> <strong>All Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_addition_and_subtraction_5050_001.php" class="">Adding & Subtracting Integers from <strong>(-50) to (+50)</strong> <strong>All Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_07range99_03questions075_01allparentheses_001.php" class="">Adding & Subtracting Integers from <strong>(-99) to (+99)</strong> <strong>All Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="adding-subtracting-integers-27"><label for="adding-subtracting-integers-27" class="wtitle">Adding and Subtracting Integers Worksheets with 75 Questions Per Page (No Parentheses)</label>
<div class="desc">
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_01range09_03questions075_04noparentheses_001.php" class="">Adding & Subtracting Integers from <strong>-9 to 9</strong> <strong>No Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_02range12_03questions075_04noparentheses_001.php" class="">Adding & Subtracting Integers from <strong>-12 to 12</strong> <strong>No Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_03range15_03questions075_04noparentheses_001.php" class="">Adding & Subtracting Integers from <strong>-15 to 15</strong> <strong>No Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_04range20_03questions075_04noparentheses_001.php" class="">Adding & Subtracting Integers from <strong>-20 to 20</strong> <strong>No Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_05range25_03questions075_04noparentheses_001.php" class="">Adding & Subtracting Integers from <strong>-25 to 25</strong> <strong>No Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_06range50_03questions075_04noparentheses_001.php" class="">Adding & Subtracting Integers from <strong>-50 to 50</strong> <strong>No Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_07range99_03questions075_04noparentheses_001.php" class="">Adding & Subtracting Integers from <strong>-99 to 99</strong> <strong>No Parentheses</strong> (75 Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="adding-subtracting-integers-28"><label for="adding-subtracting-integers-28" class="wtitle">Adding and Subtracting Integers Worksheets with 50 Questions Per Page (Some Parentheses)</label>
<div class="desc">
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_01range09_02questions050_03someparentheses_001.php" class="">Adding & Subtracting Integers from <strong>-9 to 9</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_02range12_02questions050_03someparentheses_001.php" class="">Adding & Subtracting Integers from <strong>-12 to 12</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_03range15_02questions050_03someparentheses_001.php" class="">Adding & Subtracting Integers from <strong>-15 to 15</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_04range20_02questions050_03someparentheses_001.php" class="">Adding & Subtracting Integers from <strong>-20 to 20</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_05range25_02questions050_03someparentheses_001.php" class="">Adding & Subtracting Integers from <strong>-25 to 25</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_06range50_02questions050_03someparentheses_001.php" class="">Adding & Subtracting Integers from <strong>-50 to 50</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_07range99_02questions050_03someparentheses_001.php" class="">Adding & Subtracting Integers from <strong>-99 to 99</strong> (50 Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="adding-subtracting-integers-29"><label for="adding-subtracting-integers-29" class="wtitle">Adding and Subtracting Integers Worksheets with 50 Questions Per Page (All Parentheses)</label>
<div class="desc">
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_01range09_02questions050_01allparentheses_001.php" class="">Adding & Subtracting Integers from <strong>(-9) to (+9)</strong> <strong>All Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_02range12_02questions050_01allparentheses_001.php" class="">Adding & Subtracting Integers from <strong>(-12) to (+12)</strong> <strong>All Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_03range15_02questions050_01allparentheses_001.php" class="">Adding & Subtracting Integers from <strong>(-15) to (+15)</strong> <strong>All Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_04range20_02questions050_01allparentheses_001.php" class="">Adding & Subtracting Integers from <strong>(-20) to (+20)</strong> <strong>All Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_05range25_02questions050_01allparentheses_001.php" class="">Adding & Subtracting Integers from <strong>(-25) to (+25)</strong> <strong>All Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_06range50_02questions050_01allparentheses_001.php" class="">Adding & Subtracting Integers from <strong>(-50) to (+50)</strong> <strong>All Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_07range99_02questions050_01allparentheses_001.php" class="">Adding & Subtracting Integers from <strong>(-99) to (+99)</strong> <strong>All Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="adding-subtracting-integers-30"><label for="adding-subtracting-integers-30" class="wtitle">Adding and Subtracting Integers Worksheets with 50 Questions Per Page (No Parentheses)</label>
<div class="desc">
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_01range09_02questions050_04noparentheses_001.php" class="">Adding & Subtracting Integers from <strong>-9 to 9</strong> <strong>No Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_02range12_02questions050_04noparentheses_001.php" class="">Adding & Subtracting Integers from <strong>-12 to 12</strong> <strong>No Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_03range15_02questions050_04noparentheses_001.php" class="">Adding & Subtracting Integers from <strong>-15 to 15</strong> <strong>No Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_04range20_02questions050_04noparentheses_001.php" class="">Adding & Subtracting Integers from <strong>-20 to 20</strong> <strong>No Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_05range25_02questions050_04noparentheses_001.php" class="">Adding & Subtracting Integers from <strong>-25 to 25</strong> <strong>No Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_06range50_02questions050_04noparentheses_001.php" class="">Adding & Subtracting Integers from <strong>-50 to 50</strong> <strong>No Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_07range99_02questions050_04noparentheses_001.php" class="">Adding & Subtracting Integers from <strong>-99 to 99</strong> <strong>No Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="adding-subtracting-integers-31"><label for="adding-subtracting-integers-31" class="wtitle">Adding and Subtracting Integers Worksheets with 25 Large Print Questions Per Page (Some Parentheses)</label>
<div class="desc">
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_01range09_01questions025_03someparentheses_001.php" class="">Adding & Subtracting Integers from <strong>-9 to 9</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_02range12_01questions025_03someparentheses_001.php" class="">Adding & Subtracting Integers from <strong>-12 to 12</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_03range15_01questions025_03someparentheses_001.php" class="">Adding & Subtracting Integers from <strong>-15 to 15</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_04range20_01questions025_03someparentheses_001.php" class="">Adding & Subtracting Integers from <strong>-20 to 20</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_05range25_01questions025_03someparentheses_001.php" class="">Adding & Subtracting Integers from <strong>-25 to 25</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_06range50_01questions025_03someparentheses_001.php" class="">Adding & Subtracting Integers from <strong>-50 to 50</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_07range99_01questions025_03someparentheses_001.php" class="">Adding & Subtracting Integers from <strong>-99 to 99</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="adding-subtracting-integers-32"><label for="adding-subtracting-integers-32" class="wtitle">Adding and Subtracting Integers Worksheets with 25 Large Print Questions Per Page (All Parentheses)</label>
<div class="desc">
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_01range09_01questions025_01allparentheses_001.php" class="">Adding & Subtracting Integers from <strong>(-9) to (+9)</strong> <strong>All Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_02range12_01questions025_01allparentheses_001.php" class="">Adding & Subtracting Integers from <strong>(-12) to (+12)</strong> <strong>All Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_03range15_01questions025_01allparentheses_001.php" class="">Adding & Subtracting Integers from <strong>(-15) to (+15)</strong> <strong>All Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_04range20_01questions025_01allparentheses_001.php" class="">Adding & Subtracting Integers from <strong>(-20) to (+20)</strong> <strong>All Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_05range25_01questions025_01allparentheses_001.php" class="">Adding & Subtracting Integers from <strong>(-25) to (+25)</strong> <strong>All Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_06range50_01questions025_01allparentheses_001.php" class="">Adding & Subtracting Integers from <strong>(-50) to (+50)</strong> <strong>All Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_07range99_01questions025_01allparentheses_001.php" class="">Adding & Subtracting Integers from <strong>(-99) to (+99)</strong> <strong>All Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="adding-subtracting-integers-33"><label for="adding-subtracting-integers-33" class="wtitle">Adding and Subtracting Integers Worksheets with 25 Large Print Questions Per Page (No Parentheses)</label>
<div class="desc">
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_01range09_01questions025_04noparentheses_001.php" class="">Adding & Subtracting Integers from <strong>(-9) to 9</strong> <strong>No Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_02range12_01questions025_04noparentheses_001.php" class="">Adding & Subtracting Integers from <strong>(-12) to 12</strong> <strong>No Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_03range15_01questions025_04noparentheses_001.php" class="">Adding & Subtracting Integers from <strong>(-15) to 15</strong> <strong>No Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_04range20_01questions025_04noparentheses_001.php" class="">Adding & Subtracting Integers from <strong>(-20) to 20</strong> <strong>No Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_05range25_01questions025_04noparentheses_001.php" class="">Adding & Subtracting Integers from <strong>(-25) to 25</strong> <strong>No Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_06range50_01questions025_04noparentheses_001.php" class="">Adding & Subtracting Integers from <strong>(-50) to 50</strong> <strong>No Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_05addsub_01mixed_07range99_01questions025_04noparentheses_001.php" class="">Adding & Subtracting Integers from <strong>(-99) to 99</strong> <strong>No Parentheses</strong> (Large Print; 25 Questions) <span class="iedit">✎</span></a>
</div> </li> <li><p>These worksheets include groups of questions that all result in positive or negative sums or differences. They can be used to help students see more clearly how certain integer questions end up with positive and negative results. In the case of addition of negative and positive integers, some people suggest looking for the "heavier" value to determine whether the sum will be positive of negative. More technically, it would be the integer with the greater absolute value. For example, in the question (−2) + 5, the absolute value of the positive integer is greater, so the sum will be positive.</p></li>
<li><p>In subtraction questions, the focus is on the subtrahend (the value being subtracted). In positive minus positive questions, if the subtrahend is greater than the minuend, the answer will be negative. In negative minus negative questions, if the subtrahend has a greater absolute value, the answer will be positive. Vice-versa for both situations. Alternatively, students can always convert subtraction questions to addition questions by changing the signs (e.g. (−5) − (−7) is the same as (−5) + 7; 3 − 5 is the same as 3 + (−5)).</p></li>
<li><input type="checkbox" class="list-checkbox" id="adding-subtracting-integers-34"><label for="adding-subtracting-integers-34" class="wtitle">Scaffolded Integer Addition and Subtraction</label> <div class="desc">
<a href="https://math-drills.com/integers/integers_scaffolded_addition_0109_positive_plus_negative_001.php" class=""><strong>Positive Plus Negative</strong> Integer Addition (Scaffolded) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_scaffolded_addition_0109_negative_plus_positive_001.php" class=""><strong>Negative Plus Positive</strong> Integer Addition (Scaffolded) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_scaffolded_addition_0109_mixed_001.php" class=""><strong>Mixed</strong> Integer Addition (Scaffolded) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_scaffolded_subtraction_0109_positive_minus_positive_001.php" class=""><strong>Positive Minus Positive</strong> Integer Subtraction (Scaffolded) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_scaffolded_subtraction_0109_negative_minus_negative_001.php" class=""><strong>Negative Minus Negative</strong> Integer Subtraction (Scaffolded) <span class="iedit">✎</span></a>
</div> </li> </ul> </div></div>
<div class="wscontainer bc01">
<div class="titlearea"> <h2 id="multiplying-dividing-integers">Multiplying and Dividing Integers</h2>
</div>
<div class="imagearea">
<img src="https://math-drills.com/integers/images/integers_multiplication_-0909_-0909_0_001_300.004.jpg" alt="" width="250" height="324" loading="lazy">
</div>
<div class="worksheetsarea"> <ul class="list"> <li><p>Multiplying integers is very similar to multiplication facts except students need to learn the rules for the negative and positive signs. In short, they are:</p></li>
<li><p class="pcenter"><svg class="iconwhite size24 igreen"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-plus2"></use></svg> <svg class="iconwhite size24 iblack"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-times"></use></svg> <svg class="iconwhite size24 igreen"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-plus2"></use></svg> <svg class="iconwhite size24 iblack"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-equals"></use></svg> <svg class="iconwhite size24 igreen"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-plus2"></use></svg></p></li>
<li><p class="pcenter"><svg class="iconwhite size24 ired"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-minus2"></use></svg> <svg class="iconwhite size24 iblack"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-times"></use></svg> <svg class="iconwhite size24 ired"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-minus2"></use></svg> <svg class="iconwhite size24 iblack"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-equals"></use></svg> <svg class="iconwhite size24 igreen"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-plus2"></use></svg></p></li>
<li><p class="pcenter"><svg class="iconwhite size24 igreen"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-plus2"></use></svg> <svg class="iconwhite size24 iblack"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-times"></use></svg> <svg class="iconwhite size24 ired"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-minus2"></use></svg> <svg class="iconwhite size24 iblack"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-equals"></use></svg> <svg class="iconwhite size24 ired"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-minus2"></use></svg></p></li>
<li><p class="pcenter"><svg class="iconwhite size24 ired"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-minus2"></use></svg> <svg class="iconwhite size24 iblack"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-times"></use></svg> <svg class="iconwhite size24 igreen"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-plus2"></use></svg> <svg class="iconwhite size24 iblack"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-equals"></use></svg> <svg class="iconwhite size24 ired"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-minus2"></use></svg></p></li>
<li><p>In words, multiplying two positives or two negatives together results in a positive product, and multiplying a negative and a positive in either order results in a negative product. So, -8 × 8, 8 × (-8), -8 × (-8) and 8 × 8 all result in an absolute value of 64, but in two cases, the answer is positive (64) and in two cases the answer is negative (-64).</p></li>
<li><p>Should you wish to develop some "real-world" examples of integer multiplication, it might be a stretch due to the abstract nature of negative numbers. Sure, you could come up with some scenario about owing a debt and removing the debt in previous months, but this may only result in confusion. For now students can learn the rules of multiplying integers and worry about the analogies later!</p></li>
<li><input type="checkbox" class="list-checkbox" id="multiplying-dividing-integers-35"><label for="multiplying-dividing-integers-35" class="wtitle">Multiplying Integers with 100 Questions Per Page</label> <div class="desc">
<a href="https://math-drills.com/integers/integers_multiplication_-0909_-0909_0_001.php" class="">Multiplying <strong>Mixed</strong> Integers from <strong>-9 to 9</strong> (100 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_multiplication_0109_-09-01_0_001.php" class="">Multiplying <strong>Positive by Negative</strong> Integers from <strong>-9 to 9</strong> (100 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_multiplication_-09-01_0109_0_001.php" class="">Multiplying <strong>Negative by Positive</strong> Integers from <strong>-9 to 9</strong> (100 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_multiplication_-09-01_-09-01_0_001.php" class="">Multiplying <strong>Negative by Negative</strong> Integers from <strong>-9 to 9</strong> (100 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_multiplication_-1212_-1212_0_001.php" class="">Multiplying <strong>Mixed</strong> Integers from <strong>-12 to 12</strong> (100 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_multiplication_0012_-12-01_0_001.php" class="">Multiplying <strong>Positive by Negative</strong> Integers from <strong>-12 to 12</strong> (100 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_multiplication_-12-01_0012_0_001.php" class="">Multiplying <strong>Negative by Positive</strong> Integers from <strong>-12 to 12</strong> (100 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_multiplication_-12-01_-12-01_0_001.php" class="">Multiplying <strong>Negative by Negative</strong> Integers from <strong>-12 to 12</strong> (100 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_multiplication_-2020_-2020_0_001.php" class="">Multiplying <strong>Mixed</strong> Integers from <strong>-20 to 20</strong> (100 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_multiplication_-5050_-5050_0_001.php" class="">Multiplying <strong>Mixed</strong> Integers from <strong>-50 to 50</strong> (100 Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multiplying-dividing-integers-36"><label for="multiplying-dividing-integers-36" class="wtitle">Multiplying Integers with 50 Questions Per Page</label>
<div class="desc">
<a href="https://math-drills.com/integers/integers_03multiplication_01mixed_01range09_02questions050_001.php" class="">Multiplying <strong>Mixed</strong> Integers from <strong>-9 to 9</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_03multiplication_02positivenegative_01range09_02questions050_001.php" class="">Multiplying <strong>Positive by Negative</strong> Integers from <strong>-9 to 9</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_03multiplication_03negativepositive_01range09_02questions050_001.php" class="">Multiplying <strong>Negative by Positive</strong> Integers from <strong>-9 to 9</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_03multiplication_04negativenegative_01range09_02questions050_001.php" class="">Multiplying <strong>Negative by Negative</strong> Integers from <strong>-9 to 9</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_03multiplication_01mixed_02range12_02questions050_001.php" class="">Multiplying <strong>Mixed</strong> Integers from <strong>-12 to 12</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_03multiplication_02positivenegative_02range12_02questions050_001.php" class="">Multiplying <strong>Positive by Negative</strong> Integers from <strong>-12 to 12</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_03multiplication_03negativepositive_02range12_02questions050_001.php" class="">Multiplying <strong>Negative by Positive</strong> Integers from <strong>-12 to 12</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_03multiplication_04negativenegative_02range12_02questions050_001.php" class="">Multiplying <strong>Negative by Negative</strong> Integers from <strong>-12 to 12</strong> (50 Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multiplying-dividing-integers-37"><label for="multiplying-dividing-integers-37" class="wtitle">Multiplying Integers with 25 Large Print Questions Per Page</label>
<div class="desc">
<a href="https://math-drills.com/integers/integers_03multiplication_01mixed_01range09_01questions025_001.php" class="">Multiplying <strong>Mixed</strong> Integers from <strong>-9 to 9</strong> (25 Questions; Large Print) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_03multiplication_02positivenegative_01range09_01questions025_001.php" class="">Multiplying <strong>Positive by Negative</strong> Integers from <strong>-9 to 9</strong> (25 Questions; Large Print) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_03multiplication_03negativepositive_01range09_01questions025_001.php" class="">Multiplying <strong>Negative by Positive</strong> Integers from <strong>-9 to 9</strong> (25 Questions; Large Print) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_03multiplication_04negativenegative_01range09_01questions025_001.php" class="">Multiplying <strong>Negative by Negative</strong> Integers from <strong>-9 to 9</strong> (25 Questions; Large Print) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_03multiplication_01mixed_02range12_01questions025_001.php" class="">Multiplying <strong>Mixed</strong> Integers from <strong>-12 to 12</strong> (25 Questions; Large Print) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_03multiplication_02positivenegative_02range12_01questions025_001.php" class="">Multiplying <strong>Positive by Negative</strong> Integers from <strong>-12 to 12</strong> (25 Questions; Large Print) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_03multiplication_03negativepositive_02range12_01questions025_001.php" class="">Multiplying <strong>Negative by Positive</strong> Integers from <strong>-12 to 12</strong> (25 Questions; Large Print) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_03multiplication_04negativenegative_02range12_01questions025_001.php" class="">Multiplying <strong>Negative by Negative</strong> Integers from <strong>-12 to 12</strong> (25 Questions; Large Print) <span class="iedit">✎</span></a>
</div> </li> <li><p>Luckily (for your students), the rules of dividing integers are the same as the rules for multiplying:</p></li>
<li><p class="pcenter"><svg class="iconwhite size24 igreen"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-plus2"></use></svg> <svg class="iconwhite size24 iblack"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-divide"></use></svg> <svg class="iconwhite size24 igreen"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-plus2"></use></svg> <svg class="iconwhite size24 iblack"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-equals"></use></svg> <svg class="iconwhite size24 igreen"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-plus2"></use></svg></p></li>
<li><p class="pcenter"><svg class="iconwhite size24 ired"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-minus2"></use></svg> <svg class="iconwhite size24 iblack"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-divide"></use></svg> <svg class="iconwhite size24 ired"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-minus2"></use></svg> <svg class="iconwhite size24 iblack"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-equals"></use></svg> <svg class="iconwhite size24 igreen"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-plus2"></use></svg></p></li>
<li><p class="pcenter"><svg class="iconwhite size24 igreen"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-plus2"></use></svg> <svg class="iconwhite size24 iblack"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-divide"></use></svg> <svg class="iconwhite size24 ired"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-minus2"></use></svg> <svg class="iconwhite size24 iblack"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-equals"></use></svg> <svg class="iconwhite size24 ired"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-minus2"></use></svg></p></li>
<li><p class="pcenter"><svg class="iconwhite size24 ired"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-minus2"></use></svg> <svg class="iconwhite size24 iblack"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-divide"></use></svg> <svg class="iconwhite size24 igreen"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-plus2"></use></svg> <svg class="iconwhite size24 iblack"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-equals"></use></svg> <svg class="iconwhite size24 ired"><use xlink:href="https://math-drills.com/includes/symbol-defs.006.svg#icon-minus2"></use></svg></p></li>
<li><p>Dividing a positive by a positive integer or a negative by a negative integer will result in a positive integer. Dividing a negative by a positive integer or a positive by a negative integer will result in a negative integer. A good grasp of division facts and a knowledge of the rules for multiplying and dividing integers will go a long way in helping your students master integer division. Use the worksheets in this section to guide students along.</p></li>
<li><input type="checkbox" class="list-checkbox" id="multiplying-dividing-integers-38"><label for="multiplying-dividing-integers-38" class="wtitle">Dividing Integers with 100 Questions Per Page</label> <div class="desc">
<a href="https://math-drills.com/integers/integers_division_-0909_-0909_0_001.php" class="">Dividing <strong>Mixed</strong> Integers from <strong>-9 to 9</strong> (100 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_division_0109_-09-01_0_001.php" class="">Dividing <strong>Positive by Negative</strong> Integers from <strong>-9 to 9</strong> (100 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_division_-09-01_0109_0_001.php" class="">Dividing <strong>Negative by Positive</strong> Integers from <strong>-9 to 9</strong> (100 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_division_-09-01_-09-01_0_001.php" class="">Dividing <strong>Negative by Negative</strong> Integers from <strong>-9 to 9</strong> (100 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_division_-1212_-1212_0_001.php" class="">Dividing <strong>Mixed</strong> Integers from <strong>-12 to 12</strong> (100 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_division_0012_-12-01_0_001.php" class="">Dividing <strong>Positive by Negative</strong> Integers from <strong>-12 to 12</strong> (100 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_division_-12-01_0012_0_001.php" class="">Dividing <strong>Negative by Positive</strong> Integers from <strong>-12 to 12</strong> (100 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_division_-12-01_-12-01_0_001.php" class="">Dividing <strong>Negative by Negative</strong> Integers from <strong>-12 to 12</strong> (100 Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multiplying-dividing-integers-39"><label for="multiplying-dividing-integers-39" class="wtitle">Dividing Integers with 50 Questions Per Page</label>
<div class="desc">
<a href="https://math-drills.com/integers/integers_04division_01mixed_01range09_02questions050_001.php" class="">Dividing <strong>Mixed</strong> Integers from <strong>-9 to 9</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_04division_02positivenegative_01range09_02questions050_001.php" class="">Dividing <strong>Positive by Negative</strong> Integers from <strong>-9 to 9</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_04division_03negativepositive_01range09_02questions050_001.php" class="">Dividing <strong>Negative by Positive</strong> Integers from <strong>-9 to 9</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_04division_04negativenegative_01range09_02questions050_001.php" class="">Dividing <strong>Negative by Negative</strong> Integers from <strong>-9 to 9</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_04division_01mixed_02range12_02questions050_001.php" class="">Dividing <strong>Mixed</strong> Integers from <strong>-12 to 12</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_04division_02positivenegative_02range12_02questions050_001.php" class="">Dividing <strong>Positive by Negative</strong> Integers from <strong>-12 to 12</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_04division_03negativepositive_02range12_02questions050_001.php" class="">Dividing <strong>Negative by Positive</strong> Integers from <strong>-12 to 12</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_04division_04negativenegative_02range12_02questions050_001.php" class="">Dividing <strong>Negative by Negative</strong> Integers from <strong>-12 to 12</strong> (50 Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multiplying-dividing-integers-40"><label for="multiplying-dividing-integers-40" class="wtitle">Dividing Integers with 25 Large Print Questions Per Page</label> <div class="desc">
<a href="https://math-drills.com/integers/integers_04division_01mixed_01range09_01questions025_001.php" class="">Dividing <strong>Mixed</strong> Integers from <strong>-9 to 9</strong> (25 Questions; Large Print) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_04division_02positivenegative_01range09_01questions025_001.php" class="">Dividing <strong>Positive by Negative</strong> Integers from <strong>-9 to 9</strong> (25 Questions; Large Print) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_04division_03negativepositive_01range09_01questions025_001.php" class="">Dividing <strong>Negative by Positive</strong> Integers from <strong>-9 to 9</strong> (25 Questions; Large Print) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_04division_04negativenegative_01range09_01questions025_001.php" class="">Dividing <strong>Negative by Negative</strong> Integers from <strong>-9 to 9</strong> (25 Questions; Large Print) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_04division_01mixed_02range12_01questions025_001.php" class="">Dividing <strong>Mixed</strong> Integers from <strong>-12 to 12</strong> (25 Questions; Large Print) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_04division_02positivenegative_02range12_01questions025_001.php" class="">Dividing <strong>Positive by Negative</strong> Integers from <strong>-12 to 12</strong> (25 Questions; Large Print) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_04division_03negativepositive_02range12_01questions025_001.php" class="">Dividing <strong>Negative by Positive</strong> Integers from <strong>-12 to 12</strong> (25 Questions; Large Print) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_04division_04negativenegative_02range12_01questions025_001.php" class="">Dividing <strong>Negative by Negative</strong> Integers from <strong>-12 to 12</strong> (25 Questions; Large Print) <span class="iedit">✎</span></a>
</div> </li> <li><p>This section includes worksheets with both multiplying and dividing integers on the same page. As long as students know their facts and the integer rules for multiplying and dividing, their sole worry will be to pay attention to the operation signs.</p></li>
<li><input type="checkbox" class="list-checkbox" id="multiplying-dividing-integers-41"><label for="multiplying-dividing-integers-41" class="wtitle">Multiplying and Dividing Integers with 100 Questions Per Page</label> <div class="desc">
<a href="https://math-drills.com/integers/integers_06multdiv_01mixed_01range09_04questions100_001.php" class="">Multiplying and Dividing <strong>Mixed</strong> Integers from <strong>-9 to 9</strong> (100 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_06multdiv_02positivenegative_01range09_04questions100_001.php" class="">Multiplying and Dividing <strong>Positive and Negative</strong> Integers from <strong>-9 to 9</strong> (100 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_06multdiv_03negativepositive_01range09_04questions100_001.php" class="">Multiplying and Dividing <strong>Negative and Positive</strong> Integers from <strong>-9 to 9</strong> (100 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_06multdiv_04negativenegative_01range09_04questions100_001.php" class="">Multiplying and Dividing <strong>Negative and Negative</strong> Integers from <strong>-9 to 9</strong> (100 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_06multdiv_01mixed_02range12_04questions100_001.php" class="">Multiplying and Dividing <strong>Mixed</strong> Integers from <strong>-12 to 12</strong> (100 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_06multdiv_02positivenegative_02range12_04questions100_001.php" class="">Multiplying and Dividing <strong>Positive and Negative</strong> Integers from <strong>-12 to 12</strong> (100 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_06multdiv_03negativepositive_02range12_04questions100_001.php" class="">Multiplying and Dividing <strong>Negative and Positive</strong> Integers from <strong>-12 to 12</strong> (100 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_06multdiv_04negativenegative_02range12_04questions100_001.php" class="">Multiplying and Dividing <strong>Negative and Negative</strong> Integers from <strong>-12 to 12</strong> (100 Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multiplying-dividing-integers-42"><label for="multiplying-dividing-integers-42" class="wtitle">Multiplying and Dividing Integers with 75 Questions Per Page</label>
<div class="desc">
<a href="https://math-drills.com/integers/integers_06multdiv_01mixed_01range09_03questions075_001.php" class="">Multiplying and Dividing <strong>Mixed</strong> Integers from <strong>-9 to 9</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_06multdiv_02positivenegative_01range09_03questions075_001.php" class="">Multiplying and Dividing <strong>Positive and Negative</strong> Integers from <strong>-9 to 9</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_06multdiv_03negativepositive_01range09_03questions075_001.php" class="">Multiplying and Dividing <strong>Negative and Positive</strong> Integers from <strong>-9 to 9</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_06multdiv_04negativenegative_01range09_03questions075_001.php" class="">Multiplying and Dividing <strong>Negative and Negative</strong> Integers from <strong>-9 to 9</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_06multdiv_01mixed_02range12_03questions075_001.php" class="">Multiplying and Dividing <strong>Mixed</strong> Integers from <strong>-12 to 12</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_06multdiv_02positivenegative_02range12_03questions075_001.php" class="">Multiplying and Dividing <strong>Positive and Negative</strong> Integers from <strong>-12 to 12</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_06multdiv_03negativepositive_02range12_03questions075_001.php" class="">Multiplying and Dividing <strong>Negative and Positive</strong> Integers from <strong>-12 to 12</strong> (75 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_06multdiv_04negativenegative_02range12_03questions075_001.php" class="">Multiplying and Dividing <strong>Negative and Negative</strong> Integers from <strong>-12 to 12</strong> (75 Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multiplying-dividing-integers-43"><label for="multiplying-dividing-integers-43" class="wtitle">Multiplying and Dividing Integers with 50 Questions Per Page</label>
<div class="desc">
<a href="https://math-drills.com/integers/integers_06multdiv_01mixed_01range09_02questions050_001.php" class="">Multiplying and Dividing <strong>Mixed</strong> Integers from <strong>-9 to 9</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_06multdiv_02positivenegative_01range09_02questions050_001.php" class="">Multiplying and Dividing <strong>Positive and Negative</strong> Integers from <strong>-9 to 9</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_06multdiv_03negativepositive_01range09_02questions050_001.php" class="">Multiplying and Dividing <strong>Negative and Positive</strong> Integers from <strong>-9 to 9</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_06multdiv_04negativenegative_01range09_02questions050_001.php" class="">Multiplying and Dividing <strong>Negative and Negative</strong> Integers from <strong>-9 to 9</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_06multdiv_01mixed_02range12_02questions050_001.php" class="">Multiplying and Dividing <strong>Mixed</strong> Integers from <strong>-12 to 12</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_06multdiv_02positivenegative_02range12_02questions050_001.php" class="">Multiplying and Dividing <strong>Positive and Negative</strong> Integers from <strong>-12 to 12</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_06multdiv_03negativepositive_02range12_02questions050_001.php" class="">Multiplying and Dividing <strong>Negative and Positive</strong> Integers from <strong>-12 to 12</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_06multdiv_04negativenegative_02range12_02questions050_001.php" class="">Multiplying and Dividing <strong>Negative and Negative</strong> Integers from <strong>-12 to 12</strong> (50 Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="multiplying-dividing-integers-44"><label for="multiplying-dividing-integers-44" class="wtitle">Multiplying and Dividing Integers with 25 Large Print Questions Per Page</label>
<div class="desc">
<a href="https://math-drills.com/integers/integers_06multdiv_01mixed_01range09_01questions025_001.php" class="">Multiplying and Dividing <strong>Mixed</strong> Integers from <strong>-9 to 9</strong> (25 Questions; Large Print) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_06multdiv_02positivenegative_01range09_01questions025_001.php" class="">Multiplying and Dividing <strong>Positive and Negative</strong> Integers from <strong>-9 to 9</strong> (25 Questions; Large Print) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_06multdiv_03negativepositive_01range09_01questions025_001.php" class="">Multiplying and Dividing <strong>Negative and Positive</strong> Integers from <strong>-9 to 9</strong> (25 Questions; Large Print) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_06multdiv_04negativenegative_01range09_01questions025_001.php" class="">Multiplying and Dividing <strong>Negative and Negative</strong> Integers from <strong>-9 to 9</strong> (25 Questions; Large Print) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_06multdiv_01mixed_02range12_01questions025_001.php" class="">Multiplying and Dividing <strong>Mixed</strong> Integers from <strong>-12 to 12</strong> (25 Questions; Large Print) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_06multdiv_02positivenegative_02range12_01questions025_001.php" class="">Multiplying and Dividing <strong>Positive and Negative</strong> Integers from <strong>-12 to 12</strong> (25 Questions; Large Print) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_06multdiv_03negativepositive_02range12_01questions025_001.php" class="">Multiplying and Dividing <strong>Negative and Positive</strong> Integers from <strong>-12 to 12</strong> (25 Questions; Large Print) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_06multdiv_04negativenegative_02range12_01questions025_001.php" class="">Multiplying and Dividing <strong>Negative and Negative</strong> Integers from <strong>-12 to 12</strong> (25 Questions; Large Print) <span class="iedit">✎</span></a>
</div> </li> </ul> </div></div>
<div class="wscontainer bc01">
<div class="titlearea"> <h2 id="all-operations-integers">All Operations with Integers</h2>
</div>
<div class="imagearea">
<img src="https://math-drills.com/integers/images/integers_all_operations_0909_ap_001_300.004.jpg" alt="" width="250" height="324" loading="lazy">
</div>
<div class="worksheetsarea"> <ul class="list"> <li><p>In this section, the integers math worksheets include all of the operations. Students will need to pay attention to the operations and the signs and use mental math or another strategy to arrive at the correct answers. It should go without saying that students need to know their basic addition, subtraction, multiplication and division facts and rules regarding operations with integers before they should complete any of these worksheets independently. Of course, the worksheets can be used as a source of questions for lessons, tests or other learning activities.</p></li>
<li><input type="checkbox" class="list-checkbox" id="all-operations-integers-45"><label for="all-operations-integers-45" class="wtitle">All Operations with Integers with 50 Questions Per Page (Some Parentheses)</label> <div class="desc">
<a href="https://math-drills.com/integers/integers_all_operations_0909_np_001.php" class="">All operations with integers from <strong>-9 to 9</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_all_operations_1212_np_001.php" class="">All operations with integers from <strong>-12 to 12</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_all_operations_1515_np_001.php" class="">All operations with integers from <strong>-15 to 15</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_all_operations_2020_np_001.php" class="">All operations with integers from <strong>-20 to 20</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_all_operations_2525_np_001.php" class="">All operations with integers from <strong>-25 to 25</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_all_operations_5050_np_001.php" class="">All operations with integers from <strong>-50 to 50</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_all_operations_9999_np_001.php" class="">All operations with integers from <strong>-99 to 99</strong> (50 Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="all-operations-integers-46"><label for="all-operations-integers-46" class="wtitle">All Operations with Integers with 50 Questions Per Page (All Parentheses)</label>
<div class="desc">
<a href="https://math-drills.com/integers/integers_all_operations_0909_ap_001.php" class="">All operations with integers from <strong>(-9) to (+9)</strong> <strong>All Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_all_operations_1212_ap_001.php" class="">All operations with integers from <strong>(-12) to (+12)</strong> <strong>All Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_all_operations_1515_ap_001.php" class="">All operations with integers from <strong>(-15) to (+15)</strong> <strong>All Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_all_operations_2020_ap_001.php" class="">All operations with integers from <strong>(-20) to (+20)</strong> <strong>All Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_all_operations_2525_ap_001.php" class="">All operations with integers from <strong>(-25) to (+25)</strong> <strong>All Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_all_operations_5050_ap_001.php" class="">All operations with integers from <strong>(-50) to (+50)</strong> <strong>All Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_all_operations_9999_ap_001.php" class="">All operations with integers from <strong>(-99) to (+99)</strong> <strong>All Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="all-operations-integers-47"><label for="all-operations-integers-47" class="wtitle">All Operations with Integers with 50 Questions Per Page (No Parentheses)</label>
<div class="desc">
<a href="https://math-drills.com/integers/integers_all_operations_0909_xp_001.php" class="">All operations with integers from <strong>-9 to 9</strong> <strong>No Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_all_operations_1212_xp_001.php" class="">All operations with integers from <strong>-12 to 12</strong> <strong>No Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_all_operations_1515_xp_001.php" class="">All operations with integers from <strong>-15 to 15</strong> <strong>No Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_all_operations_2020_xp_001.php" class="">All operations with integers from <strong>-20 to 20</strong> <strong>No Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_all_operations_2525_xp_001.php" class="">All operations with integers from <strong>-25 to 25</strong> <strong>No Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_all_operations_5050_xp_001.php" class="">All operations with integers from <strong>-50 to 50</strong> <strong>No Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
<a href="https://math-drills.com/integers/integers_all_operations_9999_xp_001.php" class="">All operations with integers from <strong>-99 to 99</strong> <strong>No Parentheses</strong> (50 Questions) <span class="iedit">✎</span></a>
</div> </li>
<li><p>Order of operations with integers can be found on the Order of Operations page:</p></li>
<li><p><a class="inlinelink pi" href="https://math-drills.com/orderofoperations.php">Order of Operations with Integers</a></p></li>
</ul> </div></div>
</div> <!-- End of Content Div -->
<div class="footer">
<p><img src="https://math-drills.com/images/math-drills-footer.001.svg" alt="Math-Drills Logo" loading="lazy" width="940" height="347"></p>
<p class="pwhite">
Copyright © 2005-2024 <span itemprop="brand" itemscope itemtype="http://schema.org/Brand">
<span itemprop="name">Math-Drills.com</span></span>
<br>
You may use the math worksheets on this website according to our Terms of Use to help students learn math.
</p>
</div>
<script>
function openWNav() {
var x = document.getElementById("worksheetnav");
if (x.style.display === "none" || x.style.display === "") {x.style.display = "flex";} else {x.style.display = "none";}
}
</script>
</body>
<!-- Mirrored from math-drills.com/integers.php by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 30 Aug 2024 17:57:08 GMT -->
</html>