📋

Exam Overview

About This Exam

CLEP College Mathematics covers the material of a one-semester general-education math course for non-STEM majors. It is one of the broadest — and, for most test-takers, one of the most passable — CLEP math exams, because it favors reasoning and everyday application over symbolic manipulation. An on-screen scientific calculator is available during the exam. Many schools award a full 6 credits for a passing score of 50.

Content Breakdown

  • Counting, Probability & Statistics (~25%): permutations and combinations, probability rules, measures of center and spread
  • Algebra and Functions (~20%): linear and quadratic equations, inequalities, function evaluation, lines, exponents
  • Financial Mathematics (~20%): percents, simple and compound interest, loans, depreciation, inflation
  • Logic and Sets (~15%): set operations, Venn diagrams, conditionals, negation, truth values
  • Numbers (~10%): real number system, primes, GCD/LCM, scientific notation, sequences
  • Geometry (~10%): perimeter, area, volume, angles, Pythagorean theorem, similar figures

Exam Tips

  • Probability/statistics and financial math together are nearly half the exam — study them first and hardest.
  • Memorize the small formula set in this guide; most questions are one correct formula away from solved.
  • Answer everything — there is no penalty for guessing, and eliminating one or two options tilts the odds your way.
  • Watch for the classic traps drilled in the practice set below: perimeter vs. area, GCD vs. LCM, permutation vs. combination, converse vs. contrapositive.
🧩

Logic and Sets

~15%

Sets and Set Operations

A set is a collection of distinct objects, called elements. Sets are written with braces: A = {1, 2, 3}. The exam tests four core operations: union (A ∪ B — elements in either set), intersection (A ∩ B — elements in both), complement (A′ — elements of the universal set not in A), and set difference (A − B — elements of A not in B).

Key facts to memorize

  • Subsets: a set with n elements has exactly 2n subsets (each element is in or out). The empty set ∅ is a subset of every set.
  • Inclusion–exclusion: |A ∪ B| = |A| + |B| − |A ∩ B|. This appears constantly in survey-style word problems — adding the two group sizes double-counts the overlap.
  • Venn diagrams: practice translating word problems into two- and three-circle diagrams; fill in the innermost overlap first and work outward.

Logic: Statements and Connectives

A statement is a sentence that is either true or false. Compound statements are built with connectives: and (∧, conjunction — true only when both parts are true), or (∨, disjunction — true when at least one part is true), and not (¬, negation).

Conditionals — the exam's favorite topic

The conditional p → q ("if p, then q") is false in exactly one case: when p is true and q is false. From any conditional you can form three related statements:

  • Converse: q → p (swap) — not equivalent to the original
  • Inverse: ¬p → ¬q (negate both) — not equivalent to the original
  • Contrapositive: ¬q → ¬p (swap and negate) — always equivalent to the original

Negating statements

The negation of "all A are B" is "at least one A is not B" — never "no A are B." De Morgan's laws govern compound negations: ¬(p ∨ q) = ¬p ∧ ¬q and ¬(p ∧ q) = ¬p ∨ ¬q. Notice the connective flips each time.

🔢

Numbers

~10%

The Real Number System

Know the nested families: natural numbers (1, 2, 3, …) ⊂ whole numbers (add 0) ⊂ integers (add negatives) ⊂ rational numbers (any ratio of integers — including all terminating and repeating decimals) ⊂ real numbers. The reals also contain the irrational numbers — non-repeating, non-terminating decimals such as √2, π, and e. A classic trap: 22/7 is rational (it's a fraction); it merely approximates the irrational number π.

Primes, Factors, and Multiples

A prime has exactly two divisors, 1 and itself (2 is the only even prime; 1 is not prime). Every integer greater than 1 factors uniquely into primes — the Fundamental Theorem of Arithmetic.

  • GCD (greatest common divisor): the largest number dividing both. LCM (least common multiple): the smallest number both divide into.
  • Shortcut: GCD × LCM = a × b for any two positive integers a and b.
  • Divisibility tests: by 3 or 9 — digit sum divisible by 3 or 9; by 4 — last two digits divisible by 4; by 6 — divisible by both 2 and 3.

Scientific Notation and Number Sense

Scientific notation writes a number as m × 10e with 1 ≤ m < 10. Moving the decimal left raises the exponent; moving it right lowers it. Also expect questions on sequences (arithmetic: constant difference; geometric: constant ratio), absolute value, and converting repeating decimals to fractions (0.333… = 1/3 via the "multiply by 10 and subtract" technique).

📐

Algebra and Functions

~20%

Equations and Inequalities

Solve linear equations by isolating the variable — undo addition/subtraction first, then multiplication/division, performing each operation on both sides. Inequalities follow the same rules with one critical exception: multiplying or dividing by a negative number reverses the inequality sign.

Quadratics

Exam quadratics nearly always factor: find two numbers whose product is the constant term and whose sum is the x-coefficient, then set each factor to zero. Useful checks: the solutions of x² + bx + c = 0 sum to −b and multiply to c. The quadratic formula x = [−b ± √(b² − 4ac)] / 2a handles anything that won't factor.

Functions

A function assigns exactly one output to each input. The notation f(x) means "the output of f at input x" — so evaluating f(−3) means substituting −3 everywhere x appears (parentheses prevent sign errors: (−3)² = 9, not −9). The domain is the set of allowed inputs (exclude division by zero and even roots of negatives); the range is the set of possible outputs. On graphs, the vertical line test identifies functions.

Linear Functions and Exponents

Lines

Slope m = (y₂ − y₁)/(x₂ − x₁) measures steepness; slope-intercept form y = mx + b reads the slope and y-intercept directly. Parallel lines share a slope; perpendicular lines have slopes that multiply to −1.

Exponent rules

  • xa · xb = xa+b  and  xa/xb = xa−b
  • (xa)b = xab
  • x0 = 1 (x ≠ 0)  and  x−a = 1/xa
🎲

Counting, Probability & Statistics

~25%

Counting Techniques

The multiplication principle: if one task can be done m ways and a second n ways, together they can be done m × n ways. From it come the two staple formulas:

  • Permutations — order matters (officers, rankings, arrangements): P(n, r) = n!/(n−r)!
  • Combinations — order doesn't matter (committees, hands of cards): C(n, r) = n!/[r!(n−r)!]

Ask one question every time: does rearranging the selection produce a genuinely different outcome? If yes, permutation; if no, combination.

Probability

For equally likely outcomes, P(event) = favorable outcomes ÷ total outcomes — always a number from 0 to 1. Core rules:

  • Complement: P(not A) = 1 − P(A)
  • Independent events: P(A and B) = P(A) × P(B)
  • Mutually exclusive events: P(A or B) = P(A) + P(B); in general subtract the overlap: P(A) + P(B) − P(A and B)

Memorize the 36-outcome grid for two dice — sums of 7 occur 6 ways (most likely), 2 and 12 only 1 way each.

Statistics

The three measures of center: mean (sum ÷ count), median (middle value of the ordered list; average the two middle values when the count is even), mode (most frequent value). The range (max − min) and standard deviation measure spread. Outliers drag the mean but barely move the median — that's why home prices are reported as medians. For normal distributions, the empirical rule puts 68% of data within 1 standard deviation of the mean, 95% within 2, and 99.7% within 3. Finally: correlation is not causation — a reliable exam concept question.

💰

Financial Mathematics

~20%

Percents, Markups, and Discounts

Percent problems reduce to one identity: part = percent × whole. A p% discount means paying (100 − p)% of the price; a p% markup or tax means paying (100 + p)%. Successive percent changes multiply — they never simply add: a 20% rise followed by a 20% fall leaves 1.20 × 0.80 = 0.96 of the original, a net 4% loss. Percent change = (new − old)/old × 100%.

Interest

Simple interest

I = P·r·t — interest accrues only on the original principal P. The accumulated value is A = P(1 + rt).

Compound interest

A = P(1 + r/n)nt, where n is the number of compounding periods per year. Compounding earns interest on previously earned interest, so for the same nominal rate, more frequent compounding always yields more. This is also why APY (the effective annual yield) exceeds the nominal APR whenever compounding happens more than once a year.

Loans, Depreciation, and Real Value

  • Amortized loans: each fixed payment covers the month's interest first; the remainder reduces principal. Early in the loan, the balance is large, so most of the payment is interest.
  • Straight-line depreciation: annual loss of value = (cost − salvage value) ÷ useful life.
  • Inflation: real return ≈ nominal rate − inflation rate. If inflation outpaces your interest rate, your balance grows in dollars while shrinking in purchasing power.
📏

Geometry

~10%

Perimeter, Area, and Volume

The formulas that account for nearly every measurement question:

  • Rectangle: A = lw, P = 2(l + w)  ·  Triangle: A = ½bh  ·  Circle: A = πr², C = 2πr = πd
  • Rectangular box: V = lwh  ·  Cylinder: V = πr²h

Watch units: area answers are square units, volume answers cubic units — the options often differ only by that suffix.

Angles and Triangles

  • Triangle angles sum to 180°; quadrilaterals to 360°; any n-gon to (n − 2) × 180°.
  • Complementary angles sum to 90°; supplementary to 180°; vertical angles are equal.
  • Pythagorean theorem (right triangles only): a² + b² = c². Memorize the common triples 3-4-5, 5-12-13, 8-15-17 and their multiples.
  • Similar figures have equal corresponding angles and proportional sides — find the scale factor from one known pair of sides and apply it to the rest. Areas scale by the square of the factor.
👤

Key Figures

FigureEraSignificance
Euclidc. 300 BCE“Father of geometry.” His Elements organized geometry into the axiomatic system still taught today.
Pythagorasc. 570–495 BCEGreek philosopher whose school proved the right-triangle relation a² + b² = c² and studied number theory.
Aristotle384–322 BCEFounded formal logic — syllogisms, validity, and the structure of deductive argument.
Archimedesc. 287–212 BCECalculated areas and volumes of curved figures and a famously accurate approximation of π.
Eratosthenesc. 276–194 BCEHis “sieve” remains the classic method for finding prime numbers; also measured Earth's circumference.
Hypatiac. 360–415 CEAlexandrian mathematician and astronomer; edited and preserved key Greek mathematical texts.
Al-Khwarizmic. 780–850Persian scholar whose treatise on equations gave us the word algebra (al-jabr) — and “algorithm,” from his name.
Fibonaccic. 1170–1250Brought Hindu–Arabic numerals to Europe; the Fibonacci sequence appears in his Liber Abaci.
René Descartes1596–1650Invented coordinate (analytic) geometry — the x-y plane is called Cartesian in his honor.
Pierre de Fermat1607–1665Co-founded probability theory with Pascal and modern number theory; famous “Last Theorem.”
Blaise Pascal1623–1662Pascal's triangle organizes combinations; with Fermat, laid the foundations of probability while analyzing gambling problems.
Isaac Newton1643–1727Co-creator of calculus; the binomial theorem in its general form is his.
Gottfried Leibniz1646–1716Independently created calculus and pioneered binary arithmetic and symbolic logic.
Jacob Bernoulli1655–1705Proved the law of large numbers — the bridge between probability theory and real-world statistics; e emerged from his compound-interest studies.
Thomas Bayes1702–1761Bayes' theorem describes how to update probabilities when new evidence arrives.
Leonhard Euler1707–1783History's most prolific mathematician; standardized notation including f(x), e, i, and Σ; founded graph theory.
Pierre-Simon Laplace1749–1827Systematized probability theory; his Théorie analytique made probability a rigorous discipline.
Carl Friedrich Gauss1777–1855“Prince of mathematicians.” The normal (bell) curve is the Gaussian distribution; foundational work in number theory and statistics.
George Boole1815–1864Boolean algebra reduced logic to algebraic calculation — the mathematical basis of computing.
Florence Nightingale1820–1910Pioneered statistical graphics; her diagrams of hospital mortality made data visualization a tool of public policy.
Augustus De Morgan1806–1871De Morgan's laws describe how negation distributes over AND and OR — a fixture of logic questions.
John Venn1834–1923The overlapping-circle diagrams used for set problems bear his name.
Georg Cantor1845–1918Founded set theory and proved that infinities come in different sizes.
Emmy Noether1882–1935Revolutionized abstract algebra; Einstein called her the most important woman in the history of mathematics.
Andrey Kolmogorov1903–1987Placed probability on rigorous axiomatic foundations in 1933 — the framework still used today.
John Tukey1915–2000Father of exploratory data analysis; invented the box plot and coined the term “bit.”
📖

Key Terms

Set
A collection of distinct elements, written with braces, e.g. {2, 4, 6}.
Union (A ∪ B)
The set of elements in A, in B, or in both.
Intersection (A ∩ B)
The set of elements common to both A and B.
Complement (A′)
Everything in the universal set that is not in A.
Empty set (∅)
The set with no elements; a subset of every set.
Contrapositive
¬q → ¬p; the only rearrangement logically equivalent to p → q.
Converse
q → p; formed by swapping a conditional — not equivalent to the original.
De Morgan's laws
¬(p ∨ q) = ¬p ∧ ¬q and ¬(p ∧ q) = ¬p ∨ ¬q.
Prime number
An integer greater than 1 whose only divisors are 1 and itself.
GCD
Greatest common divisor — the largest integer dividing two numbers evenly.
LCM
Least common multiple — the smallest positive number two numbers both divide.
Rational number
Any number expressible as a ratio of integers; its decimal terminates or repeats.
Irrational number
A real number that is not rational, e.g. √2, π, e.
Scientific notation
m × 10^e with 1 ≤ m < 10, for very large or small numbers.
Function
A rule assigning exactly one output to each input.
Domain / Range
The set of allowed inputs of a function / the set of outputs it produces.
Slope
Rise over run: (y₂ − y₁)/(x₂ − x₁); measures a line's steepness and direction.
Quadratic equation
An equation of form ax² + bx + c = 0; solved by factoring or the quadratic formula.
Permutation
An ordered arrangement; P(n, r) = n!/(n−r)!.
Combination
An unordered selection; C(n, r) = n!/[r!(n−r)!].
Independent events
Events where one outcome doesn't affect the other; multiply their probabilities.
Mutually exclusive
Events that cannot both occur; their probabilities add.
Complement rule
P(not A) = 1 − P(A).
Mean / Median / Mode
Average; middle value of the ordered data; most frequent value.
Range (statistics)
Maximum value minus minimum value of a data set.
Standard deviation
A measure of how spread out data are around the mean.
Empirical rule
In a normal distribution: ≈68% of data within 1σ, 95% within 2σ, 99.7% within 3σ.
Simple interest
I = Prt; interest accrues on the principal only.
Compound interest
A = P(1 + r/n)^(nt); interest earns interest each period.
APR vs. APY
Nominal annual rate vs. effective annual yield after compounding; APY ≥ APR.
Depreciation (straight-line)
Annual value loss = (cost − salvage) ÷ useful life.
Pythagorean theorem
In a right triangle, a² + b² = c², where c is the hypotenuse.
Supplementary angles
Two angles whose measures sum to 180°.
Similar figures
Same shape, proportional sides, equal corresponding angles.
🎬

Video Resources

✏️

Practice Questions

1
[Logic and Sets]
If A = {1, 2, 6, 7, 9} and B = {4, 6, 7, 8, 11}, what is A ∩ B?

A) {1, 2, 9}
B) {4, 8, 11}
C) {6, 7}
D) {1, 2, 4, 6, 7, 8, 9, 11}
Correct Answer: C
The intersection A ∩ B contains only elements found in BOTH sets. Comparing the two lists, the common elements are {6, 7}.
2
[Logic and Sets]
If A = {3, 9, 11, 13, 14} and B = {4, 7, 10, 11, 14}, what is A ∩ B?

