Solved Exercises on Understanding Systems of Equations in Grade 8

Master understanding systems of equations: solving methods, solution types, and real-world applications through these 5 detailed exercises.

Solution: Exercises 1 to 3
1 Substitution Method
Exercise 1
Solve the system: x + y = 7 and 2x - y = 5 using the substitution method.
Definition:

System of Equations: A set of two or more equations with the same variables that must be satisfied simultaneously

Substitution method:
  1. Solve one equation for one variable in terms of the other
  2. Substitute this expression into the other equation
  3. Solve for the remaining variable
  4. Substitute back to find the other variable
  5. Check the solution in both original equations
Step 1
x + y = 7 → y = 7 - x
Step 2
2x - (7 - x) = 5
Step 3
x = 4, y = 3
Step 1: Solve one equation for one variable

From x + y = 7: y = 7 - x

Step 2: Substitute into the other equation

Substitute y = 7 - x into 2x - y = 5:

2x - (7 - x) = 5

Step 3: Solve for x

2x - 7 + x = 5

3x - 7 = 5

3x = 12

x = 4

Step 4: Find y

Substitute x = 4 into y = 7 - x:

y = 7 - 4 = 3

Step 5: Check the solution

Check in first equation: x + y = 4 + 3 = 7 ✓

Check in second equation: 2x - y = 2(4) - 3 = 8 - 3 = 5 ✓

Solution: (4, 3)
Final answer:

The solution to the system is x = 4 and y = 3, or the ordered pair (4, 3).

Applied rules:

Substitution: Replace one variable with an equivalent expression

Algebraic Manipulation: Solve linear equations step by step

Verification: Check solution in both original equations

2 Elimination Method
Exercise 2
Solve the system: 3x + 2y = 12 and x - 2y = 4 using the elimination method.
Definition:

Elimination Method: A method to solve systems by adding or subtracting equations to eliminate one variable

Add Equations
(3x + 2y) + (x - 2y) = 12 + 4
Solve for x
4x = 16 → x = 4
Find y
y = 0
Step 1: Align equations

3x + 2y = 12

x - 2y = 4

Step 2: Notice opposite coefficients

The coefficients of y are +2 and -2, so adding equations will eliminate y

Step 3: Add the equations

(3x + 2y) + (x - 2y) = 12 + 4

3x + 2y + x - 2y = 16

4x = 16

x = 4

Step 4: Substitute back to find y

Substitute x = 4 into x - 2y = 4:

4 - 2y = 4

-2y = 0

y = 0

Step 5: Verify the solution

Check in first equation: 3(4) + 2(0) = 12 + 0 = 12 ✓

Check in second equation: 4 - 2(0) = 4 - 0 = 4 ✓

Solution: (4, 0)
Final answer:

The solution to the system is x = 4 and y = 0, or the ordered pair (4, 0).

Applied rules:

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

3 Graphing Method
Exercise 3
Solve the system: y = x + 1 and y = -x + 5 by graphing. What is the intersection point?
Definition:

Graphing Method: A method to solve systems by graphing both equations and finding their intersection point

Line 1
y = x + 1 (slope = 1, y-int = 1)
Line 2
y = -x + 5 (slope = -1, y-int = 5)
Intersection
(2, 3)
Step 1: Identify the y-intercepts

For y = x + 1: y-intercept is (0, 1)

For y = -x + 5: y-intercept is (0, 5)

Step 2: Identify the slopes

For y = x + 1: slope is 1 (rise 1, run 1)

For y = -x + 5: slope is -1 (rise -1, run 1)

Step 3: Graph both lines

Line 1: Start at (0, 1), move up 1 and right 1

Line 2: Start at (0, 5), move down 1 and right 1

Step 4: Find the intersection point

The lines intersect at point (2, 3)

Step 5: Verify algebraically

Check in first equation: y = 2 + 1 = 3 ✓

Check in second equation: y = -2 + 5 = 3 ✓

Solution: (2, 3)
Final answer:

The solution to the system is x = 2 and y = 3, or the ordered pair (2, 3).

Applied rules:

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

Systems of Equations Rules and Methods
\(\begin{cases} ax + by = c \\ dx + ey = f \end{cases}\)
Standard Form of System
Substitution
\(y = mx + b \text{ into other equation}\)
Solve one for variable
Elimination
\(\text{Add/subtract equations}\)
Cancel out variable
Graphing
\(\text{Intersection point}\)
Visual solution method
Key definitions:

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

Complete solving methodology:
  1. Identify the system: Recognize the equations and variables involved
  2. Choose a method: Select substitution, elimination, or graphing based on the system's structure
  3. Execute the method: Apply the chosen technique systematically
  4. Solve for variables: Find values for each variable
  5. Verify solution: Check that values satisfy all original equations
  6. Interpret results: Understand the meaning of the solution
Tip 1: Use substitution when one equation is already solved for a variable or can be easily solved for a variable.
Tip 2: Use elimination when coefficients of a variable are the same or opposites in both equations.
Tip 3: Always verify your solution by substituting back into both original equations.
Tip 4: Graphing is helpful for visualizing the solution and checking your work.
Common errors: Sign errors when distributing negatives, arithmetic mistakes, forgetting to verify solutions, inconsistent variable handling.
Real-world applications: Economics, physics, chemistry, business optimization, resource allocation, and intersection problems.
Essential solving methods:

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

Solution: Exercises 4 to 5
4 Dependent System
Exercise 4
Solve the system: 2x + 3y = 6 and 4x + 6y = 12. What type of system is this?
Definition:

Dependent System: A system where the equations represent the same line, having infinitely many solutions

