All Practice Exams

Free Practice Questions for Castilla y León PAU Mathematics II

Exam-style questions and explanations by OpenExamPrep.

✓ No registration✓ No credit card

Loading practice questions...

Exam Review

Key Facts: Castilla y León PAU Mathematics II Exam

90 min

Exam Time Limit

Comisión Organizadora PAU CYL

0–10

Grading Scale

Junta de Castilla y León

4.0

Min. Access Phase Score

Comisión Organizadora PAU CYL

EUR 91.54

Base Registration Fee

Junta de Castilla y León

5 Blocks

Curriculum Blocks

2º Bachillerato Mathematics II Syllabus

The Castilla y León PAU Mathematics II exam (Matemáticas II) is organized by the public universities of Castilla y León (USAL, UVA, UBU, ULE) and the Consejería de Educación de la Junta de Castilla y León for 2nd Bachillerato Science and Technology students. The exam lasts 90 minutes and is marked on a 0–10 scale (minimum 4.0 required in the Access Phase). Note that local questions on this platform are an English-language MCQ study adaptation with detailed worked calculations created to help students master the official Castilla y León curriculum.

Sample Castilla y León PAU Mathematics II Practice Questions

Try these sample questions to review concepts for the Castilla y León PAU Mathematics II exam. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.

1Calculate the determinant of the 2x2 matrix A = [[4, 2], [3, 5]].
A.14
B.26
C.6
D.11
Explanation: For a 2x2 matrix [[a, b], [c, d]], the determinant is det(A) = ad - bc. Here, det(A) = (4)(5) - (2)(3) = 20 - 6 = 14.
2Given matrices A = [[1, 3], [-2, 4]] and B = [[5, -1], [2, 0]], what is the matrix sum A + B?
A.[[5, -3], [-4, 0]]
B.[[6, 2], [0, 4]]
C.[[6, 4], [0, 4]]
D.[[4, 2], [0, 4]]
Explanation: Matrix addition is performed component-wise: A + B = [[1+5, 3+(-1)], [-2+2, 4+0]] = [[6, 2], [0, 4]].
3Given matrix A = [[2, -1], [0, 3]], calculate 3A - 2I, where I is the 2x2 identity matrix.
A.[[4, -3], [0, 9]]
B.[[6, -3], [0, 7]]
C.[[4, -3], [0, 7]]
D.[[4, -1], [0, 7]]
Explanation: Compute 3A = [[6, -3], [0, 9]] and 2I = [[2, 0], [0, 2]]. Subtracting yields 3A - 2I = [[6-2, -3-0], [0-0, 9-2]] = [[4, -3], [0, 7]].
4Calculate the matrix product A * B for A = [[2, 1], [0, 3]] and B = [[1, 4], [2, 5]].
A.[[2, 4], [0, 15]]
B.[[4, 11], [6, 15]]
C.[[3, 13], [6, 15]]
D.[[4, 13], [6, 15]]
Explanation: Row-by-column product: c11 = 2(1)+1(2) = 4, c12 = 2(4)+1(5) = 13, c21 = 0(1)+3(2) = 6, c22 = 0(4)+3(5) = 15. Thus A * B = [[4, 13], [6, 15]].
5If det(A) = 7 for a 3x3 square matrix A, what is the determinant of its transpose, det(A^T)?
A.7
B.-7
C.1/7
D.21
Explanation: By determinant properties, transposing a matrix does not change its determinant: det(A^T) = det(A) = 7.
6For a 3x3 square matrix A with det(A) = 3, what is the value of det(2A)?
A.6
B.24
C.12
D.18
Explanation: For an n x n matrix, det(k A) = k^n * det(A). Here n = 3 and k = 2, so det(2A) = 2^3 * det(A) = 8 * 3 = 24.
7Evaluate the determinant of the 3x3 matrix A = [[1, 0, 2], [2, -1, 3], [4, 1, 0]] using Sarrus' Rule or cofactor expansion.
A.-3
B.15
C.9
D.5
Explanation: Expanding along row 1: det(A) = 1*((-1)(0) - 3(1)) - 0 + 2*(2(1) - (-1)(4)) = 1*(-3) + 2*(2 + 4) = -3 + 12 = 9.
8For what values of the real parameter k is the matrix A = [[k, 1], [4, k]] singular (non-invertible)?
A.k = 2 or k = -2
B.k = 4 or k = -4
C.k = 0 only
D.k = 1 or k = -1
Explanation: A matrix is singular when its determinant is zero: det(A) = k^2 - 4 = 0, which implies k^2 = 4, so k = 2 or k = -2.
9Find the inverse matrix A^-1 for A = [[2, 5], [1, 3]].
A.[[-3, 5], [1, -2]]
B.[[3, -5], [-1, 2]]
C.[[3, 1], [5, 2]]
D.[[2, -5], [-1, 3]]
Explanation: For A = [[a, b], [c, d]], A^-1 = (1/det(A)) [[d, -b], [-c, a]]. Here det(A) = (2)(3) - (5)(1) = 1. Thus A^-1 = [[3, -5], [-1, 2]].
10Solve the matrix equation A * X = B for X, where A = [[1, 2], [0, 1]] and B = [[5, 6], [3, 4]].
A.[[1, 2], [3, 4]]
B.[[11, 14], [3, 4]]
C.[[-1, -2], [3, 4]]
D.[[-1, -2], [-3, -4]]
Explanation: Since det(A) = 1, A is invertible with A^-1 = [[1, -2], [0, 1]]. Then X = A^-1 * B = [[1, -2], [0, 1]] * [[5, 6], [3, 4]] = [[1(5)-2(3), 1(6)-2(4)], [0+3, 0+4]] = [[-1, -2], [3, 4]].

