Algebra ⚡ High Yield (1-3 Questions per Test)

Linear Functions

Digital SAT Math Preparation & Desmos Strategies

4 Concepts 17 Practice Qs 30 Mock Qs ⚡ Desmos Speed Hacks

Key Concepts & Worked Archetypes

Concept 1

Concept 1: Slope-Intercept Form and Interpretation

A linear function has a constant rate of change and can be represented in the form $y = mx + b$, where $m$ is the slope and $b$ is the y-intercept.

  • Slope represents the rate of change: $m = \frac{y_2 - y_1}{x_2 - x_1}$
  • Y-intercept $b$ represents the initial value when $x = 0$.
  • Parallel lines have equal slopes: $m_1 = m_2$
  • Perpendicular lines have negative reciprocal slopes: $m_1 \cdot m_2 = -1$
📘 Traditional Algebraic Method

Identify two coordinate points $(x_1, y_1)$ and $(x_2, y_2)$ from the text, compute the slope $m$ using the slope formula, and substitute one point along with $m$ into $y = mx + b$ to solve for $b$.

⚡ SAT Speed Trick & Desmos Hack

Type the two given points into a Desmos table or define a regression line using $y_1 \sim mx_1 + b$ to instantly extract $m$ and $b$.

💡 Worked SAT Archetype Example

Problem: A linear function $f$ models the height of a plant, in centimeters, $x$ weeks after it is planted. If the plant is $4$ cm tall at week $0$ and grows $2.5$ cm per week, which equation defines $f(x)$?

📘 Step-by-Step Textbook Solution:
Step 1
Identify the initial value (y-intercept $b$) as $4$, since the height at week $0$ is $4$.
Step 2
Identify the rate of change (slope $m$) as $2.5$ cm per week.
Step 3
Substitute $m = 2.5$ and $b = 4$ into the slope-intercept form $f(x) = mx + b$.
Step 4
Write the final linear equation: $f(x) = 2.5x + 4$
⚡ Speed / Desmos Tactic:
Step 1
Scan the question for initial value ($4$) and rate ($2.5$).
Step 2
Match directly with the form $mx + b$.
Step 3
Select option $f(x) = 2.5x + 4$ in under 10 seconds.
Concept 2

Concept 2: Writing Linear Equations from Context

Word problems often describe linear relationships using initial fees and constant per-unit costs, requiring the translation of text into $y = mx + b$ or standard form $Ax + By = C$.

  • The variable $x$ typically represents the independent quantity (hours, items sold, miles driven).
  • The variable $y$ or $f(x)$ represents the dependent total cost or quantity.
  • Standard form $Ax + By = C$ is useful when two types of items or constraints are combined.
📘 Traditional Algebraic Method

Assign variables to unknown quantities, construct a system of two linear equations based on the given conditions, and solve via substitution or elimination.

⚡ SAT Speed Trick & Desmos Hack

Use Desmos to graph the given conditions or test answer choices by plugging in given test point values for $x$.

💡 Worked SAT Archetype Example

Problem: Tickets to a museum cost $12$ for adults and $8$ for children. If a group of people buy $15$ tickets for a total of $140$, how many adult tickets were purchased?

📘 Step-by-Step Textbook Solution:
Step 1
Let $a$ be the number of adult tickets and $c$ be the number of child tickets.
Step 2
Set up the total ticket equation: $a + c = 15$
Step 3
Set up the total cost equation: $12a + 8c = 140$
Step 4
Multiply the first equation by $8$: $8a + 8c = 120$
Step 5
Subtract from the cost equation: $4a = 20$
Step 6
Solve for $a$: $a = 5$
⚡ Speed / Desmos Tactic:
Step 1
Open Desmos and type the system: $x + y = 15$ and $12x + 8y = 140$.
Step 2
Click the intersection point on the coordinate plane.
Step 3
Read the x-coordinate directly as $5$.
Concept 3

Concept 3: Point-Slope Form

Point-slope form provides a direct way to write a linear equation when given a specific point and the slope, formatted as $y - y_1 = m(x - x_1)$.

  • Given slope $m$ and point $(x_1, y_1)$, substitute directly into: $y - y_1 = m(x - x_1)$
  • Can be easily expanded and rearranged into slope-intercept form $y = mx + b$.
  • Useful for identifying a specific fixed point on the line by inspecting the equation constants.
📘 Traditional Algebraic Method

