System of Equations: A set of two or more equations with the same variables that must be satisfied simultaneously
- Solve one equation for one variable in terms of the other
- Substitute this expression into the other equation
- Solve for the remaining variable
- Substitute back to find the other variable
- Check the solution in both original equations
From x + y = 7: y = 7 - x
Substitute y = 7 - x into 2x - y = 5:
2x - (7 - x) = 5
2x - 7 + x = 5
3x - 7 = 5
3x = 12
x = 4
Substitute x = 4 into y = 7 - x:
y = 7 - 4 = 3
Check in first equation: x + y = 4 + 3 = 7 ✓
Check in second equation: 2x - y = 2(4) - 3 = 8 - 3 = 5 ✓
The solution to the system is x = 4 and y = 3, or the ordered pair (4, 3).
• Substitution: Replace one variable with an equivalent expression
• Algebraic Manipulation: Solve linear equations step by step
• Verification: Check solution in both original equations
Elimination Method: A method to solve systems by adding or subtracting equations to eliminate one variable
3x + 2y = 12
x - 2y = 4
The coefficients of y are +2 and -2, so adding equations will eliminate y
(3x + 2y) + (x - 2y) = 12 + 4
3x + 2y + x - 2y = 16
4x = 16
x = 4
Substitute x = 4 into x - 2y = 4:
4 - 2y = 4
-2y = 0
y = 0
Check in first equation: 3(4) + 2(0) = 12 + 0 = 12 ✓
Check in second equation: 4 - 2(0) = 4 - 0 = 4 ✓
The solution to the system is x = 4 and y = 0, or the ordered pair (4, 0).
• Elimination: Add equations to cancel out a variable
• Opposite Coefficients: When coefficients are opposites, addition eliminates the variable
• Back Substitution: Use found value to solve for remaining variable
Graphing Method: A method to solve systems by graphing both equations and finding their intersection point
For y = x + 1: y-intercept is (0, 1)
For y = -x + 5: y-intercept is (0, 5)
For y = x + 1: slope is 1 (rise 1, run 1)
For y = -x + 5: slope is -1 (rise -1, run 1)
Line 1: Start at (0, 1), move up 1 and right 1
Line 2: Start at (0, 5), move down 1 and right 1
The lines intersect at point (2, 3)
Check in first equation: y = 2 + 1 = 3 ✓
Check in second equation: y = -2 + 5 = 3 ✓
The solution to the system is x = 2 and y = 3, or the ordered pair (2, 3).
• Graphing: Plot y-intercept and use slope to find other points
• Intersection: Solution is where both equations are satisfied
• Visual Verification: Graph provides visual confirmation of solution
System of Equations: Two or more equations with the same variables that must be solved together
Solution to System: Values that make all equations in the system true simultaneously
Consistent System: A system with at least one solution
Inconsistent System: A system with no solution
Independent System: A system with exactly one solution
Dependent System: A system with infinitely many solutions
Substitution Method: Solving one equation for one variable and substituting into the other
Elimination Method: Adding or subtracting equations to eliminate a variable
- Identify the system: Recognize the equations and variables involved
- Choose a method: Select substitution, elimination, or graphing based on the system's structure
- Execute the method: Apply the chosen technique systematically
- Solve for variables: Find values for each variable
- Verify solution: Check that values satisfy all original equations
- Interpret results: Understand the meaning of the solution
• Substitution: y = expression, substitute into other equation
• Elimination: Add/subtract equations to eliminate variable
• Graphing: Plot lines, find intersection point
• Matrix Method: Advanced technique using matrices
• Verification: Always check solution in original equations
Dependent System: A system where the equations represent the same line, having infinitely many solutions
First equation: 2x + 3y = 6
Second equation: 4x + 6y = 12
Multiply the first equation by 2:
2(2x + 3y) = 2(6)
4x + 6y = 12
The result is identical to the second equation: 4x + 6y = 12
Since both equations represent the same line, every point on the line is a solution
This is a dependent system with infinitely many solutions
All points (x, y) that satisfy 2x + 3y = 6 are solutions
This is a dependent system with infinitely many solutions. All points on the line 2x + 3y = 6 are solutions.
• Dependent System: One equation is a scalar multiple of another
• Identical Lines: Represent the same geometric line
• Infinitely Many Solutions: Every point on the line is a solution
Inconsistent System: A system where the equations represent parallel lines, having no solution
First equation: 2x + 3y = 6
Second equation: 2x + 3y = 10
Both equations have the same left side: 2x + 3y
First equation: 2x + 3y = 6
Second equation: 2x + 3y = 10
Same expression cannot equal two different values
Subtract first equation from second:
(2x + 3y) - (2x + 3y) = 10 - 6
0 = 4
This is a contradiction
These equations represent parallel lines with the same slope but different y-intercepts
Parallel lines never intersect, so no solution exists
This is an inconsistent system with no solution. The equations represent parallel lines that never intersect.
• Inconsistent System: Same coefficients, different constants
• Parallel Lines: Same slope, different y-intercepts
• No Solution: Lines never intersect
System of Linear Equations: A collection of linear equations with the same set of variables that must be satisfied simultaneously
Solution to a System: An ordered set of values that makes every equation in the system true when substituted
Independent System: A system with exactly one solution (intersecting lines)
Dependent System: A system with infinitely many solutions (identical lines)
Inconsistent System: A system with no solution (parallel lines)
Substitution Method: Solving one equation for one variable and substituting into the other equation
Elimination Method: Adding or subtracting equations to eliminate one variable
Graphing Method: Plotting equations and finding intersection points geometrically
Equivalent Equations: Equations that have the same solution set
- System Analysis: Examine the structure of equations to choose the best method
- Method Selection: Choose substitution, elimination, or graphing based on coefficients
- Variable Elimination: Systematically remove variables to solve for others
- Solution Finding: Determine values for all variables
- Verification: Substitute solutions back into original equations
- System Classification: Identify if system is consistent/inconsistent, independent/dependent
• Substitution Method: y = expression → substitute into other equation
• Elimination Method: Make coefficients opposites → add equations
• Graphing Method: Intersection point = solution
• Verification: Check solution in ALL original equations
• System Types: Independent (1 solution), Dependent (infinite), Inconsistent (none)
• Algebraic Manipulation: Maintain equality when performing operations
Independent system: y = x + 1 and y = -x + 3 (one solution at intersection)
Dependent system: y = 2x + 1 and 2y = 4x + 2 (same line, infinite solutions)
Inconsistent system: y = x + 1 and y = x + 3 (parallel lines, no solution)
Analysis: The chart visually demonstrates the three types of linear systems based on geometric relationships.
- Independent: Lines intersect at exactly one point (unique solution)
- Dependent: Lines are identical (infinite solutions)
- Inconsistent: Lines are parallel (no solution)
- Geometric interpretation confirms algebraic results