Solving Systems by Elimination

Systems of linear equations are a cornerstone of the Digital SAT Math section, appearing frequently within the **Algebra** domain. On any given test, you c

Systems of linear equations are a cornerstone of the Digital SAT Math section, appearing frequently within the Algebra domain. On any given test, you can expect to encounter between 4 and 6 questions that require you to solve a system of two linear equations. While there are several ways to solve these—including substitution, graphing, and using the built-in Desmos calculator—the Elimination Method is often the most efficient and "SAT-friendly" technique for medium and hard-level problems.

The elimination method involves manipulating the equations so that adding or subtracting them cancels out one of the variables, leaving you with a single-variable equation that is easy to solve. This is particularly useful on the SAT because many questions are presented in "Standard Form" (Ax+By=CAx + By = C), where elimination is naturally faster than substitution.

Mastering this skill is about more than just finding xx and yy; it’s about recognizing patterns. The SAT often asks for the value of an expression, such as x+yx + y or 2x3y2x - 3y, rather than a single variable. Elimination allows you to manipulate the equations to find these expressions directly, saving you precious seconds. In this guide, we will move beyond the basics to look at how the SAT disguises these problems and how you can use elimination to navigate the most difficult "Module 2" questions with confidence. By the end of this lesson, you will be able to identify when elimination is the superior strategy and execute it flawlessly under time pressure.

Core Concepts

To solve a system by elimination, you must align the equations and manipulate the coefficients so that one variable "disappears" when the equations are combined.

1. The Standard Form

Most elimination problems on the SAT will be presented in Standard Form: Ax+By=CAx + By = C Dx+Ey=FDx + Ey = F Where A,B,C,D,E,A, B, C, D, E, and FF are constants. Unlike the Slope-Intercept form (y=mx+by = mx + b), the Standard Form keeps the variables on one side, making it easy to see which coefficients can be matched.

2. Creating Additive Inverses

The goal of elimination is to create additive inverses for one of the variables. Additive inverses are numbers that sum to zero, such as 55 and 5-5.

If the equations are:

  1. 3x+2y=103x + 2y = 10
  2. 5x2y=65x - 2y = 6

The yy-coefficients (22 and 2-2) are already additive inverses. Adding the equations immediately eliminates yy: (3x+5x)+(2y2y)=10+6(3x + 5x) + (2y - 2y) = 10 + 6 8x=16    x=28x = 16 \implies x = 2

3. The Multiplication Step

On medium and hard SAT questions, the coefficients will rarely match perfectly. You must multiply one or both equations by a constant to create matching coefficients.

Scenario A: Multiplying one equation If you have: x+3y=7x + 3y = 7 2x5y=32x - 5y = 3 Multiply the first equation by 2-2 to eliminate xx: 2(x+3y=7)    2x6y=14-2(x + 3y = 7) \implies -2x - 6y = -14 Now, add this to the second equation to eliminate xx.

Scenario B: Multiplying both equations If you have: 3x+4y=103x + 4y = 10 2x+3y=72x + 3y = 7 To eliminate xx, find the Least Common Multiple (LCM) of 33 and 22, which is 66. Multiply the first by 22 and the second by 3-3: 2(3x+4y=10)    6x+8y=202(3x + 4y = 10) \implies 6x + 8y = 20 3(2x+3y=7)    6x9y=21-3(2x + 3y = 7) \implies -6x - 9y = -21

4. Solving for the Second Variable

Once you find the value of the first variable (e.g., x=2x = 2), you must back-substitute that value into one of the original equations to find the second variable (yy).

5. Special Cases: No Solution vs. Infinite Solutions

The SAT frequently tests your understanding of systems that don't have a single (x,y)(x, y) solution.

  • No Solution: When you attempt elimination and both variables cancel out, leaving a false statement (e.g., 0=50 = 5), the lines are parallel and never intersect.
  • Infinitely Many Solutions: When both variables and the constant cancel out, leaving a true statement (e.g., 0=00 = 0), the two equations represent the same line.

Reference Sheet Note

Important: None of the formulas for solving systems of equations are provided on the SAT Reference Sheet. You must memorize the process of elimination and the conditions for "no solution" and "infinite solutions."

SAT Strategy Tips

1. Look for the "Shortcut" Expression

The SAT loves to ask for x+yx + y, xyx - y, or 10x+10y10x + 10y. Before you solve for xx and yy individually, look at the system. Can you add or subtract the equations to get the requested expression immediately? Example: If the question asks for x+yx + y and the system is 3x+2y=103x + 2y = 10 and x+2y=6x + 2y = 6, subtracting the second from the first gives 2x=42x = 4, but adding them gives 4x+4y=164x + 4y = 16. Dividing by 44 gives x+y=4x + y = 4 instantly.