Substitute the slope $m$ and coordinates $(x_1, y_1)$ into the formula, then distribute $m$ and isolate $y$ to convert to standard or slope-intercept form.

⚡ SAT Speed Trick & Desmos Hack

Type the point-slope equation directly into Desmos and check which answer choices or points match the graph.

💡 Worked SAT Archetype Example

Problem: A line passes through the point $(3, -2)$ and has a slope of $4$. Which of the following equations represents this line?

📘 Step-by-Step Textbook Solution:
Step 1
Identify $m = 4$, $x_1 = 3$, and $y_1 = -2$.
Step 2
Substitute into point-slope form: $y - (-2) = 4(x - 3)$
Step 3
Simplify the left side: $y + 2 = 4(x - 3)$
Step 4
Distribute the right side: $y + 2 = 4x - 12$
Step 5
Isolate $y$: $y = 4x - 14$
⚡ Speed / Desmos Tactic:
Step 1
Enter $y - (-2) = 4(x - 3)$ into Desmos.
Step 2
Observe the line passing through $(3, -2)$ with slope $4$.
Step 3
Match the resulting simplified equation $y = 4x - 14$ with the correct option.
Concept 4

Concept 4: Perpendicular and Parallel Lines

Geometric relationships of linear equations depend entirely on comparing their slopes.

  • Parallel lines have identical slopes: $m_1 = m_2$
  • Perpendicular lines have negative reciprocal slopes: $m_2 = -\frac{1}{m_1}$
  • Vertical lines have undefined slope ($x = c$); horizontal lines have zero slope ($y = c$).
📘 Traditional Algebraic Method

Extract the slope from the given equation by converting it to $y = mx + b$, determine the new slope based on whether the lines are parallel or perpendicular, and use the given point to find the new y-intercept.

⚡ SAT Speed Trick & Desmos Hack

Define parameters or test equations in Desmos to visually verify intersection angles and offsets.

💡 Worked SAT Archetype Example

Problem: What is the equation of the line that passes through $(4, 1)$ and is perpendicular to the line $2x + 3y = 6$?

📘 Step-by-Step Textbook Solution:
Step 1
Convert the given equation to slope-intercept form: $3y = -2x + 6$
Step 2
Simplify to find the original slope: $y = -\frac{2}{3}x + 2$, so $m_1 = -\frac{2}{3}$.
Step 3
Find the perpendicular slope by taking the negative reciprocal: $m_2 = \frac{3}{2}$.
Step 4
Use point-slope form with $(4, 1)$: $y - 1 = \frac{3}{2}(x - 4)$
Step 5
Simplify to slope-intercept form: $y = \frac{3}{2}x - 5$
⚡ Speed / Desmos Tactic:
Step 1
In Desmos, type $2x + 3y = 6$ and plot point $(4, 1)$ as $(4, 1)$.
Step 2
Test answer choices in Desmos to see which line passes through $(4, 1)$ and forms a $90^{\circ}$ angle with the first line.

Practice Questions (17)

Question 1 Interpreting Linear Slopes and Intercepts
Easy

The cost $C$, in dollars, to rent a moving truck for a day is given by the linear function $C(m) = 0.50m + 30$, where $m$ is the number of miles driven. What is the best interpretation of the number $30$ in this context?

📘 Step-by-Step Algebraic Solution
Step 1
Identify the given linear function $C(m) = 0.50m + 30$.
Step 2
Recognize that $m$ represents the number of miles driven.
Step 3
Evaluate the function when $m = 0$, representing zero miles driven: $C(0) = 0.50(0) + 30 = 30$.
Step 4
Conclude that $30$ represents the fixed cost when zero miles are driven, which is the flat rental fee.
⚡ Desmos Shortcut / Speed Hack
Step 1
Look at the constant term in the slope-intercept form $y = mx + b$.
Step 2
The constant term $b = 30$ is the $y$-intercept, representing the value when $x=0$ (zero miles).
Step 3
Match this directly to the flat fee option B.
Question 2 Interpreting Linear Slopes and Intercepts
Easy

A personal trainer's fee $F$, in dollars, is modeled by the equation $F(h) = 45h + 20$, where $h$ is the number of hours spent training. Which of the following is the best interpretation of the slope of the graph?

