<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://staging.moocwiki.org/index.php?action=history&amp;feed=atom&amp;title=English%3ASystems_of_Linear_Equations</id>
	<title>English:Systems of Linear Equations - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://staging.moocwiki.org/index.php?action=history&amp;feed=atom&amp;title=English%3ASystems_of_Linear_Equations"/>
	<link rel="alternate" type="text/html" href="https://staging.moocwiki.org/index.php?title=English:Systems_of_Linear_Equations&amp;action=history"/>
	<updated>2026-08-13T16:04:53Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in MOOCsWiki Staging</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://staging.moocwiki.org/index.php?title=English:Systems_of_Linear_Equations&amp;diff=43865&amp;oldid=prev</id>
		<title>Glanz: aiMOOC über GPT aiMOOC Action erstellt</title>
		<link rel="alternate" type="text/html" href="https://staging.moocwiki.org/index.php?title=English:Systems_of_Linear_Equations&amp;diff=43865&amp;oldid=prev"/>
		<updated>2026-08-12T08:14:21Z</updated>

		<summary type="html">&lt;p&gt;aiMOOC über GPT aiMOOC Action erstellt&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{T}}&lt;br /&gt;
[[Category:English]]&lt;br /&gt;
[[Category:Systems of Linear Equations]]&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;&amp;#039;system of linear equations&amp;#039;&amp;#039;&amp;#039; is a group of two or more linear equations that use the same variables. In Grades 7–8, you will usually work with two equations in two variables, such as &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;y&amp;lt;/math&amp;gt;. Your goal is to find values that make &amp;#039;&amp;#039;&amp;#039;both equations true at the same time&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
For example, consider this system:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;x+y=7&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;x-y=1&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ordered pair &amp;lt;math&amp;gt;(4,3)&amp;lt;/math&amp;gt; is a solution because &amp;lt;math&amp;gt;4+3=7&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;4-3=1&amp;lt;/math&amp;gt;. A solution is therefore not just an answer to one equation; it must satisfy every equation in the system.&lt;br /&gt;
&lt;br /&gt;
Systems of equations connect [[English:Algebra|Algebra]] with the [[English:Cartesian coordinate system|Cartesian coordinate system]], [[English:Linear equation|linear equations]], [[English:Graph of a function|graphs]], [[English:Slope|Slope]], and real-world [[English:Mathematical model|mathematical models]].&lt;br /&gt;
&lt;br /&gt;
[[File:Linear Function Graph.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
The picture shows two linear graphs crossing at one point. That crossing point represents the ordered pair that satisfies both equations.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=o4pbAQgJYjI|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Learning Goals =&lt;br /&gt;
&lt;br /&gt;
By the end of this aiMOOC, you should be able to:&lt;br /&gt;
&lt;br /&gt;
# [[English:System of linear equations|Recognize a linear system]]: Explain what it means to solve two linear equations at the same time.&lt;br /&gt;
# [[English:Ordered pair|Interpret a solution]]: Decide whether an ordered pair satisfies both equations.&lt;br /&gt;
# [[English:Graphing|Solve by graphing]]: Use the intersection of two lines to identify a solution.&lt;br /&gt;
# [[English:Substitution|Solve by substitution]]: Replace one variable with an equivalent expression.&lt;br /&gt;
# [[English:Elimination|Solve by elimination]]: Add or subtract equations to remove one variable.&lt;br /&gt;
# [[English:Mathematical model|Model situations]]: Write systems from real-world information and explain what the solution means.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Understanding a System =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== What Makes an Equation Linear? ==&lt;br /&gt;
&lt;br /&gt;
A linear equation in two variables can often be written in the form &amp;lt;math&amp;gt;Ax+By=C&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;A&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;B&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;C&amp;lt;/math&amp;gt; are constants and &amp;lt;math&amp;gt;A&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;B&amp;lt;/math&amp;gt; are not both zero. Its graph is a straight line.&lt;br /&gt;
&lt;br /&gt;
Examples of linear equations include:&lt;br /&gt;
&lt;br /&gt;
# &amp;lt;math&amp;gt;y=2x+1&amp;lt;/math&amp;gt;&lt;br /&gt;
# &amp;lt;math&amp;gt;3x-y=5&amp;lt;/math&amp;gt;&lt;br /&gt;
# &amp;lt;math&amp;gt;2x+4y=12&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Equations such as &amp;lt;math&amp;gt;y=x^2&amp;lt;/math&amp;gt; are not linear because the variable is raised to a power greater than one.&lt;br /&gt;
&lt;br /&gt;
[[File:Linear functions 01.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
Different linear equations can have different slopes. The slope describes how much &amp;lt;math&amp;gt;y&amp;lt;/math&amp;gt; changes when &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; increases by one unit.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== What Is a Solution? ==&lt;br /&gt;
&lt;br /&gt;
A solution to a system of two equations is an ordered pair &amp;lt;math&amp;gt;(x,y)&amp;lt;/math&amp;gt; that makes both equations true.&lt;br /&gt;
&lt;br /&gt;
Suppose the system is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;y=2x+1&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;y=-x+7&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Try &amp;lt;math&amp;gt;(2,5)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
For the first equation, &amp;lt;math&amp;gt;5=2\cdot2+1&amp;lt;/math&amp;gt;, which is true.&lt;br /&gt;
&lt;br /&gt;
For the second equation, &amp;lt;math&amp;gt;5=-2+7&amp;lt;/math&amp;gt;, which is also true.&lt;br /&gt;
&lt;br /&gt;
Because the pair works in both equations, &amp;lt;math&amp;gt;(2,5)&amp;lt;/math&amp;gt; is the solution.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Quick check:&amp;#039;&amp;#039;&amp;#039; If an ordered pair works in only one equation, it is not a solution to the system.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Solving by Graphing =&lt;br /&gt;
&lt;br /&gt;
Graphing gives a visual meaning to a system. Each equation becomes a line. A point that lies on both lines satisfies both equations, so the intersection of the two lines is the solution.&lt;br /&gt;
&lt;br /&gt;
To solve by graphing:&lt;br /&gt;
&lt;br /&gt;
# Rewrite each equation in a form that is easy to graph, when helpful.&lt;br /&gt;
# Plot both lines on the same coordinate plane.&lt;br /&gt;
# Find the point where the lines intersect.&lt;br /&gt;
# Read the coordinates of that point.&lt;br /&gt;
# Check the ordered pair in both original equations.&lt;br /&gt;
&lt;br /&gt;
Consider:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;y=x+1&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;y=-x+5&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The lines meet at &amp;lt;math&amp;gt;(2,3)&amp;lt;/math&amp;gt;, so the system has the solution &amp;lt;math&amp;gt;x=2&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;y=3&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
[[File:Intersecting Lines.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
Graphing is especially useful when the intersection lies exactly on grid lines. If the intersection falls between grid points, a graph may give only an approximate answer. In that case, [[English:Substitution|Substitution]] or [[English:Elimination|Elimination]] can produce an exact solution.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Three Possible Outcomes =&lt;br /&gt;
&lt;br /&gt;
A system of two linear equations can have &amp;#039;&amp;#039;&amp;#039;one solution, no solution, or infinitely many solutions&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== One Solution: Intersecting Lines ==&lt;br /&gt;
&lt;br /&gt;
If two different lines have different slopes, they cross once. Their intersection is the system&amp;#039;s one solution.&lt;br /&gt;
&lt;br /&gt;
[[File:Two linear equation add method.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
A system with at least one solution is called &amp;#039;&amp;#039;&amp;#039;consistent&amp;#039;&amp;#039;&amp;#039;. If it has exactly one solution, the equations are also &amp;#039;&amp;#039;&amp;#039;independent&amp;#039;&amp;#039;&amp;#039; because they represent different lines.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== No Solution: Parallel Lines ==&lt;br /&gt;
&lt;br /&gt;
Parallel lines have the same slope but different vertical positions. They never meet, so there is no ordered pair that belongs to both lines.&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;y=2x+1&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;y=2x-3&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The lines have the same slope, &amp;lt;math&amp;gt;2&amp;lt;/math&amp;gt;, but different &amp;lt;math&amp;gt;y&amp;lt;/math&amp;gt;-intercepts. Therefore, the system has no solution.&lt;br /&gt;
&lt;br /&gt;
[[File:Parallel linear equations.PNG|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
A system with no solution is called &amp;#039;&amp;#039;&amp;#039;inconsistent&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Infinitely Many Solutions: The Same Line ==&lt;br /&gt;
&lt;br /&gt;
Sometimes two equations look different but are equivalent.&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;x+y=4&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;2x+2y=8&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The second equation is exactly twice the first. Both equations graph as the same line, so every point on that line satisfies both equations. The system has infinitely many solutions.&lt;br /&gt;
&lt;br /&gt;
[[File:Linear equations coincide.PNG|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
A system with infinitely many solutions is consistent and &amp;#039;&amp;#039;&amp;#039;dependent&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Solving by Substitution =&lt;br /&gt;
&lt;br /&gt;
The substitution method works well when one equation already has a variable isolated, such as &amp;lt;math&amp;gt;y=3x-2&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Consider:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;y=2x+1&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;x+y=7&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Because the first equation says that &amp;lt;math&amp;gt;y&amp;lt;/math&amp;gt; equals &amp;lt;math&amp;gt;2x+1&amp;lt;/math&amp;gt;, substitute &amp;lt;math&amp;gt;2x+1&amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt;y&amp;lt;/math&amp;gt; in the second equation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;x+(2x+1)=7&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Combine like terms:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;3x+1=7&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Subtract one:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;3x=6&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Divide by three:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;x=2&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now substitute &amp;lt;math&amp;gt;x=2&amp;lt;/math&amp;gt; into &amp;lt;math&amp;gt;y=2x+1&amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;y=2\cdot2+1=5&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The solution is &amp;lt;math&amp;gt;(2,5)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Check:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;2+5=7&amp;lt;/math&amp;gt;, so the second original equation is true.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=V7H1oUHXPkg|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Substitution Strategy ==&lt;br /&gt;
&lt;br /&gt;
Substitution is often efficient when:&lt;br /&gt;
&lt;br /&gt;
# one variable is already alone;&lt;br /&gt;
# one variable has coefficient &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;-1&amp;lt;/math&amp;gt;;&lt;br /&gt;
# rewriting an equation will isolate a variable easily.&lt;br /&gt;
&lt;br /&gt;
Keep the substitution equivalent to the original expression. If &amp;lt;math&amp;gt;y=4-x&amp;lt;/math&amp;gt;, replace &amp;lt;math&amp;gt;y&amp;lt;/math&amp;gt; with the entire expression &amp;lt;math&amp;gt;4-x&amp;lt;/math&amp;gt;, not just with &amp;lt;math&amp;gt;4&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;-x&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Solving by Elimination =&lt;br /&gt;
&lt;br /&gt;
Elimination removes one variable by adding or subtracting equations. It is useful when the coefficients of one variable are opposites or can easily be made opposites.&lt;br /&gt;
&lt;br /&gt;
Consider:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;2x+y=9&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;3x-y=6&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add the equations. The &amp;lt;math&amp;gt;y&amp;lt;/math&amp;gt; terms cancel:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;5x=15&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;x=3&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substitute &amp;lt;math&amp;gt;x=3&amp;lt;/math&amp;gt; into the first equation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;2\cdot3+y=9&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;6+y=9&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;y=3&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The solution is &amp;lt;math&amp;gt;(3,3)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Check the second equation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;3\cdot3-3=6&amp;lt;/math&amp;gt;, which is true.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=oKqtgz2eo-Y|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== When You Must Multiply First ==&lt;br /&gt;
&lt;br /&gt;
Sometimes the coefficients are not opposites.&lt;br /&gt;
&lt;br /&gt;
Consider:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;x+2y=8&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;3x+y=9&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To eliminate &amp;lt;math&amp;gt;y&amp;lt;/math&amp;gt;, multiply the second equation by &amp;lt;math&amp;gt;-2&amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-6x-2y=-18&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now add it to the first equation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;x+2y=8&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-6x-2y=-18&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This gives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-5x=-10&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So &amp;lt;math&amp;gt;x=2&amp;lt;/math&amp;gt;. Substitute into &amp;lt;math&amp;gt;3x+y=9&amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;6+y=9&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore &amp;lt;math&amp;gt;y=3&amp;lt;/math&amp;gt;, and the solution is &amp;lt;math&amp;gt;(2,3)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
When you multiply an equation, multiply &amp;#039;&amp;#039;&amp;#039;every term on both sides&amp;#039;&amp;#039;&amp;#039; by the same number. This keeps the equation equivalent.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Choosing a Method =&lt;br /&gt;
&lt;br /&gt;
There is no single method that is best for every system.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Method&lt;br /&gt;
! Often useful when&lt;br /&gt;
! Main advantage&lt;br /&gt;
! Main caution&lt;br /&gt;
|-&lt;br /&gt;
| Graphing&lt;br /&gt;
| Both equations are easy to draw&lt;br /&gt;
| Shows the solution visually&lt;br /&gt;
| The intersection may be difficult to read exactly&lt;br /&gt;
|-&lt;br /&gt;
| Substitution&lt;br /&gt;
| One variable is already isolated&lt;br /&gt;
| Direct and organized&lt;br /&gt;
| Parentheses and negative signs require care&lt;br /&gt;
|-&lt;br /&gt;
| Elimination&lt;br /&gt;
| Coefficients are opposites or easy to match&lt;br /&gt;
| Can remove a variable quickly&lt;br /&gt;
| Every term must be multiplied when scaling an equation&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A strong algebra learner can solve the same system in more than one way and compare the results.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Recognizing Special Cases Algebraically =&lt;br /&gt;
&lt;br /&gt;
Graphing is not the only way to identify no solution or infinitely many solutions. Substitution or elimination can reveal these cases.&lt;br /&gt;
&lt;br /&gt;
Suppose elimination leads to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;0=5&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This statement is impossible. The original system has &amp;#039;&amp;#039;&amp;#039;no solution&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
Suppose elimination leads to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;0=0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This statement is always true. If the equations have become identical, the system has &amp;#039;&amp;#039;&amp;#039;infinitely many solutions&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
These results connect the algebraic process with the graph:&lt;br /&gt;
&lt;br /&gt;
# an impossible statement corresponds to distinct parallel lines;&lt;br /&gt;
# a true identity corresponds to the same line;&lt;br /&gt;
# a value for a variable usually leads to one intersection point.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Modeling Real Situations =&lt;br /&gt;
&lt;br /&gt;
Systems of equations are useful when two conditions must be true at the same time.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Example: Two Ticket Types ==&lt;br /&gt;
&lt;br /&gt;
Suppose a school event sells student tickets for 4 dollars and adult tickets for 7 dollars. A total of 50 tickets are sold for 260 dollars.&lt;br /&gt;
&lt;br /&gt;
Let &amp;lt;math&amp;gt;s&amp;lt;/math&amp;gt; be the number of student tickets and &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; be the number of adult tickets.&lt;br /&gt;
&lt;br /&gt;
The total number of tickets gives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;s+a=50&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The total money gives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;4s+7a=260&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Use substitution. From the first equation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;s=50-a&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substitute into the money equation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;4(50-a)+7a=260&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;200-4a+7a=260&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;3a=60&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;a=20&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;s=50-20=30&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So 30 student tickets and 20 adult tickets were sold.&lt;br /&gt;
&lt;br /&gt;
The final step is interpretation. The ordered pair is not just &amp;lt;math&amp;gt;(30,20)&amp;lt;/math&amp;gt;; it represents &amp;#039;&amp;#039;&amp;#039;30 student tickets and 20 adult tickets&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Example: Comparing Two Plans ==&lt;br /&gt;
&lt;br /&gt;
Imagine two game clubs.&lt;br /&gt;
&lt;br /&gt;
Club A charges a 12-dollar joining fee plus 3 dollars per visit.&lt;br /&gt;
&lt;br /&gt;
Club B charges no joining fee but 5 dollars per visit.&lt;br /&gt;
&lt;br /&gt;
Let &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; be the number of visits and &amp;lt;math&amp;gt;y&amp;lt;/math&amp;gt; be the total cost.&lt;br /&gt;
&lt;br /&gt;
Club A:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;y=3x+12&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Club B:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;y=5x&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Set the costs equal:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;3x+12=5x&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;12=2x&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;x=6&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After 6 visits, both plans cost 30 dollars. Before choosing a plan, you would also need to consider how many visits you expect to make.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Checking Your Solution =&lt;br /&gt;
&lt;br /&gt;
Checking is part of solving.&lt;br /&gt;
&lt;br /&gt;
If you think the solution is &amp;lt;math&amp;gt;(x,y)=(4,2)&amp;lt;/math&amp;gt;, substitute &amp;lt;math&amp;gt;x=4&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;y=2&amp;lt;/math&amp;gt; into &amp;#039;&amp;#039;&amp;#039;both original equations&amp;#039;&amp;#039;&amp;#039;. If both equations are true, the solution is verified.&lt;br /&gt;
&lt;br /&gt;
A reliable check can catch:&lt;br /&gt;
&lt;br /&gt;
# arithmetic errors;&lt;br /&gt;
# sign mistakes;&lt;br /&gt;
# incorrect substitutions;&lt;br /&gt;
# a correct value for one variable paired with a wrong value for the other.&lt;br /&gt;
&lt;br /&gt;
Never check only the equation you used last. Check the original system.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Common Mistakes and How to Avoid Them =&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Mistake:&amp;#039;&amp;#039;&amp;#039; Treating the solution as two unrelated numbers.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Better idea:&amp;#039;&amp;#039;&amp;#039; Write the solution as an ordered pair and remember that it must satisfy both equations.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Mistake:&amp;#039;&amp;#039;&amp;#039; Reading the wrong graph scale.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Better idea:&amp;#039;&amp;#039;&amp;#039; Check the number represented by each grid interval before reading the intersection.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Mistake:&amp;#039;&amp;#039;&amp;#039; Substituting into only part of an expression.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Better idea:&amp;#039;&amp;#039;&amp;#039; Use parentheses around the full replacement expression.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Mistake:&amp;#039;&amp;#039;&amp;#039; Multiplying only one term when preparing for elimination.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Better idea:&amp;#039;&amp;#039;&amp;#039; Multiply every term on both sides of the equation.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Mistake:&amp;#039;&amp;#039;&amp;#039; Deciding that &amp;lt;math&amp;gt;0=0&amp;lt;/math&amp;gt; means the solution is zero.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Better idea:&amp;#039;&amp;#039;&amp;#039; Recognize that an identity can indicate infinitely many solutions.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Mistake:&amp;#039;&amp;#039;&amp;#039; Giving a numerical answer to a word problem without meaning.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Better idea:&amp;#039;&amp;#039;&amp;#039; State what each number represents and check whether it makes sense in context.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Interactive Tasks =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Quiz: Test Your Knowledge ==&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What is a system of linear equations?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(A set of linear equations using the same variables)&lt;br /&gt;
(!A single equation with no variables)&lt;br /&gt;
(!A graph containing only one point)&lt;br /&gt;
(!A list of unrelated arithmetic facts)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What must an ordered pair do to be a solution of a two-equation system?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Make both equations true)&lt;br /&gt;
(!Make only the first equation true)&lt;br /&gt;
(!Make only the second equation true)&lt;br /&gt;
(!Make both equations false)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What does the intersection of two line graphs represent?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(The solution that satisfies both equations)&lt;br /&gt;
(!The slope of the first line only)&lt;br /&gt;
(!The vertical axis of the graph)&lt;br /&gt;
(!The distance between the axes)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What is true when two distinct lines in a system are parallel?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(The system has no solution)&lt;br /&gt;
(!The system has exactly one solution)&lt;br /&gt;
(!The system has infinitely many solutions)&lt;br /&gt;
(!The solution is always zero)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What happens when two equations graph as exactly the same line?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(The system has infinitely many solutions)&lt;br /&gt;
(!The system has no solution)&lt;br /&gt;
(!The system has exactly two solutions)&lt;br /&gt;
(!The graph has no ordered pairs)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What is the main idea of substitution?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Replace one variable with an equivalent expression)&lt;br /&gt;
(!Draw a circle around each variable)&lt;br /&gt;
(!Delete one equation from the system)&lt;br /&gt;
(!Change every coefficient to zero)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What is the goal of elimination?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Cancel one variable by combining equations)&lt;br /&gt;
(!Make both variables disappear immediately)&lt;br /&gt;
(!Change each line into a curve)&lt;br /&gt;
(!Estimate every answer from a picture)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;How should you verify a proposed solution?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Substitute it into both original equations)&lt;br /&gt;
(!Check only the larger coordinate)&lt;br /&gt;
(!Round both coordinates first)&lt;br /&gt;
(!Use only the final transformed equation)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;In a ticket problem, what should your equations represent?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(The conditions described in the situation)&lt;br /&gt;
(!Only the numbers that look largest)&lt;br /&gt;
(!A random pair of straight lines)&lt;br /&gt;
(!Only one of the given conditions)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;When is substitution often a convenient method?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(When one variable is already isolated)&lt;br /&gt;
(!When neither equation contains variables)&lt;br /&gt;
(!When the graph has no axes)&lt;br /&gt;
(!When every coefficient must stay hidden)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Memory Game ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;memo-quiz&amp;quot;&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| System || Two or more equations considered together&lt;br /&gt;
|-&lt;br /&gt;
| Solution || Ordered pair that makes every equation true&lt;br /&gt;
|-&lt;br /&gt;
| Intersection || Point where two graphs meet&lt;br /&gt;
|-&lt;br /&gt;
| Substitution || Replacing a variable with an equivalent expression&lt;br /&gt;
|-&lt;br /&gt;
| Elimination || Combining equations to cancel a variable&lt;br /&gt;
|-&lt;br /&gt;
| Parallel || Describes distinct lines that never meet&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Drag and Drop ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;lueckentext-quiz&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Match the correct terms.&lt;br /&gt;
! Topic&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;One solution&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Two different lines cross once&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;No solution&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Two distinct lines are parallel&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Infinitely many solutions&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Both equations represent the same line&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Substitution method&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Replace a variable with an equivalent expression&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Elimination method&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Combine equations to cancel one variable&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Crossword Puzzle ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;kreuzwort-quiz&amp;quot;&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| System || What do you call a group of equations solved together?&lt;br /&gt;
|-&lt;br /&gt;
| Variable || What symbol represents an unknown quantity?&lt;br /&gt;
|-&lt;br /&gt;
| Solution || What do you call an ordered pair that makes both equations true?&lt;br /&gt;
|-&lt;br /&gt;
| Parallel || What describes distinct lines with the same slope that never meet?&lt;br /&gt;
|-&lt;br /&gt;
| Substitute || What verb means to replace a variable with an equivalent expression?&lt;br /&gt;
|-&lt;br /&gt;
| Elimination || What method cancels a variable by combining equations?&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== LearningApps ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;iframe&amp;gt; https://learningapps.org/index.php?s=Systems+of+Linear+Equations &amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Cloze Text ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;quiz display=simple&amp;gt;&lt;br /&gt;
{&amp;#039;&amp;#039;&amp;#039;Complete the text.&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&lt;br /&gt;
|type=&amp;quot;{}&amp;quot;}&lt;br /&gt;
A system contains two or more equations that share the same { variables }. A solution must make { both } equations true. On a graph, one solution appears at the { intersection } of two lines. Distinct parallel lines produce { no solution }. Two equations representing the same line have { infinitely many solutions }. The substitution method replaces a variable with an equivalent { expression }. Elimination combines equations so that one variable can { cancel }. A final ordered pair should be checked in the { original equations }. In a word problem, each equation should represent a stated { condition }. The meaning of the numerical solution must be explained in its real-world { context }.&lt;br /&gt;
&amp;lt;/quiz&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Open-Ended Tasks =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Easy ===&lt;br /&gt;
# [[English:Solution checker|Solution checker]]: Choose three ordered pairs for a simple system, test each pair in both equations, and write a short explanation of which pair is the solution.&lt;br /&gt;
# [[English:Graphing poster|Graphing poster]]: Create a clear hand-drawn or digital image showing two intersecting lines and label the intersection as the solution of a system.&lt;br /&gt;
# [[English:Math interview|Math interview]]: Interview a classmate about how they decide whether to use graphing, substitution, or elimination, then summarize one useful strategy you learned.&lt;br /&gt;
# [[English:Equation story|Equation story]]: Write a short real-life story that can be represented by two linear equations and identify what your two variables mean.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Standard ===&lt;br /&gt;
# [[English:Method comparison|Method comparison]]: Solve one system by graphing and by substitution, compare the two processes, and explain why the answers agree.&lt;br /&gt;
# [[English:Parallel line investigation|Parallel line investigation]]: Create two equations with the same slope but different intercepts, graph them, and explain why the system has no solution.&lt;br /&gt;
# [[English:Mini tutorial video|Mini tutorial video]]: Produce a two-minute video that teaches one substitution example step by step and includes a final check.&lt;br /&gt;
# [[English:School price survey|School price survey]]: Collect two realistic price rules from a school shop, club, transport option, or other appropriate setting and build a system that compares their total costs.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Advanced ===&lt;br /&gt;
# [[English:Elimination design challenge|Elimination design challenge]]: Create three systems that require different preparation before elimination, solve them, and explain why you chose each multiplier.&lt;br /&gt;
# [[English:Error analysis project|Error analysis project]]: Invent four believable mistakes in systems of equations, show the incorrect reasoning, correct each error, and explain how a learner could avoid it.&lt;br /&gt;
# [[English:Local modeling investigation|Local modeling investigation]]: Visit or study an appropriate local place such as a café, sports center, library program, or transport stop and design a two-equation model from information you can observe or responsibly obtain.&lt;br /&gt;
# [[English:Systems explainer project|Systems explainer project]]: Produce a small digital project combining text, an original graph, a worked example, and a short narrated video to explain the three possible solution types.&lt;br /&gt;
&lt;br /&gt;
{{:Open Task - Create a MOOC}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Learning Assessment =&lt;br /&gt;
&lt;br /&gt;
# [[English:Graph and justify|Graph and justify]]: Graph a given pair of linear equations, identify the solution type, and justify your conclusion using both the graph and the slopes.&lt;br /&gt;
# [[English:Choose and defend a method|Choose and defend a method]]: For three different systems, choose graphing, substitution, or elimination and explain why your chosen method is efficient before solving.&lt;br /&gt;
# [[English:Translate a situation|Translate a situation]]: Turn a real-world situation with two conditions into a system, solve it, and explain what each coordinate means in context.&lt;br /&gt;
# [[English:Analyze an error|Analyze an error]]: Examine a worked solution containing a sign or multiplication mistake, locate the first incorrect step, repair the work, and verify the corrected answer.&lt;br /&gt;
# [[English:Compare representations|Compare representations]]: Explain how the same system can be represented by equations, a table of values, and two graphs, and show how the solution appears in each representation.&lt;br /&gt;
# [[English:Create and classify|Create and classify]]: Write one system with one solution, one with no solution, and one with infinitely many solutions, then prove each classification algebraically.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Evidence of Learning =&lt;br /&gt;
&lt;br /&gt;
Important evidence of learning includes:&lt;br /&gt;
&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Knowledge&amp;#039;&amp;#039;&amp;#039;: You can explain what a system, solution, intersection, consistent system, and inconsistent system mean.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Graphical skill&amp;#039;&amp;#039;&amp;#039;: You can graph two linear equations accurately and interpret the intersection or lack of intersection.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Algebraic skill&amp;#039;&amp;#039;&amp;#039;: You can solve suitable systems using substitution and elimination while keeping equations equivalent.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Verification&amp;#039;&amp;#039;&amp;#039;: You can check an ordered pair in both original equations and explain why that check matters.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Modeling product&amp;#039;&amp;#039;&amp;#039;: You can create equations from a real situation, solve the system, and interpret the result with correct units or labels.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Transfer&amp;#039;&amp;#039;&amp;#039;: You can choose an efficient method for an unfamiliar system and justify your choice rather than applying a method automatically.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Communication&amp;#039;&amp;#039;&amp;#039;: You can present mathematical reasoning clearly using equations, graphs, words, and correctly labeled ordered pairs.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= OERs on the Topic =&lt;br /&gt;
&lt;br /&gt;
The English Wikipedia article below gives a broader reference view of systems of linear equations and connects school algebra with later mathematics.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;iframe&amp;gt; https://en.m.wikipedia.org/wiki/System_of_linear_equations &amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Linked Learning Areas =&lt;br /&gt;
&lt;br /&gt;
Systems of linear equations bring together algebraic manipulation, coordinate geometry, problem solving, and mathematical modeling. Understanding them prepares you for later work with [[English:Linear function|linear functions]], [[English:Inequality|inequalities]], [[English:Matrix|matrices]], [[English:Coordinate geometry|Coordinate geometry]], and more advanced algebra.&lt;br /&gt;
&lt;br /&gt;
{| align=center&lt;br /&gt;
{{:D-Tab}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[English:Systems of Linear Equations|Systems of Linear Equations]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
# [[English:Linear equation|Linear equation]]&lt;br /&gt;
# [[English:Cartesian coordinate system|Cartesian coordinate system]]&lt;br /&gt;
# [[English:Ordered pair|Ordered pair]]&lt;br /&gt;
# [[English:Slope|Slope]]&lt;br /&gt;
# [[English:Graph of a function|Graph of a function]]&lt;br /&gt;
# [[English:Substitution|Substitution]]&lt;br /&gt;
# [[English:Elimination|Elimination]]&lt;br /&gt;
# [[English:Mathematical model|Mathematical model]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:English]]&lt;br /&gt;
[[Category:Mathematics]]&lt;br /&gt;
[[Category:Algebra]]&lt;br /&gt;
[[Category:Linear Equations]]&lt;br /&gt;
[[Category:Middle School]]&lt;br /&gt;
[[Category:Grades 7-8]]&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= aiMOOC Projects =&lt;br /&gt;
[[Category:English]]&lt;br /&gt;
[[Category:Systems of Linear Equations]]&lt;br /&gt;
[[Category:Mathematics]]&lt;br /&gt;
[[Category:Algebra]]&lt;br /&gt;
[[Category:Grades 7-8]]&lt;br /&gt;
[[Category:AI_MOOC]]&lt;br /&gt;
[[Category:GPT aiMOOC]]&lt;br /&gt;
{{MT}}&lt;/div&gt;</summary>
		<author><name>Glanz</name></author>
	</entry>
</feed>