About the Castilla y León PAU Mathematics II Exam

The Castilla y León PAU Mathematics II exam (Matemáticas II 2º Bachillerato) evaluates secondary school students across Castilla y León on linear algebra (matrices, determinants, linear systems), differential calculus (derivatives, curve sketching, optimization), integral calculus (indefinite/definite integrals, areas), 3D analytical geometry (vectors, lines, planes, distances, angles), and probability (Bayes theorem, normal and binomial distributions). Please note: The official PAU exam features written open-ended problem-solving in Spanish; the 100 practice questions provided here are an English-language multiple-choice study adaptation featuring full worked calculations designed for self-assessment and exam readiness.

Exam sponsor: Comisión Organizadora de la Evaluación de Bachillerato para el Acceso a la Universidad de Castilla y León (USAL, UVA, UBU, ULE / Junta de Castilla y León). The requirements and fees below concern the certification or admission exam, separate from our free practice resources.

Assessment

90-minute written examination (traditionally open-ended multi-step calculation problems; local questions are an English-language MCQ study adaptation)

Time Limit

90 minutes (1.5 hours)

Passing Score

Graded on 0–10 scale. Minimum 4.0 required in Access Phase; final score combines 60% Bachillerato GPA and 40% PAU (minimum 5.0 overall).

Exam / Certification Fees

EUR 76.82 base registration fee for PAU Access Phase (plus EUR 10.33 per voluntary subject) set by Junta de Castilla y León.

Exam sponsor website

Reported exam pass rate: Moderate to High (~75-85% pass rate in Mathematics II access phase). This describes exam candidates, not OpenExamPrep users or results from using our resources. Exam sponsor website

Fees, eligibility, and exam policies can change. Confirm them with the exam sponsor before applying or paying.

Our practice resources: topics covered

We aim to reflect publicly available exam outlines and topic information in our study resources. Coverage, format, and difficulty may differ from the actual exam, and we cannot guarantee that every detail is accurate or current. Confirm exam requirements, fees, and policies with the official exam sponsor.

25%

Algebra and Linear Systems

Matrix operations (addition, scalar multiplication, matrix product, matrix transpose), inverse matrix formula via classical adjoint, determinant properties (Sarrus rule, row operations, product rule), matrix equations of the form AX = B or AX + B = C, and classification and resolution of linear systems with parameters using Rouché-Capelli Theorem and Cramer's Rule.

25%

Differential Calculus

