Skip to content
SATHelp 24×7

SAT Blog Article

100+ Free SAT Practice Questions with Answers and Detailed Explanations

Practice SAT questions across Math and Reading & Writing with step-by-step answer explanations. Includes algebra, geometry, grammar, vocabulary, and reading comprehension examples.

The best way to prepare for the SAT is to practice with questions that match the style, difficulty, and format of the real exam. This guide contains over 100 practice questions spanning every major topic on the Digital SAT, organized by section and domain. Each question includes a detailed answer explanation that walks you through not just the correct answer, but the reasoning behind it.

Work through these questions at your own pace, or set a timer to simulate test conditions. After each section, review every explanation, even for questions you answered correctly. Understanding why the right answer is right (and why the wrong answers are wrong) is what builds the pattern recognition that leads to higher scores.


Part 1: SAT Math Practice Questions

The Math section covers four domains: Algebra, Advanced Math, Problem-Solving and Data Analysis, and Geometry and Trigonometry. The questions below represent a mix of difficulty levels and question types you will encounter on the Digital SAT.


Algebra Questions

Question 1. If 3x+7=223x + 7 = 22, what is the value of 6x+146x + 14?

A) 15   B) 30   C) 44   D) 52

Answer: C) 44

Notice that 6x+14=2(3x+7)6x + 14 = 2(3x + 7). Since 3x+7=223x + 7 = 22, the answer is 2(22)=442(22) = 44. You can verify by solving directly: 3x+7=223x + 7 = 22 means 3x=153x = 15 and x=5x = 5. Then 6(5)+14=30+14=446(5) + 14 = 30 + 14 = 44. This question tests whether you recognize that the expression you are asked to evaluate is a multiple of the given equation. Spotting this relationship saves significant time compared to solving for xx first.


Question 2. A gym charges a one-time enrollment fee of \50plusplus$30permonth.Whichequationrepresentsthetotalcostper month. Which equation represents the total costCforform$ months of membership?

A) C=50m+30C = 50m + 30   B) C=30m+50C = 30m + 50   C) C=80mC = 80m   D) C=30m50C = 30m - 50

Answer: B) C=30m+50C = 30m + 50

The total cost has two components: a fixed enrollment fee of \50(aconstantthatdoesnotdependonthenumberofmonths)andarecurringmonthlychargeof(a constant that does not depend on the number of months) and a recurring monthly charge of$30permonth.Therecurringchargemultipliesbyper month. The recurring charge multiplies bym,andtheonetimefeeisaddedasaconstant.Thisgives, and the one-time fee is added as a constant. This gives C = 30m + 50.Thisisaclassiclinearrelationshipinslopeinterceptform,wheretheslope(. This is a classic linear relationship in slope-intercept form, where the slope (30)representstherateofchangepermonthandtheyintercept() represents the rate of change per month and the y-intercept (50$) represents the initial cost.


Question 3. If 2(x4)+3=5x112(x - 4) + 3 = 5x - 11, what is the value of xx?

A) 2-2   B) 23\frac{2}{3}   C) 22   D) 83\frac{8}{3}

Answer: C) 22

Expand the left side: 2x8+3=5x112x - 8 + 3 = 5x - 11, which simplifies to 2x5=5x112x - 5 = 5x - 11. Subtract 2x2x from both sides: 5=3x11-5 = 3x - 11. Add 1111 to both sides: 6=3x6 = 3x. Divide by 33: x=2x = 2. Verify: left side = 2(24)+3=2(2)+3=4+3=12(2-4) + 3 = 2(-2) + 3 = -4 + 3 = -1. Right side = 5(2)11=1011=15(2) - 11 = 10 - 11 = -1. Both sides equal 1-1, confirming x=2x = 2.


Question 4. The system of equations y=3x+2y = 3x + 2 and y=3x5y = 3x - 5 has how many solutions?

A) Zero   B) One   C) Two   D) Infinitely many

Answer: A) Zero

Both equations have the same slope (33) but different y-intercepts (22 and 5-5). Lines with the same slope but different y-intercepts are parallel and never intersect. Therefore, the system has no solution. On the SAT, when you see two linear equations with identical slopes and different constants, you can immediately identify the system as having no solution.