2. Desmos vs. Hand Calculation

On the Digital SAT, you have access to the Desmos graphing calculator.

  • Use Desmos when: The coefficients are large decimals or fractions, or when the question is a simple "find the solution" problem.
  • Solve by hand when: The question contains constants like kk or aa (e.g., "For what value of kk does the system have no solution?"). Desmos cannot always solve for unknown constants as easily as you can algebraically.

3. Align Your Variables

The SAT will sometimes try to trick you by swapping the order of variables: 3x+2y=103x + 2y = 10 4y+2x=124y + 2x = 12 Before performing elimination, rewrite the second equation as 2x+4y=122x + 4y = 12 so the xx and yy terms line up vertically.

4. The "Subtraction Trap"

Instead of subtracting one equation from another, I recommend multiplying one equation by 1-1 and then adding them. Students frequently make sign errors when subtracting a whole expression (e.g., forgetting to distribute the negative to the constant on the right side).

Worked Example: Medium

Problem

Consider the following system of equations: 4x3y=114x - 3y = 11 2x+y=132x + y = 13 What is the value of xx?

Solution
  1. Identify the target: We want to find xx, so it is most efficient to eliminate yy.
  2. Match coefficients: The yy-coefficient in the first equation is 3-3. The yy-coefficient in the second equation is 11. Multiply the second equation by 33 to create additive inverses. 3(2x+y=13)    6x+3y=393(2x + y = 13) \implies 6x + 3y = 39
  3. Add the equations: (4x3y=11)(4x - 3y = 11) (6x+3y=39)(6x + 3y = 39) ---------------- (4x+6x)+(3y+3y)=11+39(4x + 6x) + (-3y + 3y) = 11 + 39 10x=5010x = 50
  4. Solve for xx: x=5x = 5
  5. Final Answer: 55

Worked Example: Hard

Problem

In the system of equations below, what is the value of x+yx + y? 5x+2y=215x + 2y = 21 x3y=16x - 3y = -16

Solution
  1. Analyze the goal: The question asks for x+yx + y. We can solve for xx and yy individually and then add them.
  2. Eliminate xx: Multiply the second equation by 5-5 to eliminate the xx terms. 5(x3y=16)    5x+15y=80-5(x - 3y = -16) \implies -5x + 15y = 80
  3. Add to the first equation: (5x+2y=21)(5x + 2y = 21) (5x+15y=80)(-5x + 15y = 80) ---------------- 17y=10117y = 101 Wait, 101/17101/17 is not a clean integer. Let's re-check the math. 80+21=10180 + 21 = 101. This happens on the SAT! Let's proceed. y=10117y = \frac{101}{17}
  4. Solve for xx: Substitute yy back into x3y=16x - 3y = -16: x3(10117)=16x - 3(\frac{101}{17}) = -16 x30317=27217x - \frac{303}{17} = -\frac{272}{17} (Note: 16×17=272-16 \times 17 = -272) x=30327217=3117x = \frac{303 - 272}{17} = \frac{31}{17}
  5. Find x+yx + y: x+y=3117+10117=13217x + y = \frac{31}{17} + \frac{101}{17} = \frac{132}{17} Alternative Strategy (The Shortcut): Could we have added the equations directly? (5x+x)+(2y3y)=2116    6xy=5(5x + x) + (2y - 3y) = 21 - 16 \implies 6x - y = 5. No, that doesn't help. Could we have subtracted them? (5xx)+(2y(3y))=21(16)    4x+5y=37(5x - x) + (2y - (-3y)) = 21 - (-16) \implies 4x + 5y = 37. No. In this case, solving for variables individually was necessary. Final Answer: 13217\frac{132}{17} (On the DSAT, you would likely enter this as a decimal or the fraction would be simpler).

Worked Example: SAT-Hard

Problem

The system of equations is defined as: 12x13y=10\frac{1}{2}x - \frac{1}{3}y = 10 ax+by=20ax + by = 20 If the system has infinitely many solutions, what is the value of a+ba + b?

