Solved Exercises on Introduction to Systems of Linear Equations in Integrated Math 1

Master systems of linear equations: solutions, intersections, and applications through these 5 detailed exercises with comprehensive solutions.

Solution: Exercises 1 to 3
1 Checking Solutions
Exercise 1
Determine whether the ordered pair (3, -1) is a solution to the system of equations:
\(2x + 3y = 3\) and \(x - y = 4\)
Definition:

Solution to System: An ordered pair that satisfies all equations in the system simultaneously

Method for checking solutions:
  1. Substitute the x and y values into each equation
  2. Check if both equations are satisfied
  3. If both equations are true, the point is a solution
  4. If either equation is false, the point is not a solution
System
2x + 3y = 3, x - y = 4
Point
(3, -1)
Result
Solution
Step 1: Substitute (3, -1) into the first equation

First equation: \(2x + 3y = 3\)

Substitute \(x = 3\) and \(y = -1\):

\(2(3) + 3(-1) = 6 - 3 = 3\)

This equals 3, so the first equation is satisfied ✓

Step 2: Substitute (3, -1) into the second equation

Second equation: \(x - y = 4\)

Substitute \(x = 3\) and \(y = -1\):

\(3 - (-1) = 3 + 1 = 4\)

This equals 4, so the second equation is satisfied ✓

Step 3: Determine if it's a solution

Since both equations are satisfied, (3, -1) is a solution to the system

Step 4: Verify by checking

Both equations hold true when substituting (3, -1)

(3, -1) is a solution
Final answer:

Yes, (3, -1) is a solution to the system because it satisfies both equations.

Applied rules:

System Solution: Must satisfy all equations simultaneously

Substitution Method: Replace variables with given values

Verification: Check both equations independently

2 Graphical Solution
Exercise 2
Solve the system of equations by graphing:
\(y = 2x - 1\) and \(y = -x + 5\)
Find the intersection point and verify it's a solution.
Definition:

Graphical Solution: The solution to a system of linear equations is the point where the graphs intersect

Equations
y = 2x - 1, y = -x + 5
Intersection
(2, 3)
Verification
Solution
Step 1: Graph the first equation y = 2x - 1

Slope: 2, Y-intercept: -1

Points: (0, -1), (1, 1)

Step 2: Graph the second equation y = -x + 5

Slope: -1, Y-intercept: 5

Points: (0, 5), (1, 4)

Step 3: Find the intersection point

The lines intersect at the point (2, 3)

Step 4: Verify the solution

First equation: \(3 = 2(2) - 1 = 4 - 1 = 3\) ✓

Second equation: \(3 = -2 + 5 = 3\) ✓

Step 5: State the solution

The solution to the system is (2, 3)

Solution: (2, 3)
Final answer:

The solution to the system is (2, 3), which is the point where the two lines intersect.

Applied rules:

Graphical Method: Intersection point is the solution

Verification: Substitute solution into both equations

Linear Equations: Two lines intersect at most at one point

3 Word Problem Setup
Exercise 3
A store sells pens for $2 each and pencils for $1.50 each. A customer buys 10 items for a total of $17. Write a system of equations to represent this situation. Define your variables.
Definition:

System Modeling: Creating equations to represent real-world constraints

Variables
x=pens, y=pencils
Equation 1
x + y = 10
Equation 2
2x + 1.5y = 17
Step 1: Define the variables

Let \(x\) = number of pens purchased

Let \(y\) = number of pencils purchased

Step 2: Identify the first constraint

The customer buys 10 items total

So: \(x + y = 10\)

Step 3: Identify the second constraint

The total cost is $17

Pens cost $2 each: total cost for pens = \(2x\)

Pencils cost $1.50 each: total cost for pencils = \(1.5y\)

So: \(2x + 1.5y = 17\)

Step 4: Write the system

\[ \begin{cases} x + y = 10 \\ 2x + 1.5y = 17 \end{cases} \]

Step 5: Verify the system makes sense

Both equations represent the constraints given in the problem

System: x + y = 10, 2x + 1.5y = 17
Final answer:

The system of equations is: \(\begin{cases} x + y = 10 \\ 2x + 1.5y = 17 \end{cases}\) where x = number of pens and y = number of pencils.

Applied rules:

Variable Definition: Clearly define what each variable represents

Constraint Translation: Convert each piece of information into an equation

System Formation: Combine all constraints into a system

Systems of Linear Equations Rules and Methods
\(\begin{cases} a_1x + b_1y = c_1 \\ a_2x + b_2y = c_2 \end{cases}\)
System of Linear Equations
Consistent
One or infinitely many solutions
Lines intersect or coincide
Inconsistent
No solutions
Parallel lines
Dependent
Infinitely many solutions
Same line
Key definitions:

System of Linear Equations: A set of two or more linear equations with the same variables