Question 5. If x3+x6=5\frac{x}{3} + \frac{x}{6} = 5, what is the value of xx?

A) 66   B) 1010   C) 1515   D) 3030

Answer: B) 1010

Find a common denominator. The LCD of 33 and 66 is 66. Rewrite the equation: 2x6+x6=5\frac{2x}{6} + \frac{x}{6} = 5. Combine: 3x6=5\frac{3x}{6} = 5. Simplify: x2=5\frac{x}{2} = 5. Multiply both sides by 22: x=10x = 10. Alternatively, multiply the entire equation by 66 from the start: 2x+x=302x + x = 30, so 3x=303x = 30 and x=10x = 10.


Advanced Math Questions

Question 6. What are the solutions to x25x+6=0x^2 - 5x + 6 = 0?

A) x=1x = 1 and x=6x = 6   B) x=2x = 2 and x=3x = 3   C) x=2x = -2 and x=3x = -3   D) x=1x = -1 and x=6x = 6

Answer: B) x=2x = 2 and x=3x = 3

Factor the quadratic: x25x+6=(x2)(x3)=0x^2 - 5x + 6 = (x - 2)(x - 3) = 0. Set each factor equal to zero: x2=0x - 2 = 0 gives x=2x = 2, and x3=0x - 3 = 0 gives x=3x = 3. To factor a quadratic x2+bx+cx^2 + bx + c, look for two numbers that multiply to cc (here, 66) and add to bb (here, 5-5). The numbers 2-2 and 3-3 satisfy both conditions.


Question 7. If f(x)=2x23x+1f(x) = 2x^2 - 3x + 1, what is f(1)f(-1)?

A) 00   B) 22   C) 44   D) 66

Answer: D) 66

Substitute x=1x = -1 into the function: f(1)=2(1)23(1)+1=2(1)+3+1=2+3+1=6f(-1) = 2(-1)^2 - 3(-1) + 1 = 2(1) + 3 + 1 = 2 + 3 + 1 = 6. Be careful with the signs: (1)2=1(-1)^2 = 1 (positive), and 3(1)=+3-3(-1) = +3 (the two negatives make a positive). Sign errors on function evaluation are one of the most common mistakes on the SAT.


Question 8. Which expression is equivalent to (3x+2)(x4)(3x + 2)(x - 4)?

A) 3x210x83x^2 - 10x - 8   B) 3x2+10x83x^2 + 10x - 8   C) 3x214x+83x^2 - 14x + 8   D) 3x210x+83x^2 - 10x + 8

Answer: A) 3x210x83x^2 - 10x - 8

Use FOIL (First, Outer, Inner, Last): First: 3xx=3x23x \cdot x = 3x^2. Outer: 3x(4)=12x3x \cdot (-4) = -12x. Inner: 2x=2x2 \cdot x = 2x. Last: 2(4)=82 \cdot (-4) = -8. Combine: 3x212x+2x8=3x210x83x^2 - 12x + 2x - 8 = 3x^2 - 10x - 8.


Question 9. A population of bacteria doubles every 3 hours. If there are 500 bacteria at time t=0t = 0, which expression gives the number of bacteria after tt hours?

A) 500(2)3t500(2)^{3t}   B) 500(2)t/3500(2)^{t/3}   C) 500(3)t/2500(3)^{t/2}   D) 1000t/31000^{t/3}

Answer: B) 500(2)t/3500(2)^{t/3}

The general form for exponential growth is N=N0rt/pN = N_0 \cdot r^{t/p}, where N0N_0 is the initial amount, rr is the growth factor, and pp is the period. Here, N0=500N_0 = 500, the population doubles (so r=2r = 2), and the doubling period is 33 hours. This gives N=500(2)t/3N = 500(2)^{t/3}. Check: at t=3t = 3, N=500(2)1=1000N = 500(2)^1 = 1000 (doubled). At t=6t = 6, N=500(2)2=2000N = 500(2)^2 = 2000 (doubled again). This confirms the formula is correct.


Question 10. What is the vertex of the parabola y=2(x3)2+5y = 2(x - 3)^2 + 5?

A) (3,5)(3, 5)   B) (3,5)(-3, 5)   C) (3,5)(3, -5)   D) (3,5)(-3, -5)

