Systems of Linear Equations

Solve systems using substitution, elimination, and graphing

Systems of Linear Equations (SAT)

What is a System of Equations?

Two or more equations with the same variables

Goal: Find values that satisfy ALL equations simultaneously

SAT Solution Methods

Method 1: Substitution

Best when: One equation is already solved for a variable

Steps:

  1. Solve one equation for one variable
  2. Substitute into the other equation
  3. Solve for remaining variable
  4. Back-substitute to find other variable

Example: {y=2x+13x+y=11\begin{cases} y = 2x + 1 \\ 3x + y = 11 \end{cases}

Substitute y=2x+1y = 2x + 1 into second equation: 3x+(2x+1)=113x + (2x + 1) = 11 5x=105x = 10 x=2,y=5x = 2, \quad y = 5

Method 2: Elimination (Addition/Subtraction)

Best when: Coefficients line up nicely

Steps:

  1. Multiply equations to get matching coefficients
  2. Add or subtract to eliminate one variable
  3. Solve for remaining variable
  4. Substitute back

Example: {2x+3y=122xy=4\begin{cases} 2x + 3y = 12 \\ 2x - y = 4 \end{cases}

Subtract equations: 4y=8y=24y = 8 \quad \Rightarrow \quad y = 2 x=3x = 3

Method 3: Graphing

Best when: Answer choices show intersection points

Key insight: Solution = where lines cross

For SAT:

  • Might show you the graph
  • Ask "where do they intersect?"
  • Answer = (x,y)(x, y) coordinate

Special Cases

No Solution (Parallel Lines)

Same slope, different y-intercepts

{y=2x+3y=2x1\begin{cases} y = 2x + 3 \\ y = 2x - 1 \end{cases}

Lines never cross!

Infinitely Many Solutions (Same Line)

Equations are multiples of each other

{2x+4y=8x+2y=4\begin{cases} 2x + 4y = 8 \\ x + 2y = 4 \end{cases}

Second equation × 2 = First equation!

SAT Question Types

Type 1: Direct Solve

"What is the solution to the system?"

Straightforward - use any method

Type 2: Value of Expression

"What is x+yx + y?"

Don't need individual values - look for shortcut!

Example: {3x+2y=10x+y=?\begin{cases} 3x + 2y = 10 \\ x + y = ? \end{cases}

Sometimes you can add/subtract equations directly

Type 3: Which Point Satisfies Both?

"Which ordered pair (x,y)(x,y) is a solution?"

SAT Trick: Plug in answer choices!

Type 4: Number of Solutions

"How many solutions does the system have?"

  • Different slopes → 1 solution
  • Same slope, different intercepts → 0 solutions
  • Same line → Infinite solutions

SAT Strategies

Calculator Tip

Your calculator can solve systems!

  1. Graph both equations
  2. Find intersection point
  3. Verify with answer choices

Check Your Answer

Plug (x,y)(x, y) back into BOTH equations

Work Backwards

If given answer choices, test them!

Look for Shortcuts

Sometimes adding equations gives you what you need

Common SAT Traps

Trap 1: Only solving for one variable

Question asks for xx, you find yy → keep going!

Trap 2: Arithmetic errors

Always check by substituting back

Trap 3: Confusing xx and yy

Answer choices like (3,5)(3, 5) vs (5,3)(5, 3)

Trap 4: Forgetting to simplify

May need to reduce fractions or combine terms

SAT Tips

  • Substitution when equation already solved
  • Elimination when coefficients match up
  • Graphing when you have a calculator
  • Plug in answers when given choices
  • Check your work - takes 10 seconds, saves points!

📚 Practice Problems

1Problem 1easy

Question:

Solve the system:

{y=x+2x+y=8\begin{cases} y = x + 2 \\ x + y = 8 \end{cases}

💡 Show Solution

Solution:

First equation already solved for yy, so use substitution:

x+(x+2)=8x + (x + 2) = 8 2x+2=82x + 2 = 8 2x=62x = 6 x=3x = 3

Find yy: y=3+2=5y = 3 + 2 = 5

Answer: (3,5)(3, 5)

Check: 3+5=83 + 5 = 8

SAT Tip: When one equation is already solved, substitution is fastest!

2Problem 2medium

Question:

If {2x+3y=134xy=5\begin{cases} 2x + 3y = 13 \\ 4x - y = 5 \end{cases}, what is the value of x+yx + y?

💡 Show Solution

Solution:

Method 1 - Solve completely:

Multiply second equation by 3: 12x3y=1512x - 3y = 15

Add to first equation: 14x=2814x = 28 x=2x = 2

Substitute: 4(2)y=5y=34(2) - y = 5 \Rightarrow y = 3

So x+y=2+3=5x + y = 2 + 3 = 5

Method 2 - Look for shortcut: Could try to manipulate equations to get x+yx + y directly

Answer: 55

SAT Tip: When asked for sum/difference, look for ways to combine equations!

3Problem 3hard

Question:

How many solutions does this system have?

{3x6y=12x2y=5\begin{cases} 3x - 6y = 12 \\ x - 2y = 5 \end{cases}

💡 Show Solution

Solution:

Rewrite in slope-intercept form:

First equation: 3x6y=123x - 6y = 12 6y=3x+12-6y = -3x + 12 y=12x2y = \frac{1}{2}x - 2

Second equation: x2y=5x - 2y = 5 2y=x+5-2y = -x + 5 y=12x52y = \frac{1}{2}x - \frac{5}{2}

Compare:

  • Both have slope 12\frac{1}{2} (SAME)
  • Different y-intercepts: 2-2 vs 52-\frac{5}{2} (DIFFERENT)

Same slope + Different intercepts = Parallel lines

Answer: 0 solutions (no intersection)

SAT Tip: Parallel lines never meet! Check slopes and intercepts.