A) {3, 9, 13}
B) {11, 14}
C) {3, 4, 7, 9, 10, 11, 13, 14}
D) {4, 7, 10}
Correct Answer: B
The intersection A ∩ B contains only elements found in BOTH sets. Comparing the two lists, the common elements are {11, 14}.
3
[Logic and Sets]
If A = {1, 2, 8, 13, 14} and B = {3, 4, 8, 10, 14}, what is A ∩ B?

A) {1, 2, 3, 4, 8, 10, 13, 14}
B) {1, 2, 13}
C) {8, 14}
D) {3, 4, 10}
Correct Answer: C
The intersection A ∩ B contains only elements found in BOTH sets. Comparing the two lists, the common elements are {8, 14}.
4
[Logic and Sets]
If A = {3, 4, 6, 8, 12} and B = {4, 6, 8, 12, 14}, what is A ∩ B?

A) {3}
B) {4, 6, 8, 12}
C) {14}
D) {3, 4, 6, 8, 12, 14}
Correct Answer: B
The intersection A ∩ B contains only elements found in BOTH sets. Comparing the two lists, the common elements are {4, 6, 8, 12}.
5
[Logic and Sets]
If A = {2, 5, 6, 10, 12} and B = {1, 7, 8, 9, 14}, what is A ∩ B?

A) {1, 7, 8, 9, 14}
B) {2, 5, 6, 10, 12}
C) {1, 2, 5, 6, 7, 8, 9, 10, 12, 14}
D) ∅ (the empty set)
Correct Answer: D
The intersection A ∩ B contains only elements found in BOTH sets. Comparing the two lists, the common elements are ∅ (the empty set).
6
[Logic and Sets]
If A = {1, 2, 4, 10, 14} and B = {3, 8, 10, 12, 13}, what is A ∩ B?

A) {1, 2, 4, 14}
B) {3, 8, 12, 13}
C) {1, 2, 3, 4, 8, 10, 12, 13, 14}
D) {10}
Correct Answer: D
The intersection A ∩ B contains only elements found in BOTH sets. Comparing the two lists, the common elements are {10}.
7
[Logic and Sets]
In a survey, 18 students like math, 26 like science, and 9 like both. How many students like math or science (or both)?

A) 26
B) 44
C) 35
D) 39
Correct Answer: C
By the inclusion–exclusion principle: |M ∪ S| = |M| + |S| − |M ∩ S| = 18 + 26 − 9 = 35. Adding 18+26 alone double-counts the 9 students who like both.
8
[Logic and Sets]
In a survey, 13 students like math, 30 like science, and 8 like both. How many students like math or science (or both)?

A) 27
B) 43
C) 39
D) 35
Correct Answer: D
By the inclusion–exclusion principle: |M ∪ S| = |M| + |S| − |M ∩ S| = 13 + 30 − 8 = 35. Adding 13+30 alone double-counts the 8 students who like both.
9
[Logic and Sets]
In a survey, 22 students like math, 29 like science, and 5 like both. How many students like math or science (or both)?

A) 41
B) 56
C) 46
D) 51
Correct Answer: C
By the inclusion–exclusion principle: |M ∪ S| = |M| + |S| − |M ∩ S| = 22 + 29 − 5 = 46. Adding 22+29 alone double-counts the 5 students who like both.
10
[Logic and Sets]
In a survey, 23 students like math, 19 like science, and 7 like both. How many students like math or science (or both)?

A) 39
B) 42
C) 28
D) 35
Correct Answer: D
By the inclusion–exclusion principle: |M ∪ S| = |M| + |S| − |M ∩ S| = 23 + 19 − 7 = 35. Adding 23+19 alone double-counts the 7 students who like both.
11
[Logic and Sets]
In a survey, 28 students like math, 20 like science, and 5 like both. How many students like math or science (or both)?

A) 48
B) 38
C) 47
D) 43
Correct Answer: D
By the inclusion–exclusion principle: |M ∪ S| = |M| + |S| − |M ∩ S| = 28 + 20 − 5 = 43. Adding 28+20 alone double-counts the 5 students who like both.
12
[Logic and Sets]
In a survey, 28 students like math, 29 like science, and 4 like both. How many students like math or science (or both)?

