All Practice Exams

100+ Free Tennessee Comprehensive Assessment Program (TCAP) Integrated Mathematics II End-of-Course Assessment Practice Questions

Prepare for the Tennessee Comprehensive Assessment Program (TCAP) Integrated Mathematics II End-of-Course Assessment exam with instant access — no signup required.

✓ No registration✓ No credit card✓ No hidden fees✓ Start practicing immediately
~40-50% On Track or Mastered Pass Rate
100+ Questions
100% Free

Loading practice questions...

2026 Statistics

Key Facts: Tennessee Comprehensive Assessment Program (TCAP) Integrated Mathematics II End-of-Course Assessment Exam

Tennessee Dept of Ed

Official administrator of statewide TCAP EOC assessments

Tennessee Department of Education (TDOE)

Level 3 / Level 4

Performance levels indicating On Track or Mastered proficiency

TDOE Scoring System

100 Practice Questions

Comprehensive study bank for Integrated Math II standard mastery

OpenExamPrep Practice Bank

4 Core Strands

Covers Quadratics/Complex, Similarity, Trig/Circles, and Probability

Tennessee Academic Standards

3 Assessment Subparts

Subpart 1 is non-calculator; Subparts 2 and 3 permit calculators

TDOE Assessment Policy

Course Grade Impact

EOC score accounts for 15-25% of student final course grade

Tennessee State Policy

Spring & Winter Windows

Administered state-wide in December (fall) and April-May (spring)

TDOE Testing Calendar

30 / 50 / 20 Ratio

Balanced difficulty distribution of 30% easy, 50% medium, 20% hard

OpenExamPrep Blueprint

Master Tennessee Academic Standards for Integrated Math II with 100 realistic practice questions covering quadratic functions, complex numbers, geometric proofs, similarity, trigonometry, circle geometry, and conditional probability.

Sample Tennessee Comprehensive Assessment Program (TCAP) Integrated Mathematics II End-of-Course Assessment Practice Questions

Try these sample questions to test your Tennessee Comprehensive Assessment Program (TCAP) Integrated Mathematics II End-of-Course Assessment exam readiness. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.

