← Back to Resources

How Desmos Can Save You 10+ Minutes on the SAT

The techniques top scorers use with the built-in graphing calculator

15 min read13 sections14 examples

1. Your Secret Weapon on the SAT

The Desmos graphing calculator is built directly into the digital SAT. It's not an add-on — it IS your calculator. And most students barely scratch the surface of what it can do.

Here's the key insight: every algebraic solution is just shapes crossing on a graph. Two equations are equal? That's two lines intersecting. Solving a quadratic? That's a parabola hitting the x-axis.

Finding the value of k that gives "no solution"? That's two lines that never meet.

Once you get this, Desmos basically solves problems for you. You can check answers in seconds, find solutions visually when algebra gets messy, and skip entire categories of mistakes.

Traditional ApproachDesmos Shortcut
Solve systems by elimination/substitutionGraph both lines, click intersection
Factor quadratics to find rootsGraph the parabola, read the x-intercepts
Calculate mean by hand (add, divide)Type mean(15, 22, 18, 31, 24, 19)
Memorize slope-intercept conversionsType the equation directly in any form
Guess-and-check for unknown constantsUse a slider to dial in the exact value

Quick Reference: When to Use What

Use this table as your cheat sheet. Over time, you'll know instantly when to reach for Desmos vs. when to solve by hand.

Problem TypeAlgebra EffortDesmos SpeedVerdict
Single-variable equationsHighInstantGRAPH IT
Systems of equationsHighInstantGRAPH IT
Quadratics & interceptsMediumInstantGRAPH IT
Inequality boundariesHighInstantGRAPH IT
Mean / MedianMediumInstantTYPE IT
Evaluating expressionsLow–MedInstantTYPE IT
Circle formula parsingLowSlowPEN & PAPER
Linear no-solution (find k)LowImprecisePEN & PAPER
Equivalent expressionsMediumClunkyPEN & PAPER
Simple arithmeticLowOverkillPEN & PAPER

The best SAT takers don't just know how to use Desmos — they know when. Practice the techniques AND the judgment calls. That's what separates a 650 from a 750.

2. Desmos as a Calculator

Most students don't realize: Desmos IS your only calculator on the digital SAT. There's no separate scientific calculator. Everything happens in Desmos.

Basic arithmetic: Type expressions directly into the expression line. Desmos evaluates them instantly — just type and read the result.

Desmos computing (3/4)(120) - 15 = 75 and sqrt(144) + 7^2 = 61
Type any arithmetic expression — Desmos evaluates it instantly

Fractions: Desmos handles fractions natively. Type (2/3) + (5/8) and get the exact decimal. Need a discriminant? Type the whole thing: 7^2 - 4*3*2.

Desmos computing 2/3 + 5/8 and 7^2 - 4*3*2
Fraction arithmetic and discriminant calculations

Other useful operations:

  • sqrt(144) — square root
  • nthroot(27, 3) — cube root (= 3)
  • 7^2 — exponents
  • |3x - 7| — absolute value
  • 0.15 * 340 — percentages (15% of 340)
💡Get comfortable using Desmos for quick arithmetic — not just graphing. It's the only calculator you'll have.
Try it yourself
A furniture store applies a markup of 3/4 of the wholesale price to set the retail price. A customer buys a chair with a wholesale price of $120 and pays an additional $15 delivery fee. What is the total amount, in dollars, that the customer pays?
Pen & Paper
  1. Find markup: (3/4)(120) = 90
  2. Add to wholesale: 120 + 90 = 210
  3. Add delivery fee: 210 + 15 = 225
~25 sec
With Desmos
  1. Type 120 + (3/4)(120) + 15
  2. Read result: 225
~5 sec

3. Input Rules: Talking to the Graph

Desmos only understands x and y. If the SAT problem uses different variables — like a, n, t, or p — you need to swap them in.

  1. Replace the independent variable with x
  2. Replace the dependent variable (if any) with y
  3. Type the equation into Desmos exactly as modified

Copy-paste trick: You can often copy equation text directly from the SAT problem and paste it into Desmos. This kills transcription errors — one of the most common mistakes under pressure.

Color-coding: Each equation gets its own color automatically. When you graph 5 equations, the colors help you match each line to its expression.

💡If Desmos shows a red error underline, you've entered something it can't parse. Common fixes: use * for multiplication (e.g., 2*x not 2x in some contexts), and make sure parentheses are balanced.