A) 57
B) 53
C) 58
D) 49
Correct Answer: B
By the inclusion–exclusion principle: |M ∪ S| = |M| + |S| − |M ∩ S| = 28 + 29 − 4 = 53. Adding 28+29 alone double-counts the 4 students who like both.
13
[Logic and Sets]
How many subsets does a set with 5 elements have?

A) 31
B) 25
C) 10
D) 32
Correct Answer: D
A set with n elements has 2n subsets (each element is either in or out). 25 = 32. (25 − 1 = 31 counts only the non-empty subsets.)
14
[Logic and Sets]
How many subsets does a set with 8 elements have?

A) 256
B) 64
C) 255
D) 16
Correct Answer: A
A set with n elements has 2n subsets (each element is either in or out). 28 = 256. (28 − 1 = 255 counts only the non-empty subsets.)
15
[Logic and Sets]
How many subsets does a set with 5 elements have?

A) 32
B) 25
C) 10
D) 31
Correct Answer: A
A set with n elements has 2n subsets (each element is either in or out). 25 = 32. (25 − 1 = 31 counts only the non-empty subsets.)
16
[Logic and Sets]
How many subsets does a set with 6 elements have?

A) 12
B) 36
C) 64
D) 63
Correct Answer: C
A set with n elements has 2n subsets (each element is either in or out). 26 = 64. (26 − 1 = 63 counts only the non-empty subsets.)
17
[Logic and Sets]
How many subsets does a set with 6 elements have?

A) 12
B) 63
C) 64
D) 36
Correct Answer: C
A set with n elements has 2n subsets (each element is either in or out). 26 = 64. (26 − 1 = 63 counts only the non-empty subsets.)
18
[Logic and Sets]
What is the negation of the statement “All birds can fly”?

A) No birds can fly
B) At least one bird cannot fly
C) Some birds can fly
D) All birds cannot fly
Correct Answer: B
The negation of a universal statement (“all are”) is an existential one (“at least one is not”). Saying “no birds can fly” is far stronger than the negation requires.
19
[Logic and Sets]
The statement “If it rains, then the ground is wet” is logically equivalent to which statement?

A) It rains only if the ground is dry
B) If it does not rain, the ground is not wet
C) If the ground is not wet, then it did not rain
D) If the ground is wet, then it rained
Correct Answer: C
A conditional p → q is equivalent to its contrapositive ¬q → ¬p. The converse (q → p) and inverse (¬p → ¬q) are NOT equivalent to the original.
20
[Logic and Sets]
A conditional statement p → q is false in exactly which case?

A) p is false and q is true
B) p is true and q is false
C) p is false and q is false
D) p is true and q is true
Correct Answer: B
An implication fails only when the hypothesis holds but the conclusion does not: true → false. In every other row of the truth table, p → q is true.
21
[Logic and Sets]
The statement “p and q” (p ∧ q) is true when:

A) neither p nor q is true
B) either p or q is true
C) both p and q are true
D) p is true or q is false
Correct Answer: C
A conjunction requires both components to be true; one true component is only enough for a disjunction (p ∨ q).
22
[Logic and Sets]
By De Morgan's laws, the negation of “p or q” is:

A) (not p) or (not q)
B) not (p and q)
C) p and q
D) (not p) and (not q)
Correct Answer: D
De Morgan's laws: ¬(p ∨ q) = ¬p ∧ ¬q, and ¬(p ∧ q) = ¬p ∨ ¬q. Negating a disjunction yields a conjunction of negations.
23
[Logic and Sets]
Which of the following is the converse of “If a figure is a square, then it is a rectangle”?

A) If a figure is not a square, then it is not a rectangle
B) If a figure is not a rectangle, then it is not a square
C) A figure is a square if and only if it is a rectangle
D) If a figure is a rectangle, then it is a square
Correct Answer: D
The converse of p → q is q → p — swap hypothesis and conclusion. Note the converse here is false: not every rectangle is a square, which shows converses don't follow automatically.
24
[Logic and Sets]
If U = {1, 2, 3, …, 10} and A = {2, 4, 6, 8, 10}, what is the complement A′?

A) {2, 4, 6, 8, 10}
B) {1, 2, 3, 4, 5}
C) ∅ (the empty set)
D) {1, 3, 5, 7, 9}
Correct Answer: D
The complement A′ contains every element of the universal set U that is not in A — here, the odd numbers from 1 to 9.
25
[Logic and Sets]
Which statement about the empty set ∅ is true?

A) ∅ has exactly one subset, itself, so it has no subsets
B) ∅ is an element of every set
C) ∅ contains the element 0
D) ∅ is a subset of every set
Correct Answer: D
The empty set is vacuously a subset of every set (there is no element of ∅ that fails to be in the other set). It has exactly one subset — itself — and contains no elements at all.
26
[Logic and Sets]
A restaurant offers 7 optional toppings. How many different topping combinations are possible (including choosing none)?

A) 14
B) 49
C) 128
D) 127
Correct Answer: C
Each topping is independently included or not: 27 = 128 combinations, including the empty choice.
27
[Logic and Sets]
A restaurant offers 4 optional toppings. How many different topping combinations are possible (including choosing none)?

A) 18
B) 16
C) 8
D) 15
Correct Answer: B
Each topping is independently included or not: 24 = 16 combinations, including the empty choice.
28
[Logic and Sets]
A restaurant offers 5 optional toppings. How many different topping combinations are possible (including choosing none)?

A) 31
B) 32
C) 10
D) 25
Correct Answer: B
Each topping is independently included or not: 25 = 32 combinations, including the empty choice.
29
[Logic and Sets]
A restaurant offers 7 optional toppings. How many different topping combinations are possible (including choosing none)?

A) 128
B) 49
C) 14
D) 127
Correct Answer: A
Each topping is independently included or not: 27 = 128 combinations, including the empty choice.
30
[Logic and Sets]
A restaurant offers 4 optional toppings. How many different topping combinations are possible (including choosing none)?

A) 16
B) 8
C) 18
D) 15
Correct Answer: A
Each topping is independently included or not: 24 = 16 combinations, including the empty choice.
31
[Numbers]
What is the prime factorization of 273?

A) 2×5×13
B) 1×273
C) 13×21
D) 3×7×13
Correct Answer: D
Dividing by successive primes: 273 = 3×7×13. Every factor shown must itself be prime, so expressions containing composite factors are not prime factorizations.
32
[Numbers]
What is the prime factorization of 154?

A) 1×154
B) 2×7×11
C) 11×14
D) 2×11×13
Correct Answer: B
Dividing by successive primes: 154 = 2×7×11. Every factor shown must itself be prime, so expressions containing composite factors are not prime factorizations.
33
[Numbers]
What is the prime factorization of 231?

A) 3×7×11
B) 2×3×5
C) 1×231
D) 11×21
Correct Answer: A
Dividing by successive primes: 231 = 3×7×11. Every factor shown must itself be prime, so expressions containing composite factors are not prime factorizations.
34
[Numbers]
What is the prime factorization of 455?

A) 5×7×13
B) 5×91
C) 1×455
D) 2×5×11
Correct Answer: A
Dividing by successive primes: 455 = 5×7×13. Every factor shown must itself be prime, so expressions containing composite factors are not prime factorizations.
35
[Numbers]
What is the prime factorization of 715?

A) 1×715
B) 5×143
C) 2×5×11
D) 5×11×13
Correct Answer: D
Dividing by successive primes: 715 = 5×11×13. Every factor shown must itself be prime, so expressions containing composite factors are not prime factorizations.
36
[Numbers]
What is the least common multiple (LCM) of 24 and 144?

A) 72
B) 3456
C) 24
D) 144
Correct Answer: D
LCM = (a × b) ÷ GCD = (24 × 144) ÷ 24 = 144. Multiplying 24 × 144 = 3456 overshoots because it ignores their shared factor 24.
37
[Numbers]
What is the greatest common divisor (GCD) of 24 and 120?

A) 120
B) 24
C) 96
D) 48
Correct Answer: B
List or compute shared factors: gcd(24, 120) = 24. (The LCM, 120, is the smallest number both divide into — a common mix-up.)
38
[Numbers]
What is the least common multiple (LCM) of 48 and 96?

A) 4608
B) 106
C) 96
D) 48
Correct Answer: C
LCM = (a × b) ÷ GCD = (48 × 96) ÷ 48 = 96. Multiplying 48 × 96 = 4608 overshoots because it ignores their shared factor 48.
39
[Numbers]
What is the least common multiple (LCM) of 36 and 144?

A) 72
B) 36
C) 144
D) 5184
Correct Answer: C
LCM = (a × b) ÷ GCD = (36 × 144) ÷ 36 = 144. Multiplying 36 × 144 = 5184 overshoots because it ignores their shared factor 36.
40
[Numbers]
What is the least common multiple (LCM) of 30 and 72?

A) 180
B) 2160
C) 6
D) 360
Correct Answer: D
LCM = (a × b) ÷ GCD = (30 × 72) ÷ 6 = 360. Multiplying 30 × 72 = 2160 overshoots because it ignores their shared factor 6.
41
[Numbers]
What is the greatest common divisor (GCD) of 12 and 40?

A) 28
B) 120
C) 4
D) 8
Correct Answer: C
List or compute shared factors: gcd(12, 40) = 4. (The LCM, 120, is the smallest number both divide into — a common mix-up.)
42
[Numbers]
Written in scientific notation, 3,000 equals:

A) 3 × 103
B) 3 × 104
C) 0.3 × 105
D) 3 × 102
Correct Answer: A
Scientific notation places one nonzero digit before the decimal point: 3,000 = 3 × 103 (the decimal moves 3 places).
43
[Numbers]
Written in scientific notation, 80,000 equals:

A) 8 × 105
B) 8 × 104
C) 8 × 103
D) 0.8 × 106
Correct Answer: B
Scientific notation places one nonzero digit before the decimal point: 80,000 = 8 × 104 (the decimal moves 4 places).
44
[Numbers]
Written in scientific notation, 900,000 equals:

A) 9 × 105
B) 0.9 × 107
C) 9 × 106
D) 9 × 104
Correct Answer: A
Scientific notation places one nonzero digit before the decimal point: 900,000 = 9 × 105 (the decimal moves 5 places).
45
[Numbers]
Written in scientific notation, 3,000,000 equals:

A) 0.3 × 108
B) 3 × 105
C) 3 × 106
D) 3 × 107
Correct Answer: C
Scientific notation places one nonzero digit before the decimal point: 3,000,000 = 3 × 106 (the decimal moves 6 places).
46
[Numbers]
Which of the following numbers is irrational?

A) √2
B) √25
C) 22/7
D) 0.75
Correct Answer: A
√2 cannot be written as a ratio of integers — its decimal expansion never terminates or repeats. √25 = 5, 0.75 = 3/4, and 22/7 are all rational (22/7 is a rational approximation of π, but is itself a fraction).
47
[Numbers]
Every integer is also a:

A) irrational number
B) natural number
C) rational number
D) positive number
Correct Answer: C
Any integer n can be written n/1, so it is rational. Not every integer is natural (negatives and, by most definitions, zero are not).
48
[Numbers]
What is the value of 0.333… (repeating) expressed as a fraction?

A) 1/3
B) 1/30
C) 33/100
D) 3/10
Correct Answer: A
Let x = 0.333…; then 10x = 3.333…, so 10x − x = 3, giving 9x = 3 and x = 1/3. Finite decimals like 3/10 = 0.3 are not equal to the repeating decimal.
49
[Numbers]
Which number is divisible by both 3 and 4?

A) 75
B) 92
C) 72
D) 64
Correct Answer: C
Divisible by 3: digit sum is a multiple of 3 (7+2=9 ✓). Divisible by 4: last two digits form a multiple of 4 (72 ✓). 64 fails the 3-test; 75 fails the 4-test; 92 fails the 3-test.
50
[Numbers]
If a number's digits sum to a multiple of 9, the number is always divisible by:

A) 6
B) 9
C) 12
D) 18
Correct Answer: B
The digit-sum test works for 3 and 9: a digit sum divisible by 9 guarantees the number is divisible by 9 (and therefore also by 3, though 9 is the strongest guaranteed divisor here).
51
[Algebra and Functions]
Solve for x: 6x − 1 = 53

A) -9
B) 10
C) 9
D) 8
Correct Answer: C
Subtract -1 from both sides: 6x = 54; divide by 6: x = 9.
52
[Algebra and Functions]
Solve for x: 6x + 7 = 49

A) 6
B) 7
C) -7
D) 8
Correct Answer: B
Subtract 7 from both sides: 6x = 42; divide by 6: x = 7.
53
[Algebra and Functions]
Solve for x: 4x − 4 = -8

A) 0
B) -2
C) -1
D) 1
Correct Answer: C
Subtract -4 from both sides: 4x = -4; divide by 4: x = -1.
54
[Algebra and Functions]
Solve for x: 6x + 9 = 63

A) 10
B) 8
C) 9
D) -9
Correct Answer: C
Subtract 9 from both sides: 6x = 54; divide by 6: x = 9.
55
[Algebra and Functions]
Solve for x: 2x − 5 = -7

A) -1
B) 1
C) -2
D) 0
Correct Answer: A
Subtract -5 from both sides: 2x = -2; divide by 2: x = -1.
56
[Algebra and Functions]
Solve for x: 5x − 3 = 2

A) 1
B) 2
C) -1
D) 0
Correct Answer: A
Subtract -3 from both sides: 5x = 5; divide by 5: x = 1.
57
[Algebra and Functions]
Solve for x: 4x + 0 = -12

A) -4
B) -3
C) -2
D) 3
Correct Answer: B
Subtract 0 from both sides: 4x = -12; divide by 4: x = -3.
58
[Algebra and Functions]
Solve for x: 2x + 3 = 5

A) 0
B) 2
C) 1
D) -1
Correct Answer: C
Subtract 3 from both sides: 2x = 2; divide by 2: x = 1.
59
[Algebra and Functions]
Solve the inequality: 4x + 3 < -9

A) x < -3
B) x > -3
C) x < -5
D) x ≤ -4
Correct Answer: A
Subtract 3: 4x < -12; divide by the positive number 4 (inequality direction unchanged): x < -3.
60
[Algebra and Functions]
Solve the inequality: 2x − 5 < 5

A) x < 3
B) x > 5
C) x ≤ 4
D) x < 5
Correct Answer: D
Subtract -5: 2x < 10; divide by the positive number 2 (inequality direction unchanged): x < 5.
61
[Algebra and Functions]
Solve the inequality: 2x − 4 < -8

A) x < -4
B) x ≤ -3
C) x < -2
D) x > -2
Correct Answer: C
Subtract -4: 2x < -4; divide by the positive number 2 (inequality direction unchanged): x < -2.
62
[Algebra and Functions]
Solve the inequality: 4x + 3 < 19

A) x < 4
B) x ≤ 3
C) x > 4
D) x < 2
Correct Answer: A
Subtract 3: 4x < 16; divide by the positive number 4 (inequality direction unchanged): x < 4.
63
[Algebra and Functions]
Solve the inequality: 4x − 2 < 2

A) x ≤ 0
B) x > 1
C) x < 1
D) x < -1
Correct Answer: C
Subtract -2: 4x < 4; divide by the positive number 4 (inequality direction unchanged): x < 1.
64
[Algebra and Functions]
Solve the inequality: 3x − 4 < 5

A) x > 3
B) x < 3
C) x < 1
D) x ≤ 2
Correct Answer: B
Subtract -4: 3x < 9; divide by the positive number 3 (inequality direction unchanged): x < 3.
65
[Algebra and Functions]
If f(x) = 1x² − 5x + 3, what is f(-2)?

A) 18
B) 17
C) 19
D) -3
Correct Answer: B
Substitute x = -2: f(-2) = 1(-2)² − 5(-2) + 3 = 4 + 10 + 3 = 17. Watch the sign when squaring a negative input.
66
[Algebra and Functions]
If f(x) = 1x² − 1x − 6, what is f(4)?

A) 14
B) 7
C) 8
D) 6
Correct Answer: D
Substitute x = 4: f(4) = 1(4)² − 1(4) − 6 = 16 + -4 + -6 = 6. Watch the sign when squaring a negative input.
67
[Algebra and Functions]
If f(x) = 2x² + 5x + 0, what is f(4)?

A) 54
B) 12
C) 57
D) 52
Correct Answer: D
Substitute x = 4: f(4) = 2(4)² + 5(4) + 0 = 32 + 20 + 0 = 52. Watch the sign when squaring a negative input.
68
[Algebra and Functions]
If f(x) = 3x² − 3x + 0, what is f(2)?

A) 6
B) 7
C) 18
D) 9
Correct Answer: A
Substitute x = 2: f(2) = 3(2)² − 3(2) + 0 = 12 + -6 + 0 = 6. Watch the sign when squaring a negative input.
69
[Algebra and Functions]
If f(x) = 1x² + 1x + 2, what is f(-2)?

A) 4
B) 8
C) 5
D) 6
Correct Answer: A
Substitute x = -2: f(-2) = 1(-2)² + 1(-2) + 2 = 4 + -2 + 2 = 4. Watch the sign when squaring a negative input.
70
[Algebra and Functions]
If f(x) = 1x² + 0x + 6, what is f(1)?

A) 4
B) 8
C) 7
D) 9
Correct Answer: C
Substitute x = 1: f(1) = 1(1)² + 0(1) + 6 = 1 + 0 + 6 = 7. Watch the sign when squaring a negative input.
71
[Algebra and Functions]
If f(x) = 3x² − 4x + 2, what is f(-1)?

A) 9
B) 10
C) 1
D) 12
Correct Answer: A
Substitute x = -1: f(-1) = 3(-1)² − 4(-1) + 2 = 3 + 4 + 2 = 9. Watch the sign when squaring a negative input.
72
[Algebra and Functions]
If f(x) = 1x² + 3x + 2, what is f(-1)?

A) 2
B) 0
C) 1
D) 6
Correct Answer: B
Substitute x = -1: f(-1) = 1(-1)² + 3(-1) + 2 = 1 + -3 + 2 = 0. Watch the sign when squaring a negative input.
73
[Algebra and Functions]
What is the slope of the line through the points (1, -2) and (5, -14)?

A) -1/3
B) -2
C) 3
D) -3
Correct Answer: D
Slope = (y₂ − y₁)/(x₂ − x₁) = (-14 − -2)/(5 − 1) = -12/4 = -3. Putting the x-difference on top gives the reciprocal — a common error.
74
[Algebra and Functions]
What is the slope of the line through the points (1, 5) and (4, 11)?

A) -2
B) 2
C) 1/2
D) 3
Correct Answer: B
Slope = (y₂ − y₁)/(x₂ − x₁) = (11 − 5)/(4 − 1) = 6/3 = 2. Putting the x-difference on top gives the reciprocal — a common error.
75
[Algebra and Functions]
What is the slope of the line through the points (0, -2) and (3, 4)?

A) 3
B) 2
C) 1/2
D) -2
Correct Answer: B
Slope = (y₂ − y₁)/(x₂ − x₁) = (4 − -2)/(3 − 0) = 6/3 = 2. Putting the x-difference on top gives the reciprocal — a common error.
76
[Algebra and Functions]
What is the slope of the line through the points (-4, -5) and (-1, 1)?

A) -2
B) 1/2
C) 2
D) 3
Correct Answer: C
Slope = (y₂ − y₁)/(x₂ − x₁) = (1 − -5)/(-1 − -4) = 6/3 = 2. Putting the x-difference on top gives the reciprocal — a common error.
77
[Algebra and Functions]
What is the slope of the line through the points (1, -5) and (4, 1)?