1What are the solutions to the quadratic equation x^2 - 7x + 12 = 0?
A.x = 3 and x = 4
B.x = -3 and x = -4
C.x = 2 and x = 6
D.x = -2 and x = -6
Explanation: To solve x^2 - 7x + 12 = 0 by factoring, we look for two numbers that multiply to +12 and add to -7. These numbers are -3 and -4, so (x - 3)(x - 4) = 0. Setting each factor to zero yields x = 3 and x = 4.
2Simplify the complex expression: (3 + 4i) + (5 - 2i).
A.15 - 8i
B.8 + 2i
C.8 - 2i
D.2 + 6i
Explanation: To add complex numbers, combine real parts and imaginary parts separately. Real part: 3 + 5 = 8. Imaginary part: 4i + (-2i) = 2i. Thus, the simplified sum is 8 + 2i.
3What is the vertex of the parabola given by the equation y = (x - 3)^2 + 5?
A.(-3, 5)
B.(-3, -5)
C.(3, 5)
D.(3, -5)
Explanation: The vertex form of a quadratic function is y = a(x - h)^2 + k, where (h, k) represents the vertex. Comparing y = (x - 3)^2 + 5 gives h = 3 and k = 5, so the vertex is (3, 5).
4Simplify i^14, where i is the imaginary unit.
A.i
B.1
C.-i
D.-1
Explanation: Powers of i repeat in a cycle of 4: i^1 = i, i^2 = -1, i^3 = -i, i^4 = 1. Dividing the exponent 14 by 4 leaves a remainder of 2 (14 = 4 * 3 + 2). Therefore, i^14 = i^2 = -1.
5What is the y-intercept of the quadratic function f(x) = 2x^2 - 4x + 6?
A.(0, 6)
B.(0, 2)
C.(0, -4)
D.(3, 0)
Explanation: The y-intercept occurs where x = 0. Substituting x = 0 into f(x) yields f(0) = 2(0)^2 - 4(0) + 6 = 6. Thus, the y-intercept is at (0, 6).
6What is the value of the discriminant for the equation x^2 + 4x + 5 = 0, and what does it indicate about the roots?
A.-4; two real rational roots
B.-4; two complex (non-real) roots
C.36; two real irrational roots
D.0; one real double root
Explanation: The discriminant is given by b^2 - 4ac. For x^2 + 4x + 5 = 0, a = 1, b = 4, and c = 5. Discriminant = (4)^2 - 4(1)(5) = 16 - 20 = -4. Since the discriminant is negative, the equation has two complex (non-real) conjugate roots.
7Multiply the complex conjugate pair: (2 + 3i)(2 - 3i).
A.-5
B.4 - 9i
C.13
D.13 + 12i
Explanation: Using the difference of squares pattern (a + bi)(a - bi) = a^2 + b^2, we compute 2^2 - (3i)^2 = 4 - 9(i^2) = 4 - 9(-1) = 4 + 9 = 13. The product of complex conjugates is always a positive real number.
8What is the axis of symmetry for the quadratic graph y = x^2 - 6x + 8?
A.x = -6
B.x = -3
C.y = -1
D.x = 3
Explanation: The vertical axis of symmetry of a parabola in standard form y = ax^2 + bx + c is given by the line x = -b / (2a). Here a = 1 and b = -6, so x = -(-6) / (2 * 1) = 6 / 2 = 3.
9Solve the quadratic equation 2x^2 - 5x - 3 = 0.
A.x = -1/2 and x = 3
B.x = 1/2 and x = -3
C.x = -1 and x = 3/2
D.x = 1 and x = -3/2
Explanation: Factor 2x^2 - 5x - 3 = 0 as (2x + 1)(x - 3) = 0. Setting 2x + 1 = 0 yields x = -1/2, and setting x - 3 = 0 yields x = 3. Therefore, the solutions are x = -1/2 and x = 3.
10Solve x^2 - 8x + 11 = 0 by completing the square.
A.x = 4 +/- sqrt(11)
B.x = 4 +/- sqrt(5)
C.x = -4 +/- sqrt(5)
D.x = 8 +/- sqrt(5)
Explanation: Move 11 to the right side: x^2 - 8x = -11. Add (-8/2)^2 = 16 to both sides: x^2 - 8x + 16 = 5, which simplifies to (x - 4)^2 = 5. Taking square roots gives x - 4 = +/- sqrt(5), so x = 4 +/- sqrt(5).

About the Tennessee Comprehensive Assessment Program (TCAP) Integrated Mathematics II End-of-Course Assessment Exam

The Tennessee Comprehensive Assessment Program (TCAP) Integrated Math II EOC assessment measures student mastery of high school Integrated Mathematics II standards. Please note: This 100-question practice bank is an English-language multiple-choice question (MCQ) study adaptation created by OpenExamPrep to help high school students practice core Tennessee Academic Standards.

Assessment

100 multiple-choice practice questions (English-language MCQ study adaptation for TCAP Integrated Math II EOC) covering Quadratic Functions & Complex Numbers (30%), Similarity & Proofs (25%), Trigonometry & Circles (25%), and Probability & Counting (20%).

Time Limit

Subpart 1 (non-calculator): 35 min; Subpart 2: 50 min; Subpart 3: 50 min

Passing Score

Performance Level 3 (On Track) or Level 4 (Mastered)

Exam Fee

Free for Tennessee public school students. (Tennessee Department of Education (TDOE))

Tennessee Comprehensive Assessment Program (TCAP) Integrated Mathematics II End-of-Course Assessment Exam Content Outline

30%

Quadratic Functions & Complex Numbers

