Algebra โšก High Yield (1-3 Questions per Test)

Linear Equations Two Variables

Digital SAT Math Preparation & Desmos Strategies

4 Concepts 10 Practice Qs 30 Mock Qs โšก Desmos Speed Hacks

Key Concepts & Worked Archetypes

Concept 1

Concept 1: Slope-Intercept Form & Interpretation

A linear equation in two variables represents a straight-line relationship where the rate of change is constant.

  • Standard slope-intercept form is given by $y = mx + b$
  • The slope $m$ represents the constant rate of change: $m = \frac{y_2 - y_1}{x_2 - x_1}$
  • The y-intercept $b$ represents the initial value when $x = 0$
๐Ÿ“˜ Traditional Algebraic Method

Identify two coordinate points $(x_1, y_1)$ and $(x_2, y_2)$ from the given text or table.

โšก SAT Speed Trick & Desmos Hack

Type the two points directly into Desmos as a table or use regression $y_1 \sim m x_1 + b$ to instantly extract slope and intercept.

๐Ÿ’ก Worked SAT Archetype Example

Problem: A linear function $f$ models the value of a machine, in dollars, $x$ years after purchase. If $f(2) = 18000$ and $f(5) = 12000$, what is the value of the machine 7 years after purchase?

๐Ÿ“˜ Step-by-Step Textbook Solution:
Step 1
Set up the points as coordinates: $(2, 18000)$ and $(5, 12000)$
Step 2
Calculate the slope $m$: $m = \frac{12000 - 18000}{5 - 2}$
Step 3
Simplify the slope calculation: $m = \frac{-6000}{3} = -2000$
Step 4
Write the equation: $f(x) = -2000x + b$
Step 5
Solve for $b$ using $(2, 18000)$: $18000 = -2000(2) + b$
Step 6
Determine $b$: $b = 22000$
Step 7
Evaluate for $x = 7$: $f(7) = -2000(7) + 22000$
Step 8
Final calculation and answer: $f(7) = 8000$
โšก Speed / Desmos Tactic:
Step 1
Open Desmos and create a table with columns $x_1$ and $y_1$, entering $(2, 18000)$ and $(5, 12000)$
Step 2
Type the regression command: $y_1 \sim mx_1 + b$
Step 3
Read values $m = -2000$ and $b = 22000$, then evaluate $-2000(7) + 22000$ to get 8000
Concept 2

Concept 2: Standard Form & Intercepts

Standard form provides a symmetric way to express linear relations and quickly find axis intersections.

  • Standard form is expressed as $Ax + By = C$, where $A$, $B$, and $C$ are integers.
  • The x-intercept occurs where $y = 0$, calculated as $x = \frac{C}{A}$.
  • The y-intercept occurs where $x = 0$, calculated as $y = \frac{C}{B}$.
๐Ÿ“˜ Traditional Algebraic Method

Substitute $x = 0$ to find the y-intercept and $y = 0$ to find the x-intercept algebraically.

โšก SAT Speed Trick & Desmos Hack

Type the equation directly into Desmos and click the highlighted x-intercept and y-intercept icons on the coordinate axes.

๐Ÿ’ก Worked SAT Archetype Example

Problem: What is the x-intercept of the graph of $3x - 4y = 24$ in the xy-plane?

๐Ÿ“˜ Step-by-Step Textbook Solution:
Step 1
Set $y = 0$ to find the x-intercept.
Step 2
Substitute into the equation: $3x - 4(0) = 24$
Step 3
Simplify the expression: $3x = 24$
Step 4
Solve for $x$: $x = 8$
โšก Speed / Desmos Tactic:
Step 1
Input $3x - 4y = 24$ into the Desmos graphing window.
Step 2
Click on the point where the line crosses the x-axis.
Step 3
Read coordinate $(8, 0)$ instantly.
Concept 3

Concept 3: Word Problems & Contextual Parameters

Contextual linear equations translate real-world scenarios into mathematical models with fixed costs and variable rates.

  • The coefficient of the variable represents the unit rate or cost per item.
  • The constant term represents the fixed fee, starting value, or base price.
  • Ensure units match across all terms in the equation before solving.
๐Ÿ“˜ Traditional Algebraic Method

Define variables for unknown quantities, construct an equation matching the word description, and solve step-by-step.

โšก SAT Speed Trick & Desmos Hack

Use Desmos sliders or plug options from multiple-choice questions directly into the defined expression.

๐Ÿ’ก Worked SAT Archetype Example

Problem: A phone company charges a monthly base fee of $15 plus $0.05 per text message sent. If a customer's bill is $28.50, how many text messages were sent?