A) 3
B) 2
C) -2
D) 1/2
Correct Answer: B
Slope = (y₂ − y₁)/(x₂ − x₁) = (1 − -5)/(4 − 1) = 6/3 = 2. Putting the x-difference on top gives the reciprocal — a common error.
78
[Algebra and Functions]
What is the slope of the line through the points (-2, -3) and (-1, -6)?

A) -1/3
B) 3
C) -2
D) -3
Correct Answer: D
Slope = (y₂ − y₁)/(x₂ − x₁) = (-6 − -3)/(-1 − -2) = -3/1 = -3. Putting the x-difference on top gives the reciprocal — a common error.
79
[Algebra and Functions]
Simplify: x4 · x6

A) x24
B) 2x10
C) x10
D) x2
Correct Answer: C
When multiplying powers with the same base, add the exponents: x4 · x6 = x4+6 = x10. Multiplying exponents (24) is the rule for a power raised to a power, not a product.
80
[Algebra and Functions]
Simplify: x4 · x3

A) 2x7
B) x7
C) x12
D) x1
Correct Answer: B
When multiplying powers with the same base, add the exponents: x4 · x3 = x4+3 = x7. Multiplying exponents (12) is the rule for a power raised to a power, not a product.
81
[Algebra and Functions]
Simplify: x3 · x2

A) 2x5
B) x6
C) x1
D) x5
Correct Answer: D
When multiplying powers with the same base, add the exponents: x3 · x2 = x3+2 = x5. Multiplying exponents (6) is the rule for a power raised to a power, not a product.
82
[Algebra and Functions]
Simplify: x2 · x3

A) x5
B) 2x5
C) x1
D) x6
Correct Answer: A
When multiplying powers with the same base, add the exponents: x2 · x3 = x2+3 = x5. Multiplying exponents (6) is the rule for a power raised to a power, not a product.
83
[Algebra and Functions]
Simplify: x2 · x4

A) 2x6
B) x6
C) x8
D) x2
Correct Answer: B
When multiplying powers with the same base, add the exponents: x2 · x4 = x2+4 = x6. Multiplying exponents (8) is the rule for a power raised to a power, not a product.
84
[Algebra and Functions]
Simplify: x4 · x4

A) 2x8
B) x0
C) x16
D) x8
Correct Answer: D
When multiplying powers with the same base, add the exponents: x4 · x4 = x4+4 = x8. Multiplying exponents (16) is the rule for a power raised to a power, not a product.
85
[Algebra and Functions]
Solve: x² + 2x − 8 = 0

A) x = 3 or x = -5
B) x = 2 or x = -4
C) x = 2 or x = 4
D) x = -2 or x = 4
Correct Answer: B
Factor: (x − 2)(x − (-4)) = x² + 2x − 8. Setting each factor to zero gives x = 2 or x = -4. Check by substituting both values back in.
86
[Algebra and Functions]
Solve: x² + 3x − 10 = 0

A) x = 3 or x = -6
B) x = -2 or x = 5
C) x = 2 or x = 5
D) x = 2 or x = -5
Correct Answer: D
Factor: (x − 2)(x − (-5)) = x² + 3x − 10. Setting each factor to zero gives x = 2 or x = -5. Check by substituting both values back in.
87
[Algebra and Functions]
Solve: x² + 4x − 12 = 0

A) x = 3 or x = -7
B) x = -2 or x = 6
C) x = 2 or x = -6
D) x = 2 or x = 6
Correct Answer: C
Factor: (x − 2)(x − (-6)) = x² + 4x − 12. Setting each factor to zero gives x = 2 or x = -6. Check by substituting both values back in.
88
[Algebra and Functions]
Solve: x² + 1x − 2 = 0

A) x = 2 or x = -3
B) x = 1 or x = 2
C) x = 1 or x = -2
D) x = -1 or x = 2
Correct Answer: C
Factor: (x − 1)(x − (-2)) = x² + 1x − 2. Setting each factor to zero gives x = 1 or x = -2. Check by substituting both values back in.
89
[Algebra and Functions]
Solve: x² + 2x − 8 = 0

A) x = -2 or x = 4
B) x = 2 or x = -4
C) x = 2 or x = 4
D) x = 3 or x = -5
Correct Answer: B
Factor: (x − 2)(x − (-4)) = x² + 2x − 8. Setting each factor to zero gives x = 2 or x = -4. Check by substituting both values back in.
90
[Algebra and Functions]
Solve: x² − 2x − 15 = 0

A) x = 6 or x = -4
B) x = -5 or x = 3
C) x = 5 or x = -3
D) x = 5 or x = 3
Correct Answer: C
Factor: (x − 5)(x − (-3)) = x² − 2x − 15. Setting each factor to zero gives x = 5 or x = -3. Check by substituting both values back in.
91
[Counting, Probability & Statistics]
In how many ways can 2 different officers (each a distinct position) be chosen from 5 candidates?

A) 5
B) 20
C) 10
D) 25
Correct Answer: B
Order matters (the positions differ), so use permutations: P(5,2) = 5!/(5−2)! = 20. C(5,2) = 10 would count unordered committees.
92
[Counting, Probability & Statistics]
In how many ways can 3 different officers (each a distinct position) be chosen from 7 candidates?

A) 35
B) 42
C) 343
D) 210
Correct Answer: D
Order matters (the positions differ), so use permutations: P(7,3) = 7!/(7−3)! = 210. C(7,3) = 35 would count unordered committees.
93
[Counting, Probability & Statistics]
In how many ways can 2 different officers (each a distinct position) be chosen from 7 candidates?

A) 49
B) 7
C) 21
D) 42
Correct Answer: D
Order matters (the positions differ), so use permutations: P(7,2) = 7!/(7−2)! = 42. C(7,2) = 21 would count unordered committees.
94
[Counting, Probability & Statistics]
In how many ways can 3 different officers (each a distinct position) be chosen from 6 candidates?

A) 216
B) 30
C) 120
D) 20
Correct Answer: C
Order matters (the positions differ), so use permutations: P(6,3) = 6!/(6−3)! = 120. C(6,3) = 20 would count unordered committees.
95
[Counting, Probability & Statistics]
In how many ways can 3 different officers (each a distinct position) be chosen from 8 candidates?

A) 370
B) 512
C) 56
D) 336
Correct Answer: D
Order matters (the positions differ), so use permutations: P(8,3) = 8!/(8−3)! = 336. C(8,3) = 56 would count unordered committees.
96
[Counting, Probability & Statistics]
In how many ways can 2 different officers (each a distinct position) be chosen from 5 candidates?

A) 10
B) 25
C) 20
D) 5
Correct Answer: C
Order matters (the positions differ), so use permutations: P(5,2) = 5!/(5−2)! = 20. C(5,2) = 10 would count unordered committees.
97
[Counting, Probability & Statistics]
How many different committees of 4 people can be formed from a group of 7?

A) 35
B) 28
C) 39
D) 840
Correct Answer: A
Order does not matter in a committee, so use combinations: C(7,4) = 7!/[4!(7−4)!] = 35. P(7,4) = 840 overcounts by treating different orderings as different committees.
98
[Counting, Probability & Statistics]
How many different committees of 2 people can be formed from a group of 9?

A) 18
B) 72
C) 36
D) 9
Correct Answer: C
Order does not matter in a committee, so use combinations: C(9,2) = 9!/[2!(9−2)!] = 36. P(9,2) = 72 overcounts by treating different orderings as different committees.
99
[Counting, Probability & Statistics]
How many different committees of 3 people can be formed from a group of 8?

A) 56
B) 28
C) 336
D) 24
Correct Answer: A
Order does not matter in a committee, so use combinations: C(8,3) = 8!/[3!(8−3)!] = 56. P(8,3) = 336 overcounts by treating different orderings as different committees.
100
[Counting, Probability & Statistics]
How many different committees of 4 people can be formed from a group of 7?

A) 35
B) 28
C) 39
D) 840
Correct Answer: A
Order does not matter in a committee, so use combinations: C(7,4) = 7!/[4!(7−4)!] = 35. P(7,4) = 840 overcounts by treating different orderings as different committees.
101
[Counting, Probability & Statistics]
How many different committees of 4 people can be formed from a group of 9?

A) 36
B) 126
C) 84
D) 3024
Correct Answer: B
Order does not matter in a committee, so use combinations: C(9,4) = 9!/[4!(9−4)!] = 126. P(9,4) = 3024 overcounts by treating different orderings as different committees.
102
[Counting, Probability & Statistics]
How many different committees of 4 people can be formed from a group of 9?

A) 126
B) 36
C) 3024
D) 84
Correct Answer: A
Order does not matter in a committee, so use combinations: C(9,4) = 9!/[4!(9−4)!] = 126. P(9,4) = 3024 overcounts by treating different orderings as different committees.
103
[Counting, Probability & Statistics]
How many different committees of 2 people can be formed from a group of 8?

A) 56
B) 8
C) 16
D) 28
Correct Answer: D
Order does not matter in a committee, so use combinations: C(8,2) = 8!/[2!(8−2)!] = 28. P(8,2) = 56 overcounts by treating different orderings as different committees.
104
[Counting, Probability & Statistics]
How many different committees of 3 people can be formed from a group of 7?

A) 210
B) 35
C) 39
D) 21
Correct Answer: B
Order does not matter in a committee, so use combinations: C(7,3) = 7!/[3!(7−3)!] = 35. P(7,3) = 210 overcounts by treating different orderings as different committees.
105
[Counting, Probability & Statistics]
A bag holds 7 red, 4 blue, and 3 green marbles. If one marble is drawn at random, what is the probability it is red?

A) 7/15
B) 1/3
C) 7/7
D) 1/2
Correct Answer: D
P(red) = favorable/total = 7/14 = 1/2. The denominator must count ALL marbles, not just the non-red ones.
106
[Counting, Probability & Statistics]
A bag holds 5 red, 3 blue, and 3 green marbles. If one marble is drawn at random, what is the probability it is red?

