-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathalgebra.html
916 lines (884 loc) · 91.8 KB
/
algebra.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from math-drills.com/algebra.php by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 30 Aug 2024 17:50:53 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head>
<meta charset="UTF-8">
<title>Algebra Worksheets</title>
<meta name="description" content="Algebra worksheets including missing numbers, translating algebraic phrases, rewriting formulas, algebraic expressions, linear equations, and inverse relationships.">
<meta name="keywords" content="algebra, worksheet, algebraic, formula, expression, linear, equation, system, inverse, relationship, worksheet, simplify, evaluate, solve, rewrite, translate">
<link rel="stylesheet" type="text/css" href="includes/mdstyle2.070.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.002.html">
<link rel="canonical" href="algebra.html">
<script async src="../pagead2.googlesyndication.com/pagead/js/f4290.txt?client=ca-pub-2856036633404156" crossorigin="anonymous"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-J8KREQZRY2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-J8KREQZRY2');
</script>
</head>
<body itemscope itemtype="https://schema.org/CreativeWork">
<div class="header">
<div class="logo">
<p class="pcenter">
<a href="index.html" aria-label="Home"><svg class="iconwhite size100 imdgradbg"><use xlink:href="includes/symbol-defs.006.svg#icon-math-drills-logo"></use></svg></a>
</p>
</div>
<div class="title">
<h1>
<span class="maintitle" itemprop="name">Algebra Worksheets</span> </h1>
</div>
<div class="searchform">
<form action="https://math-drills.com/search.php" method="get">
<div class="searchbox pcenter">
<input class="searchtext searchbb" type="search" aria-label="search input box" name="s" placeholder="Search for math worksheets..." value="">
<input type="hidden" name="page" value="1">
<input type="hidden" name="sort" value="weekly">
<button type="submit" value="" class="searchbutton" aria-label="Search Button"><svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-search"></use></svg></button>
</div>
</form>
</div>
</div>
<div class="navmenuwrapper">
<div class="navmenu">
<div onclick="openWNav()" title="Math Worksheet Topics">
<svg class="iconwhite"><use xlink:href="includes/symbol-defs.006.svg#icon-list2"></use></svg>
<span>Menu</span>
</div>
<a href="news/index.html" title="Math-Drills News and Updates">
<svg class="iconwhite"><use xlink:href="includes/symbol-defs.006.svg#icon-newspaper"></use></svg>
<span>News</span>
</a>
<a href="search5598.html?s=math&page=1&sort=weekly" title="Most Popular Math Worksheets This Week">
<svg class="iconwhite iorange"><use xlink:href="includes/symbol-defs.006.svg#icon-fire"></use></svg>
</a>
<a href="searchd190.html?s=math&page=1&sort=newest" title="Recently Added Math Worksheets">
<svg class="iconwhite"><use xlink:href="includes/symbol-defs.006.svg#icon-new"></use></svg>
</a>
</div>
<div id="worksheetnav" class="sidenav">
<a href="index.html" title="Home">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-home"></use></svg>
<span class="topic">Home</span>
</a>
<a href="addition.html" title="Addition Worksheets">
<svg class="iconwhite size32 igreen"><use xlink:href="includes/symbol-defs.006.svg#icon-plus"></use></svg>
<span class="topic">Addition Worksheets</span>
</a>
<a href="subtraction.html" title="Subtraction Worksheets">
<svg class="iconwhite size32 ired"><use xlink:href="includes/symbol-defs.006.svg#icon-minus"></use></svg>
<span class="topic">Subtraction Worksheets</span>
</a>
<a href="multiplication.html" title="Multiplication Worksheets -- Multiplication Facts">
<svg class="iconwhite size32 ibrown"><use xlink:href="includes/symbol-defs.006.svg#icon-times"></use></svg>
<span class="topic">Multiplication Facts Worksheets</span>
</a>
<a href="multiplication2.html" title="Multiplication Worksheets -- Long Multiplication">
<svg class="iconwhite size32 iteal"><use xlink:href="includes/symbol-defs.006.svg#icon-times"></use></svg>
<span class="topic">Long Multiplication Worksheets</span>
</a>
<a href="division.html" title="Division Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-divide"></use></svg>
<span class="topic">Division Worksheets</span>
</a>
<a href="multiop.html" title="Mixed Operations Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-equals"></use></svg>
<span class="topic">Mixed Operations Worksheets</span>
</a>
<hr>
<a href="algebra.html" title="Algebra Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-superscript"></use></svg>
<span class="topic">Algebra Worksheets</span>
</a>
<a href="baseten.html" title="Base Ten Blocks Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-cube"></use></svg>
<span class="topic">Base Ten Blocks Worksheets</span>
</a>
<a href="decimal.html" title="Decimals Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-pushpin"></use></svg>
<span class="topic">Decimals Worksheets</span>
</a>
<a href="factfamilyworksheets.html" title="Fact Family Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-star-empty"></use></svg>
<span class="topic">Fact Families Worksheets</span>
</a>
<a href="fractions.html" title="Fractions Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-braille"></use></svg>
<span class="topic">Fractions Worksheets</span>
</a>
<a href="geometry.html" title="Geometry Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-ruler"></use></svg>
<span class="topic">Geometry Worksheets</span>
</a>
<a href="graphpaper.html" title="Graph Paper">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-layout"></use></svg>
<span class="topic">Graph Paper</span>
</a>
<a href="integers.html" title="Integers Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-equalizer"></use></svg>
<span class="topic">Integers Worksheets</span>
</a>
<a href="measurement.html" title="Measurement Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-ruler2"></use></svg>
<span class="topic">Measurement Worksheets</span>
</a>
<a href="money.html" title="Money Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-dollar"></use></svg>
<span class="topic">Money Math Worksheets</span>
</a>
<a href="numberlineworksheets.html" title="Number Line Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-arrows-h"></use></svg>
<span class="topic">Number Lines Worksheets</span>
</a>
<a href="numbersense.html" title="Number Sense Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-abacus"></use></svg>
<span class="topic">Number Sense Worksheets</span>
</a>
<a href="orderofoperations.html" title="Order of Operations Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-calculator"></use></svg>
<span class="topic">Order of Operations Worksheets</span>
</a>
<a href="patterning.html" title="Patterning Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-sort-amount-asc"></use></svg>
<span class="topic">Patterning Worksheets</span>
</a>
<a href="percentsworksheets.html" title="Percentages Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-percent"></use></svg>
<span class="topic">Percentages Worksheets</span>
</a>
<a href="placevalueworksheets.html" title="Place Value Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-undo"></use></svg>
<span class="topic">Place Value Worksheets</span>
</a>
<a href="powersoften.html" title="Powers of Ten Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-power"></use></svg>
<span class="topic">Powers of Ten Worksheets</span>
</a>
<a href="statistics.html" title="Statistics Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-bar-chart"></use></svg>
<span class="topic">Statistics Worksheets</span>
</a>
<a href="timeworksheets.html" title="Time Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-clock"></use></svg>
<span class="topic">Time Math Worksheets</span>
</a>
<a href="mathwordproblems.html" title="Math Word Problems">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-file-text"></use></svg>
<span class="topic">Math Word Problems Worksheets</span>
</a>
<hr>
<a href="halloween.html" title="Halloween Math Worksheets">
<svg class="iconwhite size32 iorange"><use xlink:href="includes/symbol-defs.006.svg#icon-cat"></use></svg>
<span class="topic">Halloween Math Worksheets</span>
</a>
<a href="thanksgiving.html" title="Thanksgiving Math Worksheets">
<svg class="iconwhite size32 ithanks"><use xlink:href="includes/symbol-defs.006.svg#icon-thanksgiving"></use></svg>
<span class="topic">Thanksgiving Math Worksheets</span>
</a>
<a href="christmas.html" title="Christmas Math Worksheets">
<svg class="iconwhite size32 igreen"><use xlink:href="includes/symbol-defs.006.svg#icon-tree"></use></svg>
<span class="topic">Christmas Math Worksheets</span>
</a>
<a href="valentines.html" title="Valentine's Day Math Worksheets">
<svg class="iconwhite size32 ired"><use xlink:href="includes/symbol-defs.006.svg#icon-heart"></use></svg>
<span class="topic">Valentine's Day Math Worksheets</span>
</a>
<a href="saintpatricks.html" title="Saint Patrick's Day Math Worksheets">
<svg class="iconwhite size32 ispd"><use xlink:href="includes/symbol-defs.006.svg#icon-clover"></use></svg>
<span class="topic">Saint Patrick's Day Math Worksheets</span>
</a>
<a href="easter.html" title="Easter Math Worksheets">
<svg class="iconwhite size32 ieaster"><use xlink:href="includes/symbol-defs.006.svg#icon-easter"></use></svg>
<span class="topic">Easter Math Worksheets</span>
</a>
<a href="special.html" title="Seasonal Math Worksheets">
<svg class="iconwhite size32"><use xlink:href="includes/symbol-defs.006.svg#icon-calendar"></use></svg>
<span class="topic">Seasonal Math Worksheets</span>
</a>
<hr>
<a href="flashcards.html" title="Math Flash Cards">
<svg class="iconwhite size32 iorange"><use xlink:href="includes/symbol-defs.006.svg#icon-brightness-up"></use></svg>
<span class="topic">Math Flash Cards</span>
</a>
<a href="dots.html" title="The Dots Math Game">
<svg class="iconwhite size32 ired"><use xlink:href="includes/symbol-defs.006.svg#icon-th-small"></use></svg>
<span class="topic">Dots Math Game</span>
</a>
<a href="https://www.youtube.com/playlist?list=PLw9d4giA58-e2Z11Btyn5RXxxiZlbFRcs" title="Math-Drills Tutorials by West Explains Best" target="_blank" rel="noopener">
<svg class="iconwhite size32 ired"><use xlink:href="includes/symbol-defs.006.svg#icon-youtube"></use></svg>
<span class="topic">Video Tutorials</span>
</a>
<hr>
<a href="help.html" title="Help and Frequently Asked Questions">
<svg class="iconwhite size30"><use xlink:href="includes/symbol-defs.006.svg#icon-help-with-circle"></use></svg>
<span class="topic"> Help and FAQ</span>
</a>
<a href="terms.html" title="Math-Drills.com terms of use.">
<svg class="iconwhite size30"><use xlink:href="includes/symbol-defs.006.svg#icon-clipboard"></use></svg>
<span class="topic"> Terms of Use</span>
</a>
<a href="privacy.html" title="Math-Drills.com Privacy and Cookie Policy">
<svg class="iconwhite size30"><use xlink:href="includes/symbol-defs.006.svg#icon-locked"></use></svg>
<span class="topic"> Privacy and Cookie Policy</span>
</a>
<a href="tour.html" title="Math-Drills.com Introduction and Tour">
<svg class="iconwhite size30"><use xlink:href="includes/symbol-defs.006.svg#icon-compass2"></use></svg>
<span class="topic"> Tour/Introduction</span>
</a>
<a href="feedback.html" title="Feedback">
<svg class="iconwhite size30"><use xlink:href="includes/symbol-defs.006.svg#icon-bubbles4"></use></svg>
<span class="topic"> Feedback</span>
</a>
<a href="teachers.html" title="Teacher information page.">
<svg class="iconwhite size30"><use xlink:href="includes/symbol-defs.006.svg#icon-graduation-cap"></use></svg>
<span class="topic"> Teachers</span>
</a>
<a href="parents.html" title="Parent information page.">
<svg class="iconwhite size30"><use xlink:href="includes/symbol-defs.006.svg#icon-parents"></use></svg>
<span class="topic"> Parents</span>
</a>
<a href="support.html" title="Support Math-Drills">
<svg class="iconwhite size30"><use xlink:href="includes/symbol-defs.006.svg#icon-math-drills-logo"></use></svg>
<span class="topic"> Support Math-Drills</span>
</a>
<a href="https://www.facebook.com/freemath" title="Math-Drills.com on Facebook" target="_blank" rel="noreferrer nofollow">
<svg class="iconwhite size30"><use xlink:href="includes/symbol-defs.006.svg#icon-facebook"></use></svg>
<span class="topic"> Math-Drills on Facebook</span>
</a>
<hr>
<a href="https://mateslibres.com/" title="Ejercicios de Matemáticas Gratis" target="_blank">
<svg class="iconwhite imtgradbg size30"><use xlink:href="includes/symbol-defs.006.svg#icon-math-drills-logo"></use></svg>
<span class="topic"> Ejercicios de Matemáticas Gratis</span>
</a>
<a href="https://mathslibres.com/" title="Fiches d'Exercices de Maths" target="_blank">
<svg class="iconwhite imlgradbg size30"><use xlink:href="includes/symbol-defs.006.svg#icon-math-drills-logo"></use></svg>
<span class="topic"> Fiches d'Exercices de Maths</span>
</a>
</div>
</div> <!-- End of navmenuwrapper Div -->
<div class="tableofcontents">
<h3>Contents</h3>
<div class="toc">
<div class="h2"><a href="#most-popular"> Most Popular Algebra Worksheets this Week</a></div>
<div class="h2"><a href="#properties">Algebraic Properties, Rules and Laws Worksheets</a></div>
<div class="h2"><a href="#linear-expressions-equations">Linear Expressions and Equations</a></div>
<div class="h2"><a href="#linear-systems">Linear Systems</a></div>
<div class="h2"><a href="#quadratic-expressions-equations">Quadratic Expressions and Equations</a></div>
<div class="h2"><a href="#other">Other Polynomial and Monomial Expressions & Equations</a></div>
<div class="h2"><a href="#inequalities">Inequalities</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 Algebra worksheets page at Math-Drills.com, where unknowns are common and variables are the norm. On this page, you will find <span itemprop="description">Algebra worksheets for middle school students on topics such as algebraic expressions, equations and graphing functions.</span></p>
<p>This page starts off with some missing numbers worksheets for younger students. We then get right into algebra by helping students recognize and understand the basic language related to algebra. The rest of the page covers some of the main topics you'll encounter in algebra units. Remember that by teaching students algebra, you are helping to create the future financial whizzes, engineers, and scientists that will solve all of our world's problems.</p>
<p>Algebra is much more interesting when things are more real. Solving linear equations is much more fun with a two pan balance, some mystery bags and a bunch of jelly beans. Algebra tiles are used by many teachers to help students understand a variety of algebra topics. And there is nothing like a set of co-ordinate axes to solve systems of linear equations.</p>
<div class="popular">
<h2 id="most-popular"><svg class="iconwhite size32 iorange"><use xlink:href="includes/symbol-defs.006.svg#icon-fire"></use></svg> Most Popular Algebra Worksheets this Week</h2>
<div class="searchresults">
<a href="algebra/algebra_translating_algebraic_phrases_001.html" title="Translating Algebraic Phrases (Simple Version)"><figure><img src="algebra/images/algebra_translating_algebraic_phrases_001_300.1675735221.jpg" alt="Translating Algebraic Phrases (Simple Version)" loading="lazy" width="250" height="324"><figcaption>Translating Algebraic Phrases (Simple Version) (<strong>2251 views this week</strong>)</figcaption></figure></a>
<a href="algebra/algebra_linear_equations_combining_terms_solving_001.html" title="Combining Like Terms and Solving Simple Linear Equations"><figure><img src="algebra/images/algebra_linear_equations_combining_terms_solving_001_300.1675735220.jpg" alt="Combining Like Terms and Solving Simple Linear Equations" loading="lazy" width="250" height="324"><figcaption>Combining Like Terms and Solving Simple Linear Equations (<strong>2122 views this week</strong>)</figcaption></figure></a>
<a href="algebra/algebra_distributive_2terms_no_exponents_001.html" title="Using the Distributive Property (Answers Do Not Include Exponents)"><figure><img src="algebra/images/algebra_distributive_2terms_no_exponents_001_300.1415574873.jpg" alt="Using the Distributive Property (Answers Do Not Include Exponents)" loading="lazy" width="250" height="324"><figcaption>Using the Distributive Property (Answers Do Not Include Exponents) (<strong>1224 views this week</strong>)</figcaption></figure></a>
<a href="algebra/algebra_evaluating_algebraic_expressions_one_variable_one_step_noexponent_001.html" title="Evaluating One-Step Algebraic Expressions with One Variable and No Exponents"><figure><img src="algebra/images/algebra_evaluating_algebraic_expressions_one_variable_one_step_noexponent_001_300.1360936425.jpg" alt="Evaluating One-Step Algebraic Expressions with One Variable and No Exponents" loading="lazy" width="250" height="324"><figcaption>Evaluating One-Step Algebraic Expressions with One Variable and No Exponents (<strong>972 views this week</strong>)</figcaption></figure></a>
<a href="algebra/quadratics_multiplying_factors_coefficient1_positive_001.html" title="Multiplying Factors of Quadratic Expressions with x Coefficients of 1"><figure><img src="algebra/images/quadratics_multiplying_factors_coefficient1_positive_001_300.1415379904.jpg" alt="Multiplying Factors of Quadratic Expressions with x Coefficients of 1" loading="lazy" width="250" height="324"><figcaption>Multiplying Factors of Quadratic Expressions with x Coefficients of 1 (<strong>675 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="properties">Algebraic Properties, Rules and Laws Worksheets</h2>
</div>
<div class="imagearea">
<img src="algebra/images/commutative_law_addition_numbers_001_300.004.jpg" alt="" width="250" height="324" loading="lazy">
</div>
<div class="worksheetsarea">
<ul class="list">
<li><p>The <strong>commutative law</strong> or <strong>commutative property</strong> states that you can change the order of the numbers in an arithmetic problem and still get the same results. In the context of arithmetic, it only works with <strong>addition or multiplication operations</strong>, but not mixed addition and multiplication. For example, 3 + 5 = 5 + 3 and 9 × 5 = 5 × 9. A fun activity that you can use in the classroom is to brainstorm non-numerical things from everyday life that are commutative and non-commutative. Putting on socks, for example, is commutative because you can put on the right sock then the left sock or you can put on the left sock then the right sock and you will end up with the same result. Putting on underwear and pants, however, is non-commutative.</p></li>
<li><input type="checkbox" class="list-checkbox" id="properties-1"><label for="properties-1" class="wtitle">The Commutative Law Worksheets</label>
<div class="desc">
<a href="algebra/commutative_law_addition_numbers_001.html" class="">The Commutative Law of Addition (Numbers Only)</a>
<a href="algebra/commutative_law_addition_variables_001.html" class="">The Commutative Law of Addition (Some Variables)</a>
<a href="algebra/commutative_law_multiplication_numbers_001.html" class="">The Commutative Law of Multiplication (Numbers Only)</a>
<a href="algebra/commutative_law_multiplication_variables_001.html" class="">The Commutative Law of Multiplication (Some Variables)</a>
</div>
</li>
<li><p>The <strong>associative law</strong> or <strong>associative property</strong> allows you to change the grouping of the operations in an arithmetic problem with two or more steps without changing the result. The order of the numbers stays the same in the associative law. As with the commutative law, it <strong>applies to addition-only or multiplication-only</strong> problems. It is best thought of in the context of order of operations as it requires that parentheses must be dealt with first. An example of the associative law is: (9 + 5) + 6 = 9 + (5 + 6). In this case, it doesn't matter if you add 9 + 5 first or 5 + 6 first, you will end up with the same result. Students might think of some examples from their experience such as putting items on a tray at lunch. They could put the milk and vegetables on their tray first then the sandwich or they could start with the vegetables and sandwich then put on the milk. If their tray looks the same both times, they will have modeled the associative law. Reading a book could be argued as either associative or nonassociative as one could potentially read the final chapters first and still understand the book as well as someone who read the book the normal way.</p></li>
<li><input type="checkbox" class="list-checkbox" id="properties-2"><label for="properties-2" class="wtitle">The Associative Law Worksheets</label>
<div class="desc">
<a href="algebra/associative_law_addition_whole_numbers_001.html" class="">The Associative Law of Addition (Whole Numbers Only)</a>
<a href="algebra/associative_law_multiplication_whole_numbers_001.html" class="">The Associative Law of Multiplication (Whole Numbers Only)</a>
</div>
</li>
<li><p>Inverse relationships worksheets cover a pre-algebra skill meant to help students understand the relationship between multiplication and division and the relationship between addition and subtraction.</p></li>
<li><input type="checkbox" class="list-checkbox" id="properties-3"><label for="properties-3" class="wtitle">Inverse Mathematical Relationships with One Blank</label>
<div class="desc">
<a href="algebra/alg_inverse_addsub_0109_001.html" class="">Addition and Subtraction Easy</a>
<a href="algebra/alg_inverse_addsub_0520_001.html" class="">Addition and Subtraction Harder</a>
<a href="algebra/algebra_inverse_multiplication_division_0118_0118_all.html" class="">All Multiplication and Division Facts 1 to 18 in color (no blanks)</a>
<a href="algebra/alg_inverse_multdiv_0109_001.html" class="">Multiplication and Division Range 1 to 9</a>
<a href="algebra/alg_inverse_multdiv_0512_001.html" class="">Multiplication and Division Range 5 to 12</a>
<a href="algebra/alg_inverse_multdiv_0209_001.html" class="">Multiplication and Division All Inverse Relationships Range 2 to 9</a>
<a href="algebra/alg_inverse_multdiv_0512b_001.html" class="">Multiplication and Division All Inverse Relationships Range 5 to 12</a>
<a href="algebra/alg_inverse_multdiv_1025_001.html" class="">Multiplication and Division All Inverse Relationships Range 10 to 25</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="properties-4"><label for="properties-4" class="wtitle">Inverse Mathematical Relationships with Two Blanks</label>
<div class="desc">
<a href="algebra/alg_inverse_addsub_2blanks_001.html" class="">Addition and Subtraction (Sums 1-18)</a>
<a href="algebra/alg_inverse_addsub_001.html" class="">Addition and Subtraction Inverse Relationships with 1</a>
<a href="algebra/alg_inverse_addsub_002.html" class="">Addition and Subtraction Inverse Relationships with 2</a>
<a href="algebra/alg_inverse_addsub_003.html" class="">Addition and Subtraction Inverse Relationships with 3</a>
<a href="algebra/alg_inverse_addsub_004.html" class="">Addition and Subtraction Inverse Relationships with 4</a>
<a href="algebra/alg_inverse_addsub_005.html" class="">Addition and Subtraction Inverse Relationships with 5</a>
<a href="algebra/alg_inverse_addsub_006.html" class="">Addition and Subtraction Inverse Relationships with 6</a>
<a href="algebra/alg_inverse_addsub_007.html" class="">Addition and Subtraction Inverse Relationships with 7</a>
<a href="algebra/alg_inverse_addsub_008.html" class="">Addition and Subtraction Inverse Relationships with 8</a>
<a href="algebra/alg_inverse_addsub_009.html" class="">Addition and Subtraction Inverse Relationships with 9</a>
<a href="algebra/alg_inverse_addsub_010.html" class="">Addition and Subtraction Inverse Relationships with 10</a>
<a href="algebra/alg_inverse_addsub_011.html" class="">Addition and Subtraction Inverse Relationships with 11</a>
<a href="algebra/alg_inverse_addsub_012.html" class="">Addition and Subtraction Inverse Relationships with 12</a>
<a href="algebra/alg_inverse_addsub_013.html" class="">Addition and Subtraction Inverse Relationships with 13</a>
<a href="algebra/alg_inverse_addsub_014.html" class="">Addition and Subtraction Inverse Relationships with 14</a>
<a href="algebra/alg_inverse_addsub_015.html" class="">Addition and Subtraction Inverse Relationships with 15</a>
<a href="algebra/alg_inverse_addsub_016.html" class="">Addition and Subtraction Inverse Relationships with 16</a>
<a href="algebra/alg_inverse_addsub_017.html" class="">Addition and Subtraction Inverse Relationships with 17</a>
<a href="algebra/alg_inverse_addsub_018.html" class="">Addition and Subtraction Inverse Relationships with 18</a>
</div>
</li>
<li><p>The distributive property is an important skill to have in algebra. In simple terms, it means that you can split one of the factors in multiplication into addends, multiply each addend separately, add the results, and you will end up with the same answer. It is also useful in mental math, an example of which should help illustrate the definition. Consider the question, 35 × 12. Splitting the 12 into 10 + 2 gives us an opportunity to complete the question mentally using the distributive property. First multiply 35 × 10 to get 350. Second, multiply 35 × 2 to get 70. Lastly, add 350 + 70 to get 420. In algebra, the distributive property becomes useful in cases where one cannot easily add the other factor before multiplying. For example, in the expression, 3(x + 5), x + 5 cannot be added without knowing the value of x. Instead, the distributive property can be used to multiply 3 × x and 3 × 5 to get 3x + 15.</p></li>
<li><input type="checkbox" class="list-checkbox" id="properties-5"><label for="properties-5" class="wtitle">Distributive Property Worksheets</label>
<div class="desc">
<a href="algebra/algebra_distributive_2terms_no_exponents_001.html" class="">Distributive Property (Answers do not include exponents)</a>
<a href="algebra/algebra_distributive_2terms_some_exponents_001.html" class="">Distributive Property (Some answers include exponents)</a>
<a href="algebra/algebra_distributive_2terms_exponents_001.html" class="">Distributive Property (All answers include exponents)</a>
</div>
</li>
<li><p>Students should be able to substitute known values in for an unknown(s) in an expression and evaluate the expression's value.</p></li>
<li><input type="checkbox" class="list-checkbox" id="properties-6"><label for="properties-6" class="wtitle">Evaluating Expressions with Known Values</label>
<div class="desc">
<a href="algebra/algebra_evaluating_algebraic_expressions_one_variable_one_step_noexponent_001.html" class="">Evaluating Expressions with One Variable, One Step and No Exponents</a>
<a href="algebra/algebra_evaluating_algebraic_expressions_one_variable_one_step_001.html" class="">Evaluating Expressions with One Variable and One Step</a>
<a href="algebra/algebra_evaluating_algebraic_expressions_one_variable_two_steps_001.html" class="">Evaluating Expressions with One Variable and Two Steps</a>
<a href="algebra/algebra_evaluating_algebraic_expressions_two_variables_two_steps_001.html" class="">Evaluating Expressions with Up to Two Variables and Two Steps</a>
<a href="algebra/algebra_evaluating_algebraic_expressions_two_variables_three_steps_001.html" class="">Evaluating Expressions with Up to Two Variables and Three Steps</a>
<a href="algebra/algebra_evaluating_algebraic_expressions_three_variables_four_steps_001.html" class="">Evaluating Expressions with Up to Three Variables and Four Steps</a>
<a href="algebra/algebra_evaluating_algebraic_expressions_three_variables_five_steps_001.html" class="">Evaluating Expressions with Up to Three Variables and Five Steps</a>
</div>
</li>
<li><p>As the title says, these worksheets include only basic exponent rules questions. Each question only has two exponents to deal with; complicated mixed up terms and things that a more advanced student might work out are left alone. For example, 4<sup>2</sup> is (2<sup>2</sup>)<sup>2</sup> = 2<sup>4</sup>, but these worksheets just leave it as 4<sup>2</sup>, so students can focus on learning how to multiply and divide exponents more or less in isolation.</p></li>
<li><input type="checkbox" class="list-checkbox" id="properties-7"><label for="properties-7" class="wtitle">Exponent Rules for Multiplying, Dividing and Powers</label>
<div class="desc">
<a href="algebra/algebra_exponent_rules_basic_mixed_positive_001.html" class="">Mixed Exponent Rules (All Positive)</a>
<a href="algebra/algebra_exponent_rules_basic_mixed_negative_001.html" class="">Mixed Exponent Rules (With Negatives)</a>
<a href="algebra/algebra_exponent_rules_basic_multiplying_samebase_positive_001.html" class="">Multiplying Exponents (All Positive)</a>
<a href="algebra/algebra_exponent_rules_basic_multiplying_samebase_negative_001.html" class="">Multiplying Exponents (With Negatives)</a>
<a href="algebra/algebra_exponent_rules_basic_multiplying_differentbase_positive_001.html" class="">Multiplying the Same Exponent with Different Bases (All Positive)</a>
<a href="algebra/algebra_exponent_rules_basic_multiplying_differentbase_negative_001.html" class="">Multiplying the Same Exponent with Different Bases (With Negatives)</a>
<a href="algebra/algebra_exponent_rules_basic_dividing_toplarger_positive_001.html" class="">Dividing Exponents with a Greater Exponent in Dividend (All Positive)</a>
<a href="algebra/algebra_exponent_rules_basic_dividing_toplarger_negative_001.html" class="">Dividing Exponents with a Greater Exponent in Dividend (With Negatives)</a>
<a href="algebra/algebra_exponent_rules_basic_dividing_bottomlarger_positive_001.html" class="">Dividing Exponents with a Greater Exponent in Divisor (All Positive)</a>
<a href="algebra/algebra_exponent_rules_basic_dividing_bottomlarger_negative_001.html" class="">Dividing Exponents with a Greater Exponent in Divisor (With Negatives)</a>
<a href="algebra/algebra_exponent_rules_basic_power_positive_001.html" class="">Powers of Exponents (All Positive)</a>
<a href="algebra/algebra_exponent_rules_basic_power_negative_001.html" class="">Powers of Exponents (With Negatives)</a>
</div>
</li>
<li><p>Knowing the language of algebra can help to extract meaning from word problems and to situations outside of school. In these worksheets, students are challenged to convert phrases into algebraic expressions.</p></li>
<li><input type="checkbox" class="list-checkbox" id="properties-8"><label for="properties-8" class="wtitle">Translating Algebraic Phrases into Expressions</label>
<div class="desc">
<a href="algebra/algebra_translating_algebraic_phrases_001.html" class="">Translating Algebraic Phrases into Expressions (Simple Version)</a>
<a href="algebra/algebra_translating_algebraic_phrases_complex_001.html" class="">Translating Algebraic Phrases into Expressions (Complex Version)</a>
</div>
</li>
<li><p>Combining like terms is something that happens a lot in algebra. Students can be introduced to the topic and practice a bit with these worksheets. The bar is raised with the adding and subtracting versions that introduce parentheses into the expressions. For students who have a good grasp of fractions, simplifying simple algebraic fractions worksheets present a bit of a challenge over the other worksheets in this section.</p></li>
<li><input type="checkbox" class="list-checkbox" id="properties-9"><label for="properties-9" class="wtitle">Simplifying Expressions by Combining Like Terms</label>
<div class="desc">
<a href="algebra/algebra_linear_simplifying_0303terms_001.html" class="">Simplifying Linear <strong>Expressions</strong> with <strong>3 terms</strong></a>
<a href="algebra/algebra_linear_simplifying_0404terms_001.html" class="">Simplifying Linear <strong>Expressions</strong> with <strong>4 terms</strong></a>
<a href="algebra/algebra_linear_simplifying_0505terms_001.html" class="">Simplifying Linear <strong>Expressions</strong> with <strong>5 terms</strong></a>
<a href="algebra/algebra_linear_simplifying_0610terms_001.html" class="">Simplifying Linear <strong>Expressions</strong> with <strong>6 to 10 terms</strong></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="properties-10"><label for="properties-10" class="wtitle">Simplifying Expressions by Combining Like Terms with Some Arithmetic</label>
<div class="desc">
<a href="algebra/algebra_linear_add_nomultiplier_001.html" class=""><strong>Adding</strong> and simplifying linear expressions</a>
<a href="algebra/algebra_linear_add_multiplier_001.html" class=""><strong>Adding</strong> and simplifying linear expressions <strong>with multipliers</strong></a>
<a href="algebra/algebra_linear_add_somemultiplier_001.html" class=""><strong>Adding</strong> and simplifying linear expressions <strong>with some multipliers</strong>.</a>
<a href="algebra/algebra_linear_sub_nomultiplier_001.html" class=""><strong>Subtracting</strong> and simplifying linear expressions</a>
<a href="algebra/algebra_linear_sub_multiplier_001.html" class=""><strong>Subtracting</strong> and simplifying linear expressions <strong>with multipliers</strong></a>
<a href="algebra/algebra_linear_sub_somemultiplier_001.html" class=""><strong>Subtracting</strong> and simplifying linear expressions <strong>with some multipliers</strong></a>
<a href="algebra/algebra_linear_addsub_nomultiplier_001.html" class=""><strong>Mixed</strong> adding and subtracting and simplifying linear expressions</a>
<a href="algebra/algebra_linear_addsub_multiplier_001.html" class=""><strong>Mixed</strong> adding and subtracting and simplifying linear expressions <strong>with multipliers</strong></a>
<a href="algebra/algebra_linear_addsub_somemultiplier_001.html" class=""><strong>Mixed</strong> adding and subtracting and simplifying linear expressions <strong>with some multipliers</strong></a>
<a href="algebra/algebra_simplify_simple_algebraic_fractions_easy_001.html" class=""><strong>Simplify</strong> simple <strong>algebraic fractions</strong> (easier)</a>
<a href="algebra/algebra_simplify_simple_algebraic_fractions_hard_001.html" class=""><strong>Simplify</strong> simple <strong>algebraic fractions</strong> (harder)</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="properties-11"><label for="properties-11" class="wtitle">Rewriting Linear Equations</label>
<div class="desc">
<a href="algebra/linear_equations_convert_to_standard_001.html" class="">Rewrite Linear Equations in <strong>Standard</strong> Form</a>
<a href="algebra/linear_equations_convert_standard_to_slope-intercept_001.html" class="">Convert Linear Equations from <strong>Standard to Slope-Intercept</strong> Form</a>
<a href="algebra/linear_equations_convert_slope-intercept_to_standard_001.html" class="">Convert Linear Equations from <strong>Slope-Intercept to Standard</strong> Form</a>
<a href="algebra/linear_equations_convert_between_standard_slope-intercept_001.html" class="">Convert Linear Equations <strong>Between Standard and Slope-Intercept</strong> Form</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="properties-12"><label for="properties-12" class="wtitle">Rewriting Formulas</label>
<div class="desc">
<a href="algebra/algebra_rewriting_formulas_as_onestep_001.html" class="">Rewriting Formulas (addition and subtraction; about one step)</a>
<a href="algebra/algebra_rewriting_formulas_as_twosteps_001.html" class="">Rewriting Formulas (addition and subtraction; about <strong>two</strong> steps)</a>
<a href="algebra/algebra_rewriting_formulas_md_onestep_001.html" class="">Rewriting Formulas (<strong>multiplication and division</strong>; about one step)</a>
</div>
</li>
</ul>
</div>
</div>
<div class="wscontainer bc01">
<div class="titlearea">
<h2 id="linear-expressions-equations">Linear Expressions and Equations</h2>
</div>
<div class="imagearea">
<img src="algebra/images/algebra_translating_algebraic_phrases_001_300.004.jpg" alt="" width="250" height="324" loading="lazy">
</div>
<div class="worksheetsarea">
<ul class="list">
<li><p>In these worksheets, the unknown is limited to the question side of the equation which could be on the left or the right of equal sign.</p></li>
<li><input type="checkbox" class="list-checkbox" id="linear-expressions-equations-13"><label for="linear-expressions-equations-13" class="wtitle">Missing Numbers in Equations with Blanks as Unknowns</label>
<div class="desc">
<a href="algebra/algebra_missing_numbers_operations_0109_blanks_001.html" class="">Missing Numbers in Equations (<strong>All Operations</strong>; <strong>Range 1 to 9</strong>; <strong>Blanks Never in Answer Position</strong>)</a>
<a href="algebra/algebra_unknown_blanks_in_equations_any_position_alloperations_0109_001.html" class="">Missing Numbers in Equations (<strong>All Operations</strong>; <strong>Range 1 to 9</strong>; <strong>Blanks in Any Position</strong>)</a>
<a href="algebra/algebra_missing_numbers_operations_0120_blanks_001.html" class="">Missing Numbers in Equations (<strong>All Operations</strong>; <strong>Range 1 to 20</strong>; <strong>Blanks Never in Answer Position</strong>)</a>
<a href="algebra/algebra_unknown_blanks_in_equations_any_position_alloperations_0120_001.html" class="">Missing Numbers in Equations (<strong>All Operations</strong>; <strong>Range 1 to 20</strong>; <strong>Blanks in Any Position</strong>)</a>
<a href="algebra/algebra_missing_numbers_addition_0109_blanks_001.html" class="">Missing Numbers in Equations (<strong>Addition Only</strong>; <strong>Range 1 to 9</strong>; <strong>Blanks Never in Answer Position</strong>)</a>
<a href="algebra/algebra_unknown_blanks_in_equations_any_position_addition_0109_001.html" class="">Missing Numbers in Equations (<strong>Addition Only</strong>; <strong>Range 1 to 9</strong>; <strong>Blanks in Any Position</strong>)</a>
<a href="algebra/algebra_unknown_blanks_in_equations_any_position_addition_0120_001.html" class="">Missing Numbers in Equations (<strong>Addition Only</strong>; <strong>Range 1 to 20</strong>; <strong>Blanks in Any Position</strong>)</a>
<a href="algebra/algebra_missing_numbers_subtraction_0109_blanks_001.html" class="">Missing Numbers in Equations (<strong>Subtraction Only</strong>; <strong>Range 1 to 9</strong>; <strong>Blanks Never in Answer Position</strong>)</a>
<a href="algebra/algebra_unknown_blanks_in_equations_any_position_subtraction_0109_001.html" class="">Missing Numbers in Equations (<strong>Subtraction Only</strong>; <strong>Range 1 to 9</strong>; <strong>Blanks in Any Position</strong>)</a>
<a href="algebra/algebra_unknown_blanks_in_equations_any_position_subtraction_0120_001.html" class="">Missing Numbers in Equations (<strong>Subtraction Only</strong>; <strong>Range 1 to 20</strong>; <strong>Blanks in Any Position</strong>)</a>
<a href="algebra/algebra_missing_numbers_multiplication_0109_blanks_001.html" class="">Missing Numbers in Equations (<strong>Multiplication Only</strong>; <strong>Range 1 to 9</strong>; <strong>Blanks Never in Answer Position</strong>)</a>
<a href="algebra/algebra_unknown_blanks_in_equations_any_position_multiplication_0109_001.html" class="">Missing Numbers in Equations (<strong>Multiplication Only</strong>; <strong>Range 1 to 9</strong>; <strong>Blanks in Any Position</strong>)</a>
<a href="algebra/algebra_unknown_blanks_in_equations_any_position_multiplication_0120_001.html" class="">Missing Numbers in Equations (<strong>Multiplication Only</strong>; <strong>Range 1 to 20</strong>; <strong>Blanks in Any Position</strong>)</a>
<a href="algebra/algebra_missing_numbers_division_0109_blanks_001.html" class="">Missing Numbers in Equations (<strong>Division Only</strong>; <strong>Range 1 to 9</strong>; <strong>Blanks Never in Answer Position</strong>)</a>
<a href="algebra/algebra_unknown_blanks_in_equations_any_position_division_0109_001.html" class="">Missing Numbers in Equations (<strong>Division Only</strong>; <strong>Range 1 to 9</strong>; <strong>Blanks in Any Position</strong>)</a>
<a href="algebra/algebra_unknown_blanks_in_equations_any_position_division_0120_001.html" class="">Missing Numbers in Equations (<strong>Division Only</strong>; <strong>Range 1 to 20</strong>; <strong>Blanks in Any Position</strong>)</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="linear-expressions-equations-14"><label for="linear-expressions-equations-14" class="wtitle">Missing Numbers in Equations with Symbols as Unknowns</label>
<div class="desc">
<a href="algebra/algebra_missing_numbers_operations_0109_symbols_001.html" class="">Missing Numbers in Equations (<strong>All Operations</strong>; <strong>Range 1 to 9</strong>; <strong>Symbols Never in Answer Position</strong>)</a>
<a href="algebra/algebra_unknown_symbols_in_equations_any_position_alloperations_0109_001.html" class="">Missing Numbers in Equations (<strong>All Operations</strong>; <strong>Range 1 to 9</strong>; <strong>Symbols in Any Position</strong>)</a>
<a href="algebra/algebra_missing_numbers_operations_0120_symbols_001.html" class="">Missing Numbers in Equations (<strong>All Operations</strong>; <strong>Range 1 to 20</strong>; <strong>Symbols Never in Answer Position</strong>)</a>
<a href="algebra/algebra_unknown_symbols_in_equations_any_position_alloperations_0120_001.html" class="">Missing Numbers in Equations (<strong>All Operations</strong>; <strong>Range 1 to 20</strong>; <strong>Symbols in Any Position</strong>)</a>
<a href="algebra/algebra_missing_numbers_addition_0109_symbols_001.html" class="">Missing Numbers in Equations (<strong>Addition Only</strong>; <strong>Range 1 to 9</strong>; <strong>Symbols Never in Answer Position</strong>)</a>
<a href="algebra/algebra_unknown_symbols_in_equations_any_position_addition_0109_001.html" class="">Missing Numbers in Equations (<strong>Addition Only</strong>; <strong>Range 1 to 9</strong>; <strong>Symbols in Any Position</strong>)</a>
<a href="algebra/algebra_unknown_symbols_in_equations_any_position_addition_0120_001.html" class="">Missing Numbers in Equations (<strong>Addition Only</strong>; <strong>Range 1 to 20</strong>; <strong>Symbols in Any Position</strong>)</a>
<a href="algebra/algebra_missing_numbers_subtraction_0109_symbols_001.html" class="">Missing Numbers in Equations (<strong>Subtraction Only</strong>; <strong>Range 1 to 9</strong>; <strong>Symbols Never in Answer Position</strong>)</a>
<a href="algebra/algebra_unknown_symbols_in_equations_any_position_subtraction_0109_001.html" class="">Missing Numbers in Equations (<strong>Subtraction Only</strong>; <strong>Range 1 to 9</strong>; <strong>Symbols in Any Position</strong>)</a>
<a href="algebra/algebra_unknown_symbols_in_equations_any_position_subtraction_0120_001.html" class="">Missing Numbers in Equations (<strong>Subtraction Only</strong>; <strong>Range 1 to 20</strong>; <strong>Symbols in Any Position</strong>)</a>
<a href="algebra/algebra_missing_numbers_multiplication_0109_symbols_001.html" class="">Missing Numbers in Equations (<strong>Multiplication Only</strong>; <strong>Range 1 to 9</strong>; <strong>Symbols Never in Answer Position</strong>)</a>
<a href="algebra/algebra_unknown_symbols_in_equations_any_position_multiplication_0109_001.html" class="">Missing Numbers in Equations (<strong>Multiplication Only</strong>; <strong>Range 1 to 9</strong>; <strong>Symbols in Any Position</strong>)</a>
<a href="algebra/algebra_unknown_symbols_in_equations_any_position_multiplication_0120_001.html" class="">Missing Numbers in Equations (<strong>Multiplication Only</strong>; <strong>Range 1 to 20</strong>; <strong>Symbols in Any Position</strong>)</a>
<a href="algebra/algebra_missing_numbers_division_0109_symbols_001.html" class="">Missing Numbers in Equations (<strong>Division Only</strong>; <strong>Range 1 to 9</strong>; <strong>Symbols Never in Answer Position</strong>)</a>
<a href="algebra/algebra_unknown_symbols_in_equations_any_position_division_0109_001.html" class="">Missing Numbers in Equations (<strong>Division Only</strong>; <strong>Range 1 to 9</strong>; <strong>Symbols in Any Position</strong>)</a>
<a href="algebra/algebra_unknown_symbols_in_equations_any_position_division_0120_001.html" class="">Missing Numbers in Equations (<strong>Division Only</strong>; <strong>Range 1 to 20</strong>; <strong>Symbols in Any Position</strong>)</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="linear-expressions-equations-15"><label for="linear-expressions-equations-15" class="wtitle">Solving Equations with Addition and Symbols as Unknowns</label>
<div class="desc">
<a href="algebra/algebra_equalities_addition_symbol_0009_001.html" class="">Equalities with Addition (0 to 9) Symbol Unknowns</a>
<a href="algebra/algebra_equalities_addition_symbol_0112_001.html" class="">Equalities with Addition (1 to 12) Symbol Unknowns</a>
<a href="algebra/algebra_equalities_addition_symbol_0115_001.html" class="">Equalities with Addition (1 to 15) Symbol Unknowns</a>
<a href="algebra/algebra_equalities_addition_symbol_0125_001.html" class="">Equalities with Addition (1 to 25) Symbol Unknowns</a>
<a href="algebra/algebra_equalities_addition_symbol_0199_001.html" class="">Equalities with Addition (1 to 99) Symbol Unknowns</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="linear-expressions-equations-16"><label for="linear-expressions-equations-16" class="wtitle">Missing Numbers in Equations with Variables as Unknowns</label>
<div class="desc">
<a href="algebra/algebra_missing_numbers_operations_0109_variables_001.html" class="">Missing Numbers in Equations (<strong>All Operations</strong>; <strong>Range 1 to 9</strong>; <strong>Variables Never in Answer Position</strong>)</a>
<a href="algebra/algebra_unknown_variables_in_equations_any_position_alloperations_0109_001.html" class="">Missing Numbers in Equations (<strong>All Operations</strong>; <strong>Range 1 to 9</strong>; <strong>Variables in Any Position</strong>)</a>
<a href="algebra/algebra_missing_numbers_operations_0120_variables_001.html" class="">Missing Numbers in Equations (<strong>All Operations</strong>; <strong>Range 1 to 20</strong>; <strong>Variables Never in Answer Position</strong>)</a>
<a href="algebra/algebra_unknown_variables_in_equations_any_position_alloperations_0120_001.html" class="">Missing Numbers in Equations (<strong>All Operations</strong>; <strong>Range 1 to 20</strong>; <strong>Variables in Any Position</strong>)</a>
<a href="algebra/algebra_missing_numbers_addition_0109_variables_001.html" class="">Missing Numbers in Equations (<strong>Addition Only</strong>; <strong>Range 1 to 9</strong>; <strong>Variables Never in Answer Position</strong>)</a>
<a href="algebra/algebra_unknown_variables_in_equations_any_position_addition_0109_001.html" class="">Missing Numbers in Equations (<strong>Addition Only</strong>; <strong>Range 1 to 9</strong>; <strong>Variables in Any Position</strong>)</a>
<a href="algebra/algebra_unknown_variables_in_equations_any_position_addition_0120_001.html" class="">Missing Numbers in Equations (<strong>Addition Only</strong>; <strong>Range 1 to 20</strong>; <strong>Variables in Any Position</strong>)</a>
<a href="algebra/algebra_missing_numbers_subtraction_0109_variables_001.html" class="">Missing Numbers in Equations (<strong>Subtraction Only</strong>; <strong>Range 1 to 9</strong>; <strong>Variables Never in Answer Position</strong>)</a>
<a href="algebra/algebra_unknown_variables_in_equations_any_position_subtraction_0109_001.html" class="">Missing Numbers in Equations (<strong>Subtraction Only</strong>; <strong>Range 1 to 9</strong>; <strong>Variables in Any Position</strong>)</a>
<a href="algebra/algebra_unknown_variables_in_equations_any_position_subtraction_0120_001.html" class="">Missing Numbers in Equations (<strong>Subtraction Only</strong>; <strong>Range 1 to 20</strong>; <strong>Variables in Any Position</strong>)</a>
<a href="algebra/algebra_missing_numbers_multiplication_0109_variables_001.html" class="">Missing Numbers in Equations (<strong>Multiplication Only</strong>; <strong>Range 1 to 9</strong>; <strong>Variables Never in Answer Position</strong>)</a>
<a href="algebra/algebra_unknown_variables_in_equations_any_position_multiplication_0109_001.html" class="">Missing Numbers in Equations (<strong>Multiplication Only</strong>; <strong>Range 1 to 9</strong>; <strong>Variables in Any Position</strong>)</a>
<a href="algebra/algebra_unknown_variables_in_equations_any_position_multiplication_0120_001.html" class="">Missing Numbers in Equations (<strong>Multiplication Only</strong>; <strong>Range 1 to 20</strong>; <strong>Variables in Any Position</strong>)</a>
<a href="algebra/algebra_missing_numbers_division_0109_variables_001.html" class="">Missing Numbers in Equations (<strong>Division Only</strong>; <strong>Range 1 to 9</strong>; <strong>Variables Never in Answer Position</strong>)</a>
<a href="algebra/algebra_unknown_variables_in_equations_any_position_division_0109_001.html" class="">Missing Numbers in Equations (<strong>Division Only</strong>; <strong>Range 1 to 9</strong>; <strong>Variables in Any Position</strong>)</a>
<a href="algebra/algebra_unknown_variables_in_equations_any_position_division_0120_001.html" class="">Missing Numbers in Equations (<strong>Division Only</strong>; <strong>Range 1 to 20</strong>; <strong>Variables in Any Position</strong>)</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="linear-expressions-equations-17"><label for="linear-expressions-equations-17" class="wtitle">Solving Simple Linear Equations</label>
<div class="desc">
<a href="algebra/algebra_solve_onestep_equation_leasy_001.html" class=""><strong>Solving Simple Linear Equations</strong> with Values from <strong>-9 to 9 (Unknown on Left Side)</strong></a>
<a href="algebra/algebra_solve_onestep_equation_llarger_001.html" class=""><strong>Solving Simple Linear Equations</strong> with Values from <strong>-99 to 99 (Unknown on Left Side)</strong></a>
<a href="algebra/algebra_solve_onestep_equation_easy_001.html" class=""><strong>Solving Simple Linear Equations</strong> with Values from <strong>-9 to 9 (Unknown on Right or Left Side)</strong></a>
<a href="algebra/algebra_solve_onestep_equation_larger_001.html" class=""><strong>Solving Simple Linear Equations</strong> with Values from <strong>-99 to 99 (Unknown on Right or Left Side)</strong></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="linear-expressions-equations-18"><label for="linear-expressions-equations-18" class="wtitle">Determining Linear Equations from Slopes, y-intercepts and Points</label>
<div class="desc">
<a href="algebra/linear_equations_determine_from_slope_yintercept_001.html" class="">Determine a Linear Equation from the <strong>Slope and y-intercept</strong></a>
<a href="algebra/linear_equations_determine_from_slope_point_001.html" class="">Determine a Linear Equation from the <strong>Slope and a Point</strong></a>
<a href="algebra/linear_equations_determine_from_point_point_001.html" class="">Determine a Linear Equation from <strong>Two Points</strong></a>
<a href="algebra/linear_equations_determine_from_points_graphing_001.html" class="">Determine a Linear Equation from Two Points <strong>by Graphing</strong></a>
</div>
</li>
<li><p>Graphing linear equations and reading existing graphs give students a visual representation that is very useful in understanding the concepts of slope and y-intercept.</p></li>
<li><input type="checkbox" class="list-checkbox" id="linear-expressions-equations-19"><label for="linear-expressions-equations-19" class="wtitle">Graphing Linear Equations</label>
<div class="desc">
<a href="algebra/algebra_graph_linear_slope_intercept_001.html" class=""><strong>Graph</strong> Slope-Intercept Equations</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="linear-expressions-equations-20"><label for="linear-expressions-equations-20" class="wtitle">Determining Linear Equations from Graphs</label>
<div class="desc">
<a href="algebra/algebra_graph_linear_slope_intercept_find_equation_001.html" class="">Determine the <strong>Equation</strong> from a Graph</a>
<a href="algebra/algebra_find_slope_from_graph_001.html" class="">Determine the <strong>Slope</strong> from a Graph</a>
<a href="algebra/algebra_find_y-intercept_from_graph_001.html" class="">Determine the <strong>y-intercept</strong> from a Graph</a>
<a href="algebra/algebra_find_x-intercept_from_graph_001.html" class="">Determine the <strong>x-intercept</strong> from a Graph</a>
<a href="algebra/algebra_find_slope_y-intercept_from_graph_001.html" class="">Determine the <strong>slope and y-intercept</strong> from a Graph</a>
<a href="algebra/algebra_find_slope_y-intercept_x-intercept_from_graph_001.html" class="">Determine the <strong>slope and intercepts</strong> from a Graph</a>
<a href="algebra/algebra_find_slope_y-intercept_x-intercept_equation_from_graph_001.html" class="">Determine the <strong>slope, intercepts and equation</strong> from a Graph</a>
</div>
</li>
<li><p>Solving linear equations with jelly beans is a fun activity to try with students first learning algebraic concepts. Ideally, you will want some opaque bags with no mass, but since that isn't quite possible (the no mass part), there is a bit of a condition here that will actually help students understand equations better. Any bags that you use have to be balanced on the other side of the equation with empty ones.</p></li>
<li><p>Probably the best way to illustrate this is through an example. Let's use 3<i>x</i> + 2 = 14. You may recognize the <i>x</i> as the unknown which is actually the number of jelly beans we put in each opaque bag. The 3 in the 3<i>x</i> means that we need three bags. It's best to fill the bags with the required number of jelly beans out of view of the students, so they actually have to solve the equation.</p></li>
<li><p>On one side of the two-pan balance, place the three bags with <i>x</i> jelly beans in each one and two loose jelly beans to represent the + 2 part of the equation. On the other side of the balance, place 14 jelly beans and three empty bags which you will note are required to "balance" the equation properly. Now comes the fun part... if students remove the two loose jelly beans from one side of the equation, things become unbalanced, so they need to remove two jelly beans from the other side of the balance to keep things even. Eating the jelly beans is optional. The goal is to isolate the bags on one side of the balance without any loose jelly beans while still balancing the equation.</p></li>
<li><p>The last step is to divide the loose jelly beans on one side of the equation into the same number of groups as there are bags. This will probably give you a good indication of how many jelly beans there are in each bag. If not, eat some and try again. Now, we realize this won't work for every linear equation as it is hard to have negative jelly beans, but it is another teaching strategy that you can use for algebra.</p></li>
<li><p>Despite all appearances, equations of the type a/<i>x</i> are not linear. Instead, they belong to a different kind of equations. They are good for combining them with linear equations, since they introduce the concept of valid and invalid answers for an equation (what will be later called the domain of a function). In this case, the invalid answers for equations in the form a/<i>x</i>, are those that make the denominator become 0.</p></li>
<li><input type="checkbox" class="list-checkbox" id="linear-expressions-equations-21"><label for="linear-expressions-equations-21" class="wtitle">Solving Linear Equations</label>
<div class="desc">
<a href="algebra/algebra_linear_equations_combining_terms_solving_001.html" class="">Combining Like Terms and Solving Simple Linear Equations</a>
<a href="algebra/alg_linear_axeqc_001.html" class="">Solving a<i>x</i> = c Linear Equations</a>
<a href="algebra/alg_linear_axeqc_negative_001.html" class="">Solving a<i>x</i> = c Linear Equations including negatives</a>
<a href="algebra/alg_linear_xdivaeqc_001.html" class="">Solving <i>x</i>/a = c Linear Equations</a>
<a href="algebra/alg_linear_xdivaeqc_negative_001.html" class="">Solving <i>x</i>/a = c Linear Equations including negatives</a>
<a href="algebra/alg_linear_adivxeqc_001.html" class="">Solving a/<i>x</i> = c Linear Equations</a>
<a href="algebra/alg_linear_adivxeqc_negative_001.html" class="">Solving a/<i>x</i> = c Linear Equations including negatives</a>
<a href="algebra/alg_linear_axplusbeqc_001.html" class="">Solving a<i>x</i> + b = c Linear Equations</a>
<a href="algebra/alg_linear_axplusbeqc_negative_001.html" class="">Solving a<i>x</i> + b = c Linear Equations including negatives</a>
<a href="algebra/alg_linear_axminusbeqc_001.html" class="">Solving a<i>x</i> - b = c Linear Equations</a>
<a href="algebra/alg_linear_axminusbeqc_negative_001.html" class="">Solving a<i>x</i> - b = c Linear Equations including negatives</a>
<a href="algebra/alg_linear_axplusminusbeqc_001.html" class="">Solving a<i>x</i> ± b = c Linear Equations</a>
<a href="algebra/alg_linear_axplusminusbeqc_negative_001.html" class="">Solving a<i>x</i> ± b = c Linear Equations including negatives</a>
<a href="algebra/alg_linear_xdivaplusminusbeqc_001.html" class="">Solving <i>x</i>/a ± b = c Linear Equations</a>
<a href="algebra/alg_linear_xdivaplusminusbeqc_negative_001.html" class="">Solving <i>x</i>/a ± b = c Linear Equations including negatives</a>
<a href="algebra/alg_linear_adivxplusminusbeqc_001.html" class="">Solving a/<i>x</i> ± b = c Linear Equations</a>
<a href="algebra/alg_linear_adivxplusminusbeqc_negative_001.html" class="">Solving a/<i>x</i> ± b = c Linear Equations including negatives</a>
<a href="algebra/alg_linear_xdivaplusminusbeqc_adivxplusminusbeqc_001.html" class="">Solving various a/<i>x</i> ± b = c and <i>x</i>/a ± b = c Linear Equations</a>
<a href="algebra/alg_linear_xdivaplusminusbeqc_adivxplusminusbeqc_negative_001.html" class="">Solving various a/<i>x</i> ± b = c and <i>x</i>/a ± b = c Linear Equations including negatives</a>
<a href="algebra/alg_linear_axplusbeqcvar_001.html" class="">Solving linear equations of all types</a>
<a href="algebra/alg_linear_axplusbeqcvar_negative_001.html" class="">Solving linear equations of all types including negatives</a>
</div>
</li>
<li><p>Algebra rectangles are rectangles that use linear expressions for the side measurements. With a known value (such as the perimeter), students create an algebraic equation that they can solve to determine the value of the unknown (x) and use it to determine the side lengths and area of the rectangle. The terminology in identifying the various options for worksheets use the standard equation y = mx + b where m is the coeffient of x that is generally a known value.</p></li>
<li><input type="checkbox" class="list-checkbox" id="linear-expressions-equations-22"><label for="linear-expressions-equations-22" class="wtitle">Algebra Rectangles</label>
<div class="desc">
<a href="algebra/algebra_rectangles_perimeter_m0101_nonegative_noinverse_001.html" class="">Algebra Rectangles -- Determining the Value of x, Length, Width and Area Using Algebraic Sides and the Perimeter -- m Range [1,1]</a>
<a href="algebra/algebra_rectangles_perimeter_m0209_nonegative_noinverse_001.html" class="">Algebra Worksheet -{}- Algebra Rectangles -- Determining the Value of x, Length, Width and Area Using Algebraic Sides and the Perimeter -- m Range [2,9]</a>
<a href="algebra/algebra_rectangles_perimeter_m0209_negative_noinverse_001.html" class="">Algebra Worksheet -{}- Algebra Rectangles -- Determining the Value of x, Length, Width and Area Using Algebraic Sides and the Perimeter -- m Range [2,9] or [-9,-2]</a>
<a href="algebra/algebra_rectangles_perimeter_m0209_negative_inversem_001.html" class="">Algebra Worksheet -{}- Algebra Rectangles -- Determining the Value of x, Length, Width and Area Using Algebraic Sides and the Perimeter -- m Range [2,9] or [-9,-2] -- Inverse m Possible</a>
</div>
</li>
</ul>
</div>
</div>
<div class="wscontainer bc01">
<div class="titlearea">
<h2 id="linear-systems">Linear Systems</h2>
</div>
<div class="imagearea">
<img src="algebra/images/algebra_systems_of_equations_easy_001_300.004.jpg" alt="" width="250" height="324" loading="lazy">
</div>
<div class="worksheetsarea">
<ul class="list">
<li><input type="checkbox" class="list-checkbox" id="linear-systems-23"><label for="linear-systems-23" class="wtitle">Solving Systems of Linear Equations</label>
<div class="desc">
<a href="algebra/algebra_systems_of_equations_easy_001.html" class="">Easy Linear Systems with Two Variables</a>
<a href="algebra/algebra_systems_of_equations_easy_negatives_001.html" class="">Easy Linear Systems with Two Variables including negative values</a>
<a href="algebra/algebra_systems_of_equations_two_variables_001.html" class="">Linear Systems with Two Variables</a>
<a href="algebra/algebra_systems_of_equations_two_variables_negatives_001.html" class="">Linear Systems with Two Variables including negative values</a>
<a href="algebra/algebra_systems_of_equations_three_easy_001.html" class="">Easy Linear Systems with Three Variables; Easy</a>
<a href="algebra/algebra_systems_of_equations_three_easy_negatives_001.html" class="">Easy Linear Systems with Three Variables including negative values</a>
<a href="algebra/algebra_systems_of_equations_three_variables_001.html" class="">Linear Systems with Three Variables</a>
<a href="algebra/algebra_systems_of_equations_three_variables_negatives_001.html" class="">Linear Systems with Three Variables including negative values</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="linear-systems-24"><label for="linear-systems-24" class="wtitle">Solving Systems of Linear Equations by Graphing</label>
<div class="desc">
<a href="algebra/algebra_systems_of_equations_solve_by_graphing_001.html" class="">Solve Linear Systems by Graphing (Solutions in first quadrant only)</a>
<a href="algebra/algebra_systems_of_equations_solve_by_graphing_all_quadrants_001.html" class="">Solve Standard Linear Systems by Graphing</a>
<a href="algebra/algebra_systems_of_equations_solve_by_graphing_all_quadrants_slopeintercept_001.html" class="">Solve Slope-Intercept Linear Systems by Graphing</a>
<a href="algebra/algebra_systems_of_equations_solve_by_graphing_all_quadrants_various_001.html" class="">Solve Various Linear Systems by Graphing</a>
<a href="algebra/algebra_systems_of_equations_dependent_solve_by_graphing_001.html" class="">Identify the Dependent Linear System by Graphing</a>
<a href="algebra/algebra_systems_of_equations_inconsistent_solve_by_graphing_001.html" class="">Identify the Inconsistent Linear System by Graphing</a>
</div>
</li>
</ul>
</div>
</div>
<div class="wscontainer bc01">
<div class="titlearea">
<h2 id="quadratic-expressions-equations">Quadratic Expressions and Equations</h2>
</div>
<div class="imagearea">
<img src="algebra/images/algebra_quadratic_simplifying_0505terms_001_300.004.jpg" alt="" width="250" height="324" loading="lazy">
</div>
<div class="worksheetsarea">
<ul class="list">
<li><input type="checkbox" class="list-checkbox" id="quadratic-expressions-equations-25"><label for="quadratic-expressions-equations-25" class="wtitle">Simplifying (Combining Like Terms) Quadratic Expressions</label>
<div class="desc">
<a href="algebra/algebra_quadratic_simplifying_0505terms_001.html" class="">Simplifying quadratic expressions with 5 terms</a>
<a href="algebra/algebra_quadratic_simplifying_0606terms_001.html" class="">Simplifying quadratic expressions with 6 terms</a>
<a href="algebra/algebra_quadratic_simplifying_0707terms_001.html" class="">Simplifying quadratic expressions with 7 terms</a>
<a href="algebra/algebra_quadratic_simplifying_0808terms_001.html" class="">Simplifying quadratic expressions with 8 terms</a>
<a href="algebra/algebra_quadratic_simplifying_0909terms_001.html" class="">Simplifying quadratic expressions with 9 terms</a>
<a href="algebra/algebra_quadratic_simplifying_1010terms_001.html" class="">Simplifying quadratic expressions with 10 terms</a>
<a href="algebra/algebra_quadratic_simplifying_0510terms_001.html" class="">Simplifying quadratic expressions with 5 to 10 terms</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="quadratic-expressions-equations-26"><label for="quadratic-expressions-equations-26" class="wtitle">Adding/Subtracting and Simplifying Quadratic Expressions</label>
<div class="desc">
<a href="algebra/algebra_quadratic_add_nomultiplier_001.html" class="">Adding and simplifying quadratic expressions.</a>
<a href="algebra/algebra_quadratic_add_multiplier_001.html" class="">Adding and simplifying quadratic expressions with multipliers.</a>
<a href="algebra/algebra_quadratic_add_somemultiplier_001.html" class="">Adding and simplifying quadratic expressions with some multipliers.</a>
<a href="algebra/algebra_quadratic_sub_nomultiplier_001.html" class="">Subtracting and simplifying quadratic expressions.</a>
<a href="algebra/algebra_quadratic_sub_multiplier_001.html" class="">Subtracting and simplifying quadratic expressions with multipliers.</a>
<a href="algebra/algebra_quadratic_sub_somemultiplier_001.html" class="">Subtracting and simplifying quadratic expressions with some multipliers.</a>
<a href="algebra/algebra_quadratic_addsub_nomultiplier_001.html" class="">Mixed adding and subtracting and simplifying quadratic expressions.</a>
<a href="algebra/algebra_quadratic_addsub_multiplier_001.html" class="">Mixed adding and subtracting and simplifying quadratic expressions with multipliers.</a>
<a href="algebra/algebra_quadratic_addsub_somemultiplier_001.html" class="">Mixed adding and subtracting and simplifying quadratic expressions with some multipliers.</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="quadratic-expressions-equations-27"><label for="quadratic-expressions-equations-27" class="wtitle">Multiplying Factors to Get Quadratic Expressions</label>
<div class="desc">
<a href="algebra/quadratics_multiplying_factors_coefficient1_positive_001.html" class="">Multiplying Factors of Quadratics with Coefficients of 1</a>
<a href="algebra/quadratics_multiplying_factors_coefficient1_negative_001.html" class="">Multiplying Factors of Quadratics with Coefficients of 1 or -1</a>
<a href="algebra/quadratics_multiplying_factors_coefficient2_positive_001.html" class="">Multiplying Factors of Quadratics with Coefficients of 1, or 2</a>
<a href="algebra/quadratics_multiplying_factors_coefficient2_negative_001.html" class="">Multiplying Factors of Quadratics with Coefficients of 1, -1, 2 or -2</a>
<a href="algebra/quadratics_multiplying_factors_coefficient9_positive_001.html" class="">Multiplying Factors of Quadratics with Coefficients up to 9</a>
<a href="algebra/quadratics_multiplying_factors_coefficient9_negative_001.html" class="">Multiplying Factors of Quadratics with Coefficients between -9 and 9</a>
</div>
</li>
<li><p>The factoring quadratic expressions worksheets in this section provide many practice questions for students to hone their factoring strategies. If you would rather worksheets with quadratic equations, please see the next section. These worksheets come in a variety of levels with the easier ones are at the beginning. The 'a' coefficients referred to below are the coefficients of the x<sup>2</sup> term as in the general quadratic expression: ax<sup>2</sup> + bx + c. There are also worksheets in this section for calculating sum and product and for determining the operands for sum and product pairs.</p></li>
<li><input type="checkbox" class="list-checkbox" id="quadratic-expressions-equations-28"><label for="quadratic-expressions-equations-28" class="wtitle">Factoring Quadratic Expressions</label>
<div class="desc">
<a href="algebra/quadratics_factoring_positive01_001.html" class="">Factoring Quadratic Expressions with Positive 'a' coefficients of <strong>1</strong></a>
<a href="algebra/quadratics_factoring_negative01_001.html" class="">Factoring Quadratic Expressions with Positive or <strong>Negative</strong> 'a' coefficients of <strong>1</strong></a>
<a href="algebra/quadratics_factoring_negative01_common_factors_001.html" class="">Factoring Quadratic Expressions with Positive or <strong>Negative</strong> 'a' coefficients of <strong>1</strong> with a <strong>Common Factor Step</strong></a>
<a href="algebra/quadratics_factoring_positive04_001.html" class="">Factoring Quadratic Expressions with Positive 'a' coefficients up to <strong>4</strong></a>
<a href="algebra/quadratics_factoring_negative04_001.html" class="">Factoring Quadratic Expressions with Positive or <strong>Negative</strong> 'a' coefficients up to <strong>4</strong></a>
<a href="algebra/quadratics_factoring_negative04_common_factors_001.html" class="">Factoring Quadratic Expressions with Positive or <strong>Negative</strong> 'a' coefficients up to <strong>4</strong> with a <strong>Common Factor Step</strong></a>
<a href="algebra/quadratics_factoring_positive05_001.html" class="">Factoring Quadratic Expressions with Positive 'a' coefficients up to <strong>5</strong></a>
<a href="algebra/quadratics_factoring_negative05_001.html" class="">Factoring Quadratic Expressions with Positive or <strong>Negative</strong> 'a' coefficients up to <strong>5</strong></a>
<a href="algebra/quadratics_factoring_negative05_common_factors_001.html" class="">Factoring Quadratic Expressions with Positive or <strong>Negative</strong> 'a' coefficients up to <strong>5</strong> with a <strong>Common Factor Step</strong></a>
<a href="algebra/quadratics_factoring_positive09_001.html" class="">Factoring Quadratic Expressions with Positive 'a' coefficients up to <strong>9</strong></a>
<a href="algebra/quadratics_factoring_negative09_001.html" class="">Factoring Quadratic Expressions with Positive or <strong>Negative</strong> 'a' coefficients up to <strong>9</strong></a>
<a href="algebra/quadratics_factoring_negative09_common_factors_001.html" class="">Factoring Quadratic Expressions with Positive or <strong>Negative</strong> 'a' coefficients up to <strong>9</strong> with a <strong>Common Factor Step</strong></a>
<a href="algebra/quadratics_factoring_positive81_001.html" class="">Factoring Quadratic Expressions with Positive 'a' coefficients up to <strong>81</strong></a>
<a href="algebra/quadratics_factoring_negative81_001.html" class="">Factoring Quadratic Expressions with Positive or <strong>Negative</strong> 'a' coefficients up to <strong>81</strong></a>
<a href="algebra/quadratics_factoring_negative81_common_factors_001.html" class="">Factoring Quadratic Expressions with Positive or <strong>Negative</strong> 'a' coefficients up to <strong>81</strong> with a <strong>Common Factor Step</strong></a>
<a href="algebra/product_sum_calculate_positive_00_09_001.html" class="">Calculating Sum and Product (Operand Range <strong>0 to 9</strong>) <span class="iedit">✎</span></a>
<a href="algebra/product_sum_calculate_positive_01_09_001.html" class="">Calculating Sum and Product (Operand Range <strong>1 to 9</strong>) <span class="iedit">✎</span></a>
<a href="algebra/product_sum_calculate_negative_00_09_001.html" class="">Calculating Sum and Product (Operand Range <strong>0 to 9 Including Negatives</strong>) <span class="iedit">✎</span></a>
<a href="algebra/product_sum_calculate_negative_01_09_001.html" class="">Calculating Sum and Product (Operand Range <strong>1 to 9 Including Negatives</strong>) <span class="iedit">✎</span></a>
<a href="algebra/product_sum_calculate_negative_00_20_001.html" class="">Calculating Sum and Product (Operand Range <strong>-20 to 20</strong>) <span class="iedit">✎</span></a>
<a href="algebra/product_sum_calculate_negative_00_99_001.html" class="">Calculating Sum and Product (Operand Range <strong>-99 to 99</strong>) <span class="iedit">✎</span></a>
<a href="algebra/product_sum_determine_operands_positive_00_09_001.html" class="">Determining Operands from Sum and Product Pairs (Operand Range <strong>0 to 9</strong>) <span class="iedit">✎</span></a>
<a href="algebra/product_sum_determine_operands_positive_01_09_001.html" class="">Determining Operands from Sum and Product Pairs (Operand Range <strong>1 to 9</strong>) <span class="iedit">✎</span></a>
<a href="algebra/product_sum_determine_operands_positive_00_12_001.html" class="">Determining Operands from Sum and Product Pairs (Operand Range <strong>0 to 12</strong>) <span class="iedit">✎</span></a>
<a href="algebra/product_sum_determine_operands_positive_01_12_001.html" class="">Determining Operands from Sum and Product Pairs (Operand Range <strong>1 to 12</strong>) <span class="iedit">✎</span></a>
<a href="algebra/product_sum_determine_operands_negative_00_09_001.html" class="">Determining Operands from Sum and Product Pairs (Operand Range <strong>0 to 9 Including Negatives</strong>) <span class="iedit">✎</span></a>
<a href="algebra/product_sum_determine_operands_negative_01_09_001.html" class="">Determining Operands from Sum and Product Pairs (Operand Range <strong>1 to 9 Including Negatives</strong>) <span class="iedit">✎</span></a>
<a href="algebra/product_sum_determine_operands_negative_00_20_001.html" class="">Determining Operands from Sum and Product Pairs (Operand Range <strong>-20 to 20</strong>) <span class="iedit">✎</span></a>
<a href="algebra/product_sum_determine_operands_negative_00_99_001.html" class="">Determining Operands from Sum and Product Pairs (Operand Range <strong>-99 to 99</strong>) <span class="iedit">✎</span></a>
</div>
</li>
<li><p>Whether you use trial and error, completing the square or the general quadratic formula, these worksheets include a plethora of practice questions with answers. In the first section, the worksheets include questions where the quadratic expressions equal 0. This makes the process similar to factoring quadratic expressions, with the additional step of finding the values for x when the expression is equal to 0. In the second section, the expressions are generally equal to something other than x, so there is an additional step at the beginning to make the quadratic expression equal zero.</p></li>
<li><input type="checkbox" class="list-checkbox" id="quadratic-expressions-equations-29"><label for="quadratic-expressions-equations-29" class="wtitle">Solving Quadratic Equations that Equal Zero</label>
<div class="desc">
<a href="algebra/quadratic_equations_solvingforx_equals0_positive01_001.html" class="">Solving Quadratic Equations with Positive 'a' coefficients of <strong>1</strong></a>
<a href="algebra/quadratic_equations_solvingforx_equals0_negative01_001.html" class="">Solving Quadratic Equations with Positive or <strong>Negative</strong> 'a' coefficients of <strong>1</strong></a>
<a href="algebra/quadratic_equations_solvingforx_equals0_negative01_common_factors_001.html" class="">Solving Quadratic Equations with Positive or <strong>Negative</strong> 'a' coefficients of <strong>1</strong> with a <strong>Common Factor Step</strong></a>
<a href="algebra/quadratic_equations_solvingforx_equals0_positive04_001.html" class="">Solving Quadratic Equations with Positive 'a' coefficients up to <strong>4</strong></a>
<a href="algebra/quadratic_equations_solvingforx_equals0_negative04_001.html" class="">Solving Quadratic Equations with Positive or <strong>Negative</strong> 'a' coefficients up to <strong>4</strong></a>
<a href="algebra/quadratic_equations_solvingforx_equals0_negative04_common_factors_001.html" class="">Solving Quadratic Equations with Positive or <strong>Negative</strong> 'a' coefficients up to <strong>4</strong> with a <strong>Common Factor Step</strong></a>
<a href="algebra/quadratic_equations_solvingforx_equals0_positive05_001.html" class="">Solving Quadratic Equations with Positive 'a' coefficients up to <strong>5</strong></a>
<a href="algebra/quadratic_equations_solvingforx_equals0_negative05_001.html" class="">Solving Quadratic Equations with Positive or <strong>Negative</strong> 'a' coefficients up to <strong>5</strong></a>
<a href="algebra/quadratic_equations_solvingforx_equals0_negative05_common_factors_001.html" class="">Solving Quadratic Equations with Positive or <strong>Negative</strong> 'a' coefficients up to <strong>5</strong> with a <strong>Common Factor Step</strong></a>
<a href="algebra/quadratic_equations_solvingforx_equals0_positive09_001.html" class="">Solving Quadratic Equations with Positive 'a' coefficients up to <strong>9</strong></a>
<a href="algebra/quadratic_equations_solvingforx_equals0_negative09_001.html" class="">Solving Quadratic Equations with Positive or <strong>Negative</strong> 'a' coefficients up to <strong>9</strong></a>
<a href="algebra/quadratic_equations_solvingforx_equals0_negative09_common_factors_001.html" class="">Solving Quadratic Equations with Positive or <strong>Negative</strong> 'a' coefficients up to <strong>9</strong> with a <strong>Common Factor Step</strong></a>
<a href="algebra/quadratic_equations_solvingforx_equals0_positive81_001.html" class="">Solving Quadratic Equations with Positive 'a' coefficients up to <strong>81</strong></a>
<a href="algebra/quadratic_equations_solvingforx_equals0_negative81_001.html" class="">Solving Quadratic Equations with Positive or <strong>Negative</strong> 'a' coefficients up to <strong>81</strong></a>
<a href="algebra/quadratic_equations_solvingforx_equals0_negative81_common_factors_001.html" class="">Solving Quadratic Equations with Positive or <strong>Negative</strong> 'a' coefficients up to <strong>81</strong> with a <strong>Common Factor Step</strong></a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="quadratic-expressions-equations-30"><label for="quadratic-expressions-equations-30" class="wtitle">Solving Quadratic Equations that Equal an Integer</label>
<div class="desc">
<a href="algebra/quadratic_equations_solvingforx_equalsint_positive01_001.html" class="">Solving Quadratic Equations for x ("a" coefficients of 1)</a>
<a href="algebra/quadratic_equations_solvingforx_equalsint_negative01_001.html" class="">Solving Quadratic Equations for x ("a" coefficients of 1 or -1)</a>
<a href="algebra/quadratic_equations_solvingforx_equalsint_positive04_001.html" class="">Solving Quadratic Equations for x ("a" coefficients up to 4)</a>
<a href="algebra/quadratic_equations_solvingforx_equalsint_negative04_001.html" class="">Solving Quadratic Equations for x ("a" coefficients between -4 and 4)</a>
<a href="algebra/quadratic_equations_solvingforx_equalsint_positive81_001.html" class="">Solving Quadratic Equations for x ("a" coefficients up to 81)</a>
<a href="algebra/quadratic_equations_solvingforx_equalsint_negative81_001.html" class="">Solving Quadratic Equations for x ("a" coefficients between -81 and 81)</a>
</div>
</li>
</ul>
</div>
</div>
<div class="wscontainer bc01">
<div class="titlearea">
<h2 id="other">Other Polynomial and Monomial Expressions & Equations</h2>
</div>
<div class="imagearea">
<img src="algebra/images/algebra_expressions_simplifying_as_1v_3t_001_300.004.jpg" alt="" width="250" height="324" loading="lazy">
</div>
<div class="worksheetsarea">
<ul class="list">
<li><input type="checkbox" class="list-checkbox" id="other-31"><label for="other-31" class="wtitle">Simplifying Polynomials That Involve Addition And Subtraction</label>
<div class="desc">
<a href="algebra/algebra_expressions_simplifying_as_1v_3t_001.html" class="">Addition and Subtraction; 1 variable; 3 terms</a>
<a href="algebra/algebra_expressions_simplifying_as_1v_4t_001.html" class="">Addition and Subtraction; 1 variable; 4 terms</a>
<a href="algebra/algebra_expressions_simplifying_as_2v_4t_001.html" class="">Addition and Subtraction; 2 variables; 4 terms</a>
<a href="algebra/algebra_expressions_simplifying_as_2v_5t_001.html" class="">Addition and Subtraction; 2 variables; 5 terms</a>
<a href="algebra/algebra_expressions_simplifying_as_2v_6t_001.html" class="">Addition and Subtraction; 2 variables; 6 terms</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="other-32"><label for="other-32" class="wtitle">Simplifying Polynomials That Involve Multiplication And Division</label>
<div class="desc">
<a href="algebra/algebra_expressions_simplifying_md_1v_3t_001.html" class="">Multiplication and Division; 1 variable; 3 terms</a>
<a href="algebra/algebra_expressions_simplifying_md_1v_4t_001.html" class="">Multiplication and Division; 1 variable; 4 terms</a>
<a href="algebra/algebra_expressions_simplifying_md_2v_4t_001.html" class="">Multiplication and Division; 2 variables; 4 terms</a>
<a href="algebra/algebra_expressions_simplifying_md_2v_5t_001.html" class="">Multiplication and Division; 2 variables; 5 terms</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="other-33"><label for="other-33" class="wtitle">Simplifying Polynomials That Involve Addition, Subtraction, Multiplication And Division</label>
<div class="desc">
<a href="algebra/algebra_expressions_simplifying_mdas_1v_3t_001.html" class="">All Operations; 1 variable; 3 terms</a>
<a href="algebra/algebra_expressions_simplifying_mdas_1v_4t_001.html" class="">All Operations; 1 variable; 4 terms</a>
<a href="algebra/algebra_expressions_simplifying_mdas_2v_4t_001.html" class="">All Operations; 2 variables; 4 terms</a>
<a href="algebra/algebra_expressions_simplifying_mdas_2v_5t_001.html" class="">All Operations; 2 variables; 5 terms</a>
<a href="algebra/algebra_expressions_simplifying_mdas_challenge_001.html" class="">All Operations (Challenge)</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="other-34"><label for="other-34" class="wtitle">Factoring Expressions That Do Not Include A Squared Variable</label>
<div class="desc">
<a href="algebra/expressions_factoring_nosquares_xcoef_posmult_001.html" class="">Factoring Non-Quadratic Expressions with No Squares, Simple Coefficients, and Positive Multipliers</a>
<a href="algebra/expressions_factoring_nosquares_xcoef_negmult_001.html" class="">Factoring Non-Quadratic Expressions with No Squares, Simple Coefficients, and Negative and Positive Multipliers</a>
<a href="algebra/expressions_factoring_nosquares_ccoef_posmult_001.html" class="">Factoring Non-Quadratic Expressions with No Squares, Compound Coefficients, and Positive Multipliers</a>
<a href="algebra/expressions_factoring_nosquares_ccoef_negmult_001.html" class="">Factoring Non-Quadratic Expressions with No Squares, Compound Coefficients, and Negative and Positive Multipliers</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="other-35"><label for="other-35" class="wtitle">Factoring Expressions That Always Include A Squared Variable</label>
<div class="desc">
<a href="algebra/expressions_factoring_allsquares_xcoef_posmult_001.html" class="">Factoring Non-Quadratic Expressions with All Squares, Simple Coefficients, and Positive Multipliers</a>
<a href="algebra/expressions_factoring_allsquares_xcoef_negmult_001.html" class="">Factoring Non-Quadratic Expressions with All Squares, Simple Coefficients, and Negative and Positive Multipliers</a>
<a href="algebra/expressions_factoring_allsquares_ccoef_posmult_001.html" class="">Factoring Non-Quadratic Expressions with All Squares, Compound Coefficients, and Positive Multipliers</a>
<a href="algebra/expressions_factoring_allsquares_ccoef_negmult_001.html" class="">Factoring Non-Quadratic Expressions with All Squares, Compound Coefficients, and Negative and Positive Multipliers</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="other-36"><label for="other-36" class="wtitle">Factoring Expressions That Sometimes Include Squared Variables</label>
<div class="desc">
<a href="algebra/expressions_factoring_somesquares_xcoef_posmult_001.html" class="">Factoring Non-Quadratic Expressions with Some Squares, Simple Coefficients, and Positive Multipliers</a>
<a href="algebra/expressions_factoring_somesquares_xcoef_negmult_001.html" class="">Factoring Non-Quadratic Expressions with Some Squares, Simple Coefficients, and Negative and Positive Multipliers</a>
<a href="algebra/expressions_factoring_somesquares_ccoef_posmult_001.html" class="">Factoring Non-Quadratic Expressions with Some Squares, Compound Coefficients, and Positive Multipliers</a>
<a href="algebra/expressions_factoring_somesquares_ccoef_negmult_001.html" class="">Factoring Non-Quadratic Expressions with Some Squares, Compound Coefficients, and Negative and Positive Multipliers</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="other-37"><label for="other-37" class="wtitle">Multiplying Polynomials With Two Factors</label>
<div class="desc">
<a href="algebra/polynomials_multiplying_monomial_binomial_nothirdfactor_001.html" class="">Multiplying a monomial by a binomial</a>
<a href="algebra/polynomials_multiplying_binomial_binomial_nothirdfactor_001.html" class="">Multiplying two binomials</a>
<a href="algebra/polynomials_multiplying_monomial_trinomial_nothirdfactor_001.html" class="">Multiplying a monomial by a trinomial</a>
<a href="algebra/polynomials_multiplying_binomial_trinomial_nothirdfactor_001.html" class="">Multiplying a binomial by a trinomial</a>
<a href="algebra/polynomials_multiplying_trinomial_trinomial_nothirdfactor_001.html" class="">Multiplying two trinomials</a>
<a href="algebra/polynomials_multiplying_mixed_mixed_nothirdfactor_001.html" class="">Multiplying two random mon/polynomials</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="other-38"><label for="other-38" class="wtitle">Multiplying Polynomials With Three Factors</label>
<div class="desc">
<a href="algebra/polynomials_multiplying_monomial_binomial_binomial_001.html" class="">Multiplying a monomial by two binomials</a>
<a href="algebra/polynomials_multiplying_binomial_binomial_binomial_001.html" class="">Multiplying three binomials</a>
<a href="algebra/polynomials_multiplying_binomial_binomial_trinomial_001.html" class="">Multiplying two binomials by a trinomial</a>
<a href="algebra/polynomials_multiplying_binomial_trinomial_trinomial_001.html" class="">Multiplying a binomial by two trinomials</a>
<a href="algebra/polynomials_multiplying_trinomial_trinomial_trinomial_001.html" class="">Multiplying three trinomials</a>
<a href="algebra/polynomials_multiplying_mixed_mixed_mixed_001.html" class="">Multiplying three random mon/polynomials</a>
</div>
</li>
</ul>
</div>
</div>
<div class="wscontainer bc01">
<div class="titlearea">
<h2 id="inequalities">Inequalities</h2>
</div>
<div class="imagearea">
<img src="algebra/images/inequality_graph_write_001_300.004.jpg" alt="" width="250" height="324" loading="lazy">
</div>
<div class="worksheetsarea">
<ul class="list">
<li><input type="checkbox" class="list-checkbox" id="inequalities-39"><label for="inequalities-39" class="wtitle">Writing The Inequality That Matches The Graph</label>
<div class="desc">
<a href="algebra/inequality_graph_write_001.html" class="">Writing Inequalities for Graphs</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="inequalities-40"><label for="inequalities-40" class="wtitle">Graphing Inequalities On Number Lines</label>
<div class="desc">
<a href="algebra/inequality_graph_plot_basic_001.html" class="">Graphing Inequalities (Basic)</a>
</div>
</li>
<li><input type="checkbox" class="list-checkbox" id="inequalities-41"><label for="inequalities-41" class="wtitle">Solving Linear Inequalities</label>
<div class="desc">
<a href="algebra/linear_inequality_div2_mult2_add1_side3_ndswitch2_varswitch3_001.html" class="">Solving Inequalities Including a Third Term</a>
<a href="algebra/linear_inequality_div2_mult1_add1_side3_ndswitch2_varswitch3_001.html" class="">Solving Inequalities Including a Third Term and Multiplication</a>
<a href="algebra/linear_inequality_div1_mult1_add1_side3_ndswitch2_varswitch3_001.html" class="">Solving Inequalities Including a Third Term, Multiplication and Division</a>
</div>
</li>
</ul>
</div>
</div>
</div> <!-- End of Content Div -->
<div class="footer">
<p><img src="images/math-drills-footer.001.svg" alt="Math-Drills Logo" loading="lazy" width="940" height="347"></p>
<p class="pwhite">
Copyright © 2005-2024 <span itemprop="brand" itemscope itemtype="http://schema.org/Brand">
<span itemprop="name">Math-Drills.com</span></span>
<br>
You may use the math worksheets on this website according to our Terms of Use to help students learn math.
</p>
</div>
<script>
function openWNav() {
var x = document.getElementById("worksheetnav");
if (x.style.display === "none" || x.style.display === "") {x.style.display = "flex";} else {x.style.display = "none";}
}
</script>
</body>
<!-- Mirrored from math-drills.com/algebra.php by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 30 Aug 2024 17:52:13 GMT -->
</html>