Limits of functions, resolution of indeterminate forms (0/0, infinity/infinity, 1^infinity), L'Hôpital's Rule applications, continuity and Bolzano's Intermediate Value Theorem, differentiation rules, chain rule, implicit differentiation, equations of tangent and normal lines, Rolle's Theorem, Mean Value Theorem, determination of asymptotes, concavity and inflection points, and real-world optimization problems.

25%

Integral Calculus

Indefinite integrals, antiderivatives, integration techniques including u-substitution, integration by parts, and rational function decomposition into partial fractions, Fundamental Theorem of Calculus and Barrow's Rule, and exact calculation of plane areas bounded by single functions, x-axis, and intersecting curves.

15%

3D Analytical Geometry

Vector operations in R3 (addition, scalar multiplication, dot product, cross product, scalar triple product), parametric, continuous, and implicit equations of lines and planes, relative positions of two lines, a line and a plane, and two planes, metric computations including distances (point to plane, point to line, parallel planes, skew lines) and angles (line-line, plane-plane, line-plane).

10%

Probability and Statistics

Sample spaces, union, intersection, conditional probability, independent events, Law of Total Probability, Bayes' Theorem applications, discrete Binomial distribution B(n, p) calculations, and continuous Normal distribution N(mu, sigma) standardization and probability determination.

Preparing for the Castilla y León PAU Mathematics II Exam

What You Need to Know

  • Passing score: Graded on 0–10 scale. Minimum 4.0 required in Access Phase; final score combines 60% Bachillerato GPA and 40% PAU (minimum 5.0 overall).
  • Assessment: 90-minute written examination (traditionally open-ended multi-step calculation problems; local questions are an English-language MCQ study adaptation)
  • Time limit: 90 minutes (1.5 hours)
  • Exam / certification fees: EUR 76.82 base registration fee for PAU Access Phase (plus EUR 10.33 per voluntary subject) set by Junta de Castilla y León. Official sources

Using Our Practice Resources

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

Castilla y León PAU Mathematics II: Suggested Study Strategy

1Master parameter case analysis using Rouché-Capelli Theorem by computing determinants of coefficient and augmented matrices.
2Practice multi-step derivative applications, verifying hypotheses before applying Rolle's, Bolzano's, or Mean Value theorems.
3Be fluent in integration by parts (u-dv) and partial fraction decomposition for quadratic denominators with real or complex roots.
4Memorize 3D geometry metric formulas for point-plane distance and cross-product magnitude for line-line distance.
5Understand standardized normal conversion Z = (X - mu) / sigma and double-check probability tree diagrams for Bayes' theorem.

Frequently Asked Questions

What is the format of the official Castilla y León PAU Mathematics II exam?

The official Castilla y León PAU Mathematics II exam is a 90-minute written examination in Spanish consisting of structured open-ended math problems where students present full step-by-step derivations. Note that the 100 questions available on this platform are an English-language multiple-choice study adaptation featuring full worked calculation steps to help students test core techniques.

What is the passing score for Castilla y León PAU Mathematics II?

The exam is graded on a 0–10 scale. In the Access Phase (Fase de Acceso), a minimum score of 4.0 is required to combine with the Bachillerato GPA (which counts for 60% of the overall score, while PAU counts for 40%, requiring a combined minimum of >= 5.0).

What is the fee for taking the PAU exam in Castilla y León?

The base registration fee for the PAU Access Phase in Castilla y León is set by the Junta de Castilla y León at EUR 91.54 (or approximately EUR 22.88 per subject in the voluntary admission phase), with fee reductions for eligible categories such as large families (familia numerosa).

Who sets the curriculum for the Castilla y León PAU Mathematics II test?

The curriculum criteria and exam coordination are managed by the Comisión Organizadora composed of representatives from the regional public universities (USAL, UVA, UBU, ULE) and the Consejería de Educación de la Junta de Castilla y León.

Why are the practice questions here in English and in multiple-choice format?

These questions serve as an English-language MCQ study adaptation designed for international candidates, bilingual program students, and revision learners seeking to test mathematical problem-solving skills tested on the Castilla y León university entrance curriculum.