6 2 Practice Substitution Answer Key With Work

8 min read

Mastering the Substitution Method: Your Complete Guide to Solving Systems of Equations with Step-by-Step Work

The substitution method is a foundational algebraic technique for solving systems of linear equations. It’s a powerful tool that transforms a pair of intertwined equations into a single, solvable equation by expressing one variable in terms of the other. Whether you’re working through textbook exercises like those found in a “6-2 practice” set or tackling real-world problems, understanding this method with clear, shown work is essential for success in algebra and beyond. This guide will demystify the process, provide a comprehensive answer key with full work, and equip you with the confidence to solve any system using substitution That's the part that actually makes a difference..

Quick note before moving on Not complicated — just consistent..

Why the Substitution Method Matters

Before diving into the mechanics, it’s important to understand why substitution is so valuable. Also, a system of equations represents two lines on a coordinate plane. The solution to the system is the point where these lines intersect—the (x, y) pair that satisfies both equations simultaneously. The substitution method is an algebraic algorithm that precisely finds this intersection point without graphing, making it reliable for complex numbers or equations that are difficult to graph accurately. It’s a core skill that builds logical reasoning and prepares you for higher-level math like calculus and linear algebra It's one of those things that adds up. Turns out it matters..

Quick note before moving on Most people skip this — try not to..

The Step-by-Step Substitution Process

The method follows a clear, logical sequence. Here is the standard procedure, which we will apply to practice problems.

Step 1: Solve one equation for one variable. Choose the equation and variable that is easiest to isolate. This usually means picking the equation where a variable has a coefficient of 1 or -1. You will express that variable (e.g., y) in terms of the other variable (e.g., x).

Step 2: Substitute the expression from Step 1 into the other equation. Take the expression you just found (e.g., y = 2x + 3) and plug it into the second original equation wherever you see that variable (y). This creates a new equation with only one variable (x).

Step 3: Solve the single-variable equation. Use standard algebraic techniques (distributive property, combining like terms, inverse operations) to solve for the remaining variable.

Step 4: Find the other variable. Take the value you found in Step 3 and substitute it back into the expression from Step 1. Solve for the second variable.

Step 5: Write the solution as an ordered pair and check. The solution is the point (x, y). Always verify your answer by plugging the values into both original equations to ensure they hold true.


Practice Problem Walkthroughs: Complete Answer Key with Work

Let’s apply this process to typical problems you might encounter in a "6-2 practice substitution" set Small thing, real impact..

Problem 1: Solve the system. [ \begin{cases} y = 3x - 7 \ 2x + y = 1 \end{cases} ]

  • Step 1: The first equation is already solved for y. Perfect.
  • Step 2: Substitute ( y = 3x - 7 ) into the second equation. [ 2x + (3x - 7) = 1 ]
  • Step 3: Solve for x. [ 2x + 3x - 7 = 1 \ 5x - 7 = 1 \ 5x = 8 \ x = \frac{8}{5} ]
  • Step 4: Substitute ( x = \frac{8}{5} ) back into ( y = 3x - 7 ). [ y = 3\left(\frac{8}{5}\right) - 7 = \frac{24}{5} - \frac{35}{5} = -\frac{11}{5} ]
  • Step 5: The solution is ( \left( \frac{8}{5}, -\frac{11}{5} \right) ). Check:
    • Eq1: ( y = 3x - 7 ) → ( -\frac{11}{5} = 3(\frac{8}{5}) - 7 = \frac{24}{5} - \frac{35}{5} = -\frac{11}{5} ) ✓
    • Eq2: ( 2x + y = 1 ) → ( 2(\frac{8}{5}) + (-\frac{11}{5}) = \frac{16}{5} - \frac{11}{5} = \frac{5}{5} = 1 ) ✓

Problem 2: Solve the system. [ \begin{cases} x + y = 5 \ 2x - y = 1 \end{cases} ]

  • Step 1: Solve the first equation for y. [ y = 5 - x ]
  • Step 2: Substitute ( y = 5 - x ) into the second equation. [ 2x - (5 - x) = 1 ]
  • Step 3: Solve for x. Be careful with the parentheses! [ 2x - 5 + x = 1 \ 3x - 5 = 1 \ 3x = 6 \ x = 2 ]
  • Step 4: Substitute ( x = 2 ) back into ( y = 5 - x ). [ y = 5 - 2 = 3 ]
  • Step 5: The solution is (2, 3). Check:
    • Eq1: ( 2 + 3 = 5 ) ✓
    • Eq2: ( 2(2) - 3 = 4 - 3 = 1 ) ✓

