College Mathematics
The math an educated adult uses — logic, sets, probability, statistics, financial math, and geometry. No calculus, no trigonometry.
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
| Figure | Era | Significance |
|---|---|---|
| Euclid | c. 300 BCE | “Father of geometry.” His Elements organized geometry into the axiomatic system still taught today. |
| Pythagoras | c. 570–495 BCE | Greek philosopher whose school proved the right-triangle relation a² + b² = c² and studied number theory. |
| Aristotle | 384–322 BCE | Founded formal logic — syllogisms, validity, and the structure of deductive argument. |
| Archimedes | c. 287–212 BCE | Calculated areas and volumes of curved figures and a famously accurate approximation of π. |
| Eratosthenes | c. 276–194 BCE | His “sieve” remains the classic method for finding prime numbers; also measured Earth's circumference. |
| Hypatia | c. 360–415 CE | Alexandrian mathematician and astronomer; edited and preserved key Greek mathematical texts. |
| Al-Khwarizmi | c. 780–850 | Persian scholar whose treatise on equations gave us the word algebra (al-jabr) — and “algorithm,” from his name. |
| Fibonacci | c. 1170–1250 | Brought Hindu–Arabic numerals to Europe; the Fibonacci sequence appears in his Liber Abaci. |
| René Descartes | 1596–1650 | Invented coordinate (analytic) geometry — the x-y plane is called Cartesian in his honor. |
| Pierre de Fermat | 1607–1665 | Co-founded probability theory with Pascal and modern number theory; famous “Last Theorem.” |
| Blaise Pascal | 1623–1662 | Pascal's triangle organizes combinations; with Fermat, laid the foundations of probability while analyzing gambling problems. |
| Isaac Newton | 1643–1727 | Co-creator of calculus; the binomial theorem in its general form is his. |
| Gottfried Leibniz | 1646–1716 | Independently created calculus and pioneered binary arithmetic and symbolic logic. |
| Jacob Bernoulli | 1655–1705 | Proved the law of large numbers — the bridge between probability theory and real-world statistics; e emerged from his compound-interest studies. |
| Thomas Bayes | 1702–1761 | Bayes' theorem describes how to update probabilities when new evidence arrives. |
| Leonhard Euler | 1707–1783 | History's most prolific mathematician; standardized notation including f(x), e, i, and Σ; founded graph theory. |
| Pierre-Simon Laplace | 1749–1827 | Systematized probability theory; his Théorie analytique made probability a rigorous discipline. |
| Carl Friedrich Gauss | 1777–1855 | “Prince of mathematicians.” The normal (bell) curve is the Gaussian distribution; foundational work in number theory and statistics. |
| George Boole | 1815–1864 | Boolean algebra reduced logic to algebraic calculation — the mathematical basis of computing. |
| Florence Nightingale | 1820–1910 | Pioneered statistical graphics; her diagrams of hospital mortality made data visualization a tool of public policy. |
| Augustus De Morgan | 1806–1871 | De Morgan's laws describe how negation distributes over AND and OR — a fixture of logic questions. |
| John Venn | 1834–1923 | The overlapping-circle diagrams used for set problems bear his name. |
| Georg Cantor | 1845–1918 | Founded set theory and proved that infinities come in different sizes. |
| Emmy Noether | 1882–1935 | Revolutionized abstract algebra; Einstein called her the most important woman in the history of mathematics. |
| Andrey Kolmogorov | 1903–1987 | Placed probability on rigorous axiomatic foundations in 1933 — the framework still used today. |
| John Tukey | 1915–2000 | Father of exploratory data analysis; invented the box plot and coined the term “bit.” |
Key Terms
Video Resources
Practice Questions
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}
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}
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}
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}
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)
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}
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
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
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
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
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
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
How many subsets does a set with 5 elements have?
A) 31
B) 25
C) 10
D) 32
How many subsets does a set with 8 elements have?
A) 256
B) 64
C) 255
D) 16
How many subsets does a set with 5 elements have?
A) 32
B) 25
C) 10
D) 31
How many subsets does a set with 6 elements have?
A) 12
B) 36
C) 64
D) 63
How many subsets does a set with 6 elements have?
A) 12
B) 63
C) 64
D) 36
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
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
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
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
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)
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
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}
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
A restaurant offers 7 optional toppings. How many different topping combinations are possible (including choosing none)?
A) 14
B) 49
C) 128
D) 127
A restaurant offers 4 optional toppings. How many different topping combinations are possible (including choosing none)?
A) 18
B) 16
C) 8
D) 15
A restaurant offers 5 optional toppings. How many different topping combinations are possible (including choosing none)?
A) 31
B) 32
C) 10
D) 25
A restaurant offers 7 optional toppings. How many different topping combinations are possible (including choosing none)?
A) 128
B) 49
C) 14
D) 127
A restaurant offers 4 optional toppings. How many different topping combinations are possible (including choosing none)?
A) 16
B) 8
C) 18
D) 15
What is the prime factorization of 273?
A) 2×5×13
B) 1×273
C) 13×21
D) 3×7×13
What is the prime factorization of 154?
A) 1×154
B) 2×7×11
C) 11×14
D) 2×11×13
What is the prime factorization of 231?
A) 3×7×11
B) 2×3×5
C) 1×231
D) 11×21
What is the prime factorization of 455?
A) 5×7×13
B) 5×91
C) 1×455
D) 2×5×11
What is the prime factorization of 715?
A) 1×715
B) 5×143
C) 2×5×11
D) 5×11×13
What is the least common multiple (LCM) of 24 and 144?
A) 72
B) 3456
C) 24
D) 144
What is the greatest common divisor (GCD) of 24 and 120?
A) 120
B) 24
C) 96
D) 48
What is the least common multiple (LCM) of 48 and 96?
A) 4608
B) 106
C) 96
D) 48
What is the least common multiple (LCM) of 36 and 144?
A) 72
B) 36
C) 144
D) 5184
What is the least common multiple (LCM) of 30 and 72?
A) 180
B) 2160
C) 6
D) 360
What is the greatest common divisor (GCD) of 12 and 40?
A) 28
B) 120
C) 4
D) 8
Written in scientific notation, 3,000 equals:
A) 3 × 103
B) 3 × 104
C) 0.3 × 105
D) 3 × 102
Written in scientific notation, 80,000 equals:
A) 8 × 105
B) 8 × 104
C) 8 × 103
D) 0.8 × 106
Written in scientific notation, 900,000 equals:
A) 9 × 105
B) 0.9 × 107
C) 9 × 106
D) 9 × 104
Written in scientific notation, 3,000,000 equals:
A) 0.3 × 108
B) 3 × 105
C) 3 × 106
D) 3 × 107
Which of the following numbers is irrational?
A) √2
B) √25
C) 22/7
D) 0.75
Every integer is also a:
A) irrational number
B) natural number
C) rational number
D) positive number
What is the value of 0.333… (repeating) expressed as a fraction?
A) 1/3
B) 1/30
C) 33/100
D) 3/10
Which number is divisible by both 3 and 4?
A) 75
B) 92
C) 72
D) 64
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
Solve for x: 6x − 1 = 53
A) -9
B) 10
C) 9
D) 8
Solve for x: 6x + 7 = 49
A) 6
B) 7
C) -7
D) 8
Solve for x: 4x − 4 = -8
A) 0
B) -2
C) -1
D) 1
Solve for x: 6x + 9 = 63
A) 10
B) 8
C) 9
D) -9
Solve for x: 2x − 5 = -7
A) -1
B) 1
C) -2
D) 0
Solve for x: 5x − 3 = 2
A) 1
B) 2
C) -1
D) 0
Solve for x: 4x + 0 = -12
A) -4
B) -3
C) -2
D) 3
Solve for x: 2x + 3 = 5
A) 0
B) 2
C) 1
D) -1
Solve the inequality: 4x + 3 < -9
A) x < -3
B) x > -3
C) x < -5
D) x ≤ -4
Solve the inequality: 2x − 5 < 5
A) x < 3
B) x > 5
C) x ≤ 4
D) x < 5
Solve the inequality: 2x − 4 < -8
A) x < -4
B) x ≤ -3
C) x < -2
D) x > -2
Solve the inequality: 4x + 3 < 19
A) x < 4
B) x ≤ 3
C) x > 4
D) x < 2
Solve the inequality: 4x − 2 < 2
A) x ≤ 0
B) x > 1
C) x < 1
D) x < -1
Solve the inequality: 3x − 4 < 5
A) x > 3
B) x < 3
C) x < 1
D) x ≤ 2
If f(x) = 1x² − 5x + 3, what is f(-2)?
A) 18
B) 17
C) 19
D) -3
If f(x) = 1x² − 1x − 6, what is f(4)?
A) 14
B) 7
C) 8
D) 6
If f(x) = 2x² + 5x + 0, what is f(4)?
A) 54
B) 12
C) 57
D) 52
If f(x) = 3x² − 3x + 0, what is f(2)?
A) 6
B) 7
C) 18
D) 9
If f(x) = 1x² + 1x + 2, what is f(-2)?
A) 4
B) 8
C) 5
D) 6
If f(x) = 1x² + 0x + 6, what is f(1)?
A) 4
B) 8
C) 7
D) 9
If f(x) = 3x² − 4x + 2, what is f(-1)?
A) 9
B) 10
C) 1
D) 12
If f(x) = 1x² + 3x + 2, what is f(-1)?
A) 2
B) 0
C) 1
D) 6
What is the slope of the line through the points (1, -2) and (5, -14)?
A) -1/3
B) -2
C) 3
D) -3
What is the slope of the line through the points (1, 5) and (4, 11)?
A) -2
B) 2
C) 1/2
D) 3
What is the slope of the line through the points (0, -2) and (3, 4)?
A) 3
B) 2
C) 1/2
D) -2
What is the slope of the line through the points (-4, -5) and (-1, 1)?
A) -2
B) 1/2
C) 2
D) 3
What is the slope of the line through the points (1, -5) and (4, 1)?
A) 3
B) 2
C) -2
D) 1/2
What is the slope of the line through the points (-2, -3) and (-1, -6)?
A) -1/3
B) 3
C) -2
D) -3
Simplify: x4 · x6
A) x24
B) 2x10
C) x10
D) x2
Simplify: x4 · x3
A) 2x7
B) x7
C) x12
D) x1
Simplify: x3 · x2
A) 2x5
B) x6
C) x1
D) x5
Simplify: x2 · x3
A) x5
B) 2x5
C) x1
D) x6
Simplify: x2 · x4
A) 2x6
B) x6
C) x8
D) x2
Simplify: x4 · x4
A) 2x8
B) x0
C) x16
D) x8
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
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
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
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
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
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
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
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
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
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
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
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
How many different committees of 4 people can be formed from a group of 7?
A) 35
B) 28
C) 39
D) 840
How many different committees of 2 people can be formed from a group of 9?
A) 18
B) 72
C) 36
D) 9
How many different committees of 3 people can be formed from a group of 8?
A) 56
B) 28
C) 336
D) 24
How many different committees of 4 people can be formed from a group of 7?
A) 35
B) 28
C) 39
D) 840
How many different committees of 4 people can be formed from a group of 9?
A) 36
B) 126
C) 84
D) 3024
How many different committees of 4 people can be formed from a group of 9?
A) 126
B) 36
C) 3024
D) 84
How many different committees of 2 people can be formed from a group of 8?
A) 56
B) 8
C) 16
D) 28
How many different committees of 3 people can be formed from a group of 7?
A) 210
B) 35
C) 39
D) 21
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
What is the mean of the data set {6, 12, 14, 19, 29}?
A) 18
B) 14
C) 16
D) 17
What is the mean of the data set {6, 19, 21, 35, 39}?
A) 24
B) 21
C) 22
D) 25
What is the mean of the data set {2, 11, 26, 29, 32}?
A) 17
B) 20
C) 21
D) 26
What is the mean of the data set {3, 4, 12, 19, 37}?
A) 16
B) 12
C) 15
D) 20
What is the mean of the data set {13, 15, 20, 24, 33}?
A) 21
B) 23
C) 20
D) 22
What is the mean of the data set {10, 17, 27, 33, 38}?
A) 26
B) 24
C) 25
D) 27
What is the median of the data set {6, 8, 24, 28, 32, 46, 48}?
A) 24
B) 27.4
C) 32
D) 28
What is the median of the data set {3, 4, 14, 16, 19, 34, 46}?
A) 19
B) 19.4
C) 14
D) 16
What is the median of the data set {21, 25, 33, 37, 38, 40, 41}?
A) 33
B) 33.6
C) 37
D) 38
What is the median of the data set {7, 11, 17, 18, 26, 29, 31}?
A) 26
B) 17
C) 19.9
D) 18
What is the median of the data set {10, 11, 14, 21, 29, 30, 48}?
A) 23.3
B) 14
C) 29
D) 21
What is the median of the data set {8, 17, 19, 25, 29, 34, 38}?
A) 29
B) 25
C) 24.3
D) 19
What is the range of the data set {6, 10, 10, 11, 13, 24}?
A) 12.3
B) 18
C) 24
D) 19
What is the mode of the data set {18, 19, 19, 21, 23, 28}?
A) 21.3
B) 18
C) 19
D) 28
What is the mode of the data set {4, 14, 17, 22, 22, 25}?
A) 22
B) 4
C) 17.3
D) 25
What is the mode of the data set {5, 6, 9, 9, 10, 11}?
A) 9
B) 11
C) 5
D) 8.3
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%
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
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
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
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
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
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
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
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
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
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
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
$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
$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
$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
$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
$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
$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
$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
$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
A jacket priced at $120 is discounted 30%. What is the sale price?
A) $36
B) $156
C) $84
D) $90
A jacket priced at $40 is discounted 20%. What is the sale price?
A) $48
B) $32
C) $20
D) $8
A jacket priced at $200 is discounted 25%. What is the sale price?
A) $150
B) $175
C) $50
D) $250
A jacket priced at $40 is discounted 15%. What is the sale price?
A) $46
B) $34
C) $25
D) $6
A jacket priced at $80 is discounted 30%. What is the sale price?
A) $50
B) $104
C) $24
D) $56
A jacket priced at $60 is discounted 10%. What is the sale price?
A) $6
B) $54
C) $50
D) $66
A jacket priced at $80 is discounted 10%. What is the sale price?
A) $72
B) $88
C) $8
D) $70
A jacket priced at $150 is discounted 25%. What is the sale price?
A) $125
B) $37.5
C) $187.5
D) $112.5
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
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
An item costs $50 before tax. With a 6% sales tax, what is the total cost?
A) $3
B) $56
C) $53
D) $47
An item costs $25 before tax. With a 8% sales tax, what is the total cost?
A) $27
B) $23
C) $2
D) $33
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
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
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
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
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
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
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
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
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
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
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
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
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²
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²
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²
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²
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²
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²
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
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
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
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
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
What is the area of a circle with radius 3? (Use π.)
A) 3π²
B) 6π
C) 9π
D) 12π
What is the circumference of a circle with diameter 14? (Use π.)
A) 28π
B) 14π
C) 7π
D) 49π
What is the circumference of a circle with diameter 6? (Use π.)
A) 12π
B) 6π
C) 9π
D) 3π
What is the circumference of a circle with diameter 14? (Use π.)
A) 14π
B) 7π
C) 49π
D) 28π
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°
Two angles are supplementary and one measures 112°. What does the other measure?
A) 112°
B) 68°
C) 248°
D) 22°
The sum of the interior angles of any quadrilateral is:
A) 360°
B) 180°
C) 540°
D) 720°
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
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³