๐Ÿ“˜ Step-by-Step Textbook Solution:
Step 1
Define variable $t$ as the number of text messages sent.
Step 2
Set up the equation: $0.05t + 15 = 28.50$
Step 3
Subtract 15 from both sides: $0.05t = 13.50$
Step 4
Divide by 0.05: $t = 270$
โšก Speed / Desmos Tactic:
Step 1
Type $y = 0.05x + 15$ into Desmos.
Step 2
Type $y = 28.50$ as a second equation.
Step 3
Click the intersection point to read $x = 270$.
Concept 4

Concept 4: Parallel and Perpendicular Lines

Geometric relationships between linear equations are determined exclusively by comparing their slopes.

  • Parallel lines have identical slopes: $m_1 = m_2$
  • Perpendicular lines have negative reciprocal slopes: $m_1 \times m_2 = -1$
  • Vertical lines have undefined slope ($x = c$), while horizontal lines have zero slope ($y = c$).
๐Ÿ“˜ Traditional Algebraic Method

Extract slope $m$ from the given equation, apply the slope rule for parallel or perpendicular lines, and use point-slope form.

โšก SAT Speed Trick & Desmos Hack

Use Desmos to visually verify perpendicularity or parallelism by graphing the reference line and testing answer choices.

๐Ÿ’ก Worked SAT Archetype Example

Problem: Which of the following equations represents a line that is perpendicular to the graph of $2x + 3y = 6$?

๐Ÿ“˜ Step-by-Step Textbook Solution:
Step 1
Rewrite $2x + 3y = 6$ in slope-intercept form.
Step 2
Isolate $y$: $3y = -2x + 6$
Step 3
Simplify: $y = -\frac{2}{3}x + 2$
Step 4
Identify slope $m = -\frac{2}{3}$.
Step 5
Find the negative reciprocal: $m_{\perp} = \frac{3}{2}$.
โšก Speed / Desmos Tactic:
Step 1
Graph $2x + 3y = 6$ in Desmos.
Step 2
Test answer choices looking for visually 90-degree intersecting lines, ensuring slopes match $\frac{3}{2}$.

Practice Questions (10)

Question 1 Archetype
Medium

๐Ÿ“˜ Step-by-Step Algebraic Solution
Step 1
Locate the slope in the equation $P = 6.50n - 120$, which is $6.50$.
Step 2
Note that $n$ represents the number of candles sold.
Step 3
Determine that for each increase of $1$ in $n$, the profit $P$ increases by $6.50$.
Step 4
Conclude that $6.50$ is the profit earned per candle sold.
โšก Desmos Shortcut / Speed Hack
Step 1
Look at the number multiplying the variable $n$.
Step 2
Multipliers of independent variables represent unit rates.
Step 3
Select option A.
Question 9 Interpreting Slope and Intercepts in Word Problems
Medium

A pharmaceutical representative's monthly salary $S$, in dollars, is determined by a base salary plus a commission for every prescription software package sold, $p$. The equation is $S = 2500 + 150p$. If the representative's salary increases by $\$450$, how many more software packages were sold?

๐Ÿ“˜ Step-by-Step Algebraic Solution
Step 1
Identify the commission rate per package sold as the slope, $150$ dollars per package.
Step 2
Set up the equation relating salary increase to packages sold: $\Delta S = 150 \cdot \Delta p$.
Step 3
Substitute the given salary increase: $450 = 150 \cdot \Delta p$.
Step 4
Solve for $\Delta p$: $\Delta p = \frac{450}{150} = 3$ packages.
โšก Desmos Shortcut / Speed Hack
Step 1
Compute $\frac{\text{Total Increase}}{\text{Rate per unit}}$.
Step 2
$\frac{450}{150} = 3$.
Step 3
Select option B.
Question 10 Interpreting Slope and Intercepts in Word Problems
Hard

A runner's distance $d$, in miles, from a hydration checkpoint after $t$ minutes is modeled by $d = 5.2 - 0.15t$. Which of the following statements is the best interpretation of both the slope and the y-intercept in this context?

๐Ÿ“˜ Step-by-Step Algebraic Solution
Step 1
Analyze the y-intercept $5.2$: at $t = 0$, $d = 5.2$, meaning the initial distance from the checkpoint is $5.2$ miles.
Step 2
Analyze the slope $-0.15$: distance decreases by $0.15$ miles per minute as time increases.
Step 3
Because distance from the checkpoint is decreasing over time, the runner is moving closer to the checkpoint.
Step 4
Combine these findings to confirm option A is correct.
โšก Desmos Shortcut / Speed Hack
Step 1
Negative slope implies distance is shrinking, meaning moving *toward* the target.
Step 2
Intercept $5.2$ is the starting distance.
Step 3
Instantly select option A.
Question 11 Writing Linear Equations from Two Points or Data
Easy

A linear function passes through the points $(0, 3)$ and $(2, 7)$ in the $xy$-plane. Which of the following is the equation of this line?