A) 1/3
B) 5/12
C) 5/6
D) 5/11
Correct Answer: D
P(red) = favorable/total = 5/11. The denominator must count ALL marbles, not just the non-red ones.
107
[Counting, Probability & Statistics]
A bag holds 5 red, 7 blue, and 3 green marbles. If one marble is drawn at random, what is the probability it is red?

A) 1/5
B) 5/16
C) 5/10
D) 1/3
Correct Answer: D
P(red) = favorable/total = 5/15 = 1/3. The denominator must count ALL marbles, not just the non-red ones.
108
[Counting, Probability & Statistics]
A bag holds 5 red, 4 blue, and 3 green marbles. If one marble is drawn at random, what is the probability it is red?

A) 1/3
B) 5/7
C) 5/13
D) 5/12
Correct Answer: D
P(red) = favorable/total = 5/12. The denominator must count ALL marbles, not just the non-red ones.
109
[Counting, Probability & Statistics]
A bag holds 7 red, 6 blue, and 5 green marbles. If one marble is drawn at random, what is the probability it is red?

A) 7/18
B) 1/3
C) 7/19
D) 7/11
Correct Answer: A
P(red) = favorable/total = 7/18. The denominator must count ALL marbles, not just the non-red ones.
110
[Counting, Probability & Statistics]
Two fair six-sided dice are rolled. What is the probability that the sum is exactly 7?

A) 1/6
B) 1/7
C) 7/36
D) 6/12
Correct Answer: A
There are 36 equally likely outcomes. The sum 7 occurs in 6 of them, so P = 6/36 = 1/6.
111
[Counting, Probability & Statistics]
Two fair six-sided dice are rolled. What is the probability that the sum is exactly 8?

A) 6/36
B) 5/36
C) 5/12
D) 1/8
Correct Answer: B
There are 36 equally likely outcomes. The sum 8 occurs in 5 of them, so P = 5/36 = 5/36.
112
[Counting, Probability & Statistics]
Two fair six-sided dice are rolled. What is the probability that the sum is exactly 9?

A) 4/12
B) 5/36
C) 1/9
D) 1/11
Correct Answer: C
There are 36 equally likely outcomes. The sum 9 occurs in 4 of them, so P = 4/36 = 1/9.
113
[Counting, Probability & Statistics]
Two fair six-sided dice are rolled. What is the probability that the sum is exactly 10?

A) 3/12
B) 1/12
C) 4/36
D) 1/10
Correct Answer: B
There are 36 equally likely outcomes. The sum 10 occurs in 3 of them, so P = 3/36 = 1/12.
114
[Counting, Probability & Statistics]
Two fair six-sided dice are rolled. What is the probability that the sum is exactly 10?

A) 3/12
B) 4/36
C) 1/12
D) 1/10
Correct Answer: C
There are 36 equally likely outcomes. The sum 10 occurs in 3 of them, so P = 3/36 = 1/12.
115
[Counting, Probability & Statistics]
The probability of rain tomorrow is 1/5. What is the probability it does NOT rain?

A) 0
B) 4/5
C) 1/4
D) 1/5
Correct Answer: B
Complementary events: P(not rain) = 1 − 1/5 = 4/5. The two probabilities must sum to 1.
116
[Counting, Probability & Statistics]
The probability of rain tomorrow is 1/5. What is the probability it does NOT rain?

A) 1/4
B) 0
C) 4/5
D) 1/5
Correct Answer: C
Complementary events: P(not rain) = 1 − 1/5 = 4/5. The two probabilities must sum to 1.
117
[Counting, Probability & Statistics]
The probability of rain tomorrow is 1/6. What is the probability it does NOT rain?

A) 0
B) 1/6
C) 1/5
D) 5/6
Correct Answer: D
Complementary events: P(not rain) = 1 − 1/6 = 5/6. The two probabilities must sum to 1.
118
[Counting, Probability & Statistics]
The probability of rain tomorrow is 1/6. What is the probability it does NOT rain?

A) 0
B) 1/5
C) 5/6
D) 1/6
Correct Answer: C
Complementary events: P(not rain) = 1 − 1/6 = 5/6. The two probabilities must sum to 1.
119
[Counting, Probability & Statistics]
The probability of rain tomorrow is 1/5. What is the probability it does NOT rain?

A) 4/5
B) 1/4
C) 1/5
D) 0
Correct Answer: A
Complementary events: P(not rain) = 1 − 1/5 = 4/5. The two probabilities must sum to 1.
120
[Counting, Probability & Statistics]
The probability of rain tomorrow is 1/4. What is the probability it does NOT rain?

A) 3/4
B) 1/3
C) 0
D) 1/4
Correct Answer: A
Complementary events: P(not rain) = 1 − 1/4 = 3/4. The two probabilities must sum to 1.
121
[Counting, Probability & Statistics]
What is the mean of the data set {6, 12, 14, 19, 29}?

A) 18
B) 14
C) 16
D) 17
Correct Answer: C
Mean = sum ÷ count = 80 ÷ 5 = 16. The median (middle value, 14) is a different measure of center.
122
[Counting, Probability & Statistics]
What is the mean of the data set {6, 19, 21, 35, 39}?

A) 24
B) 21
C) 22
D) 25
Correct Answer: A
Mean = sum ÷ count = 120 ÷ 5 = 24. The median (middle value, 21) is a different measure of center.
123
[Counting, Probability & Statistics]
What is the mean of the data set {2, 11, 26, 29, 32}?

A) 17
B) 20
C) 21
D) 26
Correct Answer: B
Mean = sum ÷ count = 100 ÷ 5 = 20. The median (middle value, 26) is a different measure of center.
124
[Counting, Probability & Statistics]
What is the mean of the data set {3, 4, 12, 19, 37}?

A) 16
B) 12
C) 15
D) 20
Correct Answer: C
Mean = sum ÷ count = 75 ÷ 5 = 15. The median (middle value, 12) is a different measure of center.
125
[Counting, Probability & Statistics]
What is the mean of the data set {13, 15, 20, 24, 33}?

A) 21
B) 23
C) 20
D) 22
Correct Answer: A
Mean = sum ÷ count = 105 ÷ 5 = 21. The median (middle value, 20) is a different measure of center.
126
[Counting, Probability & Statistics]
What is the mean of the data set {10, 17, 27, 33, 38}?

A) 26
B) 24
C) 25
D) 27
Correct Answer: C
Mean = sum ÷ count = 125 ÷ 5 = 25. The median (middle value, 27) is a different measure of center.
127
[Counting, Probability & Statistics]
What is the median of the data set {6, 8, 24, 28, 32, 46, 48}?

A) 24
B) 27.4
C) 32
D) 28
Correct Answer: D
With 7 ordered values the median is the 4th value: 28. The mean (27.4) usually differs from the median.
128
[Counting, Probability & Statistics]
What is the median of the data set {3, 4, 14, 16, 19, 34, 46}?

A) 19
B) 19.4
C) 14
D) 16
Correct Answer: D
With 7 ordered values the median is the 4th value: 16. The mean (19.4) usually differs from the median.
129
[Counting, Probability & Statistics]
What is the median of the data set {21, 25, 33, 37, 38, 40, 41}?

A) 33
B) 33.6
C) 37
D) 38
Correct Answer: C
With 7 ordered values the median is the 4th value: 37. The mean (33.6) usually differs from the median.
130
[Counting, Probability & Statistics]
What is the median of the data set {7, 11, 17, 18, 26, 29, 31}?

A) 26
B) 17
C) 19.9
D) 18
Correct Answer: D
With 7 ordered values the median is the 4th value: 18. The mean (19.9) usually differs from the median.
131
[Counting, Probability & Statistics]
What is the median of the data set {10, 11, 14, 21, 29, 30, 48}?

A) 23.3
B) 14
C) 29
D) 21
Correct Answer: D
With 7 ordered values the median is the 4th value: 21. The mean (23.3) usually differs from the median.
132
[Counting, Probability & Statistics]
What is the median of the data set {8, 17, 19, 25, 29, 34, 38}?

A) 29
B) 25
C) 24.3
D) 19
Correct Answer: B
With 7 ordered values the median is the 4th value: 25. The mean (24.3) usually differs from the median.
133
[Counting, Probability & Statistics]
What is the range of the data set {6, 10, 10, 11, 13, 24}?

A) 12.3
B) 18
C) 24
D) 19
Correct Answer: B
Range = maximum − minimum = 24 − 6 = 18.
134
[Counting, Probability & Statistics]
What is the mode of the data set {18, 19, 19, 21, 23, 28}?

A) 21.3
B) 18
C) 19
D) 28
Correct Answer: C
The mode is the most frequent value — 19 appears twice while every other value appears once.
135
[Counting, Probability & Statistics]
What is the mode of the data set {4, 14, 17, 22, 22, 25}?

A) 22
B) 4
C) 17.3
D) 25
Correct Answer: A
The mode is the most frequent value — 22 appears twice while every other value appears once.
136
[Counting, Probability & Statistics]
What is the mode of the data set {5, 6, 9, 9, 10, 11}?

A) 9
B) 11
C) 5
D) 8.3
Correct Answer: A
The mode is the most frequent value — 9 appears twice while every other value appears once.
137
[Counting, Probability & Statistics]
In a normal distribution, approximately what percent of values fall within one standard deviation of the mean?

A) 95%
B) 99.7%
C) 68%
D) 50%
Correct Answer: C
The empirical rule: about 68% within 1σ, 95% within 2σ, and 99.7% within 3σ of the mean.
138
[Counting, Probability & Statistics]
A strong positive correlation between two variables means:

A) the variables are unrelated
B) one variable causes the other to increase
C) one variable increases while the other decreases
D) they tend to increase together, but one does not necessarily cause the other
Correct Answer: D
Correlation measures association, not causation. A negative correlation is the one where variables move in opposite directions.
139
[Counting, Probability & Statistics]
Adding one extremely large value to a data set will usually affect which measure most?