4. The Split Method: Your #1 Move

This is the single most powerful Desmos technique for the SAT. Take any equation and split it at the equals sign into two separate functions:

  1. Take the left side of the equation → graph as y = [left side]
  2. Take the right side of the equation → graph as y = [right side]
  3. The x-coordinate of the intersection point is your answer

Example: Solve 3(x+2) - 7 = 2(4x-1) + 3

Graph y = 3(x+2) - 7 and y = 2(4x-1) + 3. The two lines intersect — the x-value at that point is the answer.

Two lines y = 3(x+2) - 7 and y = 2(4x-1) + 3 intersecting at (-2/5, -11/5)
Split the equation at the equals sign, graph both sides, read the intersection

Alternative: You can also type the full equation directly. Typing 4x - 9 = 2x + 15 makes Desmos draw a vertical line at the solution (x = 12).

Equation 4x - 9 = 2x + 15 showing vertical line at x = 12
Type the equation directly — Desmos draws a vertical line at the solution

The split method works for any equation — linear, quadratic, absolute value, square root. If you can split it at the equals sign, Desmos can solve it.

Try it yourself
A gym offers two membership plans. Plan A charges a $6 sign-up fee and $3 per visit, minus a $7 loyalty discount applied to the total. Plan B charges $8 per visit, with a $2 sign-up credit, plus a $3 processing fee. After how many visits do the two plans cost the same amount?
Pen & Paper
  1. Set up equation: 3(x + 2) − 7 = 2(4x − 1) + 3
  2. Distribute: 3x + 6 − 7 = 8x − 2 + 3
  3. Simplify: 3x − 1 = 8x + 1
  4. Solve: −5x = 2 → x = −2/5
~60 sec
With Desmos
  1. Graph y = 3(x + 2) − 7
  2. Graph y = 2(4x − 1) + 3
  3. Click intersection → read x-value
~15 sec

5. Systems of Equations: Just Click the Intersection

Two equations, two unknowns. The textbook way? Elimination, substitution, carefully multiplying equations... lots of places to mess up.

The Desmos way: graph both, click the intersection. Done.

Example: Solve 3x + 2y = 18 and x - 4y = -8. Type both in — you don't need slope-intercept form. Desmos takes any form. The intersection gives you (4, 3).

System of equations 3x + 2y = 18 and x - 4y = -8 intersecting at (4, 3)
Graph both equations in any form — the intersection is the solution
💡No elimination. No substitution. No multiplying equations by constants to cancel variables. Just type and click.
Try it yourself
A bakery sells cupcakes and cookies. On Monday, 3 cupcake orders and 2 cookie orders brought in $18 in revenue. On Tuesday, the bakery received 1 cupcake order but had to refund 4 cookie orders, resulting in a net loss of $8. What is the price, in dollars, of one cupcake order?
Pen & Paper
  1. Set up: 3x + 2y = 18 and x − 4y = −8
  2. Multiply 2nd equation by 3: 3x − 12y = −24
  3. Subtract from 1st: 14y = 42 → y = 3
  4. Back-substitute: 3x + 6 = 18 → x = 4
~90 sec
With Desmos
  1. Type 3x + 2y = 18
  2. Type x − 4y = −8
  3. Click intersection → read x = 4
~10 sec

6. Inequalities: The Zone of Truth

Desmos handles inequalities beautifully — it shades the valid region automatically. When you have multiple inequalities, the darkest overlap is your answer zone.

Inequalities y >= 2x - 3 and y < -(1/2)x + 5 with overlapping shaded regions
The darkest region (where colors overlap) contains all valid solutions

Got a word problem with rules? Type each rule as an inequality. The dark shaded overlap is your answer zone — any point inside it works.

💡The answer must be inside the darkest region. If a multiple-choice answer point isn't in the overlap, eliminate it immediately.
Try it yourself
A summer camp requires that each camper spend at least twice the number of hours on outdoor activities as on indoor activities, minus 3 hours for meals. The camp also requires that total activity hours remain below a limit defined by half the indoor hours subtracted from 5. Which combination of indoor hours (x) and outdoor hours (y) meets both requirements?
Pen & Paper
  1. Translate to y ≥ 2x − 3 and y < −(1/2)x + 5
  2. Test answer choice A in both inequalities
  3. Test answer choice B in both inequalities
  4. Repeat until one satisfies both
