Your SAT Archetype Sheet is ready.

SAT Master Archetype Sheet

Twelve high-frequency Digital SAT question types, each with the rule, a worked example, and the trap most students fall for.

Start the sheet

Strategy · Reference sheet · Free, no account needed

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

ConnectorRequires IC before?Requires IC after?
Period / SemicolonYesYes
Comma + FANBOYSYesYes
ColonYesNo (can be a list or explanation)
Em-dash (single)NoNo (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

  1. Identify clause 1: “The committee reviewed… applications” — independent (has subject + verb, complete thought).
  2. Identify clause 2: “only twelve were selected…” — also independent.
  3. 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.
  4. “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

  1. Ask: WHO spent a decade studying coral bleaching? A person, not “the data” and not “it.”
  2. Eliminate A (“the data” didn’t spend a decade studying) and B (“it” is a vague dummy subject).
  3. C — “Dr. Alvarez’s data” is data, not a person — still dangling.
  4. D — “Dr. Alvarez” (a person) immediately follows the comma. Correct.

Correct answer: D

3. Transition Selection

RelationshipCommon Transitions
Continuation/AdditionMoreover, Furthermore, In addition, Similarly
ContrastHowever, Nevertheless, In contrast, Conversely, Yet
Cause → EffectTherefore, Thus, Consequently, As a result
Concession → PivotGranted… but; Admittedly… however
ExampleFor 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

  1. Sentence 1: prediction of reduced employment.
  2. Sentence 2: actual outcome is the opposite (stable/grown).
  3. This is a direct contradiction between expectation and reality → Contrast category.
  4. 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

  1. Goal verb = “emphasize a difference” (not similarity, not general background).
  2. Scan bullets for a contrasting pair: (1) vs. (2) — texture is opposite (thick vs. thin/smooth).
  3. Eliminate any answer that only uses bullets (3) and (4), since those describe similarities, not differences.
  4. 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

  1. Check the overall trend: 8.2 → 7.5 → 7.6 → 6.9. Mostly decreasing as screen time increases.
  2. Notice Group C (7.6) is slightly HIGHER than Group B (7.5) — not a perfectly clean trend.
  3. Eliminate A (claims “without exception” — false, Group C breaks the pattern).
  4. Eliminate C and D (both contradict the general downward trend).
  5. 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

  1. Premise 1: ALL species in genus X tunnel into wood.
  2. Premise 2: The new species belongs to genus X.
  3. Valid logical conclusion (syllogism): the new species also tunnels into wood.
  4. 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

  1. For “no solution,” the lines must be parallel (same slope) but have different intercepts.
  2. Set the coefficient ratios equal: 3/6 = 4/k, but 3/6 ≠ 12/9 (this second ratio must NOT be equal, confirming different intercepts).
  3. Solve: 3/6 = 4/k ⇒ 3k = 24 ⇒ k = 8.
  4. 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

  1. Group: (x² − 8x) + (y² + 6y) = −9.
  2. Complete the square for x: take half of −8 (= −4), square it (16). Add 16 to both sides.
  3. Complete the square for y: take half of 6 (= 3), square it (9). Add 9 to both sides.
  4. Result: (x − 4)² + (y + 3)² = −9 + 16 + 9 = 16.
  5. 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

  1. Initial value a = 500. Confirmed in all options with 500 as coefficient.
  2. Growth factor per full cycle = 3 (tripling).
  3. One full cycle = 4 hours, so the exponent must equal 1 when t = 4: check t/4 → at t = 4, exponent = 1. ✓
  4. 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

  1. Identify a = −16, b = 128, c = 5.
  2. Find the time of max height (axis of symmetry): t = −b/(2a) = −128/(2(−16)) = 4 seconds.
  3. Plug t = 4 back into h(t): h(4) = −16(16) + 128(4) + 5 = −256 + 512 + 5 = 261.
  4. 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

  1. Recall the identity: sin(A) = cos(90° − A).
  2. Since B = 90° − A (complementary), this means cos(B) = cos(90° − A) = sin(A).
  3. 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

  1. Sample was drawn from ONE university only → conclusions can only apply to that university’s population, not all college students nationwide.
  2. Eliminate A (over-generalizes beyond the sampled population).
  3. Eliminate C (this is an observational survey, not an experiment with random assignment — no causal claim possible).
  4. Eliminate D (“exactly 65%” ignores the stated margin of error entirely).
  5. 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

#ArchetypeCore Formula/Rule#1 Trap
1Punctuation & BoundariesIC + IC needs period/semicolon/comma+FANBOYSRedundant punctuation (comma + semicolon)
2Modifier PlacementSubject after comma = doer of modifier’s actionPossessive nouns mistaken for the subject
3Transition SelectionClassify logic BEFORE reading choicesTopical overlap mistaken for causation
4Rhetorical SynthesisMatch the exact goal verb, not “best summary”True facts that miss the stated goal
5Command of EvidenceMatch data’s actual (imperfect) patternAbsolute language (“all,” “always,” “proves”)
6Inference/CompletionTreat as formal logic — no outside leapsReversed-direction logic
7Number of SolutionsSlope/intercept ratios; discriminant b² − 4acConfusing “no solution” vs. “infinite solutions” setup
8Circle EquationsComplete the square; r = √(r²)Forgetting to add constants to both sides
9Exponential Growtha(1 ± r)^t; fractional exponents = compoundingMultiplying instead of dividing the time exponent
10Vertex Formy = a(x − h)² + k; vertex (h, k)Reporting t instead of h(t) (or vice versa)
11Trig & Radianssin(x) = cos(90° − x); arc length = rθRecomputing from scratch instead of using the identity
12Statistical InferenceSampling → generalize; Assignment → causationOver-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.

We’ll email the plan and nothing else unless you ask. No phone number needed.

Keep going

Want a weekly plan built around your actual score?

Resources tell you what to practice. LearnHaus helps make sure it actually gets done: a matched tutor, a written weekly plan, and mistake-pattern tracking that adjusts the plan as you go.