Math Problem Statement

how to solve by substitution in detail

Solution

Solving by substitution is a method used to solve systems of equations. It involves solving one equation for one variable and then substituting that expression into the other equation(s). Here’s a step-by-step guide on how to solve a system of equations by substitution:

Example Problem:

Solve the system of equations: x + y = 7 \tag{1} 2x - y = 4 \tag{2}

Step 1: Solve one equation for one variable

Choose one of the equations to solve for one of the variables. We can solve Equation (1) for xx or yy. Let’s solve for xx in terms of yy:

From Equation (1): x+y=7x + y = 7 Solve for xx: x = 7 - y \tag{3}

Step 2: Substitute this expression into the other equation

Now, substitute the expression for xx from Equation (3) into Equation (2):

Substitute x=7yx = 7 - y into 2xy=42x - y = 4: 2(7y)y=42(7 - y) - y = 4 Distribute the 2: 142yy=414 - 2y - y = 4 Simplify: 143y=414 - 3y = 4 Now, solve for yy.

Step 3: Solve for the second variable

To solve for yy: 143y=414 - 3y = 4 Subtract 14 from both sides: 3y=414-3y = 4 - 14 3y=10-3y = -10 Divide by -3: y=103=103y = \frac{-10}{-3} = \frac{10}{3}

Step 4: Substitute the value of the second variable back into the first equation

Now that we know y=103y = \frac{10}{3}, substitute this value into Equation (3) to solve for xx:

From Equation (3): x=7yx = 7 - y Substitute y=103y = \frac{10}{3}: x=7103x = 7 - \frac{10}{3} Convert 7 into a fraction: x=213103x = \frac{21}{3} - \frac{10}{3} Simplify: x=21103=113x = \frac{21 - 10}{3} = \frac{11}{3}

Final Solution:

So, the solution to the system of equations is: x=113,y=103x = \frac{11}{3}, \quad y = \frac{10}{3}

Summary of Steps:

  1. Solve one equation for one variable.
  2. Substitute the expression for that variable into the other equation.
  3. Solve for the second variable.
  4. Substitute that value back into the first equation to find the first variable.

Do you need more details or clarifications on any part?

Here are 5 related questions to explore further:

  1. What if the system of equations has no solution or infinitely many solutions?
  2. Can the substitution method be applied to non-linear systems (e.g., involving quadratics)?
  3. How does the elimination method compare to substitution?
  4. How do you handle fractions when solving by substitution?
  5. What is the best method when the system has larger numbers of variables?

Tip: Always check your solution by substituting the values back into the original equations to ensure they satisfy both equations!

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Algebra
Systems of Equations
Substitution Method

Formulas

Solving for one variable: x = 7 - y
Substituting into the second equation: 2(7 - y) - y = 4
Solving for y: y = 10/3
Solving for x: x = 11/3

Theorems

Basic principles of solving linear equations
Properties of equality

Suitable Grade Level

Grades 8-10