~2 min
With Desmos
  1. Type y ≥ 2x − 3
  2. Type y < −(1/2)x + 5
  3. Check which answer point falls in the dark overlap region
~15 sec

7. Quadratics in 2 Seconds

Type any quadratic and Desmos shows you everything: vertex, x-intercepts (roots), and y-intercept. What takes minutes with the quadratic formula takes 2 seconds here.

Quadratic y = -x^2 + 6x - 5 with vertex (3,4), roots at x=1 and x=5, and y-intercept (0,-5)
One equation reveals vertex, roots, and y-intercept — click any gray dot to read coordinates

The SAT loves asking "What is the maximum value?" or "Where does the function hit its minimum?" With Desmos, you just click the peak or valley.

Key points to look for:

  • Vertex — the peak (if a < 0) or valley (if a > 0)
  • x-intercepts — where the parabola crosses the x-axis (the "roots" or "zeros")
  • y-intercept — where the parabola crosses the y-axis (just the constant term)
  • Axis of symmetry — the vertical line through the vertex
Try it yourself
A toy rocket is launched from a platform 5 feet below a rooftop. Its height above the roof, in feet, t seconds after launch is modeled by h(t) = -t² + 6t − 5. What is the maximum height above the roof, in feet, that the rocket reaches?
Pen & Paper
  1. Find axis of symmetry: t = −b/2a = −6/(−2) = 3
  2. Evaluate: h(3) = −9 + 18 − 5 = 4
  3. Maximum height is 4 feet
~45 sec
With Desmos
  1. Type y = −x² + 6x − 5
  2. Click the vertex (peak of parabola)
  3. Read y = 4
~10 sec

8. Sliders: Dial In the Answer

When a problem has an unknown constant (like c, k, or a), Desmos automatically creates a slider. Drag it and watch the graph change in real time.

Example: "The line y = c intersects y = x² - 8x + 20 at exactly one point. What is the value of c?"

  1. Graph the quadratic: y = x² - 8x + 20
  2. Type y = c — Desmos creates a slider
  3. Drag the slider until the horizontal line just touches the vertex
  4. Read the value: c = 4
Quadratic y = x^2 - 8x + 20 with horizontal line y = c tangent at vertex where c = 4
Slider set to c = 4 — the horizontal line touches the parabola at exactly one point (the vertex)

Pro tip: If Desmos doesn't offer a slider, rewrite as y = 0x + c. You can click the slider endpoints to change the range and step size.

Try it yourself
A company's profit, in thousands of dollars, is modeled by y = x² − 8x + 20, where x is the number of units produced. The company wants to find the production level at which profit equals a target value c thousand dollars, such that there is exactly one production level that achieves that target. What is the value of c?
Pen & Paper
  1. Set x² − 8x + (20 − c) = 0 for one solution
  2. Discriminant = 0: 64 − 4(20 − c) = 0
  3. Solve: 64 − 80 + 4c = 0 → c = 4
~60 sec
With Desmos
  1. Graph y = x² − 8x + 20
  2. Type y = c (slider appears)
  3. Drag slider until line touches parabola at exactly one point
  4. Read c = 4
~15 sec

9. Parallel & Perpendicular: See It Instantly

Parallel check: Graph the target line plus all four answer choices. Parallel lines never cross — you'll spot them immediately.

Five lines graphed — the blue and green lines with slope 3/4 are clearly parallel
Graph all choices — parallel lines (same slope) are visually obvious: they never intersect

Perpendicular check: Perpendicular lines cross at a clean 90° angle. Quick rule: flip the fraction and change the sign. Slope of 2/3? The perpendicular slope is -3/2.

Two perpendicular lines y = (2/3)x - 1 and y = -(3/2)x + 4 crossing at 90 degrees
Slopes 2/3 and -3/2 — opposite reciprocals create a perfect 90° cross

Standard form reveal: Don't waste time converting 5x - 2y = 10 to slope-intercept form. Just type it in — Desmos graphs it instantly.

Standard form equation 5x - 2y = 10 graphed with x-intercept at (2,0) and y-intercept at (0,-5)
Type standard form directly — no need to isolate y first
Try it yourself
A road on a city map follows the line y = (3/4)x + 2. A new bike path is being planned that must run parallel to this road. Which of the following equations could represent the bike path? A) y = (3/4)x − 1 B) y = (2/3)x + 4 C) y = −(3/4)x + 3 D) y = 2x − 1
Pen & Paper
  1. Identify slope of original line: 3/4
  2. Parallel = same slope → find choice with slope 3/4
  3. Choice A has slope 3/4 → answer is A
