The Master Sheet of Digital SAT Question Archetypes & Walkthroughs
A rapid-review reference for the highest-frequency, highest-leverage question types on the Digital SAT. Each archetype includes the rule, a representative question, a step-by-step solution, and the most common trap.
Part 1
Reading & Writing
1. Punctuation & Sentence Boundaries
| Connector | Requires IC before? | Requires IC after? |
|---|---|---|
| Period / Semicolon | Yes | Yes |
| Comma + FANBOYS | Yes | Yes |
| Colon | Yes | No (can be a list or explanation) |
| Em-dash (single) | No | No (flexible, but often = colon) |
Representative question
The committee reviewed over three hundred grant applications; ______ only twelve were selected for the final funding round.
- A) applications, and
- B) applications
- C) applications, but only
- D) but
Step-by-step solution
- Identify clause 1: “The committee reviewed… applications” — independent (has subject + verb, complete thought).
- Identify clause 2: “only twelve were selected…” — also independent.
- Since a semicolon already precedes the blank, the blank must NOT restart the punctuation job — it just needs to be a clean transition word with no added punctuation before the second IC.
- “but” (D) fits logically (contrast: reviewed 300 vs. selected 12) and requires no comma since the semicolon already did the separating job.
Correct answer: D
2. Modifier Placement & Dangling Modifiers
Representative question
Having spent nearly a decade studying coral bleaching in the South Pacific, ______.
- A) the data collected by Dr. Alvarez proved invaluable to policymakers
- B) it was Dr. Alvarez’s data that proved invaluable to policymakers
- C) Dr. Alvarez’s data proved invaluable to policymakers
- D) Dr. Alvarez collected data that proved invaluable to policymakers
Step-by-step solution
- Ask: WHO spent a decade studying coral bleaching? A person, not “the data” and not “it.”
- Eliminate A (“the data” didn’t spend a decade studying) and B (“it” is a vague dummy subject).
- C — “Dr. Alvarez’s data” is data, not a person — still dangling.
- D — “Dr. Alvarez” (a person) immediately follows the comma. Correct.
Correct answer: D
3. Transition Selection
| Relationship | Common Transitions |
|---|---|
| Continuation/Addition | Moreover, Furthermore, In addition, Similarly |
| Contrast | However, Nevertheless, In contrast, Conversely, Yet |
| Cause → Effect | Therefore, Thus, Consequently, As a result |
| Concession → Pivot | Granted… but; Admittedly… however |
| Example | For example, For instance, Specifically |
Representative question
Many economists predicted that automation would sharply reduce total employment. ______, in the decades since widespread automation, employment rates in most industrialized nations have remained stable or grown.
- A) Similarly
- B) As a result
- C) However
- D) For example
Step-by-step solution
- Sentence 1: prediction of reduced employment.
- Sentence 2: actual outcome is the opposite (stable/grown).
- This is a direct contradiction between expectation and reality → Contrast category.
- Only “However” (C) signals contrast.
Correct answer: C
4. Rhetorical Synthesis (Bullet-Point Notes)
Representative question
The student wants to emphasize a specific difference between the two painters’ techniques. Which choice most effectively uses relevant information from the notes to accomplish this goal? Notes: (1) Rembrandt used thick, textured brushstrokes (impasto). (2) Vermeer used thin, smooth glazes. (3) Both worked in the Dutch Golden Age. (4) Both painted domestic interior scenes.
Step-by-step solution
- Goal verb = “emphasize a difference” (not similarity, not general background).
- Scan bullets for a contrasting pair: (1) vs. (2) — texture is opposite (thick vs. thin/smooth).
- Eliminate any answer that only uses bullets (3) and (4), since those describe similarities, not differences.
- Correct answer must combine bullets (1) and (2) into one sentence showing contrast (e.g., using “whereas” or “in contrast to”).
Correct answer: The choice that pairs bullets 1 & 2 with a contrast structure.
5. Command of Evidence (Textual & Quantitative)
Representative question
A researcher hypothesizes that increased screen time correlates with reduced average sleep duration in teenagers. The table shows: Group A (2 hrs/day screen time, 8.2 hrs sleep), Group B (4 hrs/day, 7.5 hrs sleep), Group C (6 hrs/day, 7.6 hrs sleep), Group D (8 hrs/day, 6.9 hrs sleep). Which statement is most strongly supported by the data?
- A) The hypothesis is supported by all four groups without exception.
- B) The relationship is generally supported, though Group C is a slight exception.
- C) The data disproves any relationship between screen time and sleep.
- D) Sleep duration increases steadily as screen time increases.
Step-by-step solution
- Check the overall trend: 8.2 → 7.5 → 7.6 → 6.9. Mostly decreasing as screen time increases.
- Notice Group C (7.6) is slightly HIGHER than Group B (7.5) — not a perfectly clean trend.
- Eliminate A (claims “without exception” — false, Group C breaks the pattern).
- Eliminate C and D (both contradict the general downward trend).
- B accurately reflects “generally supported” + acknowledges the Group C anomaly.
Correct answer: B
6. Inference & Logical Completion
Representative question
All species in the genus Xylocopa construct nests by tunneling into wood. Researchers recently discovered a new species, X. nightingalei, in this genus. Therefore, ______.
- A) X. nightingalei likely faces extinction due to habitat loss
- B) X. nightingalei probably tunnels into wood to construct its nest
- C) X. nightingalei is the most recently evolved species in its genus
- D) all wood-tunneling insects belong to the genus Xylocopa
Step-by-step solution
- Premise 1: ALL species in genus X tunnel into wood.
- Premise 2: The new species belongs to genus X.
- Valid logical conclusion (syllogism): the new species also tunnels into wood.
- B directly and conservatively follows this logic with appropriate hedging (“probably”).
Correct answer: B
Part 2
Math
7. Number of Solutions (Linear & Quadratic Systems)
Representative question
For what value of k does the system below have no solution?
3x + 4y = 12
6x + ky = 9
Step-by-step solution
- For “no solution,” the lines must be parallel (same slope) but have different intercepts.
- Set the coefficient ratios equal: 3/6 = 4/k, but 3/6 ≠ 12/9 (this second ratio must NOT be equal, confirming different intercepts).
- Solve: 3/6 = 4/k ⇒ 3k = 24 ⇒ k = 8.
- Quick check: 12/9 = 4/3 ≠ 3/6 = 1/2 — confirms lines are parallel, not identical, at k = 8.
Correct answer: k = 8
8. Circle Equations & Completing the Square
Representative question
A circle in the xy-plane is defined by x² + y² − 8x + 6y + 9 = 0. What is the radius of the circle?
Step-by-step solution
- Group: (x² − 8x) + (y² + 6y) = −9.
- Complete the square for x: take half of −8 (= −4), square it (16). Add 16 to both sides.
- Complete the square for y: take half of 6 (= 3), square it (9). Add 9 to both sides.
- Result: (x − 4)² + (y + 3)² = −9 + 16 + 9 = 16.
- r² = 16 ⇒ r = 4.
Correct answer: r = 4
9. Exponential Growth, Decay & Percentage Multipliers
Representative question
A bacteria culture with an initial population of 500 triples every 4 hours. Which equation models the population P after t hours?
- A) P = 500(3)^(4t)
- B) P = 500(3)^(t/4)
- C) P = 500(4)^(t/3)
- D) P = 500(1.03)^t
Step-by-step solution
- Initial value a = 500. Confirmed in all options with 500 as coefficient.
- Growth factor per full cycle = 3 (tripling).
- One full cycle = 4 hours, so the exponent must equal 1 when t = 4: check t/4 → at t = 4, exponent = 1. ✓
- Test option B: P = 500(3)^(4/4) = 500(3)^1 = 1500 (correctly tripled after 4 hours).
Correct answer: B
10. Vertex Form & Quadratic Maximums/Minimums
Representative question
The height of a projectile is modeled by h(t) = −16t² + 128t + 5, where h is in feet and t is in seconds. What is the maximum height reached by the projectile?
Step-by-step solution
- Identify a = −16, b = 128, c = 5.
- Find the time of max height (axis of symmetry): t = −b/(2a) = −128/(2(−16)) = 4 seconds.
- Plug t = 4 back into h(t): h(4) = −16(16) + 128(4) + 5 = −256 + 512 + 5 = 261.
- Maximum height = 261 feet.
Correct answer: 261 feet
11. Right Triangle Trigonometry & Radian Conversions
Representative question
In a right triangle, sin(A) = 5/13. If angle B is complementary to angle A, what is the value of cos(B)?
Step-by-step solution
- Recall the identity: sin(A) = cos(90° − A).
- Since B = 90° − A (complementary), this means cos(B) = cos(90° − A) = sin(A).
- Therefore cos(B) = sin(A) = 5/13 directly — no triangle side calculation needed.
Correct answer: 5/13
12. Statistical Inferences & Margin of Error
Representative question
A researcher randomly selected 200 students from a single large public university and found that 65% support a new campus policy, with a margin of error of ±4%. Which conclusion is most appropriate?
- A) Between 61% and 69% of all college students nationwide support the policy.
- B) Between 61% and 69% of students at this university support the policy.
- C) The policy causes increased student satisfaction.
- D) Exactly 65% of students at this university support the policy.
Step-by-step solution
- Sample was drawn from ONE university only → conclusions can only apply to that university’s population, not all college students nationwide.
- Eliminate A (over-generalizes beyond the sampled population).
- Eliminate C (this is an observational survey, not an experiment with random assignment — no causal claim possible).
- Eliminate D (“exactly 65%” ignores the stated margin of error entirely).
- B correctly applies the confidence interval (65% ± 4% = 61%–69%) to the correct population (this university only).
Correct answer: B
Recap
Quick-Reference Summary Table
| # | Archetype | Core Formula/Rule | #1 Trap |
|---|---|---|---|
| 1 | Punctuation & Boundaries | IC + IC needs period/semicolon/comma+FANBOYS | Redundant punctuation (comma + semicolon) |
| 2 | Modifier Placement | Subject after comma = doer of modifier’s action | Possessive nouns mistaken for the subject |
| 3 | Transition Selection | Classify logic BEFORE reading choices | Topical overlap mistaken for causation |
| 4 | Rhetorical Synthesis | Match the exact goal verb, not “best summary” | True facts that miss the stated goal |
| 5 | Command of Evidence | Match data’s actual (imperfect) pattern | Absolute language (“all,” “always,” “proves”) |
| 6 | Inference/Completion | Treat as formal logic — no outside leaps | Reversed-direction logic |
| 7 | Number of Solutions | Slope/intercept ratios; discriminant b² − 4ac | Confusing “no solution” vs. “infinite solutions” setup |
| 8 | Circle Equations | Complete the square; r = √(r²) | Forgetting to add constants to both sides |
| 9 | Exponential Growth | a(1 ± r)^t; fractional exponents = compounding | Multiplying instead of dividing the time exponent |
| 10 | Vertex Form | y = a(x − h)² + k; vertex (h, k) | Reporting t instead of h(t) (or vice versa) |
| 11 | Trig & Radians | sin(x) = cos(90° − x); arc length = rθ | Recomputing from scratch instead of using the identity |
| 12 | Statistical Inference | Sampling → generalize; Assignment → causation | Over-generalizing beyond the sampled population |
Optional
Turn this into your 7-day SAT plan.
Tell us where you are now and when you’re testing. We’ll map out what to focus on next.