📘 Step-by-Step Algebraic Solution
Step 1
Analyze the equation $F(h) = 45h + 20$.
Step 2
Identify the coefficient of $h$, which is $45$.
Step 3
Since $h$ is measured in hours, an increase of $1$ hour increases the fee by $45$ dollars.
Step 4
Therefore, $45$ represents the hourly rate.
⚡ Desmos Shortcut / Speed Hack
Step 1
Identify the slope coefficient $m$ in $F(h) = mh + b$.
Step 2
Here $m = 45$, attached to the variable $h$ (hours).
Step 3
Select the option corresponding to cost per unit time: $45 per hour.
Question 3 Interpreting Linear Slopes and Intercepts
Medium

The temperature $T$, in degrees Fahrenheit, of a substance $t$ minutes after it is placed in a cooling freezer is given by $T(t) = -3.5t + 120$. Which of the following statements is the best interpretation of the statement $T(10) = 85$?

📘 Step-by-Step Algebraic Solution
Step 1
Examine the function notation $T(t) = -3.5t + 120$.
Step 2
Compare $T(10)$ to the general notation $T(t)$, which reveals that the input time $t = 10$ minutes.
Step 3
Compare the output value to $85$, so $T(10) = 85$ means the temperature $T$ is $85$ when $t = 10$.
Step 4
Conclude that the temperature is $85^{\circ}\text{F}$ after $10$ minutes.
⚡ Desmos Shortcut / Speed Hack
Step 1
Recall that inside the parentheses is the independent variable ($t = 10$ minutes).
Step 2
Recall that the value on the other side of the equals sign is the dependent variable ($T = 85^{\circ}\text{F}$).
Step 3
Choose option B matching time to temperature.
Question 4 Interpreting Linear Slopes and Intercepts
Medium

A car's fuel efficiency and remaining gas can be modeled by the equation $G = 16 - 0.04d$, where $G$ is the gallons of gasoline remaining in the tank and $d$ is the distance driven in miles. What is the meaning of the slope in this equation?

📘 Step-by-Step Algebraic Solution
Step 1
Write the equation in slope-intercept form: $G = -0.04d + 16$.
Step 2
Identify the slope $m = -0.04$ and $y$-intercept $b = 16$.
Step 3
Interpret the slope as the change in $G$ (gallons) per unit change in $d$ (miles).
Step 4
The value $-0.04$ means gas decreases by $0.04$ gallons for each mile driven.
⚡ Desmos Shortcut / Speed Hack
Step 1
Slope is the rate of change $\frac{\Delta G}{\Delta d} = -0.04$.
Step 2
$G$ is in gallons and $d$ is in miles.
Step 3
Thus, $0.04$ gallons per mile consumed.
Question 5 Interpreting Linear Slopes and Intercepts
Hard

The total monthly compensation, $M$, in dollars, for a software salesperson is given by $M(s) = m s + b$, where $s$ is the total dollar value of software sold, $m$ is the commission rate, and $b$ is the base monthly salary. If the salesperson's monthly compensation increases by $\$150$ for every $\$2,000$ increase in software sold, and their base salary is $\$3,500$, what is the equation for $M(s)$?

📘 Step-by-Step Algebraic Solution
Step 1
Identify the formula for slope $m$ as the rate of change: $m = \frac{\text{Change in } M}{\text{Change in } s}$.
Step 2
Substitute the given values: $m = \frac{150}{2000}$.
Step 3
Simplify the fraction: $m = \frac{15}{200} = \frac{3}{40} = 0.075$.
Step 4
Substitute $m = 0.075$ and base salary $b = 3500$ into $M(s) = ms + b$ to get $M(s) = 0.075s + 3500$.
⚡ Desmos Shortcut / Speed Hack
Step 1
Calculate commission rate $150 / 2000$ in Desmos by typing `150/2000` to get `0.075`.
Step 2
Check base salary $b = 3500$.
Step 3
Match with option A instantly.
Question 6 Writing Linear Equations from Context
Easy

A phone repair shop charges a fixed diagnostic fee of $\$40$ plus $\$25$ for each hour of labor. Which linear equation represents the total cost $y$, in dollars, for a repair that takes $x$ hours of labor?