Factoring quadratics, completing the square, quadratic formula, vertex form transformations, discriminant analysis, systems of equations, and complex number operations.

25%

Similarity & Geometric Proofs

Dilation transformations, AA/SAS/SSS triangle similarity, side-splitter theorem, geometric mean, and formal geometric proofs.

25%

Trigonometry & Circles

Right triangle trigonometry (sin, cos, tan), special right triangles, circle equations, arc length, sector area, inscribed angles, tangent properties, and constructions.

20%

Probability & Counting Principles

Conditional probability, independent vs dependent events, two-way frequency tables, addition rule, permutations, combinations, and geometric probability.

How to Pass the Tennessee Comprehensive Assessment Program (TCAP) Integrated Mathematics II End-of-Course Assessment Exam

What You Need to Know

  • Passing score: Performance Level 3 (On Track) or Level 4 (Mastered)
  • Assessment: 100 multiple-choice practice questions (English-language MCQ study adaptation for TCAP Integrated Math II EOC) covering Quadratic Functions & Complex Numbers (30%), Similarity & Proofs (25%), Trigonometry & Circles (25%), and Probability & Counting (20%).
  • Time limit: Subpart 1 (non-calculator): 35 min; Subpart 2: 50 min; Subpart 3: 50 min
  • Exam fee: Free for Tennessee public school students.

Keys to Passing

  • Work through all 100 available questions
  • Review every answer and explanation
  • Track weak areas and revisit them
  • Use our AI tutor for tough concepts

Tennessee Comprehensive Assessment Program (TCAP) Integrated Mathematics II End-of-Course Assessment Study Tips from Top Performers

1Master factoring quadratics, completing the square, and using the quadratic formula for both real and complex solutions.
2Remember the powers of i ($i^1=i, i^2=-1, i^3=-i, i^4=1$) and use complex conjugates to simplify quotients.
3Memorize basic right-triangle trigonometric ratios (SOH CAH TOA) and special right triangle patterns ($30^\circ-60^\circ-90^\circ$ and $45^\circ-45^\circ-90^\circ$).
4Practice completing the square on quadratic expressions in two variables to write circle equations in standard form $(x-h)^2 + (y-k)^2 = r^2$.
5Use two-way frequency tables to calculate conditional probabilities ($P(A|B) = P(A \text{ and } B) / P(B)$) and test for independence.
6Pace yourself across all difficulty levels to ensure thorough checking of calculations and distractor options.

Frequently Asked Questions

What is the format of the TCAP Integrated Math II EOC assessment?

The official TCAP Integrated Math II EOC assessment is administered in 3 subparts (Subpart 1 non-calculator, Subparts 2 & 3 calculator permitted) containing multiple-choice and technology-enhanced items. This practice bank provides 100 multiple-choice questions (an English-language MCQ study adaptation) designed to align with state standards.

How are performance levels defined for the TCAP Integrated Math II EOC?

Student results are categorized into four performance levels: Level 1 (Below Expectations), Level 2 (Approaching Expectations), Level 3 (On Track), and Level 4 (Mastered). Achieving Level 3 or Level 4 indicates grade-level proficiency and readiness for Integrated Math III.

Are calculators allowed on the TCAP Integrated Math II EOC test?

Calculators are strictly prohibited during Subpart 1. Approved graphing or scientific calculators are permitted during Subparts 2 and 3.

How does the TCAP EOC score affect high school course grades in Tennessee?

In Tennessee public schools, the TCAP EOC score counts as a percentage (typically 15% to 25%, depending on local school board policy) of the student's final course grade.

What standard math reference materials are provided on the exam?

Students have access to the TDOE Integrated Mathematics II reference sheet, which provides formulas for volume, surface area, right triangle trigonometry, and circle measurements.

Is this 100-question practice bank affiliated with TDOE?

This practice bank is an independent educational resource created by OpenExamPrep aligned to Tennessee Academic Standards and is not an official test publication of TDOE.