Fatskills
Practice. Master. Repeat.
Study Guide: SAT / PSAT: SAT PSAT Math Algebra Systems of Linear Equations Substitution and Elimination
Source: https://www.fatskills.com/sat/chapter/sat-psat-sat-psat-math-algebra-systems-of-linear-equations-substitution-and-elimination

SAT / PSAT: SAT PSAT Math Algebra Systems of Linear Equations Substitution and Elimination

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~6 min read


What Is This?

Systems of Linear Equations involve solving multiple linear equations simultaneously to find values for variables that satisfy all equations. This topic appears in exams to test your ability to solve complex problems by breaking them down into simpler parts and applying systematic methods. Typically, you'll see questions asking you to find the values of variables using substitution or elimination methods.

Why It Matters

Systems of Linear Equations are tested in various standardized exams like the SAT, ACT, GRE, and GMAT, as well as in high school and college-level math courses. They appear frequently and can carry a significant portion of the marks. This topic tests your analytical and problem-solving skills, which are crucial in fields like engineering, economics, and data science.

Core Concepts

  1. Linear Equation: An equation of the form ( ax + by = c ), where ( a ), ( b ), and ( c ) are constants.
  2. System of Equations: A set of linear equations that must be solved together.
  3. Substitution Method: Solving one equation for one variable and substituting it into the other equation.
  4. Elimination Method: Adding or subtracting equations to eliminate one variable.
  5. Consistency: Understanding when a system has a unique solution, no solution, or infinitely many solutions.

Prerequisites

  1. Basic Algebra: You must understand how to solve single-variable linear equations.
  2. Graphing: Knowing how to graph linear equations helps visualize solutions.
  3. Arithmetic: Proficiency in addition, subtraction, multiplication, and division.

The Rule-Book (How It Works)


Primary Rule

To solve a system of linear equations, you can use either the substitution or elimination method.

Sub-rules and Exceptions

  • Substitution Method:
  • Solve one equation for one variable.
  • Substitute this expression into the other equation.
  • Solve the resulting equation for the remaining variable.
  • Substitute back to find the value of the first variable.

  • Elimination Method:

  • Multiply equations to make coefficients of one variable the same.
  • Add or subtract the equations to eliminate one variable.
  • Solve the resulting equation for the remaining variable.
  • Substitute back to find the value of the first variable.

Visual Pattern

Think of the equations as lines on a graph. The solution is the point where the lines intersect.

Exam / Job / Audit Weighting

  • Frequency: High
  • Difficulty Rating: Intermediate
  • Question Type: Multiple-choice, short answer, or problem-solving

Difficulty Level

Intermediate

Must-Know Rules, Formulas, Standards, or Principles

  1. Substitution Method: Solve for one variable and substitute into the other equation.
  2. Elimination Method: Make coefficients equal and add/subtract to eliminate one variable.
  3. Consistency Check: Verify the solution in both original equations.

Worked Examples (Step-by-Step)


Easy

Question: Solve the system of equations: [ x + y = 6 ] [ x - y = 2 ]

Step-by-Step: 1. Add the two equations:
[ (x + y) + (x - y) = 6 + 2 ]
[ 2x = 8 ] 2. Solve for ( x ):
[ x = 4 ] 3. Substitute ( x = 4 ) into ( x + y = 6 ):
[ 4 + y = 6 ]
[ y = 2 ]

Answer: ( x = 4 ), ( y = 2 )

Medium

Question: Solve the system of equations: [ 2x + 3y = 13 ] [ 3x - 2y = 12 ]

Step-by-Step: 1. Multiply the first equation by 3 and the second by 2:
[ 6x + 9y = 39 ]
[ 6x - 4y = 24 ] 2. Subtract the second equation from the first:
[ (6x + 9y) - (6x - 4y) = 39 - 24 ]
[ 13y = 15 ] 3. Solve for ( y ):
[ y = \frac{15}{13} ] 4. Substitute ( y = \frac{15}{13} ) into ( 2x + 3y = 13 ):
[ 2x + 3\left(\frac{15}{13}\right) = 13 ]
[ 2x + \frac{45}{13} = 13 ]
[ 2x = 13 - \frac{45}{13} ]
[ 2x = \frac{148}{13} ]
[ x = \frac{74}{13} ]

Answer: ( x = \frac{74}{13} ), ( y = \frac{15}{13} )

Hard

Question: Solve the system of equations: [ 4x + 5y = 20 ] [ 6x - 3y = 24 ]

Step-by-Step: 1. Multiply the first equation by 3 and the second by 5:
[ 12x + 15y = 60 ]
[ 30x - 15y = 120 ] 2. Add the two equations:
[ (12x + 15y) + (30x - 15y) = 60 + 120 ]
[ 42x = 180 ] 3. Solve for ( x ):
[ x = \frac{180}{42} = \frac{30}{7} ] 4. Substitute ( x = \frac{30}{7} ) into ( 4x + 5y = 20 ):
[ 4\left(\frac{30}{7}\right) + 5y = 20 ]
[ \frac{120}{7} + 5y = 20 ]
[ 5y = 20 - \frac{120}{7} ]
[ 5y = \frac{20}{7} ]
[ y = \frac{4}{7} ]

Answer: ( x = \frac{30}{7} ), ( y = \frac{4}{7} )