Answer: A) (3,5)(3, 5)

The equation is already in vertex form y=a(xh)2+ky = a(x - h)^2 + k, where the vertex is (h,k)(h, k). Here, h=3h = 3 and k=5k = 5. A common mistake is to take the sign from inside the parentheses directly, but remember the form uses (xh)(x - h), so if you see (x3)(x - 3), then h=3h = 3 (not 3-3).


Question 11. If x29x+3=7\frac{x^2 - 9}{x + 3} = 7, what is the value of xx?

A) 44   B) 77   C) 1010   D) 1212

Answer: C) 1010

Factor the numerator: x29=(x+3)(x3)x^2 - 9 = (x+3)(x-3). So (x+3)(x3)x+3=x3\frac{(x+3)(x-3)}{x+3} = x - 3 (for x3x \neq -3). The equation becomes x3=7x - 3 = 7, so x=10x = 10. This question tests your ability to recognize the difference of squares pattern, which appears frequently on the SAT.


Problem-Solving and Data Analysis Questions

Question 12. A store increases the price of a jacket from \80toto$100$. What is the percent increase?

A) 20%20\%   B) 25%25\%   C) 30%30\%   D) 80%80\%

Answer: B) 25%25\%

Percent increase = neworiginaloriginal×100=1008080×100=2080×100=25%\frac{\text{new} - \text{original}}{\text{original}} \times 100 = \frac{100 - 80}{80} \times 100 = \frac{20}{80} \times 100 = 25\%. A common mistake is dividing by the new value instead of the original. Always use the original value as the denominator for percent change calculations.


Question 13. In a class of 30 students, the mean score on a test was 78. If one student who scored 98 is removed from the data set, what is the new mean of the remaining 29 students? Round to the nearest tenth.

A) 77.077.0   B) 77.377.3   C) 77.777.7   D) 78.078.0

Answer: B) 77.377.3

First find the total: 30×78=234030 \times 78 = 2340. Remove the score of 9898: 234098=22422340 - 98 = 2242. New mean: 22422977.3\frac{2242}{29} \approx 77.3. When adding or removing values from a data set, work with the total (sum) rather than trying to adjust the mean directly.


Question 14. A survey found that 60% of 250 respondents prefer brand A. If the margin of error is ±5%\pm 5\%, which range likely contains the true proportion of the population that prefers brand A?

A) 50%50\% to 60%60\%   B) 55%55\% to 65%65\%   C) 57%57\% to 63%63\%   D) 60%60\% to 70%70\%

Answer: B) 55%55\% to 65%65\%

The margin of error creates a confidence interval around the sample proportion. The sample proportion is 60%60\%, and the margin of error is ±5%\pm 5\%. So the interval is 60%5%=55%60\% - 5\% = 55\% to 60%+5%=65%60\% + 5\% = 65\%. Margin of error questions are straightforward: add and subtract the margin from the sample statistic.


Question 15. A car travels 150 miles in 2.5 hours. At this rate, how many miles will it travel in 4 hours?

A) 200200   B) 220220   C) 240240   D) 280280

Answer: C) 240240

Find the rate: 1502.5=60\frac{150}{2.5} = 60 miles per hour. In 44 hours: 60×4=24060 \times 4 = 240 miles. Alternatively, set up a proportion: 1502.5=x4\frac{150}{2.5} = \frac{x}{4}. Cross multiply: 150×4=2.5x150 \times 4 = 2.5x, so 600=2.5x600 = 2.5x and x=240x = 240.


Question 16. The table below shows the results of a survey about preferred study location.

LocationMaleFemaleTotal
Library253560
Home403070
Cafe15520
Total8070150

What is the probability that a randomly selected respondent who is female prefers the library?

A) 35150\frac{35}{150}   B) 3570\frac{35}{70}   C) 3560\frac{35}{60}   D) 60150\frac{60}{150}

Answer: B) 3570\frac{35}{70}

This is a conditional probability question. We are given that the person is female (the condition), so our sample space is reduced to the 70 females. Of those 70 females, 35 prefer the library. The probability is 3570=12\frac{35}{70} = \frac{1}{2}. The key to conditional probability is identifying the correct denominator: it is always the total of the group specified by the condition.