A) the median
B) all three equally
C) the mean
D) the mode
Correct Answer: C
The mean uses every value, so an outlier pulls it strongly. The median and mode are resistant to outliers — which is why median income is reported rather than mean income.
140
[Counting, Probability & Statistics]
Two events A and B are independent. If P(A) = 1/2 and P(B) = 1/3, what is P(A and B)?

A) 2/3
B) 1/5
C) 1/6
D) 5/6
Correct Answer: C
For independent events, P(A and B) = P(A) × P(B) = (1/2)(1/3) = 1/6. Adding the probabilities relates to “or” (for mutually exclusive events), not “and.”
141
[Financial Mathematics]
How much simple interest is earned on a principal of $1,000 at 4% per year for 4 years?

A) $160
B) $169
C) $40
D) $1,160
Correct Answer: A
Simple interest: I = P·r·t = 1,000 × 0.04 × 4 = $160. ($1,160 is the total accumulated value, principal + interest.)
142
[Financial Mathematics]
How much simple interest is earned on a principal of $1,500 at 4% per year for 4 years?

A) $60
B) $1,740
C) $240
D) $254
Correct Answer: C
Simple interest: I = P·r·t = 1,500 × 0.04 × 4 = $240. ($1,740 is the total accumulated value, principal + interest.)
143
[Financial Mathematics]
How much simple interest is earned on a principal of $1,000 at 3% per year for 5 years?

A) $1,150
B) $150
C) $159
D) $30
Correct Answer: B
Simple interest: I = P·r·t = 1,000 × 0.03 × 5 = $150. ($1,150 is the total accumulated value, principal + interest.)
144
[Financial Mathematics]
How much simple interest is earned on a principal of $4,000 at 3% per year for 3 years?

A) $120
B) $4,360
C) $360
D) $370
Correct Answer: C
Simple interest: I = P·r·t = 4,000 × 0.03 × 3 = $360. ($4,360 is the total accumulated value, principal + interest.)
145
[Financial Mathematics]
How much simple interest is earned on a principal of $1,000 at 4% per year for 3 years?

A) $120
B) $124
C) $1,120
D) $40
Correct Answer: A
Simple interest: I = P·r·t = 1,000 × 0.04 × 3 = $120. ($1,120 is the total accumulated value, principal + interest.)
146
[Financial Mathematics]
How much simple interest is earned on a principal of $2,500 at 6% per year for 5 years?

A) $150
B) $845
C) $750
D) $3,250
Correct Answer: C
Simple interest: I = P·r·t = 2,500 × 0.06 × 5 = $750. ($3,250 is the total accumulated value, principal + interest.)
147
[Financial Mathematics]
How much simple interest is earned on a principal of $4,000 at 4% per year for 5 years?

A) $160
B) $4,800
C) $800
D) $866
Correct Answer: C
Simple interest: I = P·r·t = 4,000 × 0.04 × 5 = $800. ($4,800 is the total accumulated value, principal + interest.)
148
[Financial Mathematics]
How much simple interest is earned on a principal of $4,000 at 6% per year for 2 years?

A) $4,480
B) $480
C) $240
D) $494
Correct Answer: B
Simple interest: I = P·r·t = 4,000 × 0.06 × 2 = $480. ($4,480 is the total accumulated value, principal + interest.)
149
[Financial Mathematics]
$1,000 is invested at 6% annual interest, compounded yearly. What is the account worth after 2 years (to the nearest dollar)?

A) $1,203
B) $1,120
C) $1,124
D) $124
Correct Answer: C
Compound growth: A = P(1 + r)t = 1,000(1.06)2 ≈ $1,124. Simple interest would give only $1,120 — compounding earns interest on prior interest.
150
[Financial Mathematics]
$2,000 is invested at 4% annual interest, compounded yearly. What is the account worth after 3 years (to the nearest dollar)?

A) $2,240
B) $2,408
C) $250
D) $2,250
Correct Answer: D
Compound growth: A = P(1 + r)t = 2,000(1.04)3 ≈ $2,250. Simple interest would give only $2,240 — compounding earns interest on prior interest.
151
[Financial Mathematics]
$5,000 is invested at 6% annual interest, compounded yearly. What is the account worth after 3 years (to the nearest dollar)?

A) $6,372
B) $5,955
C) $5,900
D) $955
Correct Answer: B
Compound growth: A = P(1 + r)t = 5,000(1.06)3 ≈ $5,955. Simple interest would give only $5,900 — compounding earns interest on prior interest.
152
[Financial Mathematics]
$1,000 is invested at 6% annual interest, compounded yearly. What is the account worth after 3 years (to the nearest dollar)?

A) $1,274
B) $1,180
C) $1,191
D) $191
Correct Answer: C
Compound growth: A = P(1 + r)t = 1,000(1.06)3 ≈ $1,191. Simple interest would give only $1,180 — compounding earns interest on prior interest.
153
[Financial Mathematics]
$2,000 is invested at 5% annual interest, compounded yearly. What is the account worth after 2 years (to the nearest dollar)?

A) $205
B) $2,200
C) $2,205
D) $2,359
Correct Answer: C
Compound growth: A = P(1 + r)t = 2,000(1.05)2 ≈ $2,205. Simple interest would give only $2,200 — compounding earns interest on prior interest.
154
[Financial Mathematics]
$5,000 is invested at 10% annual interest, compounded yearly. What is the account worth after 3 years (to the nearest dollar)?

A) $1,655
B) $7,121
C) $6,500
D) $6,655
Correct Answer: D
Compound growth: A = P(1 + r)t = 5,000(1.010)3 ≈ $6,655. Simple interest would give only $6,500 — compounding earns interest on prior interest.
155
[Financial Mathematics]
$1,000 is invested at 4% annual interest, compounded yearly. What is the account worth after 2 years (to the nearest dollar)?

A) $1,158
B) $1,080
C) $82
D) $1,082
Correct Answer: D
Compound growth: A = P(1 + r)t = 1,000(1.04)2 ≈ $1,082. Simple interest would give only $1,080 — compounding earns interest on prior interest.
156
[Financial Mathematics]
$2,000 is invested at 10% annual interest, compounded yearly. What is the account worth after 2 years (to the nearest dollar)?

A) $2,589
B) $420
C) $2,400
D) $2,420
Correct Answer: D
Compound growth: A = P(1 + r)t = 2,000(1.010)2 ≈ $2,420. Simple interest would give only $2,400 — compounding earns interest on prior interest.
157
[Financial Mathematics]
A jacket priced at $120 is discounted 30%. What is the sale price?

A) $36
B) $156
C) $84
D) $90
Correct Answer: C
Discount amount = 30% of $120 = $36; sale price = $120 − $36 = $84. A 30% discount means you pay 70% of the price.
158
[Financial Mathematics]
A jacket priced at $40 is discounted 20%. What is the sale price?

A) $48
B) $32
C) $20
D) $8
Correct Answer: B
Discount amount = 20% of $40 = $8; sale price = $40 − $8 = $32. A 20% discount means you pay 80% of the price.
159
[Financial Mathematics]
A jacket priced at $200 is discounted 25%. What is the sale price?

A) $150
B) $175
C) $50
D) $250
Correct Answer: A
Discount amount = 25% of $200 = $50; sale price = $200 − $50 = $150. A 25% discount means you pay 75% of the price.
160
[Financial Mathematics]
A jacket priced at $40 is discounted 15%. What is the sale price?

A) $46
B) $34
C) $25
D) $6
Correct Answer: B
Discount amount = 15% of $40 = $6; sale price = $40 − $6 = $34. A 15% discount means you pay 85% of the price.
161
[Financial Mathematics]
A jacket priced at $80 is discounted 30%. What is the sale price?

A) $50
B) $104
C) $24
D) $56
Correct Answer: D
Discount amount = 30% of $80 = $24; sale price = $80 − $24 = $56. A 30% discount means you pay 70% of the price.
162
[Financial Mathematics]
A jacket priced at $60 is discounted 10%. What is the sale price?

A) $6
B) $54
C) $50
D) $66
Correct Answer: B
Discount amount = 10% of $60 = $6; sale price = $60 − $6 = $54. A 10% discount means you pay 90% of the price.
163
[Financial Mathematics]
A jacket priced at $80 is discounted 10%. What is the sale price?

A) $72
B) $88
C) $8
D) $70
Correct Answer: A
Discount amount = 10% of $80 = $8; sale price = $80 − $8 = $72. A 10% discount means you pay 90% of the price.
164
[Financial Mathematics]
A jacket priced at $150 is discounted 25%. What is the sale price?

A) $125
B) $37.5
C) $187.5
D) $112.5
Correct Answer: D
Discount amount = 25% of $150 = $37.5; sale price = $150 − $37.5 = $112.5. A 25% discount means you pay 75% of the price.
165
[Financial Mathematics]
An item costs $50 before tax. With a 7% sales tax, what is the total cost?

A) $57
B) $3.5
C) $53.5
D) $46.5
Correct Answer: C
Total = price × (1 + tax rate) = $50 × 1.07 = $53.5.
166
[Financial Mathematics]
An item costs $110 before tax. With a 8% sales tax, what is the total cost?

A) $118.8
B) $8.8
C) $118
D) $101.2
Correct Answer: A
Total = price × (1 + tax rate) = $110 × 1.08 = $118.8.
167
[Financial Mathematics]
An item costs $50 before tax. With a 6% sales tax, what is the total cost?

A) $3
B) $56
C) $53
D) $47
Correct Answer: C
Total = price × (1 + tax rate) = $50 × 1.06 = $53.
168
[Financial Mathematics]
An item costs $25 before tax. With a 8% sales tax, what is the total cost?

A) $27
B) $23
C) $2
D) $33
Correct Answer: A
Total = price × (1 + tax rate) = $25 × 1.08 = $27.
169
[Financial Mathematics]
An item costs $110 before tax. With a 6% sales tax, what is the total cost?

A) $116.6
B) $6.6
C) $103.4
D) $116
Correct Answer: A
Total = price × (1 + tax rate) = $110 × 1.06 = $116.6.
170
[Financial Mathematics]
An item costs $110 before tax. With a 6% sales tax, what is the total cost?

