Substitution method

LVL: FREE

MODULE: Equations and Inequalities

[EXEC: MICRO_CORE]

βœ–οΈ 1. Algebraically isolating one variable in terms of the other

πŸ”“ Isolating One Variable

  • Pick one equation and one variable to solve for.
  • Use inverse operations to get that variable alone on one side.
  • The result is an expression like x=(somethingΒ withΒ y)x = \text{(something with } y \text{)} or y=(somethingΒ withΒ x)y = \text{(something with } x \text{)}.
  • This expression becomes your substitution tool for the next step.

Example: From 2x+y=72x + y = 7, isolate yy: subtract 2x2x from both sides to get y=7βˆ’2xy = 7 - 2x.

πŸ’‘ Think: Turn one equation into a "translator" that converts one variable into the other.

[EXEC: DEEP_COMPUTE]

1. Algebraically isolating one variable in terms of the other

Algebraically Isolating One Variable in Terms of the Other

Isolating a variable means rewriting one equation so that a single variable appears alone on one side, expressed entirely in terms of the other variable(s). This creates an explicit formula that can be substituted elsewhere.

Intuition: We transform an implicit relationship (e.g., 2x+y=52x + y = 5) into an explicit one (e.g., y=5βˆ’2xy = 5 - 2x), making one variable the "subject" of the formula.

Core Rules:

  • Apply inverse operations systematically to move all terms containing the target variable to one side
  • Move all other terms to the opposite side
  • Divide or multiply to achieve a coefficient of 1 for the isolated variable
  • Maintain equation balance by performing identical operations on both sides

Consequence: The isolated expression becomes a substitution-ready formula that eliminates one variable from the system.

Example: From 3xβˆ’y=73x - y = 7, isolate yy: subtract 3x3x from both sides to get βˆ’y=7βˆ’3x-y = 7 - 3x, then multiply by βˆ’1-1 to obtain y=3xβˆ’7y = 3x - 7.

TASK_1[0 / 3]
LVL_2
EXEC: ALGORITHM

Isolate the variable yy in the equation: 4x+y=124x + y = 12.

Which of the following represents the correct explicit formula?

DEEP_COMPUTE
ULTRA
[EXEC: MICRO_CORE]

βœ–οΈ 2. Substituting the expression into the second equation to create a single-variable equation

πŸ”„ Plugging In the Expression

  • Take the isolated expression from step 1 (like y=7βˆ’2xy = 7 - 2x).
  • Replace every occurrence of that variable in the second equation with the expression.
  • Simplify to create an equation with only one variable.
  • Solve this single-variable equation using standard techniques.

Example: If the second equation is 3xβˆ’2y=43x - 2y = 4 and y=7βˆ’2xy = 7 - 2x, substitute: 3xβˆ’2(7βˆ’2x)=43x - 2(7 - 2x) = 4, which simplifies to 7xβˆ’14=47x - 14 = 4, so x=187x = \frac{18}{7}.

πŸ’‘ Visual: You're "feeding" one equation into the other to eliminate a variable.

[EXEC: DEEP_COMPUTE]

2. Substituting the expression into the second equation to create a single-variable equation

Substituting the Expression into the Second Equation

Substitution replaces every occurrence of the isolated variable in the second equation with its equivalent expression from the first equation. This eliminates one variable entirely, producing an equation in a single unknown.

Intuition: If y=3xβˆ’7y = 3x - 7, then wherever yy appears in another equation, we can write 3xβˆ’73x - 7 instead, reducing two unknowns to one.

Core Rules:

  • Replace the variable completely: Every instance of the isolated variable must be substituted
  • Use parentheses around the substituted expression to preserve operation order
  • Simplify by distributing, combining like terms, and isolating the remaining variable
  • The resulting equation contains only one variable

Consequence: The system reduces from two equations in two variables to one equation in one variable, which can be solved using standard algebraic techniques.

Example: Given y=3xβˆ’7y = 3x - 7 and 2x+y=82x + y = 8, substitute to get 2x+(3xβˆ’7)=82x + (3x - 7) = 8, which simplifies to 5xβˆ’7=85x - 7 = 8, yielding x=3x = 3.

TASK_1[0 / 3]
LVL_2
RSN: DEBUG

Given the system of equations: Equation 1: y=4x+2y = 4x + 2 Equation 2: 3xβˆ’y=103x - y = 10

Which of the following shows the correct setup immediately after substituting the expression for yy into Equation 2, before any simplification?

DEEP_COMPUTE
ULTRA
[EXEC: MICRO_CORE]

βœ–οΈ 3. Back-substituting to find the exact value of the second variable