Solution to System: An ordered pair that makes all equations in the system true simultaneously

Consistent System: A system with at least one solution

Inconsistent System: A system with no solutions

Dependent System: A system with infinitely many solutions

Complete methodology:
  1. Identify Variables: Determine what quantities need to be found
  2. Set Up Equations: Create equations based on given information
  3. Choose Method: Decide whether to use graphing, substitution, or elimination
  4. Solve System: Find the solution using chosen method
  5. Verify Solution: Check that solution satisfies all equations
  6. Interpret Result: Make sure the solution makes sense in context
Tip 1: Always verify your solution by substituting back into both original equations.
Tip 2: In word problems, make sure your variables are clearly defined.
Tip 3: Graphical method works best when slopes and intercepts are simple numbers.
Tip 4: Check if lines are parallel (no solution) or identical (infinite solutions).
Common errors: Not checking both equations, misreading graphs, arithmetic mistakes, not defining variables clearly.
Exam preparation: Practice all three methods (graphing, substitution, elimination), work with word problems, understand the different types of solutions.
Formulas to know by heart:

• System of equations: \(\begin{cases} a_1x + b_1y = c_1 \\ a_2x + b_2y = c_2 \end{cases}\)

• Solution verification: Substitute into both equations

• Graphical interpretation: Intersection point is the solution

Solution: Exercises 4 to 5
4 Balancing Equations
Exercise 4
A rectangular garden has a perimeter of 30 feet. The length is 3 feet longer than the width. Write a system of equations to find the dimensions of the garden.
Definition:

Geometric Constraints: Using geometric formulas to create system equations

Variables
w=width, l=length
Perimeter
2w + 2l = 30
Relationship
l = w + 3
Step 1: Define the variables

Let \(w\) = width of the rectangle (in feet)

Let \(l\) = length of the rectangle (in feet)

Step 2: Identify the first constraint (perimeter)

Perimeter of rectangle = 2(length) + 2(width)

So: \(2l + 2w = 30\)

Step 3: Identify the second constraint (length relationship)

The length is 3 feet longer than the width

So: \(l = w + 3\)

Step 4: Write the system

\[ \begin{cases} 2l + 2w = 30 \\ l = w + 3 \end{cases} \]

Step 5: Simplify the system (optional)

We can divide the first equation by 2:

\[ \begin{cases} l + w = 15 \\ l = w + 3 \end{cases} \]

Step 6: Verify the system captures the problem

Both equations represent the constraints given in the problem

System: l + w = 15, l = w + 3
Final answer:

The system of equations is: \(\begin{cases} l + w = 15 \\ l = w + 3 \end{cases}\) where w = width and l = length of the garden.

Applied rules:

Geometric Formulas: Use perimeter formula for rectangles

Relationship Translation: Convert verbal relationships to equations

System Formation: Combine all constraints into a system

5 Age Problem
Exercise 5
Sarah is twice as old as her brother Tom. Together, their ages sum to 27 years. Write a system of equations to find their ages.
Definition:

Age Problems: Using age relationships to create system equations

Variables
s=Sarah's age, t=Tom's age
Relationship
s = 2t
Sum
s + t = 27
Step 1: Define the variables

Let \(s\) = Sarah's current age (in years)

Let \(t\) = Tom's current age (in years)

Step 2: Identify the first constraint (age relationship)

Sarah is twice as old as Tom

So: \(s = 2t\)

Step 3: Identify the second constraint (sum of ages)

Their ages sum to 27 years

So: \(s + t = 27\)

Step 4: Write the system

\[ \begin{cases} s = 2t \\ s + t = 27 \end{cases} \]

Step 5: Verify the system makes sense

First equation: Sarah's age is twice Tom's age ✓

Second equation: Sum of their ages is 27 ✓

Step 6: Note that this system can be solved

Substituting first equation into second: \(2t + t = 27\), so \(3t = 27\), thus \(t = 9\)

Therefore \(s = 2(9) = 18\)

System: s = 2t, s + t = 27
Final answer:

The system of equations is: \(\begin{cases} s = 2t \\ s + t = 27 \end{cases}\) where s = Sarah's age and t = Tom's age.

Applied rules:

Verbal Relationships: Translate "twice as old" to multiplication

Sum Relationships: Convert "sum to" into addition equation

Variable Definition: Clearly state what each variable represents

Systems of Linear Equations Fundamentals
\(\begin{cases} a_1x + b_1y = c_1 \\ a_2x + b_2y = c_2 \end{cases}\)
System of Linear Equations
Key definitions:

System of Linear Equations: A collection of linear equations that share the same variables

Solution to System: An ordered pair (or pairs) that satisfies all equations in the system simultaneously

Consistent System: A system with at least one solution (one solution or infinitely many solutions)

Inconsistent System: A system with no solutions (parallel lines)

Dependent System: A system with infinitely many solutions (same line)