A) $6.6
B) $103.4
C) $116
D) $116.6
Correct Answer: D
Total = price × (1 + tax rate) = $110 × 1.06 = $116.6.
171
[Financial Mathematics]
A machine costing $24,000 will be worth $2,000 after 6 years. Using straight-line depreciation, how much value does it lose per year?

A) $7,332
B) $4,000
C) $3,666
D) $4,333
Correct Answer: C
Straight-line depreciation = (cost − salvage value) ÷ useful life = ($24,000 − $2,000) ÷ 6 = $3,666 per year.
172
[Financial Mathematics]
A machine costing $30,000 will be worth $2,000 after 6 years. Using straight-line depreciation, how much value does it lose per year?

A) $9,332
B) $5,000
C) $5,333
D) $4,666
Correct Answer: D
Straight-line depreciation = (cost − salvage value) ÷ useful life = ($30,000 − $2,000) ÷ 6 = $4,666 per year.
173
[Financial Mathematics]
A machine costing $18,000 will be worth $2,000 after 5 years. Using straight-line depreciation, how much value does it lose per year?

A) $4,000
B) $6,400
C) $3,600
D) $3,200
Correct Answer: D
Straight-line depreciation = (cost − salvage value) ÷ useful life = ($18,000 − $2,000) ÷ 5 = $3,200 per year.
174
[Financial Mathematics]
A machine costing $12,000 will be worth $3,000 after 8 years. Using straight-line depreciation, how much value does it lose per year?

A) $1,125
B) $2,250
C) $1,500
D) $1,875
Correct Answer: A
Straight-line depreciation = (cost − salvage value) ÷ useful life = ($12,000 − $3,000) ÷ 8 = $1,125 per year.
175
[Financial Mathematics]
A machine costing $18,000 will be worth $2,000 after 5 years. Using straight-line depreciation, how much value does it lose per year?

A) $6,400
B) $3,200
C) $3,600
D) $4,000
Correct Answer: B
Straight-line depreciation = (cost − salvage value) ÷ useful life = ($18,000 − $2,000) ÷ 5 = $3,200 per year.
176
[Financial Mathematics]
Which results in the largest account balance after one year, for the same principal and the same nominal annual rate?

A) interest compounded monthly
B) they are all equal
C) simple interest
D) interest compounded annually
Correct Answer: A
More frequent compounding earns interest on interest sooner. Monthly compounding beats annual compounding, which beats simple interest (for the same nominal rate).
177
[Financial Mathematics]
The APY (annual percentage yield) of an account is greater than its nominal APR when:

A) interest is compounded more than once per year
B) interest is simple
C) the account is tax-free
D) the principal is large
Correct Answer: A
APY reflects the effect of intra-year compounding; with annual compounding (or simple interest) APY equals the nominal rate.
178
[Financial Mathematics]
A loan's monthly payment covers interest first, with the remainder reducing principal. Early in a long-term loan, most of each payment goes to:

A) interest
B) escrow
C) fees
D) principal
Correct Answer: A
Early on, the outstanding balance — and therefore the interest owed each month — is largest, so little of the payment reduces principal. This is the basis of an amortization schedule.
179
[Financial Mathematics]
If the inflation rate exceeds the interest rate on a savings account, the money in the account:

A) stays exactly the same in real terms
B) gains purchasing power
C) is at risk of nominal loss
D) loses purchasing power even though its dollar amount grows
Correct Answer: D
Real return ≈ nominal rate − inflation. When inflation is higher, the real return is negative: more dollars, but each buys less.
180
[Financial Mathematics]
An item's price rises 20%, then the new price falls 20%. The final price is:

A) 4% higher than the original
B) 20% lower than the original
C) 4% lower than the original
D) equal to the original
Correct Answer: C
Successive percent changes multiply: 1.20 × 0.80 = 0.96 — a net 4% decrease. The 20% decrease applies to a larger base than the 20% increase did.
181
[Geometry]
What is the area of a rectangle 15 m long and 4 m wide?

A) 38 m²
B) 19 m²
C) 60 m²
D) 30 m²
Correct Answer: C
Area = length × width = 15 × 4 = 60 m². Perimeter, 2(15+4) = 38 m, measures the boundary, not the surface.
182
[Geometry]
What is the area of a rectangle 14 m long and 12 m wide?

A) 52 m²
B) 84 m²
C) 26 m²
D) 168 m²
Correct Answer: D
Area = length × width = 14 × 12 = 168 m². Perimeter, 2(14+12) = 52 m, measures the boundary, not the surface.
183
[Geometry]
What is the area of a triangle with base 14 cm and height 3 cm?

A) 17 cm²
B) 35 cm²
C) 42 cm²
D) 21 cm²
Correct Answer: D
Area = ½ × base × height = ½ × 14 × 3 = 21 cm². Forgetting the ½ gives the area of the surrounding rectangle.
184
[Geometry]
What is the area of a triangle with base 4 cm and height 3 cm?

A) 12 cm²
B) 6 cm²
C) 10 cm²
D) 7 cm²
Correct Answer: B
Area = ½ × base × height = ½ × 4 × 3 = 6 cm². Forgetting the ½ gives the area of the surrounding rectangle.
185
[Geometry]
What is the area of a triangle with base 11 cm and height 5 cm?

A) 16 cm²
B) 55/2 cm²
C) 55 cm²
D) 38 cm²
Correct Answer: B
Area = ½ × base × height = ½ × 11 × 5 = 55/2 cm². Forgetting the ½ gives the area of the surrounding rectangle.
186
[Geometry]
What is the area of a triangle with base 11 cm and height 4 cm?

A) 44 cm²
B) 15 cm²
C) 33 cm²
D) 22 cm²
Correct Answer: D
Area = ½ × base × height = ½ × 11 × 4 = 22 cm². Forgetting the ½ gives the area of the surrounding rectangle.
187
[Geometry]
A right triangle has legs of length 3 and 4. What is the length of the hypotenuse?

A) 1
B) 6
C) 5
D) 7
Correct Answer: C
Pythagorean theorem: c² = a² + b² = 9 + 16 = 25, so c = 5. Simply adding the legs (7) overestimates.
188
[Geometry]
A right triangle has legs of length 9 and 12. What is the length of the hypotenuse?

A) 16
B) 21
C) 15
D) 3
Correct Answer: C
Pythagorean theorem: c² = a² + b² = 81 + 144 = 225, so c = 15. Simply adding the legs (21) overestimates.
189
[Geometry]
A right triangle has legs of length 8 and 15. What is the length of the hypotenuse?

A) 17
B) 23
C) 18
D) 7
Correct Answer: A
Pythagorean theorem: c² = a² + b² = 64 + 225 = 289, so c = 17. Simply adding the legs (23) overestimates.
190
[Geometry]
A right triangle has legs of length 8 and 15. What is the length of the hypotenuse?

A) 18
B) 17
C) 23
D) 7
Correct Answer: B
Pythagorean theorem: c² = a² + b² = 64 + 225 = 289, so c = 17. Simply adding the legs (23) overestimates.
191
[Geometry]
A right triangle has legs of length 5 and 12. What is the length of the hypotenuse?

A) 17
B) 14
C) 13
D) 7
Correct Answer: C
Pythagorean theorem: c² = a² + b² = 25 + 144 = 169, so c = 13. Simply adding the legs (17) overestimates.
192
[Geometry]
What is the area of a circle with radius 3? (Use π.)

A) 3π²
B) 6π
C) 9π
D) 12π
Correct Answer: C
Area = πr² = π × 3² = 9π. Circumference, 2πr = 6π, is the distance around — a frequent mix-up.
193
[Geometry]
What is the circumference of a circle with diameter 14? (Use π.)

A) 28π
B) 14π
C) 7π
D) 49π
Correct Answer: B
Circumference = πd = 14π (equivalently 2πr with r = 7). πr² = 49π would be the area.
194
[Geometry]
What is the circumference of a circle with diameter 6? (Use π.)

A) 12π
B) 6π
C) 9π
D) 3π
Correct Answer: B
Circumference = πd = 6π (equivalently 2πr with r = 3). πr² = 9π would be the area.
195
[Geometry]
What is the circumference of a circle with diameter 14? (Use π.)

A) 14π
B) 7π
C) 49π
D) 28π
Correct Answer: A
Circumference = πd = 14π (equivalently 2πr with r = 7). πr² = 49π would be the area.
196
[Geometry]
The measures of two angles of a triangle are 65° and 48°. What is the measure of the third angle?

A) 113°
B) 47°
C) 67°
D) 77°
Correct Answer: C
Triangle angles sum to 180°: 180 − 65 − 48 = 67°.
197
[Geometry]
Two angles are supplementary and one measures 112°. What does the other measure?

A) 112°
B) 68°
C) 248°
D) 22°
Correct Answer: B
Supplementary angles sum to 180°: 180 − 112 = 68°. Complementary angles (summing to 90°) would give a different answer.
198
[Geometry]
The sum of the interior angles of any quadrilateral is:

A) 360°
B) 180°
C) 540°
D) 720°
Correct Answer: A
A polygon with n sides has interior angles summing to (n − 2) × 180°. For n = 4: 2 × 180° = 360°.
199
[Geometry]
Two triangles are similar. If the sides of the smaller are 3, 4, 5 and the shortest side of the larger is 9, what is its longest side?

A) 18
B) 10
C) 12
D) 15
Correct Answer: D
The scale factor is 9 ÷ 3 = 3, so the longest side is 5 × 3 = 15. All corresponding sides of similar triangles share the same ratio.
200
[Geometry]
What is the volume of a rectangular box measuring 4 cm × 5 cm × 6 cm?

A) 15 cm³
B) 120 cm³
C) 60 cm³
D) 148 cm³
Correct Answer: B
Volume = length × width × height = 4 × 5 × 6 = 120 cm³. (148 cm² is the box's surface area.)