📘 Step-by-Step Algebraic Solution
Step 1
Identify the variable rate per hour as the slope $m = 25$.
Step 2
Identify the fixed diagnostic fee as the $y$-intercept $b = 40$.
Step 3
Substitute $m$ and $b$ into the slope-intercept form equation $y = mx + b$.
Step 4
The resulting equation is $y = 25x + 40$.
⚡ Desmos Shortcut / Speed Hack
Step 1
Look for the per-hour rate ($25$) attached to the hour variable ($x$).
Step 2
Look for the fixed standalone fee ($40$).
Step 3
Combine as $25x + 40$, matching option B.
Question 7 Writing Linear Equations from Context
Easy

A local farm sells baskets of apples. Each basket costs $\$12$, and there is a flat delivery fee of $\$5$ for any order. Which equation gives the total cost $C$, in dollars, of ordering $b$ baskets of apples with delivery?

📘 Step-by-Step Algebraic Solution
Step 1
Define variables: let $b$ be the number of baskets and $C$ be the total cost.
Step 2
The variable cost is $\$12$ per basket, giving $12b$.
Step 3
The fixed delivery fee is $\$5$, which is added as a constant.
Step 4
Combine these parts into $C = 12b + 5$.
⚡ Desmos Shortcut / Speed Hack
Step 1
Cost scales with $b$ at rate $12$, so $12b$ is term 1.
Step 2
One-time fee is $5$, so add $5$.
Step 3
Result is $12b + 5$.
Question 8 Writing Linear Equations from Context
Medium