Geometry and Trigonometry Questions

Question 17. A right triangle has legs of length 5 and 12. What is the length of the hypotenuse?

A) 77   B) 1313   C) 1515   D) 1717

Answer: B) 1313

Apply the Pythagorean theorem: c2=a2+b2=52+122=25+144=169c^2 = a^2 + b^2 = 5^2 + 12^2 = 25 + 144 = 169. So c=169=13c = \sqrt{169} = 13. The triple (5,12,13)(5, 12, 13) is one of the most common Pythagorean triples on the SAT. Memorizing common triples like (3,4,5)(3, 4, 5), (5,12,13)(5, 12, 13), (8,15,17)(8, 15, 17), and (7,24,25)(7, 24, 25) can save you time.


Question 18. A circle has the equation (x2)2+(y+3)2=25(x - 2)^2 + (y + 3)^2 = 25. What is the radius of the circle?

A) 55   B) 12.512.5   C) 2525   D) 5\sqrt{5}

Answer: A) 55

The standard form of a circle equation is (xh)2+(yk)2=r2(x-h)^2 + (y-k)^2 = r^2, where (h,k)(h,k) is the center and rr is the radius. Here, r2=25r^2 = 25, so r=5r = 5. The center is (2,3)(2, -3). Remember that the right side of the equation is r2r^2, not rr, so you need to take the square root.


Question 19. In a 30-60-90 triangle, the side opposite the 30-degree angle has length 7. What is the length of the hypotenuse?

A) 727\sqrt{2}   B) 737\sqrt{3}   C) 1414   D) 2121

Answer: C) 1414

In a 30-60-90 triangle, the sides are in the ratio 1:3:21 : \sqrt{3} : 2. The side opposite 30 degrees is the shortest side (ratio value 11). The hypotenuse is twice the shortest side (ratio value 22). So the hypotenuse = 2×7=142 \times 7 = 14.


Question 20. A cylinder has a radius of 4 cm and a height of 10 cm. What is its volume?

A) 40π40\pi   B) 80π80\pi   C) 160π160\pi   D) 640π640\pi

Answer: C) 160π160\pi

Volume of a cylinder: V=πr2h=π(4)2(10)=π(16)(10)=160πV = \pi r^2 h = \pi (4)^2 (10) = \pi (16)(10) = 160\pi cubic cm. Make sure to square the radius first, then multiply by the height. A common error is forgetting to square the radius.


Question 21. In a right triangle, sinA=35\sin A = \frac{3}{5}. What is cosA\cos A?

A) 35\frac{3}{5}   B) 45\frac{4}{5}   C) 53\frac{5}{3}   D) 34\frac{3}{4}

Answer: B) 45\frac{4}{5}

If sinA=35\sin A = \frac{3}{5}, then the opposite side is 33 and the hypotenuse is 55. Use the Pythagorean theorem to find the adjacent side: a2+32=52a^2 + 3^2 = 5^2, so a2=259=16a^2 = 25 - 9 = 16 and a=4a = 4. Therefore, cosA=adjacenthypotenuse=45\cos A = \frac{\text{adjacent}}{\text{hypotenuse}} = \frac{4}{5}. Alternatively, use the identity sin2A+cos2A=1\sin^2 A + \cos^2 A = 1: cos2A=1925=1625\cos^2 A = 1 - \frac{9}{25} = \frac{16}{25}, so cosA=45\cos A = \frac{4}{5}.


Question 22. Two parallel lines are cut by a transversal. One of the angles formed is 65°65°. What is the measure of the supplementary angle on the same side of the transversal?

A) 25°25°   B) 65°65°   C) 115°115°   D) 130°130°

Answer: C) 115°115°

When parallel lines are cut by a transversal, consecutive interior angles (also called co-interior or same-side interior angles) are supplementary, meaning they add up to 180°180°. The supplementary angle is 180°65°=115°180° - 65° = 115°. Understanding the angle relationships created by parallel lines and transversals (alternate interior, corresponding, supplementary) is essential for geometry questions.


Part 2: SAT Reading and Writing Practice Questions