Problem 3 (Involving Fractions): Solve the system. [ \begin{cases} y = \frac{1}{2}x + 1 \ x - 2y = 4 \end{cases} ]

  • Step 1: The first equation is already solved for y.
  • Step 2: Substitute ( y = \frac{1}{2}x + 1 ) into the second equation. [ x - 2\left(\frac{1}{2}x + 1\right) = 4 ]
  • Step 3: Solve for x. [ x - (x + 2) = 4 \quad \text{(Distribute the -2)} \ x - x - 2 = 4 \ -2 = 4 ] Wait! This is a contradiction. (-2 = 4) is never true. This means the system has no solution.
  • Interpretation: The lines are parallel (same slope, different y-intercepts) and never intersect. The solution set is the empty set, denoted ( \varnothing ).

Problem 4 (Special Case – Infinitely Many Solutions): Solve the system. [ \begin{cases} y = 2x - 3 \ -4x + 2y = -6 \end{cases} ]

  • Step 1: First equation is solved for y.
  • Step 2: Substitute into the second equation. [ -4x + 2(

Problem 4 (Special Case – Infinitely Many Solutions): Continued

  • Step 2: Substitute ( y = 2x - 3 ) into the second equation. [ -4x + 2(2x - 3) = -6 ]
  • Step 3: Solve for x. [ -4x + 4x - 6 = -6 \quad \text{(Distribute the 2)} \ 0x - 6 = -6 \ -6 = -6 ] This statement is always true, regardless of the value of x. It indicates that the two equations are not independent; they represent the same line.
  • Step 4: The system has infinitely many solutions. Every point on the line ( y = 2x - 3 ) satisfies both equations. The solution set can be written as ( (x, 2x - 3) ) for any real number x.
  • Step 5: Check: Since both equations are equivalent (the second equation simplifies to ( y = 2x - 3 ) when divided by 2), any point on this line will satisfy both. To give you an idea, if ( x = 1 ), then ( y = -1 ); substituting into the second equation: ( -4(1) + 2(-1) = -4 - 2 = -6 ), which holds true.

  • Step 2: Substitute ( y = 2x - 3 ) into the second equation. [ -4x + 2(2x - 3) = -6 ]
  • Step 3: Solve for x. [ -4x + 4x - 6 = -6 \quad \text{(Distribute the 2)} \ 0x - 6 = -6 \ -6 = -6 ] This statement is always true, regardless of the value of x. It indicates that the two equations are not independent; they represent the same line.
  • Step 4: The system has infinitely many solutions. Every point on the line ( y = 2x - 3 ) satisfies both equations. The solution set can be written as ( (x, 2x - 3) ) for any real number x.
  • Step 5: Check: Since both equations are equivalent (the second equation simplifies to ( y = 2x - 3 ) when divided by 2), any point on this line will satisfy both. Take this: if ( x = 1 ), then ( y = -1 ); substituting into the second equation: ( -4(1) + 2(-1) = -4 - 2 = -6 ), which holds true.

Problem 5 (Word Problem Application): A movie theater sold 150 tickets for a show. Adult tickets cost $12 each and child tickets cost $8 each. If the total revenue was $1,520, how many adult and child tickets were sold?

  • Step 1: Define variables. Let a = number of adult tickets, c = number of child tickets.
  • Step 2: Set up the system based on the given information. [ \begin{cases} a + c = 150 \quad \text{(total tickets)} \ 12a + 8c = 1520 \quad \text{(total revenue)} \end{cases} ]
  • Step 3: Solve the first equation for c. [ c = 150 - a ]
  • Step 4: Substitute into the second equation. [ 12a + 8(150 - a) = 1520 ]
  • Step 5: Solve for a. [ 12a + 1200 - 8a = 1520 \ 4a + 1200 = 1520 \ 4a = 320 \ a = 80 ]
  • Step 6: Find c. [ c = 150 - 80 = 70 ]
  • Step 7: Check: 80 adults × $12 = $960, 70 children × $8 = $560. Total = $1,520 ✓

Key Takeaways and Best Practices

When using the substitution method to solve systems of linear equations, keep these principles in mind:

Advantages of Substitution:

  • Works well when one equation is already solved for a variable
  • Straightforward for simple systems
  • Provides exact solutions without graphing

Common Pitfalls to Avoid:

  • Forgetting to distribute negative signs correctly
  • Making arithmetic errors when working with fractions
  • Not checking the final solution in both original equations
  • Misinterpreting results (no solution vs. infinitely many solutions)

When to Use Substitution vs. Other Methods:

  • Substitution works best when one variable is already isolated or can be easily isolated
  • Elimination may be more efficient when coefficients are easily manipulated to cancel terms
  • Graphing provides visual insight but may lack precision for non-integer solutions

Understanding the three possible outcomes—no solution, exactly one solution, or infinitely many solutions—is crucial for interpreting your results correctly. These patterns correspond to parallel lines, intersecting lines, and coincident lines, respectively, in the graphical representation of the system.

Mastering the substitution method builds a strong foundation for more advanced algebraic techniques and real-world problem-solving skills that extend far beyond the mathematics classroom Simple, but easy to overlook..

Still Here?

New Writing

Connecting Reads

Round It Out With These

Thank you for reading about 6 2 Practice Substitution Answer Key With Work. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home