Multiply Eq 1
2(2x + 3y) = 2(6)
Compare
4x + 6y = 12
Result
Infinitely many solutions
Step 1: Examine the relationship between equations

First equation: 2x + 3y = 6

Second equation: 4x + 6y = 12

Step 2: Check if one equation is a multiple of the other

Multiply the first equation by 2:

2(2x + 3y) = 2(6)

4x + 6y = 12

Step 3: Compare with second equation

The result is identical to the second equation: 4x + 6y = 12

Step 4: Identify the system type

Since both equations represent the same line, every point on the line is a solution

Step 5: Express the solution

This is a dependent system with infinitely many solutions

All points (x, y) that satisfy 2x + 3y = 6 are solutions

Infinitely many solutions
Final answer:

This is a dependent system with infinitely many solutions. All points on the line 2x + 3y = 6 are solutions.

Applied rules:

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

5 Inconsistent System
Exercise 5
Solve the system: 2x + 3y = 6 and 2x + 3y = 10. What type of system is this?
Definition:

Inconsistent System: A system where the equations represent parallel lines, having no solution

Compare
2x + 3y = 6 vs 2x + 3y = 10
Same LHS
Different RHS values
Result
No solution
Step 1: Examine the equations

First equation: 2x + 3y = 6

Second equation: 2x + 3y = 10

Step 2: Compare the left sides

Both equations have the same left side: 2x + 3y

Step 3: Compare the right sides

First equation: 2x + 3y = 6

Second equation: 2x + 3y = 10

Same expression cannot equal two different values

Step 4: Attempt elimination

Subtract first equation from second:

(2x + 3y) - (2x + 3y) = 10 - 6

0 = 4

This is a contradiction

Step 5: Identify the system type

These equations represent parallel lines with the same slope but different y-intercepts

Parallel lines never intersect, so no solution exists

No solution
Final answer:

This is an inconsistent system with no solution. The equations represent parallel lines that never intersect.

Applied rules:

Inconsistent System: Same coefficients, different constants

Parallel Lines: Same slope, different y-intercepts

No Solution: Lines never intersect

Detailed Summary: Systems of Equations Understanding
\(\begin{cases} a_1x + b_1y = c_1 \\ a_2x + b_2y = c_2 \end{cases}\)
General Form of Linear System
Comprehensive definitions:

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

Complete solution methodology:
  1. System Analysis: Examine the structure of equations to choose the best method
  2. Method Selection: Choose substitution, elimination, or graphing based on coefficients
  3. Variable Elimination: Systematically remove variables to solve for others
  4. Solution Finding: Determine values for all variables
  5. Verification: Substitute solutions back into original equations
  6. System Classification: Identify if system is consistent/inconsistent, independent/dependent
Tip 1: Use substitution when one equation is already solved for a variable or has a coefficient of 1 or -1.
Tip 2: Use elimination when coefficients of a variable are the same or opposites in both equations.
Tip 3: When eliminating, multiply equations by constants to make coefficients match or oppose.
Tip 4: Always check your solution by substituting back into BOTH original equations.

Common misconceptions: Thinking inconsistent systems have solutions, confusing dependent with independent systems, forgetting to check all equations when verifying solutions.
Memorization aids: "SUBSTITUTION = SOLVE and REPLACE", "ELIMINATION = ADD/SUBTRACT to CANCEL", "INDEPENDENT = ONE SOLUTION", "DEPENDENT = INFINITE SOLUTIONS", "INCONSISTENT = NO SOLUTION".
Critical solving principles:

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

Visualizing System Types: Different Solution Scenarios
Exercise 6: System Types Visualization
Visual demonstration of different system types:
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

Questions & Answers

Question: How do I know which method (substitution, elimination, or graphing) is best to use for a particular system?

Answer: Here's how to choose the best method:

  • Substitution: Use when one equation is already solved for a variable or has a coefficient of 1 or -1 for one variable (easy to isolate).
  • Elimination: Use when coefficients of one variable are the same or opposites in both equations, or can easily be made so by multiplication.
  • Graphing: Good for visual learners or when you want to see the relationship between lines, but less precise for fractional solutions.

Example: For the system {x + 2y = 5, 3x - y = 1}, substitution works well because the second equation has y with coefficient -1.

For {2x + 3y = 7, 4x - 3y = 5}, elimination is ideal because the y-coefficients are already opposites.

Choose the method that minimizes the complexity of your calculations.

Question: What happens if I get a result like 0 = 5 when solving a system using elimination?

Answer: Getting a result like 0 = 5 (or any false statement) indicates that the system is INCONSISTENT, meaning it has NO SOLUTION.

  • What it means: The equations represent parallel lines that never intersect.
  • Why it happens: The lines have the same slope but different y-intercepts.
  • How to identify: False statements like 0 = 5, 2 = 7, or 0 = -3.

For example, the system {x + y = 3, x + y = 5} leads to 0 = 2, indicating no solution.

This is different from getting a true statement like 0 = 0 (which indicates infinitely many solutions).

Always interpret these results as information about the nature of the system rather than calculation errors.

Question: How do I verify my solution to a system of equations?

Answer: Always verify by substituting your solution into ALL original equations:

  1. Take your solution: If you found x = 2, y = 3, substitute these values.
  2. Check each equation: Replace variables in every original equation.
  3. Verify equality: Both sides of each equation must be equal.

Example: For the system {x + y = 5, 2x - y = 1} with solution (2, 3):

  • First equation: 2 + 3 = 5 ✓
  • Second equation: 2(2) - 3 = 4 - 3 = 1 ✓

If your solution doesn't satisfy ALL equations, you made an error somewhere.

Verification is crucial because it catches calculation errors and confirms your answer is correct.