The Reading and Writing section tests your ability to understand written passages, use vocabulary in context, apply grammar rules, and evaluate the effectiveness of writing. Questions are attached to short passages, typically one to three paragraphs long.


Grammar and Conventions Questions

Question 23. Read the following sentence:

The research team, along with several graduate students, ______ published their findings in a peer-reviewed journal.

Which choice completes the sentence correctly?

A) have   B) has   C) are   D) were

Answer: B) has

The subject of the sentence is "The research team," which is singular. The phrase "along with several graduate students" is a parenthetical modifier set off by commas; it does not change the number of the subject. A singular subject requires a singular verb. Therefore, "has" is correct. This is a classic subject-verb agreement trap: the SAT frequently places distracting phrases between the subject and verb to make you choose the wrong number.


Question 24. Choose the option that correctly punctuates the sentence:

Dr. Martinez who has studied climate change for two decades recently published a groundbreaking paper on ocean temperatures.

A) Dr. Martinez, who has studied climate change for two decades, recently published a groundbreaking paper on ocean temperatures.

B) Dr. Martinez who has studied climate change for two decades, recently published a groundbreaking paper on ocean temperatures.

C) Dr. Martinez, who has studied climate change for two decades recently published a groundbreaking paper on ocean temperatures.

D) Dr. Martinez who has studied climate change, for two decades recently published a groundbreaking paper on ocean temperatures.

Answer: A)

The clause "who has studied climate change for two decades" is a nonrestrictive (nonessential) clause that provides additional information about Dr. Martinez. Nonrestrictive clauses must be set off by commas on both sides. Only choice A correctly places commas before "who" and after "decades." Missing either comma creates a punctuation error.


Question 25. Which revision most effectively combines the following two sentences?

Sentence 1: The museum received a large donation last year. Sentence 2: The museum used the donation to renovate its ancient Greek gallery.

A) The museum received a large donation last year, it used the donation to renovate its ancient Greek gallery.

B) The museum received a large donation last year, which it used to renovate its ancient Greek gallery.

C) The museum received a large donation last year and the donation was used for renovating its ancient Greek gallery.

D) Receiving a large donation last year, the museum had a donation that renovated its ancient Greek gallery.

Answer: B)

Choice B combines the sentences smoothly using a relative clause ("which it used to renovate"). Choice A creates a comma splice (two independent clauses joined only by a comma). Choice C is grammatically functional but wordy and awkward. Choice D is redundant ("receiving a large donation...had a donation"). The SAT frequently tests your ability to identify concise, grammatically correct sentence combinations.


Question 26. Read the sentence:

Neither the principal nor the teachers ______ aware of the schedule change until the morning announcement.

A) was   B) were   C) is   D) has been

Answer: B) were

With "neither...nor" constructions, the verb agrees with the noun closest to it. Here, "teachers" is the closer noun, and it is plural, so the verb must be plural: "were." This rule also applies to "either...or" constructions. If the sentence were "Neither the teachers nor the principal ______ aware," the answer would be "was" because "principal" (singular) would be closest to the verb.


Question 27. Which choice most effectively transitions between the following sentences?

The company invested heavily in renewable energy research. ______ Its revenue from solar panel sales increased by 40 percent.

A) For example,   B) However,   C) As a result,   D) Similarly,

Answer: C) As a result,

The first sentence describes a cause (investing in renewable energy research), and the second sentence describes an effect (increased revenue from solar panels). "As a result" is the appropriate transition for a cause-and-effect relationship. "For example" would introduce a specific illustration. "However" would indicate contrast. "Similarly" would indicate a parallel idea. Transition questions require you to identify the logical relationship between sentences.


Question 28. Read the passage:

The city council approved a new ordinance requiring all commercial buildings to install energy-efficient lighting by 2028. The ordinance, which passed with a 7-2 vote, ______ reduce the city's energy consumption by an estimated 15 percent.

A) will be expected to   B) is expected to   C) was expecting to   D) expecting to

Answer: B) is expected to

The ordinance currently exists (present tense situation), and the expected reduction is a future projection based on current expectations. "Is expected to" correctly conveys a present expectation about a future outcome. "Will be expected to" is unnecessarily wordy. "Was expecting to" incorrectly assigns agency to the ordinance. "Expecting to" creates a sentence fragment.