๐Ÿ“˜ Step-by-Step Algebraic Solution
Step 1
Identify the y-intercept $b = 3$ from the point $(0, 3)$.
Step 2
Calculate the slope $m$ using points $(0, 3)$ and $(2, 7)$: $m = \frac{7 - 3}{2 - 0} = \frac{4}{2} = 2$.
Step 3
Substitute $m = 2$ and $b = 3$ into slope-intercept form $y = mx + b$.
Step 4
Obtain the equation $y = 2x + 3$.
โšก Desmos Shortcut / Speed Hack
Step 1
Test point $(0, 3)$ in the options: $3 = 2(0) + 3$ (True for A, C).
Step 2
Test point $(2, 7)$ in option A: $7 = 2(2) + 3 = 7$ (True).
Step 3
Select option A.
Question 12 Writing Linear Equations from Two Points or Data
Easy

A line in the $xy$-plane has a slope of $-3$ and passes through the point $(1, 4)$. Which of the following is the equation of the line?

๐Ÿ“˜ Step-by-Step Algebraic Solution
Step 1
Start with the slope-intercept form $y = -3x + b$.
Step 2
Substitute the coordinates of the given point $(1, 4)$ for $x$ and $y$: $4 = -3(1) + b$.
Step 3
Solve for $b$: $4 = -3 + b \implies b = 7$.
Step 4
Write the final equation: $y = -3x + 7$.
โšก Desmos Shortcut / Speed Hack
Step 1
Substitute $x = 1$ into option C: $y = -3(1) + 7 = 4$.
Step 2
Matches the given $y$-coordinate for $x = 1$.
Step 3
Select option C.
Question 13 Writing Linear Equations from Two Points or Data
Medium

Line $L$ passes through the points $(-2, 5)$ and $(4, -1)$. What is the equation of line $L$ in slope-intercept form?

๐Ÿ“˜ Step-by-Step Algebraic Solution
Step 1
Compute the slope $m$ using $(-2, 5)$ and $(4, -1)$: $m = \frac{-1 - 5}{4 - (-2)} = \frac{-6}{6} = -1$.
Step 2
Use point-slope form with slope $-1$ and point $(4, -1)$: $y - (-1) = -1(x - 4)$.
Step 3
Simplify the equation: $y + 1 = -x + 4$.
Step 4
Isolate $y$ to get $y = -x + 3$.
โšก Desmos Shortcut / Speed Hack
Step 1
Test point $(-2, 5)$ in option A: $5 = -(-2) + 3 = 5$ (True).
Step 2
Test point $(4, -1)$ in option A: $-1 = -(4) + 3 = -1$ (True).
Step 3
Select option A.
Question 14 Writing Linear Equations from Two Points or Data
Medium

A linear function $f$ has values $f(3) = 11$ and $f(7) = 23$. Which of the following defines $f(x)$?

๐Ÿ“˜ Step-by-Step Algebraic Solution
Step 1
Identify the two points from the function values: $(3, 11)$ and $(7, 23)$.
Step 2
Find the slope $m = \frac{23 - 11}{7 - 3} = \frac{12}{4} = 3$.
Step 3
Use point-slope form with $(3, 11)$: $y - 11 = 3(x - 3)$.
Step 4
Expand and simplify: $y - 11 = 3x - 9 \implies y = 3x + 2$, so $f(x) = 3x + 2$.
โšก Desmos Shortcut / Speed Hack
Step 1
Check $f(3) = 11$ in option B: $3(3) + 2 = 11$ (True).
Step 2
Check $f(7) = 23$ in option B: $3(7) + 2 = 23$ (True).
Step 3
Select option B.
Question 15 Writing Linear Equations from Two Points or Data
Hard

Line $k$ is perpendicular to the line $2x + 5y = 10$ and passes through the point $(-4, 1)$. What is the y-intercept of line $k$?

๐Ÿ“˜ Step-by-Step Algebraic Solution
Step 1
Find the slope of the given line $2x + 5y = 10$ by converting to slope-intercept form: $5y = -2x + 10 \implies y = -\frac{2}{5}x + 2$.
Step 2
Identify the slope as $-\frac{2}{5}$.
Step 3
Determine the slope of line $k$ as the negative reciprocal: $m_k = \frac{5}{2}$.
Step 4
Use point-slope form with point $(-4, 1)$: $y - 1 = \frac{5}{2}(x - (-4))$.
Step 5
Simplify: $y - 1 = \frac{5}{2}x + 10 \implies y = \frac{5}{2}x + 11$, wait let's recompute: $5/2 \times 4 = 10$, so $y - 1 = 5/2 x + 10 \implies y = 5/2 x + 11$. Wait, let's check $(-4, 1)$: $\frac{5}{2}(-4) + 11 = -10 + 11 = 1$. Correct y-intercept is $(0, 11)$? Let's check options: Option D is $(0, 11)$. Let's re-verify: $y = \frac{5}{2}x + 11$ gives y-intercept $11$. Let's change correct index to D.
โšก Desmos Shortcut / Speed Hack
Step 1
Slope of given line is $-2/5$, so perpendicular slope is $5/2$.
Step 2
Write equation: $y = \frac{5}{2}x + b$, substitute $(-4, 1)$: $1 = \frac{5}{2}(-4) + b \implies 1 = -10 + b \implies b = 11$.
Step 3
Select option D.
Question 16 Parallel and Perpendicular Lines in Linear Equations
Easy

