The calculator is built into Bluebook. Know exactly when it saves you 2 minutes — and when it costs you 1.
Download Printable PDFAsk yourself these questions before touching the calculator
Desmos is always available on the Digital SAT — both modules. But opening it for every question is a trap. The fastest students know when Desmos gives them a shortcut and when algebra is quicker.
The Golden Rule
If you can type it into Desmos and read the answer off the graph in under 15 seconds, use Desmos. If you'd need to rearrange, guess-and-check, or squint at a graph to find the answer, do algebra.
Open Desmos when...
Skip Desmos when...
Trap Alert
Students who open Desmos for every question lose ~30 seconds per problem on setup alone. Over 44 questions, that's 22 minutes wasted. Be strategic.
These are your guaranteed time-savers
Example Problem
\(y = 3x - 1\) and \(2x + y = 14\). What is the value of \(x + y\)?
In Desmos
Type y = 3x - 1
Type 2x + y = 14
Click the intersection point → you get (3, 8)
Add: 3 + 8 = 11. Answer: C
Example Problem
How many real solutions does \(x^4 + x^2 - 12 = 0\) have?
In Desmos
Type y = x^4 + x^2 - 12
Count where the curve crosses the x-axis → 2 crossings
Done in 10 seconds. Answer: B
Why this is faster
By hand, you'd need to recognize the "disguised quadratic" (u = x²), factor into (u+4)(u−3) = 0, reject u = −4, solve x² = 3, and count two roots. 60+ seconds of careful algebra. Desmos: instant.
Example Problem
For which positive value of \(b\) does \(2x^2 + bx + 18 = 0\) have exactly one real solution?
In Desmos
Type y = 2x^2 + bx + 18
Desmos creates a slider for b. Drag it.
Stop when the parabola just touches the x-axis → b = 12. Answer: C
Example Problem
\(\sqrt{5x + 11} = x + 1\). What is the positive value of \(x\) that satisfies the equation?
In Desmos
Type y = sqrt(5x + 11)
Type y = x + 1
Look at where the curves actually cross → only at x = 5
x = −2 is extraneous (no intersection there). Answer: C
Common Trap
If you solve algebraically by squaring both sides, you get x = 5 and x = −2. But x = −2 fails the check. Desmos shows you only the real intersection instantly — no checking needed.
Example Problem
A ball is launched upward: \(h(t) = -16t^2 + 48t + 4\). What is the maximum height, in feet?
In Desmos
Type y = -16x^2 + 48x + 4
Click the peak of the parabola → Desmos labels it (1.5, 40)
Maximum height = 40. Answer: B
Pro Move
For any quadratic, Desmos automatically labels the vertex when you click near it. No formula needed — no −b/2a, no completing the square. Just click.
Bonus: Systems with Word Problems
"Company A charges $50/mo plus $0.10 per text. Company B charges $30/mo plus $0.20 per text. At how many texts do they cost the same?" — Type y = 50 + 0.1x and y = 30 + 0.2x. Click the intersection: x = 200. Done in 15 seconds.
Opening the calculator here actually slows you down
Example Problem
If \(4x + 2 = 12\), what is the value of \(16x + 8\)?
Why Algebra is Faster
Notice: 16x + 8 = 4(4x + 2) = 4(12) = 48. Done in 5 seconds. No solving for x needed. Desmos can't help — there's nothing to graph.
Example Problem
If \(7x + 10 = 44\), what is the value of \(7x - 10\)?
Why Algebra is Faster
From 7x + 10 = 44, subtract 20 from both sides: 7x − 10 = 24. One step. When the question asks for a different expression, look for a shortcut that transforms one into the other.
Example Problem
A plumber charges a $50 visit fee plus $25 per hour. The total bill is $T. Which equation gives hours \(h\) in terms of \(T\)?
Why Algebra is Faster
This is a reading comprehension problem. Total = 50 + 25h, so h = (T − 50)/25. There's nothing to graph — you need to translate words into math.
Example Problem
An $80 jacket is marked up 50%, then immediately discounted 50%. What is the final price?
Why Algebra is Faster
80 × 1.5 = 120, then 120 × 0.5 = 60. The trap: "+50% then −50%" does NOT get you back to the original price. There are no variables here — just multiply.
Example Problem
\(T = 2d + 3h + 50\). Which correctly expresses \(h\) in terms of \(T\) and \(d\)?
Why Algebra is Faster
Subtract 50 and 2d from both sides: T − 50 − 2d = 3h. Divide by 3. Classic trap: Choice B puts 3 + 2d in the denominator — students who "combine" additive terms into a single division.
Pick your stronger method — these go both ways
Example Problem
If \(x^2 - 8x = 15\), what is the value of \((x - 4)^2\)?
Algebra Route (~15 sec)
Expand: \((x-4)^2 = x^2 - 8x + 16\). Substitute: \(15 + 16 = 31\). Answer: C
Desmos Route (~20 sec)
Type x^2 - 8x = 15. Read x-values, compute \((x-4)^2\). Same answer, slightly slower.
How to Decide
If you instantly see that \((x-4)^2 = x^2 - 8x + 16\), algebra is faster. If you don't spot it within 10 seconds, switch to Desmos. Don't waste time staring — commit to a method.
Example Problem
What are the solutions to \(x^2 - 5x - 14 = 0\)?
If you can factor fast
\((x-7)(x+2) = 0\) → \(x = 7\) or \(x = -2\). ~10 seconds if you see it.
If factoring isn't clicking
Type y = x^2 - 5x - 14. Click both x-intercepts. ~15 seconds, guaranteed.
Tricks that most students don't know
Click intersections, vertices & intercepts
Desmos labels the exact coordinates. No guessing, no zooming, no tracing.
Use sliders for parameters
Type an equation with an unknown constant (like b or k) and Desmos auto-creates a slider. Drag it to find the value.
Type equations directly
Desmos handles 2x + 3y = 12 without rearranging to y = ... form. It also graphs circles, ellipses, and implicit curves.
Scroll to zoom, drag to pan
Zoom into intersections when they're close together. You can type x = [value] to add a reference line.
Tables work too
Click "+" and choose "table" to enter data points. Type y1 ~ mx1 + b to fit a regression line.
Replace t with x
If a problem uses h(t) or f(t), swap the variable to x when typing — Desmos defaults to x and y.
Know the syntax
Absolute value: abs(x). Square root: sqrt(x). Fractions: (numerator)/(denominator) with parentheses around each.
The #1 question type where Desmos dominates
"How many solutions" appears 3–5 times per test across both modules. Here's every variant and what to type.
| What the Question Looks Like | What to Type | What to Count |
|---|---|---|
| How many solutions does f(x) = 0 have? | y = f(x) | x-intercepts (where curve hits y = 0) |
| How many values of x satisfy f(x) = g(x)? | y = f(x) and y = g(x) | Intersection points |
| For what value of k does the system have no solution? | y = f(x) with slider for k | Adjust until curves never touch |
| How many real solutions does x⁴ − 5x² + 4 = 0 have? | y = x^4 - 5x^2 + 4 | x-intercepts (4 in this case) |
| For which b does ax² + bx + c = 0 have one solution? | y = ax^2 + bx + c with slider | Parabola tangent to x-axis |
Speed Benchmark
By algebra, "number of solutions" problems take 45–90 seconds (discriminant, factoring, case analysis). By Desmos, they take 10–20 seconds. On a timed test, that's the difference between finishing with 5 minutes to spare or running out of time.
Bookmark this page for practice sessions
| Topic | Verdict | Notes |
|---|---|---|
| Linear equations (basic solve) | Algebra | Faster to isolate than to graph |
| Expression manipulation | Algebra | Look for factor tricks — nothing to graph |
| Systems of equations | Desmos | Type both → click intersection |
| Linear inequalities | Either | Desmos shades regions; algebra is fast too |
| Linear function graphs | Desmos | Match equation to graph instantly |
| Quadratic: solve for zeros | Either | Factor if obvious; graph if not |
| Quadratic: vertex / max / min | Desmos | Click the peak — no formula needed |
| Quadratic: # of solutions | Desmos | Graph + count x-intercepts or use slider |
| Polynomial equations (higher degree) | Desmos | Graph → count real roots |
| Radical / square root equations | Desmos | Shows extraneous solutions visually |
| Rational equations | Desmos | Graph both sides; avoid algebraic errors |
| Exponential growth/decay | Either | Useful for "when does it reach X?" questions |
| Absolute value equations | Desmos | Graph abs(expression) — see both branches |
| Literal equations / rearranging | Algebra | Just rearrange — nothing to graph |
| "Which equation represents..." | Algebra | Reading comprehension, not calculation |
| Percents, ratios, proportions | Algebra | Pure arithmetic — no variables to graph |
| Statistics (mean, median) | Algebra | Conceptual / arithmetic |
| Probability / two-way tables | Algebra | Read the table — no graphing needed |
| Geometry (area, volume) | Algebra | Formula + plug in |
| Trig (right triangle / unit circle) | Either | Basic SOHCAHTOA faster by hand |
| Data & scatterplots | Desmos | Enter points in table → fit regression |
This cheat sheet covers when to use Desmos. Our full SAT Math course teaches you how to solve every question type — with video walkthroughs, trap analysis, and 200+ practice problems.
Coming soon
Join the waitlist for early access pricing.