~30 sec
With Desmos
  1. Graph all 5 equations
  2. Spot the pair that never intersect (same slope)
  3. Read answer: A
~20 sec
This one is close — pen & paper may be equally fast. A good example of a judgment call: if you can spot the matching slope instantly, skip the graphing.

10. Stats Commands: Just Type It

Desmos has built-in stats functions. No need to sort data, count elements, or calculate by hand.

Desmos computing mean = 21.5, median = 20.5, stdev = 5.61, total = 129 for a data set
Type statistical commands directly — instant results for mean, median, stdev, and total

Key commands:

  • mean(15, 22, 18, 31, 24, 19) — average (21.5)
  • median(15, 22, 18, 31, 24, 19) — middle value (20.5)
  • stdev(15, 22, 18, 31, 24, 19) — standard deviation
  • total(15, 22, 18, 31, 24, 19) — sum of all values (129)
  • length(15, 22, 18, 31, 24, 19) — count of values (6)
💡Never sort data by hand. Desmos handles sorting, adding, and dividing for you. Just focus on setting up the problem.
Try it yourself
A teacher records the number of books read by 6 students over the summer: 15, 22, 18, 31, 24, and 19. What is the median number of books read?
Pen & Paper
  1. Sort the data: 15, 18, 19, 22, 24, 31
  2. Find middle two values (6 data points): 19 and 22
  3. Average them: (19 + 22) / 2 = 20.5
~30 sec
With Desmos
  1. Type median(15, 22, 18, 31, 24, 19)
  2. Read result: 20.5
~5 sec

11. Circles: Type and See

Type (x+3)² + (y-5)² = 36 and you instantly see the full circle — center and radius right there on screen.

Circle (x+3)^2 + (y-5)^2 = 36 with center at (-3, 5) labeled
Type the circle equation directly — center at (-3, 5), radius = 6

"Which point lies on the circle?" Graph it and check visually. "What's the range of x-values?" Look at the leftmost and rightmost points.

From (x+3)² + (y-5)² = 36 you can read: center = (-3, 5), radius = √36 = 6. Leftmost x = -9, rightmost x = 3.

Try it yourself
A circular walking trail in a park is represented in the xy-plane by the equation (x + 3)² + (y − 5)² = 36, where each unit represents 1 kilometer. The trail crosses a straight east-west path that runs along the x-axis. At what values of x does the trail cross this path?
Pen & Paper
  1. Set y = 0: (x + 3)² + (0 − 5)² = 36
  2. Simplify: (x + 3)² + 25 = 36
  3. Solve: (x + 3)² = 11 → x = −3 ± √11
~45 sec
With Desmos
  1. Type (x + 3)² + (y − 5)² = 36
  2. Read where the circle crosses the x-axis
~10 sec

12. When NOT to Use Desmos

This might be the most important section in the entire guide. The move is NOT to graph everything. Smart students know when to put the tool down.

Test designers build traps to punish students who blindly graph. Here's what to watch for:

Linear systems with no solution / finding k

"For what value of k does the system have no solution?" Don't try to eyeball parallel lines with sliders — you can't get exact values like k = 15/7 visually. Use algebra here.

Two parallel lines y = (3/5)x + 4 and y = (3/5)x - 2 that never intersect
Parallel lines: same slope, different y-intercept = no solution. But finding the exact k requires algebra.

Circle center & radius in standard form

If the equation is (x+5)² + (y-8)² = 121, just read it: center = (-5, 8), radius = 11. Takes 3 seconds — no graphing needed.

Equivalent expressions / factoring

Don't graph 5x³ - 45x and all 4 choices as curves — that's 60+ seconds. Just factor: 5x(x² - 9) = 5x(x-3)(x+3). Five seconds.

Reading slope from slope-intercept form

If it says y = (3/4)x + 2, the slope is right there: 3/4. Just read it.

Simple arithmetic you can do in your head

Don't graph 2x + 1 = 7. Just solve x = 3 in your head. Faster than typing it.

⚠️Desmos is a tool, not a crutch. Develop judgment about when it saves time vs. when it wastes time. That judgment is what separates good scores from great ones.