βͺ Finding the Partner Value

  • After solving for one variable, plug that value back into your isolated expression.
  • This gives you the exact value of the second variable.
  • Always substitute into the simplest form you created in step 1.
  • Check your solution by plugging both values into both original equations.

Example: If x=187x = \frac{18}{7} and y=7βˆ’2xy = 7 - 2x, then y=7βˆ’2β‹…187=7βˆ’367=137y = 7 - 2 \cdot \frac{18}{7} = 7 - \frac{36}{7} = \frac{13}{7}.

πŸ’‘ Remember: The first answer unlocks the secondβ€”like finding a key then opening a door.

[EXEC: DEEP_COMPUTE]

3. Back-substituting to find the exact value of the second variable

Back-Substituting to Find the Second Variable

Back-substitution means inserting the numerical value of the solved variable into the isolated expression (or any original equation) to compute the value of the remaining variable. This completes the solution pair.

Intuition: Once we know x=3x = 3, we use the relationship y=3xβˆ’7y = 3x - 7 to calculate yy directly, ensuring both values satisfy the original system.

Core Rules:

  • Use the isolated expression from the first step for efficiency and accuracy
  • Substitute the numerical value and perform arithmetic carefully
  • Verify the solution by checking both values in both original equations
  • The solution is an ordered pair (x,y)(x, y) or equivalent notation

Consequence: Back-substitution yields the complete solution to the system, providing exact values for all variables that simultaneously satisfy every equation.

Example: With x=3x = 3 and y=3xβˆ’7y = 3x - 7, substitute to get y=3(3)βˆ’7=9βˆ’7=2y = 3(3) - 7 = 9 - 7 = 2, giving the solution (3,2)(3, 2).

TASK_1[0 / 3]
LVL_2
EXEC: ALGORITHM

You are solving a system of equations. You have already found that x=4x = 4.

The isolated expression from the first step is y=2xβˆ’5y = 2x - 5.

Using back-substitution, find the exact value of yy.

DEEP_COMPUTE
ULTRA
[EXEC: MICRO_CORE]

βœ–οΈ 4. Choosing the most efficient variable to isolate to avoid complex fractions

🎯 Smart Variable Selection

  • Look for a variable with coefficient 1 or -1 to avoid fractions early.
  • Avoid isolating variables that create complex fractions or decimals.
  • If all coefficients are messy, pick the equation with the smallest numbers.
  • Sometimes isolating from the second equation instead of the first saves work.

Example: In the system x+3y=5x + 3y = 5 and 4xβˆ’7y=24x - 7y = 2, isolate xx from the first equation (x=5βˆ’3yx = 5 - 3y) rather than wrestling with fractions from the second.

πŸ’‘ Strategy: Choose the path with the least arithmetic resistanceβ€”work smarter, not harder.

[EXEC: DEEP_COMPUTE]

4. Choosing the most efficient variable to isolate to avoid complex fractions

Choosing the Most Efficient Variable to Isolate

Selecting which variable to isolate first significantly affects computational complexity. The optimal choice minimizes fractional coefficients and simplifies subsequent algebra.

Intuition: Isolating yy from y=2x+1y = 2x + 1 is trivial, while isolating xx from 3x+7y=123x + 7y = 12 introduces fractions immediately. Strategic selection reduces errors and calculation time.

Core Rules:

  • Prefer variables with coefficient 1 or -1 to avoid division
  • Avoid isolating variables that require dividing by non-unit coefficients when alternatives exist
  • Choose equations with simpler structure (fewer terms, smaller coefficients)
  • If all choices involve fractions, select the smallest divisor

Consequence: Efficient variable selection keeps arithmetic manageable, reduces algebraic errors, and accelerates solution finding, especially in systems with non-integer coefficients.

Example: In the system x+2y=5x + 2y = 5 and 3x+4y=73x + 4y = 7, isolate xx from the first equation (x=5βˆ’2yx = 5 - 2y) rather than isolating xx from the second equation (x=7βˆ’4y3x = \frac{7 - 4y}{3}) to avoid introducing fractions during substitution.

TASK_1[0 / 3]
LVL_2
ADV: STRATEGY

Consider the following system of equations: Equation 1: x+4y=10x + 4y = 10 Equation 2: 3xβˆ’5y=23x - 5y = 2

Based on the core rules of efficiency, which variable is the best choice to isolate first?

DEEP_COMPUTE
ULTRA

AWAITING_CONFIRMATION

CONFIRM KNOWLEDGE ACQUISITION TO UPDATE SYSTEM ANALYTICS.