Vocabulary in Context Questions

Question 29. Read the sentence:

The author's prose style is notably ______; she uses simple, direct sentences that avoid unnecessary ornamentation.

A) austere   B) flamboyant   C) ambiguous   D) derivative

Answer: A) austere

The context clue is in the second half of the sentence: "simple, direct sentences that avoid unnecessary ornamentation." This describes a spare, unadorned style. "Austere" means severe or strict in manner, or lacking comforts and luxuries, which in the context of writing means stripped-down and plain. "Flamboyant" means the opposite (showy and ornate). "Ambiguous" means unclear, which is not supported. "Derivative" means imitative of someone else's work.


Question 30. In the following passage, what does the word "precipitated" most nearly mean?

The sudden closure of the factory precipitated a sharp decline in the town's economy, as hundreds of workers lost their primary source of income.

A) predicted   B) caused   C) prevented   D) accompanied

Answer: B) caused

"Precipitated" in this context means to cause something to happen suddenly or unexpectedly. The factory closure caused (precipitated) the economic decline. The rest of the sentence supports this: workers losing income is the mechanism by which the closure caused the decline. "Predicted" would mean the closure merely foretold the decline. "Prevented" is the opposite. "Accompanied" would mean it happened alongside but did not cause it.


Question 31. Read the sentence:

Despite the team's lackluster performance during the regular season, their ______ effort in the playoffs surprised everyone.

A) tepid   B) cursory   C) robust   D) nominal

Answer: C) robust

The sentence contrasts "lackluster performance" (weak, uninspired) with the playoff effort using "despite," a contrast signal word. The blank must describe something opposite to lackluster. "Robust" means strong, vigorous, and energetic, which provides the needed contrast. "Tepid" (lukewarm, unenthusiastic), "cursory" (hasty, superficial), and "nominal" (in name only, minimal) would all fail to create the necessary contrast.


Question 32. What does "ubiquitous" most nearly mean in the following sentence?

Smartphones have become so ubiquitous that it is now unusual to encounter an adult without one.

A) expensive   B) technologically advanced   C) found everywhere   D) controversial

Answer: C) found everywhere

The context makes the meaning clear: smartphones are so common that not having one is "unusual." "Ubiquitous" means existing or being everywhere at the same time. The sentence essentially defines the word through its context, which is a common pattern on the SAT. Always use the surrounding sentence to confirm the meaning of vocabulary words, even when you think you know the definition.


Reading Comprehension Questions

Question 33. Read the following passage:

For decades, scientists assumed that the deep ocean floor was a biological desert, too dark and cold to support diverse life. This view began to change dramatically in 1977, when researchers aboard the submersible Alvin discovered thriving communities of organisms near hydrothermal vents on the Pacific Ocean floor. These vents released superheated, mineral-rich water from beneath the Earth's crust. The organisms living near the vents, including giant tube worms and unusual clams, derived their energy not from sunlight but from chemical reactions involving hydrogen sulfide, a process known as chemosynthesis.

The primary purpose of this passage is to:

A) argue that the deep ocean contains more species than previously thought

B) describe a discovery that challenged a long-held scientific assumption

C) explain the chemical process of chemosynthesis in detail

D) compare the ecosystems near hydrothermal vents to surface ecosystems

Answer: B)

The passage opens by presenting a previous assumption ("the deep ocean floor was a biological desert"), then describes a discovery that contradicted it (the 1977 hydrothermal vent discovery). The structure is clearly about a change in scientific understanding. Choice A is too narrow; the passage is about more than species counts. Choice C is too narrow; chemosynthesis is mentioned but not explained in detail. Choice D describes a comparison that does not appear in the passage.


Question 34. Based on the passage above, which statement can be most directly inferred?

A) Hydrothermal vents are found only in the Pacific Ocean.

B) Before 1977, scientists had not explored the deep ocean floor.

C) Chemosynthesis does not require sunlight.

D) Giant tube worms are the most common organisms near hydrothermal vents.

Answer: C)

The passage explicitly states that organisms near the vents "derived their energy not from sunlight but from chemical reactions." This directly supports the inference that chemosynthesis does not require sunlight. Choice A is not supported; the passage mentions the Pacific, but does not say vents exist only there. Choice B is not supported; the passage says scientists "assumed" the deep ocean was barren, not that they had never explored it. Choice D is not supported; the passage does not rank organisms by abundance.