A library charges a late fee of $\$0.15$ per day for overdue books. If a patron currently has $\$4.50$ in accumulated late fees on day $0$ (before today's returns), and the total fees increase linearly, which equation represents the total late fees $F$ after $d$ additional days?

📘 Step-by-Step Algebraic Solution
Step 1
Identify the rate of increase per day as the slope: $m = 0.15$.
Step 2
Identify the initial fee amount as the $y$-intercept: $b = 4.50$.
Step 3
Use the linear model equation format $F = md + b$.
Step 4
Substitute the values to get $F = 0.15d + 4.50$.
⚡ Desmos Shortcut / Speed Hack
Step 1
Rate per day means $0.15$ goes with $d$.
Step 2
Initial amount is $4.50$.
Step 3
Equation is $0.15d + 4.50$.
Question 9 Writing Linear Equations from Context
Medium

An airplane cruising at an altitude of $32,000$ feet begins its descent at a constant rate of $2,200$ feet per minute. Which equation represents the airplane's altitude $A$, in feet, $t$ minutes after the descent has begun?

📘 Step-by-Step Algebraic Solution
Step 1
Identify the initial altitude when $t = 0$ as $32,000$ feet, which is the $y$-intercept $b = 32,000$.
Step 2
Identify the rate of change as $-2,200$ feet per minute because altitude is decreasing, so slope $m = -2200$.
Step 3
Assemble the equation using $A = mt + b$.
Step 4
Substitute values to yield $A = 32000 - 2200t$.
⚡ Desmos Shortcut / Speed Hack
Step 1
Start at $32000$.
Step 2
Lose $2200$ per minute, meaning subtract $2200t$.
Step 3
Match with $A = 32000 - 2200t$.
Question 10 Writing Linear Equations from Context
Hard

A wildlife biologist studying deer populations finds that in year $2$ of the study, there were $420$ deer, and in year $5$, there were $600$ deer. If the deer population grows linearly over time, which equation models the population $P$ in terms of the year $t$?

📘 Step-by-Step Algebraic Solution
Step 1
Define the two points given: $(2, 420)$ and $(5, 600)$.
Step 2
Calculate the slope $m = \frac{600 - 420}{5 - 2} = \frac{180}{3} = 60$.
Step 3
Use point-slope form with point $(2, 420)$: $P - 420 = 60(t - 2)$.
Step 4
Simplify to slope-intercept form: $P - 420 = 60t - 120 \implies P = 60t + 300$.
⚡ Desmos Shortcut / Speed Hack
Step 1
Type points `(2,420)` and `(5,600)` into Desmos table, or find slope via `(600-420)/(5-2) = 60`.
Step 2
Eliminate options with slopes other than 60 (leaves A, B, D).
Step 3
Plug in $t = 2$ to option A: $60(2) + 300 = 420$, which matches.
Question 11 Finding Equations from Two Points or Data Table
Easy

Line $l$ passes through the coordinate points $(0, 3)$ and $(4, 11)$. Which of the following is the equation of line $l$?

📘 Step-by-Step Algebraic Solution
Step 1
Identify the $y$-intercept $b = 3$ because the line passes through $(0, 3)$.
Step 2
Calculate the slope $m$ using points $(0, 3)$ and $(4, 11)$: $m = \frac{11 - 3}{4 - 0}$.
Step 3
Simplify the slope fraction: $m = \frac{8}{4} = 2$.
Step 4
Write the equation $y = mx + b$ as $y = 2x + 3$.
⚡ Desmos Shortcut / Speed Hack
Step 1
Notice $(0, 3)$ means $b = 3$, eliminating C and D.
Step 2
Test point $(4, 11)$ in A: $2(4) + 3 = 11$ (True).
Step 3
Test point in B: $4(4) + 3 = 19 \neq 11$ (False). Option A is correct.
Question 12 Finding Equations from Two Points or Data Table
Easy

A linear function $f$ has values $f(1) = 5$ and $f(3) = 11$. Which equation defines $f(x)$?

📘 Step-by-Step Algebraic Solution
Step 1
Write the given values as coordinates: $(1, 5)$ and $(3, 11)$.
Step 2
Compute the slope: $m = \frac{11 - 5}{3 - 1} = \frac{6}{2} = 3$.
Step 3
Use point-slope form with $(1, 5)$: $f(x) - 5 = 3(x - 1)$.
Step 4
Simplify: $f(x) = 3x - 3 + 5 \implies f(x) = 3x + 2$.
⚡ Desmos Shortcut / Speed Hack
Step 1
Slope is $\frac{11-5}{3-1} = 3$.
Step 2
Check $f(1) = 3(1) + 2 = 5$, which matches.
Step 3
Select option A.
Question 13 Finding Equations from Two Points or Data Table
Medium

The table below gives values of a linear function $g(x)$ for selected values of $x$: \begin{center} \begin{tabular}{|c|c|} \hline $x$ & $g(x)$ \\ \hline -2 & 7 \\ \hline 1 & 1 \\ \hline 4 & -5 \\ \hline \end{tabular} \end{center} Which equation defines $g(x)$?

📘 Step-by-Step Algebraic Solution
Step 1
Select two points from the table, such as $(-2, 7)$ and $(1, 1)$.
Step 2
Calculate the slope: $m = \frac{1 - 7}{1 - (-2)} = \frac{-6}{3} = -2$.
Step 3
Use point-slope form with $(1, 1)$: $g(x) - 1 = -2(x - 1)$.
Step 4
Simplify to find $g(x) = -2x + 2 + 1 \implies g(x) = -2x + 3$.
⚡ Desmos Shortcut / Speed Hack
Step 1
Input table points into Desmos or test $x = 1$ to see which option outputs $1$.
Step 2
Option A: $-2(1) + 3 = 1$.
Step 3
Option B: $-2(1) + 7 = 5 \neq 1$. Option A is verified.
Question 14 Finding Equations from Two Points or Data Table
Medium

A linear function passes through the points $(-3, -2)$ and $(2, 8)$. What is the $y$-intercept of this line?

📘 Step-by-Step Algebraic Solution
Step 1
Find the slope $m$ using $(-3, -2)$ and $(2, 8)$: $m = \frac{8 - (-2)}{2 - (-3)} = \frac{10}{5} = 2$.
Step 2
Substitute $m = 2$ and point $(2, 8)$ into $y = mx + b$.
Step 3
Solve for $b$: $8 = 2(2) + b \implies 8 = 4 + b \implies b = 4$.
Step 4
The $y$-intercept is $(0, 4)$.
⚡ Desmos Shortcut / Speed Hack
Step 1
Slope is $\frac{8 - (-2)}{2 - (-3)} = 2$.
Step 2
Use point-slope equation $y - 8 = 2(x - 2)$.
Step 3
Expand to $y = 2x + 4$, making the $y$-intercept $4$.
Question 15 Finding Equations from Two Points or Data Table
Hard

Line $k$ is perpendicular to the line given by $3x - 4y = 12$ and passes through the point $(6, -1)$. What is the equation of line $k$?

📘 Step-by-Step Algebraic Solution
Step 1
Find the slope of the given line $3x - 4y = 12$ by converting to slope-intercept form: $-4y = -3x + 12 \implies y = \frac{3}{4}x - 3$.
Step 2
The slope of the given line is $\frac{3}{4}$. The perpendicular slope is the negative reciprocal: $m = -\frac{4}{3}$.
Step 3
Use point-slope form with $(6, -1)$ and slope $-\frac{4}{3}$: $y - (-1) = -\frac{4}{3}(x - 6)$.
Step 4
Simplify: $y + 1 = -\frac{4}{3}x + 8 \implies y = -\frac{4}{3}x + 7$.
⚡ Desmos Shortcut / Speed Hack
Step 1
Given line slope is $3/4$, so perpendicular slope must be $-4/3$, eliminating B and D.
Step 2
Test point $(6, -1)$ in option A: $-\frac{4}{3}(6) + 7 = -8 + 7 = -1$ (True).
Step 3
Test point in option C: $-\frac{3}{4}(6) + 3.5 = -4.5 + 3.5 = -1$, but its slope is wrong. Option A is correct.
Question 16 Analyzing Parallel and Perpendicular Lines
Easy

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

📘 Step-by-Step Algebraic Solution
Step 1
Identify the slope of the reference line $y = -5x + 7$, which is $m = -5$.
Step 2
Recall that parallel lines must have equal slopes.
Step 3
Examine the given choices for a slope of $-5$.
Step 4
Option B has the equation $y = -5x + 12$, which has a slope of $-5$ and a different $y$-intercept, making it parallel.
⚡ Desmos Shortcut / Speed Hack
Step 1
Look for slope $m = -5$.
Step 2
Only option B has $-5$ as the coefficient of $x$.
Question 17 Analyzing Parallel and Perpendicular Lines
Easy

What is the slope of any line that is perpendicular to the graph of $2x + 3y = 9$?

📘 Step-by-Step Algebraic Solution
Step 1
Rewrite $2x + 3y = 9$ in slope-intercept form: $3y = -2x + 9 \implies y = -\frac{2}{3}x + 3$.
Step 2
Identify the slope of this line: $m_1 = -\frac{2}{3}$.
Step 3
Find the negative reciprocal for the perpendicular slope: $m_2 = -\left(\frac{1}{m_1}\right) = -\left(-\frac{3}{2}\right) = \frac{3}{2}$.
Step 4
Conclude that the perpendicular slope is $\frac{3}{2}$.
⚡ 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 College Board frequently tests the interpretation of slope and y-intercept in applied contexts (e.g., economics, physics, biology). Harder Module 2 questions combine linear modeling with parameter constraints or system interpretation.
🏛️

Official SAT PYQ Drill Bank (2023–2026)

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

Updated for 2026 Testing Season

Revision, Traps & Desmos Syntax

Slope Formula

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

Calculates the constant rate of change between two points.

Slope-Intercept Form

$y = mx + b$

Used when slope $m$ and y-intercept $b$ are known.

Point-Slope Form

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

Used when given a specific point $(x_1, y_1)$ and slope $m$.

Standard Form

$Ax + By = C$

Useful for finding x- and y-intercepts by setting opposing variables to zero.

🚨 Top SAT Traps & Misconceptions

⚠️ SAT Trap: Confusing Slope and Intercept
Mixing up the initial fixed value ($b$) with the variable rate ($m$) in word problems.
⚠️ SAT Trap: Sign Errors with Perpendicular Slopes
Failing to change the sign when finding the negative reciprocal for perpendicular lines.

⚡ Essential Desmos Cheatsheet

🎯 Linear Regression
y1 ~ mx1 + b
Type data tables into Desmos and let regression instantly calculate exact slope and intercept.
🎯 Intersection Solver
Graph both linear equations
Click the intersection point on the Desmos graph to get the exact $(x, y)$ solution pair.

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

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

Question 3 Level 1: Foundation

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

Question 4 Level 1: Foundation

Which of the following equations represents a line with a slope of $-2$ and a y-intercept of $7$?

Question 5 Level 1: Foundation

If $f(x) = 4x - 5$, what is the value of $f(3)$?

Question 6 Level 1: Foundation

A rental car company charges a flat fee of $\$50$ plus $\$0.20$ per mile driven. Which equation models the total cost $C$ for $m$ miles driven?

Question 7 Level 1: Foundation

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

Question 8 Level 1: Foundation

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

Question 9 Level 1: Foundation

Line $l$ is parallel to the line $y = 5x - 3$ and passes through the origin $(0, 0)$. What is the equation of line $l$?

Question 10 Level 1: Foundation

If $3x + y = 10$ and $y = 4$, what is the value of $x$?