SAT Weightage:

SAT — Systems of Equations

SAT — Systems of Equations — strategy and worked examples

4 min read

Chapter Overview & Weightage

Systems of equations is one of the most heavily tested topics on the Digital SAT Math section. Expect 4-6 questions per test — direct solving, word problems, and “no solution / infinite solutions” variants. About 80-100 points on the 800 scale.

TestQuestionsQuestion Types
Digital SAT4-6Linear systems, word problems
PSAT3-5Same
Pre-2024 SAT4-7Same

Linear systems are the highest-frequency math topic on the SAT after linear equations themselves. Master substitution and elimination, and you score these reliably.

Key Concepts You Must Know

  • Solution to a linear system: an (x,y)(x, y) pair satisfying both equations.
  • Substitution: solve one equation for one variable, plug into the other.
  • Elimination (linear combination): add/subtract scaled versions of equations.
  • Graphical interpretation: each equation is a line; intersection is the solution.
  • No solution: parallel lines (same slope, different intercepts).
  • Infinite solutions: same line (proportional coefficients).
  • Word problem set-up: define variables, write two equations, solve.

Important Strategies

Given a1x+b1y=c1a_1 x + b_1 y = c_1 and a2x+b2y=c2a_2 x + b_2 y = c_2:

  • One solution: a1/a2b1/b2a_1/a_2 \ne b_1/b_2
  • No solution: a1/a2=b1/b2c1/c2a_1/a_2 = b_1/b_2 \ne c_1/c_2
  • Infinite solutions: a1/a2=b1/b2=c1/c2a_1/a_2 = b_1/b_2 = c_1/c_2

If coefficients are simple, multiply one equation to make a coefficient match. Subtract to eliminate.

Example: 2x+3y=72x + 3y = 7 and xy=1x - y = 1. Multiply second by 2: 2x2y=22x - 2y = 2. Subtract: 5y=55y = 5, so y=1y = 1.

Solved Sample Questions

Sample 1 (Digital SAT 2024)

Solve: 3x+2y=123x + 2y = 12 and xy=1x - y = 1.

From the second equation, x=y+1x = y + 1. Substitute: 3(y+1)+2y=12    5y+3=12    y=9/53(y+1) + 2y = 12 \implies 5y + 3 = 12 \implies y = 9/5.

Then x=9/5+1=14/5x = 9/5 + 1 = 14/5.

Solution: (14/5,9/5)(14/5, 9/5).

Sample 2 (PSAT 2023)

For what value of kk does the system 2x+3y=62x + 3y = 6 and 4x+ky=124x + ky = 12 have infinitely many solutions?

For infinite solutions, the second equation must be a multiple of the first. Here 242 \to 4 means multiplier =2= 2. So 323=6=k3 \to 2 \cdot 3 = 6 = k. Also constant 6126 \to 12, which checks.

k=6k = 6.

Sample 3 (Digital SAT word problem)

A store sells pens and notebooks. A pen costs 33 and a notebook costs 55. If a customer buys 77 items for a total of \29$, how many pens did they buy?

Let pp = pens, nn = notebooks. Equations:

p+n=7,3p+5n=29p + n = 7, \quad 3p + 5n = 29

From first: n=7pn = 7 - p. Substitute: 3p+5(7p)=29    3p+355p=29    2p=6    p=33p + 5(7 - p) = 29 \implies 3p + 35 - 5p = 29 \implies -2p = -6 \implies p = 3.

3 pens.

Difficulty Distribution

Sub-topicEasyMediumHard
Direct solving70%25%5%
Word problems30%50%20%
No/infinite solution40%50%10%

The hard ones disguise systems inside word contexts or use parameters in coefficients.

Expert Strategy

Always read the question for what is asked. SAT loves to give you a system, ask for x+yx + y or 2xy2x - y, not xx or yy individually. Solve the right thing.

For “no solution” or “infinite solutions” questions, compare coefficient ratios immediately. Skip solving entirely.

For word problems, define variables clearly with units before writing equations. Half the errors come from confusion about what each variable represents.

Common Traps

Forgetting that “no solution” requires same slope BUT different intercept. Same slope same intercept = infinite solutions, not no solution.

Solving for xx when the question asks for yy, or vice versa. Always read the final question after solving.

Setting up word-problem variables incorrectly. “Three more apples than oranges” means a=o+3a = o + 3, not a+3=oa + 3 = o. Translate slowly.