Your FREE Praxis Mathematics: Content Knowledge (5165) Practice Test 2026 – 160+ Q&A
Realistic Praxis Mathematics: Content Knowledge questions across all four ETS content categories, with instant scoring and worked answer explanations.
Your exam readiness — tap to see where you stand.Master questions to boost your scoreMaster questions to raise your exam readiness score
How ready are you?
Praxis 5165 Test Prep
To find us again, just search Find us again. Search “Career Employer Praxis 5165”
Lock each answer to reveal the explanation instantly as you go.
To find us again, just search Find us again. Search “Career Employer Praxis 5165”
Practice by domain
More ways to study Praxis 5165
Study GuidePraxis 5165 Study GuideThe most essential Praxis 5165 topics to master before exam day — with interactive chapter quizzes and flashcards built in.FlashcardsPraxis 5165 FlashcardsHundreds of Praxis 5165 flashcards in multiple study modes — flip, match, type, and quiz.
Praxis 5165 Practice Questions
Which of the following numbers is irrational?
722
49
50
0.272727...
Correct answer: 50
50=52 cannot be written as a ratio of integers, so it is irrational. The others are a perfect square root, a repeating decimal, and a fraction.
What is the value of i27, where i=−1?
-1
I
-i
1
Correct answer: -i
Powers of i cycle with period 4. Since 27 mod 4 = 3 and i3=−i, we get i27=−i.
What is the greatest common divisor of 84 and 126?
6
14
42
21
Correct answer: 42
84=22⋅3⋅7 and 126=2⋅32⋅7, so the GCD is 2⋅3⋅7=42.
Simplify (3+2i)(1−4i).
11+10i
11−10i
3−8i
−5−10i
Correct answer: 11−10i
(3+2i)(1−4i)=3−12i+2i−8i2=3−10i+8=11−10i, since i2=−1.
Which expression equals the absolute value (modulus) of the complex number 3−4i?
7
5
1
7
Correct answer: 5
The modulus is 32+(−4)2=9+16=25=5.
A number expressed in scientific notation is 4.5×10−3. What is this number in standard form?
0.00045
0.045
4500
0.0045
Correct answer: 0.0045
Multiplying 4.5 by 10−3 moves the decimal three places left, giving 0.0045.
What is the least common multiple of 12 and 18?
216
36
6
72
Correct answer: 36
12=22⋅3 and 18=2⋅32. The LCM takes the highest power of each prime: 22⋅32=36.
If a=23⋅5 and b=22⋅52, what is a⋅b expressed in prime factorization?
25⋅53
25⋅52
26⋅53
26⋅52
Correct answer: 25⋅53
a⋅b=23+2⋅51+2=25⋅53.
Which of the following is equivalent to 82/3?
16
4
6
2
Correct answer: 4
82/3=(81/3)2=22=4.
What is the result of dividing the complex number 1+i by i?
−1−i
1+i
−1+i
1−i
Correct answer: 1−i
(1+i)/i=(1+i)⋅(−i)/(i⋅−i)=(−i−i2)/1=(−i+1)=1−i.
Rationalize the denominator: 36.
23
18
63
23
Correct answer: 23
36=363=23.
The number 0.4 (repeating, meaning 0.444...) equals which fraction?
94
114
52
41
Correct answer: 94
Let x=0.444...; then 10x=4.444..., so 9x=4 and x=94.
How many distinct positive divisors does 36 have?
12
6
8
9
Correct answer: 9
36=22⋅32, so the number of divisors is (2+1)(2+1)=9.
Which property is illustrated by a⋅(b+c)=a⋅b+a⋅c?
Commutative
Identity
Distributive
Associative
Correct answer: Distributive
Multiplying a single term across a sum demonstrates the distributive property.
What is 7 mod 4 (the remainder when 7 is divided by 4)?
0
3
1
2
Correct answer: 3
7=4⋅1+3, so the remainder is 3.
Express the complex number with magnitude 2 and angle 60 degrees in rectangular form.
1+3⋅i
1+2i
3+i
2+2i
Correct answer: 1+3⋅i
x=2cos60=2⋅(1/2)=1; y=2sin60=2⋅(3/2)=3. So z=1+3⋅i.
If x is a positive integer and 3x=81, what is x?
3
5
4
27
Correct answer: 4
81=34, so x=4.
What is the value of log base 2 of 32?
6
16
4
5
Correct answer: 5
25=32, so log base 2 of 32 = 5.
Which set is closed under subtraction?
Whole numbers
Positive rationals
Integers
Natural numbers
Correct answer: Integers
The difference of any two integers is always an integer, so integers are closed under subtraction; the others can yield negatives or non-members.
Simplify 72+18.
90
92
122
63
Correct answer: 92
72=62 and 18=32, so the sum is 92.
Solve for x: 2x+7=19.
5
7
13
6
Correct answer: 6
2x=12, so x=6.
Factor completely: x2−9.
(x−9)(x+1)
(x+3)2
(x−3)2
(x−3)(x+3)
Correct answer: (x−3)(x+3)
This is a difference of squares: x2−9=(x−3)(x+3).
What are the solutions to x2−5x+6=0?
-2 and -3
-1 and 6
2 and 3
1 and 6
Correct answer: 2 and 3
Factoring gives (x−2)(x−3)=0, so x=2 or x=3.
Solve the system: x+y=10 and x−y=4.
x=6,y=4
x=7,y=3
x=8,y=2
x=5,y=5
Correct answer: x=7,y=3
Adding the equations gives 2x=14, so x=7 and y=3.
What is the slope of the line passing through (2, 3) and (6, 11)?
2
3
1
4
Correct answer: 2
Slope =(11−3)/(6−2)=8/4=2.
Simplify: (x3⋅x4)/x2.
x24
x5
x9
x6
Correct answer: x5
x3⋅x4=x7, and x7/x2=x5.
What is the discriminant of 2x2+3x−5=0?
9
49
-31
29
Correct answer: 49
Discriminant =b2−4ac=9−4(2)(−5)=9+40=49.
Expand (x+4)2.
x2+8x+16
x2+8x+8
x2+4x+16
x2+16
Correct answer: x2+8x+16
(x+4)2=x2+2⋅4⋅x+16=x2+8x+16.
Solve for x: 3(x−2)=2x+5.
-1
1
11
7
Correct answer: 11
3x−6=2x+5, so x=11.
If f(x)=2x2−3x+1, what is f(2)?
5
3
9
7
Correct answer: 3
f(2)=2(4)−3(2)+1=8−6+1=3.
Which expression equals (x2−4)/(x−2) for x not equal to 2?
x2−2
x+4
x+2
x−2
Correct answer: x+2
Factor the numerator: (x−2)(x+2)/(x−2)=x+2.
Solve the inequality: −2x+3>7.
x<−2
x>2
x<2
x>−2
Correct answer: x<−2
−2x>4, and dividing by -2 flips the inequality: x<−2.
What is the sum of the roots of x2−7x+10=0?
-10
7
10
-7
Correct answer: 7
By Vieta's formulas, the sum of roots =−b/a=7.
Simplify the rational expression: (6x2y)/(3xy2).
x2y
y2x
2yx
2xy
Correct answer: y2x
6/3=2, x2/x=x, and y/y2=1/y, giving y2x.
If 2x=64, what is x?
8
6
5
7
Correct answer: 6
64=26, so x=6.
Factor: x2+7x+12.
(x+2)(x+6)
(x−3)(x−4)
(x+3)(x+4)
(x+1)(x+12)
Correct answer: (x+3)(x+4)
We need two numbers multiplying to 12 and summing to 7: 3 and 4.
What is the solution to ∣x−3∣=5?
x=−2 only
x=2 or x=−8
x=8 or x=−2
x=8 only
Correct answer: x=8 or x=−2
x−3=5 gives x=8; x−3=−5 gives x=−2.
The line y=3x−2 is reflected to be perpendicular through the origin. What is the slope of the perpendicular line?
31
3
-3
−31
Correct answer: −31
Perpendicular slopes are negative reciprocals; the negative reciprocal of 3 is −31.
Solve for x: 4x+6x=5.
10
15
6
12
Correct answer: 12
Common denominator 12: 123x+122x=125x=5, so x=12.
What is the vertex form of y=x2−6x+5?
y=(x−3)2+4
y=(x−3)2−4
y=(x+3)2−4
y=(x−6)2+5
Correct answer: y=(x−3)2−4
Complete the square: x2−6x=(x−3)2−9, so y=(x−3)2−9+5=(x−3)2−4.
Using the quadratic formula, solve x2−4x+1=0.
4±3
2±3
2±5
−2±3
Correct answer: 2±3
x=24±16−4=24±12=2±3.
What is the value of x in the matrix equation where [1324][xy]=[511]?
2
1
4
3
Correct answer: 1
The matrix equation gives the system x+2y=5 and 3x+4y=11. Solving: from row 1, x=5−2y; substitute into row 2 to get 3(5−2y)+4y=11, so 15−2y=11 and y=2. Then x=5−2(2)=1.
The determinant of the matrix [2134] is:
11
-5
8
5
Correct answer: 5
Determinant =(2)(4)−(3)(1)=8−3=5.
Simplify: 22x+6.
x+6
x+3
2x+3
x+26
Correct answer: x+3
Divide each term by 2: 22x+26=x+3.
If the roots of x2+bx+c=0 are 4 and -3, what is c?
12
-1
-12
1
Correct answer: -12
Product of roots =c=(4)(−3)=−12.
Solve for x: 5x+1=125.
3
4
2
1
Correct answer: 2
125=53, so x+1=3 and x=2.
What is the next term in the arithmetic sequence 3, 7, 11, 15, ...?
21
19
18
20
Correct answer: 19
The common difference is 4, so 15 + 4 = 19.
What is the 5th term of a geometric sequence with first term 2 and common ratio 3?
108
162
54
486
Correct answer: 162
an=2⋅3n−1; a5=2⋅34=2⋅81=162.
Simplify: log(100)+log(1000), using base 10.
10
8
6
5
Correct answer: 5
log(100)=2 and log(1000)=3, so the sum is 5.
Which is equivalent to ln(e4)?
1
E
4
4e
Correct answer: 4
ln and e are inverse functions, so ln(e4)=4.
Solve for x: x+2x−1=3.
5
−27
−25
27
Correct answer: −27
x−1=3(x+2)=3x+6, so −7=2x and x=−27.
What is the sum of the first 10 positive integers?
100
50
45
55
Correct answer: 55
Sum =2n(n+1)=210⋅11=55.
The function f(x)=3x−5 has what inverse?
3x+5
3x+5
35−x
3x−5
Correct answer: 3x+5
Solve y=3x−5 for x: x=3y+5, so f−1(x)=3x+5.
What is the domain of f(x)=x−2?
x≥0
x>2
All reals
x≥2
Correct answer: x≥2
The radicand must be nonnegative: x−2≥0, so x≥2.
What is the range of f(x)=x2+1?
y≥1
y>1
All reals
y≥0
Correct answer: y≥1
Since x2≥0, the minimum of x2+1 is 1, so the range is y≥1.
If f(x)=x+2 and g(x)=x2, what is (f∘g)(3)?
13
9
25
11
Correct answer: 11
(f∘g)(3)=f(g(3))=f(9)=9+2=11.
Which describes the end behavior of f(x)=−2x3?
Up left, down right
Down left, up right
Down on both ends
Up on both ends
Correct answer: Up left, down right
Odd degree with negative leading coefficient: as x goes to negative infinity f goes up, as x goes to positive infinity f goes down.
What is the period of f(x)=sin(2x)?
4π
2π
π
2π
Correct answer: π
Period =b2π=22π=π.
The graph of y=(x−3)2+2 has its vertex at:
(3, -2)
(2, 3)
(3, 2)
(-3, 2)
Correct answer: (3, 2)
In vertex form y=(x−h)2+k, the vertex is (h,k)=(3,2).
What is the amplitude of f(x)=4cos(x)?
π
1
2
4
Correct answer: 4
The amplitude is the absolute value of the coefficient of cosine, which is 4.
For what value(s) of x does f(x)=x2−1x−1 have a removable discontinuity?
x=−1
x=0
x=1
x=1 and x=−1
Correct answer: x=1
Factor: (x−1)(x+1)x−1; the (x−1) cancels, creating a removable discontinuity (hole) at x=1, while x=−1 is a vertical asymptote.
Which function is even?
f(x)=2x−1
f(x)=x
f(x)=x3
f(x)=x2+1
Correct answer: f(x)=x2+1
A function is even if f(−x)=f(x). For x2+1, (−x)2+1=x2+1, so it is even.
What is the horizontal asymptote of f(x)=x2−43x2+1?
y=0
y=1
y=3
None
Correct answer: y=3
When degrees of numerator and denominator are equal, the asymptote is the ratio of leading coefficients: 13=3.
If f(x)=2x, what is f(3)−f(1)?
8
6
4
2
Correct answer: 6
f(3)=8 and f(1)=2, so the difference is 6.
The exponential function f(x)=100⋅(0.5)x represents decay. What is f(2)?
50
100
25
12.5
Correct answer: 25
f(2)=100⋅(0.5)2=100⋅0.25=25.
What transformation maps y=x2 to y=(x+4)2?
Shift down 4
Shift up 4
Shift left 4
Shift right 4
Correct answer: Shift left 4
Replacing x with x + 4 shifts the graph left by 4 units.
What is the y-intercept of f(x)=3x2−2x+5?
5
-2
0
3
Correct answer: 5
The y-intercept occurs at x=0: f(0)=5.
A function f is one-to-one if and only if:
Every horizontal line crosses it at most once
It passes the vertical line test
It is continuous
It is increasing then decreasing
Correct answer: Every horizontal line crosses it at most once
A one-to-one function passes the horizontal line test, meaning each output corresponds to at most one input.
What is the value of tan(45∘)?
1
2
21
0
Correct answer: 1
tan(45∘)=cos(45∘)sin(45∘)=1.
The piecewise function f(x)=x for x<0 and f(x)=x2 for x≥0. What is f(−3)+f(2)?
-1
−3+4=1
7
1
Correct answer: 1
f(−3)=−3 and f(2)=4, so the sum is 1.
What is the inverse of f(x) = log base 2 of x?
x2
2x
x1
Log base 10 of x
Correct answer: 2x
The inverse of a logarithmic function base 2 is the exponential function 2x.
For f(x)=x2−4x, on what interval is f decreasing?
x>2
All x
x<0
x<2
Correct answer: x<2
The vertex is at x=2; a parabola opening up decreases to the left of its vertex, so f decreases for x<2.
What is the value of sin(6π)?
1
23
21
22
Correct answer: 21
sin(6π)=sin(30∘)=21.
Which is the correct factorization showing the zeros of f(x)=x2−x−6?
(x−6)(x+1), zeros 6 and -1
(x−2)(x−3), zeros 2 and 3
(x+3)(x−2), zeros -3 and 2
(x−3)(x+2), zeros 3 and -2
Correct answer: (x−3)(x+2), zeros 3 and -2
x2−x−6=(x−3)(x+2), giving zeros at x=3 and x=−2.
The function f(x)=cos(x) has what maximum value?
0
1
π
2
Correct answer: 1
The cosine function oscillates between -1 and 1, so its maximum value is 1.
What is the average rate of change of f(x)=x2 on the interval [1, 4]?
3
15
5
7
Correct answer: 5
4−1f(4)−f(1)=316−1=315=5.
How many real zeros does f(x)=x2+4 have?
4
0
1
2
Correct answer: 0
x2+4=0 gives x2=−4, which has no real solutions, so there are 0 real zeros.
What is the limit as x approaches 2 of x−2x2−4?
4
Undefined
0
2
Correct answer: 4
Factor: x−2(x−2)(x+2)=x+2, so the limit is 2+2=4.
What is the derivative of f(x)=3x2+2x−5?
6x+2
6x−5
6x2+2
3x+2
Correct answer: 6x+2
dxd[3x2]=6x, dxd[2x]=2, and the constant differentiates to 0.
What is the integral of 2xdx?
x2+C
2+C
2x2+C
2x2+C
Correct answer: x2+C
The antiderivative of 2x is x2, plus a constant of integration C.
What is the derivative of f(x)=sin(x)?
cos(x)
−sin(x)
−cos(x)
tan(x)
Correct answer: cos(x)
The derivative of sin(x) is cos(x).
Evaluate the definite integral from 0 to 2 of xdx.
1
4
8
2
Correct answer: 2
Integral of x is 2x2; evaluated from 0 to 2: 24−0=2.
What is the slope of the tangent line to f(x)=x2 at x=3?
9
3
6
12
Correct answer: 6
f′(x)=2x, so f′(3)=6.
Using the chain rule, what is the derivative of f(x)=(2x+1)3?
6(2x+1)3
6(2x+1)2
3(2x+1)2
2(2x+1)3
Correct answer: 6(2x+1)2
f′(x)=3(2x+1)2⋅2=6(2x+1)2.
What is the derivative of f(x)=ex?
ex−1
x⋅ex−1
x⋅ex
ex
Correct answer: ex
The exponential function ex is its own derivative.
At a critical point where f′(x)=0 and f′′(x)>0, the function has a:
Saddle point
Local minimum
Inflection point
Local maximum
Correct answer: Local minimum
By the second derivative test, f′′(x)>0 indicates concave up, so it is a local minimum.
What is the derivative of f(x)=ln(x)?
ex
x1
x
xln(x)
Correct answer: x1
The derivative of the natural logarithm ln(x) is x1.
What is the limit as x approaches infinity of x−23x+1?
3
1
0
Infinity
Correct answer: 3
For equal-degree rational functions, the limit equals the ratio of leading coefficients: 13=3.
Find the integral of cos(x)dx.
−cos(x)+C
−sin(x)+C
cos(x)+C
sin(x)+C
Correct answer: sin(x)+C
The antiderivative of cos(x) is sin(x)+C.
What is the second derivative of f(x)=x4?
4x2
4x3
24x
12x2
Correct answer: 12x2
f′(x)=4x3 and f′′(x)=12x2.
Using the product rule, what is the derivative of f(x)=xsin(x)?
sin(x)+xcos(x)
sin(x)−xcos(x)
xcos(x)
cos(x)
Correct answer: sin(x)+xcos(x)
f′(x)=(1)(sinx)+(x)(cosx)=sin(x)+xcos(x).
What is the area under f(x)=3 from x=1 to x=5?
8
12
15
3
Correct answer: 12
The area of the rectangle is height times width =3⋅(5−1)=12.
What does the Mean Value Theorem guarantee for a function continuous on [a,b] and differentiable on (a,b)?
A maximum value
A point where f' equals the average rate of change
A zero of the function
An inflection point
Correct answer: A point where f' equals the average rate of change
The MVT guarantees a point c where f′(c) equals b−af(b)−f(a), the average rate of change.
What is the derivative of f(x)=x1?
ln(x)
−x−2+C
−x21
x21
Correct answer: −x21
Rewrite as x−1; the derivative is −1⋅x−2=−x21.
Evaluate the integral from 1 to 3 of 2xdx.
10
6
4
8
Correct answer: 8
Antiderivative is x2; evaluated 32−12=9−1=8.
What is the limit as x approaches 0 of xsin(x)?
0
Undefined
1
Infinity
Correct answer: 1
This is a standard limit: the limit of xsin(x) as x approaches 0 equals 1.
A particle's position is s(t)=t2−4t. What is its velocity at t=3?
1
3
6
2
Correct answer: 2
Velocity v(t)=s′(t)=2t−4; v(3)=6−4=2.
The function f(x)=x3−3x has a local maximum at which x-value?
x=0
x=−1
x=3
x=1
Correct answer: x=−1
f′(x)=3x2−3=0 gives x=±1; f′′(x)=6x is negative at x=−1, so there is a local max there.
What is the derivative of f(x)=5 (a constant)?
5x
0
5
1
Correct answer: 0
The derivative of any constant is 0.
What is the integral of x2dx?
2x+C
3x3+C
x3+C
3x3+C
Correct answer: 3x3+C
Using the power rule for integration, the antiderivative of x2 is 3x3+C.
Which of the following indicates a function is concave up on an interval?
f'(x) > 0
f''(x) < 0
f''(x) > 0
f'(x) < 0
Correct answer: f''(x) > 0
A positive second derivative means the function is concave up.
What is the area of a circle with radius 7?
14π
21π
7π
49π
Correct answer: 49π
Area = πr2=π⋅49=49π.
What is the sum of the interior angles of a hexagon?
720 degrees
540 degrees
900 degrees
1080 degrees
Correct answer: 720 degrees
Sum = (n−2)⋅180=(6−2)⋅180=720 degrees.
In a right triangle with legs 6 and 8, what is the hypotenuse?
12
14
48
10
Correct answer: 10
By the Pythagorean theorem, 62+82=36+64=100=10.
What is the volume of a cube with edge length 4?
48
16
12
64
Correct answer: 64
Volume = s3=43=64.
The measure of each interior angle of a regular pentagon is:
120 degrees
108 degrees
72 degrees
135 degrees
Correct answer: 108 degrees
Each interior angle = n(n−2)⋅180=5540=108 degrees.
What is the distance between points (1,2) and (4,6)?
5
25
7
7
Correct answer: 5
Distance = (4−1)2+(6−2)2=9+16=25=5.
What is the midpoint of the segment from (2,4) to (8,10)?
(10,14)
(5,7)
(4,5)
(6,6)
Correct answer: (5,7)
Midpoint = (22+8,24+10)=(5,7).
Two triangles are similar with a scale factor of 3. If the smaller has area 5, what is the larger's area?
9
30
15
45
Correct answer: 45
Area scales by the square of the linear scale factor: 5⋅32=5⋅9=45.
What is the circumference of a circle with diameter 10?
10π
5π
20π
100π
Correct answer: 10π
Circumference = πd=10π.
In a 30-60-90 triangle, if the shortest side is 5, what is the hypotenuse?
53
103
52
10
Correct answer: 10
In a 30-60-90 triangle, the hypotenuse is twice the shortest side: 2⋅5=10.
What is the volume of a cylinder with radius 3 and height 5?
30π
45π
15π
90π
Correct answer: 45π
Volume = πr2h=π⋅9⋅5=45π.
The equation of a circle centered at (2,−3) with radius 4 is:
(x−2)2+(y−3)2=16
(x+2)2+(y−3)2=16
(x−2)2+(y+3)2=4
(x−2)2+(y+3)2=16
Correct answer: (x−2)2+(y+3)2=16
Standard form is (x−h)2+(y−k)2=r2 with center (2,−3) and r2=16.
What is the surface area of a sphere with radius 3?
27π
12π
9π
36π
Correct answer: 36π
Surface area = 4πr2=4π⋅9=36π.
In a triangle, two angles measure 50 and 60 degrees. What is the third angle?
70 degrees
90 degrees
60 degrees
80 degrees
Correct answer: 70 degrees
Angles in a triangle sum to 180: 180−50−60=70 degrees.
What is the area of a trapezoid with parallel sides 6 and 10 and height 4?
16
40
32
64
Correct answer: 32
Area = 21(b1+b2)(h)=21(16)(4)=32.
A central angle of 90 degrees in a circle of radius 4 subtends an arc of what length?
8π
4π
π
2π
Correct answer: 2π
Arc length = 36090⋅2πr=41⋅8π=2π.
Which transformation preserves both distance and angle measure?
Stretch
Dilation
Projection
Rigid motion (isometry)
Correct answer: Rigid motion (isometry)
Rigid motions (translations, rotations, reflections) preserve distances and angles.
What is the volume of a cone with radius 3 and height 4?
9π
36π
12π
48π
Correct answer: 12π
Volume = 31πr2h=31π⋅9⋅4=12π.
Two angles are complementary. If one is 35 degrees, the other is:
145 degrees
125 degrees
55 degrees
65 degrees
Correct answer: 55 degrees
Complementary angles sum to 90 degrees: 90−35=55 degrees.
What is the slope of a line parallel to y=−2x+7?
21
-2
−21
2
Correct answer: -2
Parallel lines have equal slopes, so the slope is -2.
A rectangle has a diagonal of 13 and a width of 5. What is its length?
8
144
10
12
Correct answer: 12
By the Pythagorean theorem, length = 132−52=169−25=144=12.
What is the measure of an exterior angle of a regular octagon?
135 degrees
40 degrees
60 degrees
45 degrees
Correct answer: 45 degrees
Exterior angle = n360=8360=45 degrees.
In similar triangles, corresponding sides are 4 and 6. If another side of the first triangle is 10, the corresponding side of the second is:
15
12
20
8
Correct answer: 15
The scale factor is 46=1.5, so 10⋅1.5=15.
What is the law of cosines used to find in a triangle with sides a, b and included angle C?
Angle A
The perimeter
Side c
The area
Correct answer: Side c
The law of cosines, c2=a2+b2−2abcos(C), finds the side opposite the included angle.
A vector has components (3,4). What is its magnitude?
7
7
12
5
Correct answer: 5
Magnitude = 32+42=25=5.
What is the probability of rolling a sum of 7 with two fair six-sided dice?
121
367
365
61
Correct answer: 61
There are 6 ways to roll a 7 out of 36 outcomes, so the probability is 366=61.
What is the mean of the data set 4, 8, 6, 10, 2?
5
7
8
6
Correct answer: 6
Mean = 54+8+6+10+2=530=6.
What is the median of 3, 7, 9, 12, 15?
9.2
9
7
12
Correct answer: 9
The middle value of the ordered set of 5 numbers is 9.
A bag has 3 red and 5 blue marbles. What is the probability of drawing a red marble?
83
53
85
31
Correct answer: 83
P(red)=3+53=83.
What is the mode of 2, 4, 4, 6, 8, 4, 10?
8
4
6
5.4
Correct answer: 4
The value 4 appears most frequently (three times), so it is the mode.
If two events are independent with P(A) = 0.5 and P(B) = 0.4, what is P(A and B)?
0.1
0.2
0.9
0.45
Correct answer: 0.2
For independent events, P(A and B)=P(A)⋅P(B)=0.5⋅0.4=0.2.
In how many ways can 4 books be arranged on a shelf?
12
24
16
4
Correct answer: 24
The number of arrangements is 4!=4⋅3⋅2⋅1=24.
What is the value of 6 choose 2 (combinations)?
15
12
30
36
Correct answer: 15
6 choose 2 = 2!⋅4!6!=26⋅5=15.
A fair coin is flipped 3 times. What is the probability of getting exactly 2 heads?
81
82
21
83
Correct answer: 83
There are 3 favorable outcomes (HHT, HTH, THH) out of 8, so the probability is 83.
What is the range of the data set 12, 5, 18, 7, 20?
15
13
18
20
Correct answer: 15
Range = max - min = 20 - 5 = 15.
In a normal distribution, approximately what percent of data falls within one standard deviation of the mean?
95%
68%
99.7%
50%
Correct answer: 68%
By the empirical rule, about 68% of data falls within one standard deviation of the mean.
A die is rolled. What is the probability of rolling an even number or a 3?
21
31
65
32
Correct answer: 32
Even numbers {2,4,6} plus 3 gives 4 favorable outcomes out of 6, so 64=32.
What is the expected value of rolling a single fair six-sided die?
6
3.5
4
3
Correct answer: 3.5
Expected value = 61+2+3+4+5+6=621=3.5.
A class has 10 boys and 15 girls. What fraction of the class is boys?
32
53
21
52
Correct answer: 52
Boys fraction = 2510=52.
If P(A) = 0.7, what is the probability of the complement of A?
0.07
0.7
1.0
0.3
Correct answer: 0.3
P(not A)=1−P(A)=1−0.7=0.3.
How many distinct ways can the letters in the word 'MATH' be arranged?
24
12
4
16
Correct answer: 24
All 4 letters are distinct, so there are 4!=24 arrangements.
A survey reports a sample mean of 50 with standard error 2. A 95% confidence interval is approximately:
50 to 54
45 to 55
46 to 54
48 to 52
Correct answer: 46 to 54
Using roughly 2 standard errors: 50±2⋅2=50±4, giving 46 to 54.
What is the probability of drawing an ace from a standard 52-card deck?
134
521
131
41
Correct answer: 131
There are 4 aces out of 52 cards: 524=131.
Which measure of center is most resistant to outliers?
Median
Mean
Range
Standard deviation
Correct answer: Median
The median is based on position and is not affected by extreme values, making it resistant to outliers.
Two cards are drawn without replacement from a deck. What is the probability both are hearts?
41⋅41
5213+5112
5213⋅5112
5213⋅5213
Correct answer: 5213⋅5112
Without replacement, multiply the conditional probabilities: 5213⋅5112.
In a graph theory context, what is the degree of a vertex?
The number of edges incident to it
The length of the longest path
The number of faces
The number of vertices
Correct answer: The number of edges incident to it
The degree of a vertex is the number of edges connected to it.
What is the next term in the recursive sequence a1=2, an=2an−1+1?
a2=4
a2=5
a2=3
a2=6
Correct answer: a2=5
a2=2a1+1=2⋅2+1=5.
How many subsets does a set with 4 elements have?
16
12
24
8
Correct answer: 16
A set with n elements has 2n subsets: 24=16.
In propositional logic, what is the negation of 'p AND q'?
Not p AND q
Not p AND not q
Not p OR not q
P OR q
Correct answer: Not p OR not q
By De Morgan's law, the negation of (p AND q) is (not p OR not q).
What is the sum 1+2+4+8+16 (a geometric series)?
32
31
30
63
Correct answer: 31
This is a geometric series; the sum is 25−1=32−1=31.
A binary number 1011 equals what in decimal?
11
9
13
15
Correct answer: 11
1011 in binary =8+0+2+1=11.
In set notation, what is the intersection of {1,2,3,4} and {3,4,5,6}?
{1,2,5,6}
{1,2,3,4,5,6}
{3,4}
Empty set
Correct answer: {3,4}
The intersection contains elements common to both sets: {3,4}.
How many edges does a complete graph on 5 vertices (K5) have?
5
15
20
10
Correct answer: 10
A complete graph has 2n(n−1) edges: 25⋅4=10.
What is 5! (5 factorial)?
25
60
720
120
Correct answer: 120
5!=5⋅4⋅3⋅2⋅1=120.
In a truth table, the statement 'if p then q' is false only when:
Both are true
P is true and q is false
P is false and q is true
Both are false
Correct answer: P is true and q is false
A conditional p implies q is false only when the hypothesis p is true and the conclusion q is false.
What is the union of sets A={1,2} and B={2,3,4}?
{1,2,3,4}
{1,3,4}
{2}
{1,2,2,3,4}
Correct answer: {1,2,3,4}
The union combines all distinct elements: {1,2,3,4}.
Using mathematical induction to prove a statement, the base case typically establishes the statement for:
Even n only
N = infinity
All n
N = 1 (or the smallest value)
Correct answer: N = 1 (or the smallest value)
The base case proves the statement true for the smallest value, usually n = 1.
How many ways can you choose a president and a vice-president from a group of 5 people (order matters)?
25
20
10
120
Correct answer: 20
This is a permutation: 5⋅4=20 ways.
The contrapositive of 'if p then q' is:
If not p then q
If not p then not q
If not q then not p
If q then p
Correct answer: If not q then not p
The contrapositive of p implies q is (not q) implies (not p), and it is logically equivalent.
A teacher wants students to discover the relationship between a quadratic's coefficients and its graph. The most appropriate use of the on-screen graphing calculator is to:
Find prime factorizations
Have students compute factorials
Calculate the standard deviation
Let students vary parameters and observe how the parabola changes
Correct answer: Let students vary parameters and observe how the parabola changes
A dynamic exploration where students adjust coefficients and observe graphical effects supports conceptual discovery, an effective instructional use of the graphing tool.
A student claims that squaring always makes a number larger. Which counterexample best refutes this?
(0.5)2=0.25
102=100
(−3)2=9
52=25
Correct answer: (0.5)2=0.25
Squaring 0.5 gives 0.25, which is smaller, demonstrating the claim is false for numbers between 0 and 1.
To find us again, just search “Career Employer Praxis 5165”
What is the discriminant of \( 2x^{2} + 3x - 5 = 0 \)?
Pick an answer to see the explanation
Click Start Test above to launch a full-length Praxis Mathematics: Content Knowledge (5165) practice test weighted like the real exam, or drill a single content category — Number & Quantity, Algebra, Functions, Calculus, Geometry, or Statistics & Probability. Every question includes a worked explanation so you learn the reasoning, not just the answer.
The Praxis Mathematics: Content Knowledge (5165) is a teacher licensure test administered by ETS. It measures the mathematics a beginning secondary (grades 7–12) math teacher is expected to know.
[1] The test has 66 selected-response questions with a 180-minute time limit, and an on-screen graphing calculator is provided throughout. These free practice questions mirror the four content categories in ETS’s published outline.
ETS organizes the Praxis 5165 into four content categories: I. Number & Quantity and Algebra, II. Functions and Calculus, III. Geometry, and IV. Statistics & Probability.[1]
The first two categories carry the heaviest weighting at 30% each. About 25% of questions ask you to apply the math within a task of teaching mathematics. Our full practice test is weighted to match the outline (approximate share of the 66 questions):
Praxis 5165 weighting by content category
Number & Quantity and Algebra30% · ≈20 Qs
Functions and Calculus30% · ≈20 Qs
Geometry20% · ≈13 Qs
Statistics & Probability20% · ≈13 Qs
Practice Questions by Category
Use Start Test for a full weighted Praxis 5165 simulation, or open the hub and pick a single content category to drill your weak spot. After each full exam, your results show a per-category breakdown so you know exactly where to focus — most candidates need the most reps in calculus and geometry topics they last studied years ago.
What Are the Requirements to Take the Praxis 5165?
To take the Praxis 5165, ETS sets no formal prerequisites to register for the test itself — anyone can sign up and pay the fee to take it.
[3] Eligibility to use the score, however, is governed by your state or teacher-preparation program. Each state decides whether the 5165 is required for secondary math licensure and which passing score it accepts.
[6]Confirm your state’s specific requirement before you register so your attempt counts toward licensure.
How Do You Register for the Praxis 5165?
You register for the Praxis 5165 directly through ETS at praxis.org by creating an ETS account, selecting the Mathematics: Content Knowledge (5165) test, choosing a test window and location, and paying the registration fee.
[3] Most candidates test at a Prometric-style center or online with remote proctoring where offered, and an on-screen graphing calculator is built into the test so you bring nothing extra.[5]
The single-subject fee is in the low-to-mid $100s and can change, so verify the current price and available dates on the ETS Praxis site before you register.
What Is the Passing Score for the Praxis 5165?
The Praxis 5165 passing score is set by each state or agency, not by ETS, and is commonly around 160 on the scaled 100–200 range.[6]
The exam is scored on your overall performance across the scored selected-response questions, with raw scores converted to that scaled score.[4] Using a scaled score keeps the standard consistent as question difficulty varies between forms.
Your score report shows your scaled score and the passing score for the state you selected, so you know immediately whether you met that state’s requirement.[6]
How Hard Is the Praxis 5165?
The Praxis 5165 is challenging mainly because of its breadth — 66 questions span number & quantity, algebra, functions, calculus, geometry, and statistics & probability in 180 minutes. ETS does not publish a single official first-time pass rate for the 5165.
The difficulty comes from covering the full secondary and early-college curriculum rather than deep specialization in one area. Many items are multi-step and reward fluent use of the on-screen graphing calculator.
66
Selected-response questions
in 180 minutes
100–200
Scaled score range
cut score set by state
4
Content categories
number/algebra through statistics
The takeaway: candidates who recently completed a math degree know algebra and functions cold but must deliberately refresh calculus, geometry, and statistics — the categories most people last touched years ago.
What to Expect on Exam Day
The Praxis 5165 is a proctored, computer-delivered test.[3] Arrive at least 30 minutes early to check in and bring a valid, unexpired government-issued photo ID whose name matches your ETS registration. You’ll store phones and personal items; no notes or personal calculators are allowed.
After a short tutorial, you have 180 minutes to answer 66 selected-response questions using the built-in on-screen graphing calculator.[5] Because items are multi-step and span all four categories, pace yourself and flag-and-return rather than over-investing in any one question.
ETS processes your results and posts an official score report to your account, showing your scaled score against the state passing score you selected.
How to Use This Praxis 5165 Practice Test
Recreate exam conditions. Take the full test timed, with no notes.
Diagnose, then drill. Use a full simulation to find weak categories, then drill them.
Refresh outside your comfort zone. Calculus, geometry, and statistics topics are the score-movers.
Get fluent with the calculator. Practice using the on-screen graphing tool, not a handheld one.
Learn the why. Read every explanation — understanding the method beats memorizing.
Why Pass the Praxis 5165?
For most states, passing the Praxis 5165 is a required step to earn a secondary (7–12) mathematics teaching license — it signals to state boards and districts that you have the content mastery to teach high school math.[1][6] These free Praxis 5165 practice tests are the most efficient way to get exam-ready.
Conclusion
Passing the Praxis 5165 comes down to refreshing the full secondary math curriculum rather than leaning on the topics you know best. Use this free Praxis 5165 practice test to find your weak categories, drill them to mastery, and reinforce them with our study guide, flashcards so you walk in confident on test day.
Praxis 5165 Practice Test FAQ
Praxis Mathematics: Content Knowledge (5165) is a teacher licensure test administered by ETS. It measures the mathematics content knowledge expected of a beginning secondary (grades 7–12) math teacher across number & quantity, algebra, functions, calculus, geometry, and statistics & probability.
The Praxis 5165 has 66 selected-response questions and a 180-minute (3-hour) time limit. An on-screen graphing calculator is provided within the test, so you do not bring your own.
The Praxis 5165 passing score is set by each state or licensing agency rather than by ETS, with many states using a cut score around 160 on the scaled 100-to-200 range. Confirm the exact requirement for the state where you seek licensure.
ETS organizes the exam into four content categories: Number & Quantity and Algebra (30%), Functions and Calculus (30%), Geometry (20%), and Statistics & Probability (20%). About 25% of questions ask you to apply that math within a task of teaching mathematics.
Yes. An on-screen graphing calculator is built into the test and available throughout, so you do not need to bring a handheld calculator. Personal calculators are not permitted in the test.
ETS sets no formal prerequisites to register for the test itself. Eligibility to use the score for licensure is determined by your state or teacher-preparation program, so check whether your state requires the 5165 and which passing score it accepts.
The Praxis 5165 registration fee is set by ETS and is in the low-to-mid $100s for the single subject test. Fees can change, so verify the current price on the ETS Praxis website before you register.
Praxis tests can generally be retaken after a 28-day waiting period from your previous test date, even if you took the same test. Each attempt requires paying the registration fee again, so plan your study time before rescheduling.
Career Employer is the ultimate resource to help you get started working the job of your dreams. We cover topics from general career information, career searching, exam preparation with free study materials, career interviewing, and becoming successful in your career of choice.
Here at Career Employer, we focus a lot on providing factually accurate information that is always up to date. We strive to provide correct information using strict editorial processes, article editing, and fact-checking for all of the information found on our website. We only utilize trustworthy and relevant resources. To find out more, make sure to read our full editorial process page here.