Score 1600 on the
Digital SAT
The complete strategy guide — tips, calculator mastery, math notes, and English error fixes — all in one place.
Tips & Tricks to Score 1600
Treat Module 1 as the real test
The adaptive system routes you based on M1 performance. Never rush Module 1 — take the full time. A 750+ requires near-perfection in both modules. One careless error in M1 can cost 30+ points.
Master the 1:10 rule
For RW: aim for ~1 min 10 sec per question. For Math: ~1 min 40 sec. Flag anything taking more than 2 minutes and move on — come back with fresh eyes. Never leave a question blank.
Build an error log from Day 1
Every wrong answer: write the topic, the type of mistake (conceptual, careless, or time), and the correct method. Your score ceiling is determined by your ability to eliminate repeat errors.
Official materials only for scored practice
Use College Board Bluebook and Khan Academy exclusively for timed practice. Third-party tests have different difficulty calibration and will mislead your score prediction.
Eliminate, don't guess
For every question, eliminate wrong answers first. Even getting down to 2 options gives you 50% — then apply logic, not instinct. This applies especially to RW inference questions.
Use the 30-minute morning warm-up
Do 5–10 easy math problems and 5 RW questions the morning of the exam. This activates your working memory before the test starts — cognitive readiness matters as much as content knowledge.
Additional High-Impact Strategies
- Answer every question — there's no penalty for wrong answers on the Digital SAT
- Use the annotation tool in RW to underline the key claim in every passage
- For Math word problems: underline what the question is actually asking before solving
- Review all flagged questions before time runs out — never skip this step
- Practice full timed tests under real conditions (phone away, no breaks outside the built-in one)
- For "best supports the claim" questions: the answer must directly prove the data given
- In Module 2 (hard), slow down by 10% — the questions are worth more points
- Know your weak topics by heart — spend 60% of prep time on your bottom 3 topics
- Don't switch answers unless you have a specific reason — first instinct is usually right
- Check units and variable definitions in every word problem before writing your equation
- For RW "most logical" transition questions — identify the relationship (contrast, cause, example) first
- Memorise the Desmos shortcut for systems: graph both lines and find the intersection point
Using the Desmos Calculator Effectively
📈 Graphing to Solve Equations
- Type any equation and Desmos graphs it instantly — use this for quadratics, absolute value, and piecewise functions
- For systems of equations: enter both equations and click the intersection point for exact coordinates
- Use
y = f(x)format for standard graphing; hit the "zoom fit" button to see the full graph - For inequalities: use
<or>— Desmos shades the region automatically
🔢 Arithmetic & Checking Answers
- Always use Desmos to check arithmetic on multi-step problems — even if you think you got it right
- Type exact expressions like
3/8 * 56\(= \dfrac{3}{8} \times 56 = 21\) — avoids mental arithmetic errors - Use
sqrt()for \(\sqrt{\phantom{x}}\),^for exponents (\(x^2\)), andabs()for \(|x|\) - Check your final answer by plugging it back into the original equation in Desmos
📊 Statistics & Data
- Enter a list as
[1,2,3,4,5]— Desmos computes \(\bar{x}\) and other stats directly - For scatterplot questions: identify the type of relationship (linear/exponential) from the answer choices, then graph the given equation to check fit
- Use
mean([list])andtotal([list])for quick computations on data problems
📐 Geometry & Trig
- Use
sin(x),cos(x),tan(x)for trig values — make sure mode matches (degrees vs radians) - For circle equations: convert to
(x-h)²+(y-k)²=r²format and Desmos draws it — verify center and radius instantly - Use Desmos to find x-intercepts (zeros) of any polynomial function quickly
- The unit circle is built into Desmos — type
x^2+y^2=1and explore it
⚡ Speed Tips
- Avoid Desmos for simple arithmetic (e.g., 12 × 7) — mental math is faster for easy calculations
- Use the "plug in" strategy: if answer choices are numbers, try plugging them in rather than solving algebraically
- Use Desmos sliders to test how changing a coefficient affects a function visually
- For percent problems: type
18/120 * 100\(= \dfrac{18}{120}\times 100 = 15\%\)
⚠️ Common Calculator Mistakes
- Forgetting to switch between degree and radian mode for trig problems — check this every time
- Typing an equation incorrectly — always verify the graph matches your expected shape
- Using the calculator when mental math would be faster — balance speed and accuracy
- Not using Desmos at all for hard algebra — many students miss it as a checking tool
Major Mistakes & Short Notes — All Math Topics
Linear Equations & Systems
- Standard form: \(ax + b = c \;\Rightarrow\; x = \dfrac{c - b}{a}\)
- Slope-intercept form: \(y = mx + b\) | Point-slope: \(y - y_1 = m(x - x_1)\)
- Systems — substitution or elimination:
\(\begin{cases} 2x + y = 8 \\ x - y = 1 \end{cases} \Rightarrow x = 3,\; y = 2\)
- Parallel lines: same slope \(m\), different \(b\) → no solution. Same line → infinite solutions.
- Top mistake: sign error when distributing — \(-(x-3) = -x+3\), not \(-x-3\)
Functions & Notation
- \(f(a)\) means substitute \(a\) for \(x\) — e.g. if \(f(x)=2x+1\) then \(f(3)=7\)
- Composite: \((f \circ g)(x) = f\!\left(g(x)\right)\) — always work inside-out
- Transformations: \(f(x+h)\) shifts LEFT by \(h\); \(f(x)+k\) shifts UP by \(k\)
- Reflection: \(-f(x)\) flips over \(x\)-axis; \(f(-x)\) flips over \(y\)-axis
- Top mistake: \(f(x+2)\) shifts left, not right — the sign inside flips direction
Quadratics
- Three forms: Standard \(ax^2+bx+c\), Vertex \(a(x-h)^2+k\), Factored \(a(x-r)(x-s)\)
- Quadratic formula: \(x = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a}\)
- Vertex & axis of symmetry: \(x = -\dfrac{b}{2a}\), then find \(y = f\!\left(-\dfrac{b}{2a}\right)\)
- Discriminant \(\Delta = b^2-4ac\): \(\Delta>0\) → 2 real roots, \(\Delta=0\) → 1 root, \(\Delta<0\) → no real roots
- Vieta's: Sum of roots \(= -\dfrac{b}{a}\) | Product of roots \(= \dfrac{c}{a}\)
- Top mistake: dropping the \(\pm\) — both roots must be checked
Polynomials & Factoring
- Difference of squares: \(a^2 - b^2 = (a+b)(a-b)\)
- Perfect square: \((a \pm b)^2 = a^2 \pm 2ab + b^2\)
- Factor theorem: if \((x-a)\) is a factor, then \(f(a)=0\)
- Remainder theorem: \(f(a) =\) remainder when \(f(x) \div (x-a)\)
- Top mistake: \(x^2 = 9 \Rightarrow x = \pm 3\), never just \(x=3\)
Exponentials & Radicals
- Rational exponent: \(x^{m/n} = \sqrt[n]{x^m}\) e.g. \(8^{2/3} = (\sqrt[3]{8})^2 = 4\)
- Growth & decay: \(y = a(1+r)^t \quad\text{(growth)}, \qquad y = a(1-r)^t \quad\text{(decay)}\)
- Log rules: \(\log(xy)=\log x+\log y\), \(\log\!\dfrac{x}{y}=\log x - \log y\), \(\log x^n = n\log x\)
- Change of base: \(\log_b a = \dfrac{\ln a}{\ln b}\)
- Top mistake: after squaring both sides, always substitute back to reject extraneous roots
Statistics & Probability
- \(\bar{x} = \dfrac{\sum x_i}{n}\) (mean) | Median = middle value when sorted | Mode = most frequent
- Probability: \(P(A) = \dfrac{\text{favourable outcomes}}{\text{total outcomes}}\)
- Independent events: \(P(A \cap B) = P(A) \times P(B)\)
- "At least one" shortcut: \(P(\text{at least one}) = 1 - P(\text{none})\)
- Top mistake: outliers shift the mean dramatically but barely affect the median
Ratios, Rates & Percentages
- Percentage change: \(\%\text{ change} = \dfrac{\text{new} - \text{old}}{\text{old}} \times 100\)
- Percent increase: multiply by \((1+r)\) | Decrease: multiply by \((1-r)\)
- Proportions — cross multiply: \(\dfrac{a}{b} = \dfrac{c}{d} \Rightarrow ad = bc\)
- "20% more than 50" \(= 50 \times 1.2 = 60\), NOT \(50 + 20 = 70\)
- Top mistake: confusing "% of" with "% more than" — read the question word carefully
Triangles & Angles
- Interior angles sum to \(180°\); exterior angle \(=\) sum of the two non-adjacent interior angles
- Pythagorean theorem: \(a^2 + b^2 = c^2 \quad (c = \text{hypotenuse})\)
- Common triples: \(3\text{-}4\text{-}5\), \(5\text{-}12\text{-}13\), \(8\text{-}15\text{-}17\)
- 45-45-90: sides \(= s : s : s\sqrt{2}\) | 30-60-90: sides \(= s : s\sqrt{3} : 2s\)
- Top mistake: applying \(a^2+b^2=c^2\) to non-right triangles — verify the right angle first
Circles
- Area \(= \pi r^2\) | Circumference \(= 2\pi r\)
- Arc length & sector area: \(\text{Arc} = \dfrac{\theta}{360°}\times 2\pi r \qquad \text{Sector Area} = \dfrac{\theta}{360°}\times \pi r^2\)
- Standard equation: \((x-h)^2 + (y-k)^2 = r^2\) where \((h,k)\) is the centre
- To convert general form: complete the square for both \(x\) and \(y\)
- Top mistake: using diameter \(d\) where radius \(r\) is needed — remember \(r = \dfrac{d}{2}\)
Trig Functions
- SOH-CAH-TOA: \(\sin\theta = \dfrac{\text{opp}}{\text{hyp}}, \quad \cos\theta = \dfrac{\text{adj}}{\text{hyp}}, \quad \tan\theta = \dfrac{\text{opp}}{\text{adj}}\)
- Co-function identity: \(\sin\theta = \cos(90°-\theta)\)
- Radian conversion: \(\theta_{\text{rad}} = \theta_{\deg} \times \dfrac{\pi}{180}\)
- Key unit circle values: \(\sin 30°= frac{1}{2}\), \(\cos 60°= frac{1}{2}\), \(\sin 45°=\cos 45°=\dfrac{\sqrt{2}}{2}\)
- Pythagorean identity: \(\sin^2\theta + \cos^2\theta = 1\)
- Top mistake: leaving calculator in radian mode for degree problems — always check!
Lines & Graphs
- Slope: \(m = \dfrac{y_2 - y_1}{x_2 - x_1} = \dfrac{\Delta y}{\Delta x}\)
- Parallel: \(m_1 = m_2\) | Perpendicular: \(m_1 \times m_2 = -1\)
- Distance: \(d = \sqrt{(x_2-x_1)^2+(y_2-y_1)^2}\) | Midpoint: \(\left(\dfrac{x_1+x_2}{2},\, \dfrac{y_1+y_2}{2}\right)\)
- \(x\)-intercept: set \(y=0\) | \(y\)-intercept: set \(x=0\)
- Top mistake: computing \(\dfrac{\Delta x}{\Delta y}\) instead of \(\dfrac{\Delta y}{\Delta x}\) — slope is always rise over run
Setting Up Equations
- Read the problem twice — underline what you are solving for before writing anything
- Distance formula: \(D = R \times T \quad\Rightarrow\quad R = \dfrac{D}{T}, \quad T = \dfrac{D}{R}\)
- Work/rate: \(\dfrac{1}{t_1} + \dfrac{1}{t_2} = \dfrac{1}{t_{\text{together}}}\)
- Always define variables: let \(x =\) number of hours (with units)
- Top mistake: solving for \(x\) when the question asks for \(2x+1\) or \(x^2\) — re-read the final question
Major Mistakes in English & How to Fix Them
Grammar & Conventions Mistakes
Subject-Verb Agreement
Pronoun Agreement & Reference
Punctuation: Commas, Semicolons & Colons
Apostrophes & Possession
Verb Tense Consistency
Sentence Boundaries & Fragments
Reading & Inference Mistakes
Main Idea & Central Purpose
Evidence & Quotation Questions
Vocabulary in Context
Transitions & Logical Connectors
Concision & Redundancy
Cross-Text Comparisons
Quick RW Strategy Checklist
- Always read the question before reading the passage — know what to look for
- For grammar questions: read the entire sentence, not just the underlined part
- Eliminate answers that introduce new information not in the passage
- For "most strongly supports" questions: the evidence must directly prove — not imply
- On inference questions: stay close to the text — don't read too deeply between the lines
- Annotate the passage as you read: circle the main claim, underline evidence
- For tone/attitude questions: look for emotionally loaded words in the passage
- Process of elimination is more reliable than instinct on hard questions
- If two answers seem correct, the one more directly supported by the text wins
- "Delete the underlined portion" is correct if the information is redundant or off-topic