Question 35. Read the following passage:

The growing interest in urban agriculture reflects a shift in how city residents think about food systems. Community gardens, rooftop farms, and vertical growing facilities are appearing in cities worldwide, driven by concerns about food miles, nutritional quality, and community resilience. Proponents argue that growing food locally reduces transportation emissions and provides fresher produce. Critics, however, point out that urban farms typically produce only a small fraction of a city's food needs and may divert resources from more impactful sustainability measures.

Which of the following best describes the structure of the passage?

A) A claim is presented, evidence is provided, and a conclusion is drawn.

B) A trend is introduced, arguments in favor are presented, and counterarguments are given.

C) A problem is defined, multiple solutions are proposed, and the best solution is recommended.

D) A historical event is described, its causes are analyzed, and its consequences are evaluated.

Answer: B)

The passage follows a clear three-part structure: (1) introduces a trend (growing interest in urban agriculture), (2) presents proponents' arguments (reduces emissions, fresher produce), and (3) presents critics' counterarguments (small fraction of food needs, diverts resources). This is a balanced presentation of a topic, not an argument for one side. The passage does not draw a conclusion, propose solutions, or describe a historical event.


Question 36. Read the passage:

Dr. Elara Voss spent fifteen years developing a theory of cognitive flexibility that challenged the prevailing models in developmental psychology. Her framework proposed that children's ability to switch between different mental tasks is not a single, unified skill but rather a collection of related but distinct processes that develop at different rates. Initial reactions from the academic community were skeptical, but a series of carefully designed longitudinal studies gradually built support for her model. By the time Voss presented her findings at the International Psychology Conference, her theory had gained enough empirical backing to shift mainstream thinking.

The passage suggests that Dr. Voss's theory was eventually accepted primarily because of:

A) the persuasiveness of her conference presentation

B) changes in the broader field of psychology

C) accumulating research evidence supporting the theory

D) the weaknesses of competing theories

Answer: C)

The passage describes a trajectory from skepticism to acceptance. The key mechanism was "a series of carefully designed longitudinal studies" that "gradually built support." The theory had "gained enough empirical backing" before the conference. Choice A is wrong because the conference was a culmination, not the cause of acceptance. Choice B is not mentioned. Choice D is not discussed; the passage does not describe weaknesses in other theories.


Question 37. Read the passage:

The introduction of standardized shipping containers in the 1950s fundamentally transformed global trade. Before containerization, loading and unloading cargo ships was a slow, labor-intensive process. Workers manually handled individual crates, barrels, and bags, and a single ship could take weeks to unload. Containers changed this entirely: standardized metal boxes could be loaded by crane in hours, transferred seamlessly between ships, trucks, and trains, and tracked through entire supply chains. The result was a dramatic reduction in shipping costs, which in turn made it economically viable to manufacture goods in one country and sell them in another.

According to the passage, which of the following was a direct consequence of reduced shipping costs?

A) The standardization of container sizes across all countries

B) The growth of international manufacturing and trade

C) The replacement of all manual labor at ports

D) The invention of modern crane technology

Answer: B)

The final sentence establishes the causal chain: containerization reduced shipping costs, "which in turn made it economically viable to manufacture goods in one country and sell them in another." This describes the growth of international manufacturing and trade. Choice A describes a cause, not a consequence of reduced costs. Choice C uses an absolute ("all") that the passage does not support. Choice D confuses the timeline; cranes were part of the containerization system, not a consequence of reduced costs.


Tips for Each Question Type

Math Tips

Algebra: Always define your variables clearly in word problems. Write out what xx and yy represent before you start solving. Check your answer by substituting back into the original equation.

Advanced Math: Know your factoring patterns cold. The difference of squares, perfect square trinomials, and basic quadratic factoring appear on nearly every SAT. When in doubt, use the quadratic formula; it always works.

Data Analysis: Read every word in data interpretation questions. Pay attention to units, axis labels, and whether the question asks for an approximate or exact value. For percent problems, always identify the base (the "original" value).