Solution
  1. Understand "Infinitely Many Solutions": This means the two equations are identical. The second equation must be a multiple of the first.
  2. Compare the constants: The constant in the first equation is 1010. The constant in the second equation is 2020.
  3. Determine the multiplier: To get from 1010 to 2020, we must multiply the first equation by 22. 2(12x13y=10)    1x23y=202(\frac{1}{2}x - \frac{1}{3}y = 10) \implies 1x - \frac{2}{3}y = 20
  4. Identify aa and bb: By comparing 1x23y=201x - \frac{2}{3}y = 20 to ax+by=20ax + by = 20, we see: a=1a = 1 b=23b = -\frac{2}{3}
  5. Calculate a+ba + b: a+b=1+(23)=123=13a + b = 1 + (-\frac{2}{3}) = 1 - \frac{2}{3} = \frac{1}{3} Final Answer: 13\frac{1}{3}

Practice Problems

    1. If 3x+4y=243x + 4y = 24 and 2x+4y=202x + 4y = 20, what is the value of x+yx + y? A) 44 B) 55 C) 77 D) 1111
    1. x2y=10x - 2y = 10 3x+6y=183x + 6y = 18 If (x,y)(x, y) is the solution to the system of equations above, what is the value of yy? A) 1-1 B) 2-2 C) 22 D) 77
    1. A local store sells two types of notebooks. Type A costs \3andTypeBcostsand Type B costs$5.Ifastudentbuysatotalof. If a student buys a total of 12notebooksfornotebooks for$44$, how many Type B notebooks did the student buy? (Student-Produced Response)

Want to check your answers and get step-by-step solutions?

Get it on Google PlayDownload on the App Store

Common Mistakes

1. Forgetting to Multiply the Constant

When multiplying an equation to match coefficients, students often multiply the xx and yy terms but forget to multiply the constant on the other side of the equals sign.

  • Wrong: 2(3x+4y=10)    6x+8y=102(3x + 4y = 10) \implies 6x + 8y = 10
  • Right: 2(3x+4y=10)    6x+8y=202(3x + 4y = 10) \implies 6x + 8y = 20 How to avoid: Always draw parentheses around the entire equation before multiplying.

2. Sign Errors During Subtraction

Subtracting a negative coefficient is the most common source of error in elimination.

  • Example: (5x3y)(2x3y)(5x - 3y) - (2x - 3y). Students often write 5x2x=3x5x - 2x = 3x and 3y3y=6y-3y - 3y = -6y.
  • Correction: It should be 3y(3y)=0-3y - (-3y) = 0. How to avoid: Instead of subtracting, multiply the second equation by 1-1 and add them.

3. Solving for the Wrong Variable

The SAT often asks for yy, but xx is easier to find. Students find xx, see it as option A, and bubble it in immediately. How to avoid: Circle the variable the question is asking for before you start calculating.

4. Misinterpreting "No Solution"

Students sometimes think "no solution" means x=0x=0 or y=0y=0. How to avoid: Remember that "no solution" only occurs when the variables vanish entirely and you are left with a mathematical impossibility like 0=70 = 7.

Frequently Asked Questions

When should I use elimination instead of substitution?

Use elimination when both equations are in Standard Form (Ax+By=CAx + By = C). Use substitution when one equation already has a variable isolated (e.g., y=3x5y = 3x - 5). If both equations are in y=mx+by = mx + b form, graphing or setting them equal to each other is usually fastest.

How does this connect to the geometry questions on the SAT?

A system of two linear equations is simply asking for the point of intersection of two lines. If the system has one solution, the lines intersect at one point. If it has no solution, the lines are parallel. If it has infinite solutions, the lines are identical.

Can I just use the Desmos calculator for every system problem?

While Desmos is powerful, the SAT includes "variable-heavy" questions (like Example 3 in this guide) specifically designed to thwart calculator use. If the question contains unknown constants like k,a,k, a, or bb, you must know the algebraic steps of elimination to solve it.

Key Takeaways

  • Align First: Ensure both equations are in Ax+By=CAx + By = C form before starting.

  • Target a Variable: Choose the variable with the easiest coefficients to match (look for LCMs).

  • Multiply Everything: Remember to distribute the multiplier to every term, including the constant after the equals sign.

  • Add, Don't Subtract: Multiply by a negative to create additive inverses, then add the equations to minimize sign errors.

  • Check the Goal: Always double-check if the question asks for xx, yy, or an expression like x+yx + y.

  • Infinite/No Solution: If the variables disappear, look at the remaining constants. Same constant = infinite solutions; different constant = no solution.

  • Back-Substitute: Once you find one variable, plug it back into the simplest original equation to find the second variable.

Ready to Ace Your SAT math?

Get instant step-by-step solutions to any problem. Snap a photo and learn with Tutor AI — your personal exam prep companion.

Get it on Google PlayDownload on the App Store