Which of the following lines is parallel to the graph of $y = 4x - 7$?

๐Ÿ“˜ Step-by-Step Algebraic Solution
Step 1
Identify the slope of the given line $y = 4x - 7$, which is $m = 4$.
Step 2
Recall that parallel lines must have identical slopes.
Step 3
Inspect the options for a line with a slope of $4$.
Step 4
Option B has the equation $y = 4x + 5$, which also has a slope of $4$.
โšก Desmos Shortcut / Speed Hack
Step 1
Look for the coefficient of $x$ to be $4$.
Step 2
Only option B has a slope of $4$.
Step 3
Select option B.
Question 17 Parallel and Perpendicular Lines in Linear Equations
Easy

Which of the following equations represents a line that is perpendicular to $y = -\frac{2}{3}x + 5$?

๐Ÿ“˜ Step-by-Step Algebraic Solution
โšก Desmos Shortcut / Speed Hack

Official SAT Exam Blueprint & Weightage

Metric Exam Pattern & Weightage
Question Frequency 1-3 questions per test module
Module 1 Appearance Medium Frequency (Foundational tests)
Module 2 Appearance High Frequency (Hard module score differentiator)
Pattern Analysis Analysis of College Board question patterns and recent exam distributions.
๐Ÿ›๏ธ

Official SAT PYQ Drill Bank (2023โ€“2026)

We are compiling real verified College Board exam patterns with step-by-step Desmos shortcuts for Linear Equations Two Variables.

Updated for 2026 Testing Season

Revision, Traps & Desmos Syntax

Slope Formula

$m = \frac{y_2 - y_1}{x_2 - x_1}$

Used to find the rate of change between two coordinate points.

Slope-Intercept Form

$y = mx + b$

Core equation format where $m$ is slope and $b$ is the y-intercept.

Point-Slope Form

$y - y_1 = m(x - x_1)$

Fastest formula when given a point and a slope.

๐Ÿšจ Top SAT Traps & Misconceptions

โš ๏ธ SAT Trap: Confusing X and Y Intercepts
College Board frequently asks for the x-intercept, but students automatically solve for the y-intercept (setting $x=0$ instead of $y=0$).
โš ๏ธ SAT Trap: Unit Mismatch in Word Problems
Rates given in cents while answers require dollars (or minutes vs. hours). Always verify unit consistency.

โšก Essential Desmos Cheatsheet

๐ŸŽฏ Linear Regression Table
y_1 ~ m x_1 + b
Instantly find linear equations from any two data points or coordinate pairs.
๐ŸŽฏ Intersection Solver
Type both equations as separate lines
Click the intersection point to get exact coordinate values without simultaneous algebraic solving.

3-Level Mock Test (30 Questions)

๐ŸŸข Level 1: Foundation
10 Qs ยท Sub-600 Score
๐ŸŸก Level 2: Target 700+
10 Qs ยท 600โ€“740 Score
๐Ÿ”ด Level 3: 800-Mastery
10 Qs ยท 750โ€“800 Score
Question 1 Level 1: Foundation

What is the slope of the line represented by the equation $y = 3x - 5$?

Question 2 Level 1: Foundation

What is the $y$-intercept of the line given by the equation $2x + 4y = 12$?

Question 3 Level 1: Foundation

Which of the following points lies on the graph of the line $y = -2x + 7$?

Question 4 Level 1: Foundation

A line passes through the points $(0, 1)$ and $(2, 5)$. What is the slope of this line?

Question 5 Level 1: Foundation

Which equation represents a line that is parallel to the graph of $y = 5x - 2$?

Question 6 Level 1: Foundation

What is the $x$-intercept of the linear equation $3x - 2y = 12$?

Question 7 Level 1: Foundation

If a line has a slope of $-3$ and passes through the point $(0, 4)$, what is its equation in slope-intercept form?

Question 8 Level 1: Foundation

Which of the following ordered pairs is a solution to the system of equations $\begin{cases} x + y = 5 \\ x - y = 1 \end{cases}$?

Question 9 Level 1: Foundation

What is the slope of any vertical line in the coordinate plane?

Question 10 Level 1: Foundation

Convert the equation $2x - y = 4$ into slope-intercept form.