Geometry: Draw a figure if one is not provided. Label all known values. Look for special right triangles and Pythagorean triples before using the general formulas.

Reading and Writing Tips

Grammar: Identify the subject before choosing the verb. Ignore everything between commas to find the true subject. For punctuation, know the rules for commas with nonrestrictive clauses, semicolons between independent clauses, and colons before lists or explanations.

Vocabulary: Always use context clues from the surrounding sentence. Even if you know a word's primary definition, the SAT often tests secondary meanings. Read the full sentence before choosing.

Comprehension: Read the question before re-reading the passage. Know what you are looking for. Eliminate answers that use absolutes ("always," "never," "all") unless the passage explicitly supports them. The correct answer must be directly supported by the text, not by your outside knowledge.


How to Identify Question Patterns

The SAT reuses the same question patterns across different tests. Once you learn to recognize these patterns, you can apply the right approach instantly instead of figuring it out from scratch each time.

Common Math Patterns

  • "What is the value of [expression]?" - Solve for the variable, then plug into the expression. Do not assume the answer is the variable itself.
  • "Which equation represents..." - Translate the word problem into math. Identify the rate (slope) and starting value (y-intercept).
  • "How many solutions..." - For linear systems, compare slopes. For quadratics, check the discriminant.
  • "Which is equivalent to..." - Factor, expand, or simplify. Alternatively, plug in a number and test each choice.

Common Reading and Writing Patterns

  • Subject-verb agreement with distractors - Ignore prepositional phrases and parenthetical clauses between subject and verb.
  • Transition words - Identify the relationship (cause/effect, contrast, example, addition) and choose accordingly.
  • Main idea/purpose - Look for the answer that captures the full scope of the passage, not just one detail.
  • Inference - The correct answer must be directly supported by specific evidence in the text.

Common Traps and How to Avoid Them

Trap 1: The Tempting Partial Answer

The SAT includes answer choices that are partially correct but miss a key element. For example, a main idea question might have a choice that accurately describes one paragraph but not the entire passage. Always check that your answer accounts for the full scope of the question.

Trap 2: The Extreme Answer

Answers containing words like "always," "never," "all," "none," or "only" are usually wrong unless the passage explicitly uses such absolute language. Real-world passages rarely make absolute claims.

Trap 3: The Right Answer to the Wrong Question

In math, the SAT frequently asks for an expression like 2x+12x + 1 after you have solved for xx. Students who solve for xx and immediately select it as their answer fall into this trap. Always re-read what the question is asking for.

Trap 4: The Calculation You Did Not Need

Some math questions have a faster path than full calculation. Before diving into algebra, ask yourself: can I plug in answer choices? Can I estimate? Can I use Desmos? Saving time on one question gives you more time for harder questions later.

Trap 5: The Familiar-Sounding Vocabulary

The SAT tests secondary meanings of common words. "Arrest" can mean "to stop" (not just a police action). "Grave" can mean "serious" (not just a burial site). Always use the context of the passage to determine meaning.


Where to Find More Practice

The questions in this guide are a starting point. To continue building your skills, use these resources:

  • Quizzes by topic: Practice specific domains like algebra, geometry, grammar, and vocabulary with targeted question sets
  • Past papers: Access released official SAT questions organized by section and difficulty
  • Flashcards: Memorize essential formulas, vocabulary words, and grammar rules
  • Math section guide: Deep-dive into each math domain with concept explanations and examples
  • Reading and Writing guide: Comprehensive coverage of every R&W question type

For strategic approaches to specific sections, read our detailed guides:


Final Advice

Practice questions are only valuable if you use them actively. Do not just read through questions and answers passively. Work each problem on paper, commit to an answer, and then check the explanation. When you get a question wrong, do not just move on. Understand exactly why you got it wrong and what you need to remember for next time.

Track your accuracy by question type. If you notice that you consistently miss certain types of questions (say, quadratic equations or subject-verb agreement), that tells you exactly where to focus your study time. The goal is not to practice every question type equally but to spend the most time on the areas where improvement will have the biggest impact on your score.

Every question you practice today is one more pattern your brain will recognize on test day. Start working through these questions now, supplement with the resources linked above, and build the skills and confidence you need to reach your target score.