Common Exam Traps & Mistakes

  1. Mistake: Not checking the solution in both equations.
  2. Wrong Answer: ( x = 3 ), ( y = 2 )
  3. Correct Approach: Always substitute back to verify.

  4. Mistake: Incorrectly multiplying coefficients.

  5. Wrong Answer: ( x = 5 ), ( y = 1 )
  6. Correct Approach: Double-check your multiplication steps.

  7. Mistake: Forgetting to change the sign when subtracting equations.

  8. Wrong Answer: ( x = 2 ), ( y = 4 )
  9. Correct Approach: Ensure you correctly handle signs during elimination.

  10. Mistake: Dividing by a coefficient incorrectly.

  11. Wrong Answer: ( x = 1 ), ( y = 3 )
  12. Correct Approach: Carefully perform division steps.

Shortcut Strategies & Exam Hacks

  1. Memory Aid: Remember the mnemonic SAME for the elimination method (make coefficients Same, Add/Minus, Eliminate).
  2. Elimination Strategy: If one variable has a coefficient of 1, use substitution.
  3. Pattern Recognition: Look for equations where coefficients are already the same or opposites for quick elimination.

Question-Type Taxonomy

  1. Multiple-Choice:
  2. Example: Solve for ( x ) and ( y ):
    [ 2x + y = 5 ]
    [ x - y = 1 ]


    • Favored by: SAT, ACT
  3. Short Answer:

  4. Example: Find the values of ( x ) and ( y ) that satisfy:
    [ 3x + 2y = 12 ]
    [ 2x - y = 5 ]


    • Favored by: GRE, GMAT
  5. Problem-Solving:

  6. Example: Determine the solution to the system:
    [ 4x + 3y = 15 ]
    [ 2x - 5y = 10 ]
    • Favored by: College-level exams

Practice Set (MCQs)


Question 1

Question: Solve for ( x ) and ( y ): [ 2x + y = 7 ] [ x - y = 3 ]

Options: A. ( x = 5 ), ( y = 2 ) B. ( x = 4 ), ( y = 3 ) C. ( x = 3 ), ( y = 1 ) D. ( x = 2 ), ( y = 5 )

Correct Answer: A. ( x = 5 ), ( y = 2 )

Explanation: Add the equations to eliminate ( y ): [ (2x + y) + (x - y) = 7 + 3 ] [ 3x = 10 ] [ x = \frac{10}{3} ] Substitute ( x = \frac{10}{3} ) into ( 2x + y = 7 ): [ 2\left(\frac{10}{3}\right) + y = 7 ] [ \frac{20}{3} + y = 7 ] [ y = 7 - \frac{20}{3} ] [ y = \frac{1}{3} ]

Why the Distractors Are Tempting: - B: Incorrect substitution.
- C: Incorrect elimination.
- D: Incorrect coefficient handling.

Question 2

Question: Solve for ( x ) and ( y ): [ 3x + 2y = 12 ] [ 2x - y = 5 ]

Options: A. ( x = 2 ), ( y = 3 ) B. ( x = 3 ), ( y = 2 ) C. ( x = 4 ), ( y = 1 ) D. ( x = 1 ), ( y = 4 )

Correct Answer: A. ( x = 2 ), ( y = 3 )

Explanation: Multiply the second equation by 2: [ 4x - 2y = 10 ] Add to the first equation: [ (3x + 2y) + (4x - 2y) = 12 + 10 ] [ 7x = 22 ] [ x = \frac{22}{7} ] Substitute ( x = \frac{22}{7} ) into ( 3x + 2y = 12 ): [ 3\left(\frac{22}{7}\right) + 2y = 12 ] [ \frac{66}{7} + 2y = 12 ] [ 2y = 12 - \frac{66}{7} ] [ 2y = \frac{18}{7} ] [ y = \frac{9}{7} ]

Why the Distractors Are Tempting: - B: Incorrect substitution.
- C: Incorrect elimination.
- D: Incorrect coefficient handling.

Question 3

Question: Solve for ( x ) and ( y ): [ 4x + 3y = 15 ] [ 2x - 5y = 10 ]

Options: A. ( x = 5 ), ( y = -1 ) B. ( x = 4 ), ( y = -2 ) C. ( x = 3 ), ( y = -3 ) D. ( x = 2 ), ( y = -4 )

Correct Answer: A. ( x = 5 ), ( y = -1 )

Explanation: Multiply the second equation by 2: [ 4x - 10y = 20 ] Subtract from the first equation: [ (4x + 3y) - (4x - 10y) = 15 - 20 ] [ 13y = -5 ] [ y = -\frac{5}{13} ] Substitute ( y = -\frac{5}{13} ) into ( 4x + 3y = 15 ): [ 4x + 3\left(-\frac{5}{13}\right) = 15 ] [ 4x - \frac{15}{13} = 15 ] [ 4x = 15 + \frac{15}{13} ] [ 4x = \frac{205}{13} ] [ x = \frac{205}{52} ]

Why the Distractors Are Tempting: - B: Incorrect substitution.
- C: Incorrect elimination.
- D: Incorrect coefficient handling.

30-Second Cheat Sheet

  • Substitution Method: Solve for one variable, substitute into the other equation.
  • Elimination Method: Make coefficients equal, add/subtract to eliminate one variable.
  • Consistency Check: Always verify the solution in both equations.
  • SAME Mnemonic: Make coefficients Same, Add/Minus, Eliminate.
  • Pattern Recognition: Look for quick elimination opportunities.

Learning Path

  1. Beginner Foundation: Review basic algebra and graphing.
  2. Core Rules: Learn substitution and elimination methods.
  3. Practice: Solve example problems step-by-step.
  4. Timed Drills: Practice under exam conditions.
  5. Mock Tests: Take full-length practice exams.

Related Topics

  1. Graphing Linear Equations: Understanding how to graph and interpret linear equations.
  2. Matrices and Determinants: Solving systems using matrix operations.
  3. Inequalities: Solving systems of linear inequalities.


ADVERTISEMENT