Complete methodology:
  1. Problem Understanding: Read the problem carefully and identify what you need to find
  2. Variable Definition: Define variables to represent unknown quantities
  3. Equation Setup: Translate the given information into mathematical equations
  4. System Formation: Combine all equations into a system
  5. Solution Method: Choose and apply appropriate method to solve
  6. Verification: Check that the solution satisfies all original equations
  7. Interpretation: State the solution in the context of the original problem
Tip 1: Always check your solution by substituting back into both original equations.
Tip 2: Look for keywords that indicate mathematical relationships: "sum," "difference," "product," "ratio."
Tip 3: Graphical solutions work best when the lines have simple slopes and intercepts.
Tip 4: In word problems, make sure your final answer makes sense in the real-world context.
Applications: Economics (supply and demand), physics (motion problems), engineering (circuit analysis), business (break-even analysis), nutrition (diet problems).
Types of Solutions: One unique solution (intersecting lines), no solution (parallel lines), infinite solutions (same line).
Essential formulas:

• System of equations: \(\begin{cases} a_1x + b_1y = c_1 \\ a_2x + b_2y = c_2 \end{cases}\)

• Solution verification: Substitute solution into all equations

• Graphical interpretation: The intersection point is the solution

• Perimeter of rectangle: \(P = 2l + 2w\)

Systems of Linear Equations Visualization
Exercise 6: Different Types of Systems
Compare these systems:
Consistent: y = 2x + 1 and y = -x + 4 (one solution)
Inconsistent: y = 2x + 1 and y = 2x + 3 (no solution)
Dependent: y = 2x + 1 and 2y = 4x + 2 (infinite solutions)

Analysis: The chart shows how different systems of equations have different solution types.

  • Consistent system: Lines intersect at one point (unique solution)
  • Inconsistent system: Lines are parallel (no solution)
  • Dependent system: Lines are identical (infinite solutions)

Questions & Answers

Question: How do I know if a system has one solution, no solution, or infinitely many solutions?

Answer: You can determine the number of solutions by comparing the slopes and y-intercepts when equations are in slope-intercept form (y = mx + b):

  • One Solution: Different slopes (lines intersect at one point)
  • No Solution: Same slope, different y-intercept (parallel lines)
  • Infinitely Many Solutions: Same slope, same y-intercept (same line)

For example:

  • \(y = 2x + 3\) and \(y = -x + 1\): Different slopes (2 and -1) → One solution
  • \(y = 2x + 3\) and \(y = 2x + 5\): Same slope (2), different y-intercepts → No solution
  • \(y = 2x + 3\) and \(2y = 4x + 6\): Same slope and y-intercept → Infinitely many solutions

Graphically, the solution type corresponds to how the lines interact with each other.

Question: What's the difference between a system of equations and just two separate equations?

Answer: The key difference is the requirement for simultaneous satisfaction:

  • Separate equations: Each equation can be solved independently
  • System of equations: We seek values that satisfy ALL equations at the same time

For example, if we have the equations:

  • \(x + y = 5\) (many solutions like (1,4), (2,3), (0,5), etc.)
  • \(x - y = 1\) (many solutions like (2,1), (3,2), (1,0), etc.)

As separate equations, each has infinitely many solutions. But as a system, we want one pair (x,y) that works for BOTH equations simultaneously. In this case, the system has only one solution: (3,2).

A system creates a constraint that forces the variables to satisfy multiple conditions at once.

Question: How can I verify that my solution is correct without graphing?

Answer: The most reliable method is substitution verification:

  1. Take your solution (x, y) and substitute the x-value into each equation
  2. Simplify to find the corresponding y-value for each equation
  3. Check that both equations give the same y-value as your solution
  4. Repeat with the y-value to double-check

For example, if you solve the system:

\(\begin{cases} 2x + 3y = 7 \\ x - y = 1 \end{cases}\) and get solution (2, 1)

Check in first equation: \(2(2) + 3(1) = 4 + 3 = 7\) ✓

Check in second equation: \(2 - 1 = 1\) ✓

Since both equations are satisfied, (2, 1) is verified as the correct solution.

This method is more precise than graphing and works for all types of solutions.

Question: Why do we need systems of equations in real life?

Answer: Systems of equations model real-life situations where multiple constraints must be satisfied simultaneously:

  • Business: Finding break-even points where revenue equals cost
  • Manufacturing: Optimizing production with multiple resource constraints
  • Nutrition: Planning diets that meet multiple nutritional requirements
  • Transportation: Finding optimal routes with time and distance constraints
  • Finance: Portfolio optimization with risk and return constraints

For instance, a company might need to determine how many units of two different products to manufacture given constraints on labor, materials, and storage space. Each constraint creates an equation, and the system finds the optimal combination that satisfies all constraints.

Systems of equations allow us to solve complex problems with multiple variables and requirements simultaneously.