Question 1 of 25
On a unit circle (radius ), an angle in standard position starts on the positive -axis and measures radians. Using the circle described, what is the length of the arc intercepted by the angle?
Precalculus
Practice Test 10 for Precalculus: real questions and explanations from the Varsity Tutors practice-test pool.
0%
0 / 25 answered
Question 1 of 25
On a unit circle (radius r=1), an angle θ in standard position starts on the positive x-axis and measures θ=4π radians. Using the circle described, what is the length s of the arc intercepted by the angle?
Question Navigator
On a unit circle (radius r=1), an angle θ in standard position starts on the positive x-axis and measures θ=4π radians. Using the circle described, what is the length s of the arc intercepted by the angle?
Explanation: This question tests understanding of radian measure as the arc length on the unit circle. On a unit circle (radius = 1), the radian measure of an angle equals the length of the arc it intercepts. Using the formula s = rθ, where r = 1 and θ = π/4 radians, we calculate s = 1 × (π/4) = π/4. Choice B is correct because on a unit circle, an angle of π/4 radians intercepts an arc of length π/4. Choice D incorrectly converts the radian measure to degrees (45°) instead of finding the arc length. Remember that on a unit circle, radian measure and arc length are numerically equal because r = 1; this makes unit circles particularly useful for understanding radian measure.
If f(x)=sin(x)+cos(x) and g(x)=sin(x)−cos(x), which statement about the symmetry properties of these functions is correct?
Explanation: To determine symmetry, we test if f(−x)=f(x) (even), f(−x)=−f(x) (odd), or neither. For f(x)=sin(x)+cos(x): f(−x)=sin(−x)+cos(−x)=−sin(x)+cos(x). This equals neither f(x) nor −f(x). For g(x)=sin(x)−cos(x): g(−x)=sin(−x)−cos(−x)=−sin(x)−cos(x). This equals neither g(x) nor −g(x). Therefore, both functions are neither even nor odd.
A ramp rises 6 ft vertically from the ground to a platform. The ramp makes a 30∘ angle with the ground, forming a right triangle. How long is the ramp (in feet)?
Explanation: This question tests the ability to solve right triangles using trigonometric ratios. Trigonometric ratios relate the angles of a right triangle to the ratios of its sides: sin(θ) = opposite/hypotenuse, cos(θ) = adjacent/hypotenuse, and tan(θ) = opposite/adjacent. The ramp is the hypotenuse, the vertical rise of 6 ft is the opposite side to the 30° angle, so we use sin(30°) = opposite/hypotenuse = 6/ramp, which gives 1/2 = 6/ramp, solving to get ramp = 6 ÷ (1/2) = 12 ft. Choice C is correct because sin(30°) = 1/2, so ramp = 6/sin(30°) = 6/(1/2) = 12 ft. Choice B incorrectly uses tan(30°) = 1/√3 to find the horizontal distance (6√3), not the ramp length, confusing which side is being sought. In a 30-60-90 triangle, the sides are in ratio 1:√3:2, so if the opposite side to 30° is 6, the hypotenuse must be 12. Key to right triangle problems: first identify the right angle and hypotenuse (longest side, opposite the right angle), then decide whether you have enough information for Pythagorean theorem (two sides known) or need trigonometry (one side and one angle known).
A vector v is transformed by matrix P=(100−1), then by matrix Q=(212323−21). Which single transformation is equivalent to this composition?
Explanation: First, identify what each matrix does: P reflects across the x-axis (changes (x,y) to (x,−y)). Matrix Q has the form (cosθsinθsinθ−cosθ) with cosθ=21 and sinθ=23, so θ=60°. This form represents reflection across a line making angle 2θ=30° with the x-axis. The composition is QP=(212323−21)(100−1)=(2123−2321). This has the form (cosϕsinϕsinϕ−cosϕ) with ϕ=−60°, representing reflection across a line making angle 2−60°=−30° (or equivalently 30°) with the x-axis. Choice A incorrectly describes the transformation. Choice C gives the wrong order and operations. Choice D describes RQ rather than QP.
In right triangle JKL, the right angle is at K. If JK=6 and KL=8, what is the value of sin(∠J)?
Explanation: This question tests the ability to solve right triangles using trigonometric ratios. Trigonometric ratios relate the angles of a right triangle to the ratios of its sides: sin(θ) = opposite/hypotenuse, cos(θ) = adjacent/hypotenuse, and tan(θ) = opposite/adjacent. First, find the hypotenuse using the Pythagorean theorem: √(6² + 8²) = √(36 + 64) = √100 = 10; from the perspective of angle J, the side of length 8 is the opposite, and the hypotenuse is 10, so we use sin(J) = 8/10 = 4/5. Choice C is correct because it uses the sine ratio with opposite side 8 and hypotenuse 10, yielding 4/5. Choice A reverses the ratio, calculating adjacent/opposite = 6/8 = 3/4 instead of opposite/hypotenuse. Remember the SOH-CAH-TOA mnemonic for choosing the correct trig ratio: Sine = Opposite/Hypotenuse, Cosine = Adjacent/Hypotenuse, Tangent = Opposite/Adjacent, where opposite and adjacent are always relative to the angle in question. For complementary angles in a right triangle, sin(θ) = cos(90° - θ), which explains why the sine of one acute angle equals the cosine of the other.
Consider the composition of two transformations: first a reflection across the line y=x represented by matrix R=(0110), followed by a scaling transformation S=(3002). A circle with area π square units undergoes this composition. What is the area of the final image?
Explanation: The composition is SR=(3002)(0110)=(0230). The determinant is 0(0)−3(2)=−6, so the area scaling factor is ∣−6∣=6. The final area is π×6=6π. Choice A uses only ∣det(S)∣/3. Choice B uses only ∣det(S)∣/2. Choice C adds the individual determinants instead of computing the composition.
A velocity vector v has magnitude 50 km/h due east. What are the magnitude and compass direction of −v?
Explanation: This question tests understanding of how scalar multiplication affects the magnitude and direction of a vector. For direction, the sign of c determines the result: positive scalars preserve the direction of the original vector, while negative scalars reverse it by 180°, making cv point in exactly the opposite direction from v. The magnitude is |cv| = |-1|·50 = 1·50 = 50, and since c is negative, the direction is opposite to the original vector v's direction of due east, which is due west. Choice C is correct because it properly applies |cv| = |c|·|v| and correctly identifies the direction based on the sign of c. Choice B forgets to take the absolute value of c, computing |cv| = c·|v| = -50, but magnitude must always be positive (|cv| = |c|·|v|). Remember: the absolute value in |cv| = |c|·|v| ensures magnitudes are always positive, so even if c = -1, we have |cv| = 1·|v|, not -1·|v|. For direction: think of the sign of c as a switch—positive means 'keep the same direction,' negative means 'flip 180° to the opposite direction,' and the magnitude of c only affects how much to scale, not which way to point.
A coordinate-plane diagram shows w is collinear with v, points in the same direction as v, and appears to be twice as long. If w=kv, what is the value of k?
Explanation: This question tests understanding of how scalar multiplication affects a vector visually and algebraically. Scalar multiplication preserves collinearity: the vector kv is always parallel (if k > 0) or anti-parallel (if k < 0) to the original vector v, meaning they lie on the same line through the origin. Since w is collinear, same direction, and twice as long, k = 2 is positive and scales the length by 2, matching the description. Choice C is correct because it correctly identifies k based on direction and length scaling. Choice A forgets that negative k would reverse the direction, but the question specifies same direction, requiring k > 0. To find the scalar k given two vectors where w = kv, divide any component of w by the corresponding component of v (e.g., if v = ⟨3, 4⟩ and w = ⟨6, 8⟩, then k = 6/3 = 2 or k = 8/4 = 2), or compare magnitudes using k = |w|/|v|. Visually, think of scalar multiplication as stretching (if |k| > 1) or compressing (if |k| < 1) the arrow representing the vector, and flipping it 180° if k is negative—the arrow always remains on the same line through the origin.
An angle of θ=−3π radians is drawn in standard position on the unit circle in the coordinate plane (measured clockwise from the positive x-axis). For the angle described, what is the value of sin(θ)?
Explanation: This question tests understanding of how the unit circle extends trigonometric functions to all real numbers. Unlike right triangle definitions which only work for acute angles, the unit circle definition allows us to evaluate trigonometric functions for negative angles, angles greater than 90° (or π/2), and even angles representing multiple complete rotations. For angle θ = -π/3, we convert the negative angle by adding 2π, getting 5π/3 in Quadrant IV, where sine is negative, and the reference angle π/3 gives sin(π/3) = √3/2, so sin(-π/3) = -√3/2. Choice B is correct because it connects to the unit circle coordinates in Quadrant IV with the negative sign for the y-coordinate. Choice A treats the angle as if it were in Quadrant I, where all trig values are positive, but this angle actually terminates in Quadrant IV. To find the quadrant: reduce angles greater than 2π by subtracting 2π, convert negative angles by adding 2π, then identify which quarter of the circle (0 to π/2, π/2 to π, π to 3π/2, or 3π/2 to 2π) contains the terminal side. Key to unit circle problems: first determine which quadrant the angle terminates in, then use the reference angle to find magnitudes, and finally apply the correct signs based on the quadrant (memorize: All Students Take Calculus for which functions are positive in each quadrant).
Given the 2×2 zero matrix O=[0000], what is det(O)?
Explanation: This question tests understanding of zero matrices and their determinants. The zero matrix O has all entries equal to zero and serves as the additive identity for matrices: A + O = O + A = A for any matrix A of the same dimensions, analogous to adding 0 to a number. The determinant of the zero matrix is always 0, which can be verified using the formula det([0 0; 0 0]) = (0)(0) - (0)(0) = 0 - 0 = 0. This means the zero matrix is singular (has no inverse), which makes sense since no matrix multiplied by O can give the identity matrix. Choice B is correct because det(O) = 0 for any zero matrix, reflecting that it's always singular (non-invertible). Choice A incorrectly gives 1, confusing the zero matrix with the identity matrix. Key insight: det(O) = 0 means the zero matrix is never invertible, while det(I) = 1 means the identity matrix is always invertible—these are fundamental properties of these special matrices.
Compare sin(π/6) and sin(π/3) using the 30-60-90 triangle and their unit circle coordinates. Which statement is true?
Explanation: This question tests understanding of special right triangles and how their ratios determine exact trigonometric values on the unit circle. A 30-60-90 triangle has side ratios of 1 : √3 : 2 (short leg : long leg : hypotenuse), and when scaled to the unit circle (hypotenuse = 1), the short leg is 1/2 and the long leg is √3/2. Comparing sin(π/6) and sin(π/3), we see that sin(π/6) = 1/2 (opposite the 30° angle) and sin(π/3) = √3/2 (opposite the 60° angle), and since 1/2 < √3/2, we have sin(π/6) < sin(π/3). Choice C is correct because sin(π/6) = 1/2 and sin(π/3) = √3/2, and since 1/2 ≈ 0.5 and √3/2 ≈ 0.866, we clearly have sin(π/6) < sin(π/3). Choice A incorrectly states these values are equal, confusing the fact that sin(π/6) = cos(π/3) (both equal 1/2) with a comparison of the two sine values. To remember which value goes with which angle: the smaller angle (30° or π/6) has the smaller sine value (1/2), and the larger angle (60° or π/3) has the larger sine value (√3/2).
Vectors u and v are drawn tail-to-tail from the same initial point. Using the parallelogram rule, which vector represents u+v?
Explanation: This question tests understanding of vector addition using the parallelogram rule. The parallelogram rule for adding vectors involves placing both vectors tail-to-tail at a common initial point, completing a parallelogram using the vectors as adjacent sides, and taking the diagonal from the initial point as the sum. When both vectors u and v start from the same point, they form two adjacent sides of a parallelogram. The diagonal of this parallelogram starting from the common initial point represents u + v. Choice C is correct because it correctly describes the geometric construction: the sum is the diagonal from the common tail (starting point) to the opposite corner of the parallelogram. Choice B incorrectly describes the parallelogram diagonal, suggesting the vector goes only to the intersection of diagonals (the center), which would give half the sum. The parallelogram rule shows why vector addition is commutative (u + v = v + u): both diagonals of the parallelogram represent the same sum, just constructed in different orders.
The directed line segment from M(7,−1) to N(2,4) represents a vector. For the vector described, what is the component form?
Explanation: This question tests understanding of how to find vector components by subtracting the coordinates of the initial point from the coordinates of the terminal point. To find vector components, calculate the change in x (horizontal displacement) and the change in y (vertical displacement) by subtracting initial from terminal: horizontal component = x₂ - x₁, vertical component = y₂ - y₁. For a vector from M(7, -1) to N(2, 4), we calculate the horizontal component as 2 - 7 = -5, and the vertical component as 4 - (-1) = 5, giving us the component form ⟨-5, 5⟩. Choice A is correct because it properly subtracts the initial point coordinates from the terminal point coordinates: ⟨2 - 7, 4 - (-1)⟩ = ⟨-5, 5⟩. Choice B reverses the subtraction order, calculating ⟨x₁ - x₂, y₁ - y₂⟩, which gives the opposite vector (same magnitude, opposite direction). Check your work by visualizing: if point B is to the right of point A, the horizontal component should be positive; if B is above A, the vertical component should be positive. Key to finding vector components: always subtract initial point from terminal point (terminal - initial), and remember that the first component is the change in x, the second is the change in y.
For the matrices A=(1324) and B=(021−1), is AB=BA in general? Why or why not?
Explanation: This question tests understanding of the properties of matrix operations, specifically commutativity for multiplication. Unlike multiplication of real numbers, matrix multiplication is not commutative: for most matrices A and B, AB ≠ BA, and even when both products are defined (square matrices), they typically give different results—only special cases like multiplication by the identity matrix commute. For example, with A = [[1,2],[3,4]] and B = [[0,1],[2,-1]], computing AB gives [[4,-1],[8,-1]] while BA gives [[3,4],[-1,0]], demonstrating that the order of multiplication matters—reversing the order changes the outcome. Choice B is correct because it accurately states which properties hold and correctly identifies non-commutativity of multiplication. Choice A incorrectly claims that matrix multiplication is commutative (AB = BA), but this is false in general—only special matrices like the identity commute with all matrices. Key difference from numbers: matrix multiplication is NOT commutative (AB ≠ BA in general), so always pay attention to the order when multiplying matrices, but addition IS commutative (A + B = B + A), so order doesn't matter when adding. To remember the properties: addition and multiplication are both associative (can regroup) and both operations distribute over addition, but only addition is commutative (can reorder)—multiplication order matters.
A sector of a circle with radius r=4 cm is formed by a central angle of θ=2π radians. Using the given information, what is the area of the sector?
Explanation: This question tests understanding of the relationship between arc length, radius, and central angle in radians, and the derivation and application of the sector area formula. The area of a sector with central angle θ (in radians) and radius r is A = (1/2)r²θ, derived from the fact that a sector occupies the fraction θ/(2π) of the total circle area πr². Using the formula A = (1/2)r²θ, where r = 4 and θ = π/2 radians, we calculate A = (1/2) × 16 × (π/2) = 4π cm². Choice B is correct because it connects to the stimulus data and shows correct application of A = (1/2)r²θ with specific values. Choice A incorrectly confuses sector area with the full circle area, using πr² instead of (1/2)r²θ. Key to radian problems: always identify the radius first, then use s = rθ remembering that θ must be in radians, not degrees. When working with radians, express answers in terms of π rather than decimal approximations unless the context specifically requires decimals.
Refer to the diagram. Two tangent segments are drawn from external point P to circle O, touching at points A and B. If ∠APB=40¬∞ and the radius is 6, what is the distance PO?
Explanation: In the isosceles triangle PAB, ∠OPA=∠OPB=20¬∞. In right triangle OPA, sin(20¬∞)=OPOA=OP6. Therefore, OP=sin(20¬∞)6=6csc(20¬∞). Choice B gives a length less than the radius, choice C uses the wrong trig function, and choice D also gives an incorrect relationship.
On the unit circle, an angle of π/3 is drawn in standard position, creating a 30-60-90 triangle with radius 1. Based on the special triangle ratios and cosθ being the x-coordinate, what is the exact value of cos(π/3)?
Explanation: This question tests understanding of special right triangles and how their ratios determine exact trigonometric values on the unit circle. A 30-60-90 triangle has side ratios of 1 : √3 : 2 (short leg : long leg : hypotenuse), and when scaled to the unit circle (hypotenuse = 1), the short leg is 1/2 and the long leg is √3/2. In a 30-60-90 triangle with hypotenuse 1, the side opposite the 30° angle (π/6 radians) has length 1/2, and the side opposite the 60° angle (π/3 radians) has length √3/2. Therefore, sin(π/6) = 1/2, cos(π/6) = √3/2, while sin(π/3) = √3/2, cos(π/3) = 1/2. Choice C is correct because for θ=π/3 (60°), the adjacent side to the angle is the shorter leg 1/2, matching cos(π/3) from the scaled 30-60-90 ratios. Choice A reverses sine and cosine, giving the y-coordinate value (sine) when the question asks for the x-coordinate value (cosine). Remember that on the unit circle, sin(π/6) and cos(π/3) are equal (both = 1/2), and sin(π/3) and cos(π/6) are equal (both = √3/2), because these are complementary angles in a 30-60-90 triangle. To remember which value goes with which angle: the smaller angle (30° or π/6) has the smaller sine value (1/2), and the larger angle (60° or π/3) has the larger sine value (√3/2).
A transformation maps the unit square [0,1]×[0,1] to a parallelogram with area 2. For this transformation matrix A, what must ∣det(A)∣ be?
Explanation: This question tests understanding of how 2×2 matrices act as transformations of the coordinate plane and how the determinant relates to area scaling. The absolute value of the determinant, |det(A)|, tells us by what factor the transformation multiplies areas: a unit square (area 1) maps to a parallelogram with area |det(A)|, and this ratio applies to all regions in the plane. For a transformation that maps the unit square to a parallelogram with area 2, we have |det(A)| = 2. Choice A is correct because it correctly identifies |det(A)| as the area scaling factor. Choice D states that areas are scaled by det(A)² or √det(A) instead of |det(A)|. For area scaling, always use the absolute value: |det(A)| gives the area magnification factor, so if det(A) = -2, areas are scaled by 2 (the absolute value), and the negative sign indicates orientation reversal (a reflection component). The determinant of a 2×2 transformation matrix A represents the area scaling factor: if det(A) = k, then the transformation scales all areas by a factor of |k| (the absolute value), with positive determinant preserving orientation and negative determinant reversing it (indicating a reflection).
Let A=[20−13] (a 2×2 matrix). What is −2A?
Explanation: This question tests understanding of scalar multiplication of matrices. Scalar multiplication of a matrix means multiplying every entry of the matrix by the scalar: if k is a scalar and A is a matrix, then (kA)ᵢⱼ = k·aᵢⱼ for every entry at row i, column j. For scalar k = -2 and matrix A = [[2, -1], [0, 3]], we multiply each entry by -2: the entry in row 1, column 1 becomes -2·2 = -4, row 1 column 2: -2·(-1)=2, row 2 column 1: -2·0=0, row 2 column 2: -2·3=-6, giving us the result matrix [[-4, 2], [0, -6]]. Choice A is correct because it multiplies every entry by the scalar correctly. Choice D makes an arithmetic error in computing the (1,2) entry, calculating -3 instead of 2. Key to scalar multiplication: remember that every single entry of the matrix gets multiplied by the scalar—there are no exceptions, and the dimensions stay exactly the same. To check your work, verify that every entry in your result is exactly the scalar times the corresponding entry in the original matrix, and that your result matrix has the same dimensions as the original.
Refer to the right triangle. Which expression represents cos(∠BAC)⋅sin(∠ABC)?
Explanation: From the triangle, cos(∠BAC)=hypotenuseadjacent=2920 and sin(∠ABC)=hypotenuseopposite=2920 (since angles BAC and ABC are complementary, sin(∠ABC)=cos(∠BAC)). Therefore, cos(∠BAC)⋅sin(∠ABC)=2920⋅2920=841400. Choice A gives just one of the ratios. Choice C uses 212 instead of 202. Choice D incorrectly uses the other leg.
Using the tangent angle addition formula, what is tan(A+B) in terms of tan(A) and tan(B)?
Explanation: This question tests understanding of the angle addition and subtraction formulas for tangent. The tangent addition formula is tan(A + B) = (tan(A) + tan(B))/(1 - tan(A)tan(B)), which shows that tangent of a sum involves both a numerator (sum of tangents) and a denominator (1 minus their product). Applying tan(A + B) = (tan(A) + tan(B))/(1 - tan(A)tan(B)), we see that the denominator uses a minus sign for the addition formula, distinguishing it from the subtraction version. Choice C is correct because it correctly states the formula with proper signs. Choice D incorrectly claims tan(A + B) = tan(A) + tan(B), missing the essential denominator that makes the actual formula tan(A + B) = (tan(A) + tan(B))/(1 - tan(A)tan(B)). For tangent, remember the formulas have fractions: tan(A + B) = (tan(A) + tan(B))/(1 - tan(A)tan(B)), with the sign in the denominator opposite to the numerator (minus for addition, plus for subtraction). Common error: students try tan(A + B) = tan(A) + tan(B), but you can quickly verify this is wrong by trying A = B = 45°: tan(90°) is undefined but tan(45°) + tan(45°) = 1 + 1 = 2, which is finite.
A vector has initial point A(−6,1) and terminal point B(−2,7). What is the component form of AB?
Explanation: This question tests understanding of how to find vector components by subtracting the coordinates of the initial point from the coordinates of the terminal point. The component form of a vector from point A(x₁, y₁) to point B(x₂, y₂) is found by subtracting the initial point's coordinates from the terminal point's coordinates: ⟨x₂ - x₁, y₂ - y₁⟩. For a vector from A(-6, 1) to B(-2, 7), we calculate the horizontal component as -2 - (-6) = 4, and the vertical component as 7 - 1 = 6, giving us the component form ⟨4, 6⟩. Choice A is correct because it properly subtracts the initial point coordinates from the terminal point coordinates: ⟨-2 - (-6), 7 - 1⟩ = ⟨4, 6⟩. Choice B reverses the subtraction order, calculating ⟨-6 - (-2), 1 - 7⟩, which gives the opposite vector (same magnitude, opposite direction). Key to finding vector components: always subtract initial point from terminal point (terminal - initial), and remember that the first component is the change in x, the second is the change in y. The negative sign in a component is meaningful: negative horizontal component means leftward motion, negative vertical component means downward motion.
For the vectors described, vector u has magnitude 10 at direction 30∘ and vector v has magnitude 10 at direction 150∘, where directions are measured counterclockwise from the positive x-axis. What is the magnitude of u+v (direction not needed)?
Explanation: This question tests understanding of how to add vectors given in magnitude and direction form and find the magnitude of the resultant. To add vectors given in magnitude and direction form, first convert each vector to component form: a vector with magnitude r and direction θ (measured counterclockwise from the positive x-axis) has components ⟨r·cos(θ), r·sin(θ)⟩, then add the components of all vectors, and finally compute the magnitude of the resulting component form. Vector u has magnitude 10 at direction 30°, so its components are ⟨10·cos(30°), 10·sin(30°)⟩ = ⟨5√3, 5⟩. Vector v has magnitude 10 at direction 150°, so its components are ⟨10·cos(150°), 10·sin(150°)⟩ = ⟨-5√3, 5⟩. Adding these gives u + v = ⟨0, 10⟩, and the magnitude is √(0² + 10²) = 10. Choice A is correct because it properly converts to components, adds correctly, and applies the Pythagorean theorem for magnitude. Choice B incorrectly adds the magnitudes directly (10 + 10 = 20), but vector addition requires converting to components first—you can only add magnitudes directly when vectors point in the same direction. Don't fall for the trap of adding magnitudes directly—this only works when vectors point in exactly the same direction; otherwise, components partially cancel and you must use the component method.
A circle has radius r=5 meters, and an arc on the circle has length s=10 meters. Based on the relationship between arc length and radian measure, what is the central angle in radians?
Explanation: This question tests understanding of the relationship between arc length, radius, and central angle in radians. The radian measure is defined as the ratio of arc length to radius: θ = s/r, which means that for a given angle, arc length is directly proportional to radius with the angle (in radians) as the constant of proportionality. Using the definition θ = s/r, where s = 10 and r = 5, we find θ = 10/5 = 2 radians. Choice B is correct because it connects to the stimulus data and shows correct application of θ = s/r with specific values. Choice C incorrectly treats the radian measure as degrees, when radians are a different unit of angular measurement based on arc length. Key to radian problems: always identify the radius first, then use s = rθ remembering that θ must be in radians, not degrees. To check your understanding: one complete revolution around any circle is 2π radians because the circumference (2πr) divided by the radius (r) equals 2π.
Let I3=100010001 be the 3×3 identity matrix. What is det(I3)?
Explanation: This question tests understanding of identity matrices and their properties. The identity matrix I is a square matrix with 1s on the main diagonal and 0s elsewhere, serving as the multiplicative identity: for any matrix A of compatible dimensions, A⋅I=I⋅A=A, just as multiplying a number by 1 leaves it unchanged. The determinant has the property that det(AB)=det(A)⋅det(B) for square matrices A and B, det(I)=1 for the identity matrix, and det(O)=0 for the zero matrix, with the non-zero determinant criterion determining invertibility. For the 3×3 identity matrix I3=100010001, det(I3)=1. Choice D is correct because it correctly states the identity property. Choice A claims det(I)=0, but the determinant of the identity matrix is always 1. Determinant properties: det(I)=1 (identity always invertible), det(O)=0 (zero matrix never invertible), and det(AB)=det(A)⋅det(B) (determinants multiply, not add). Remember the roles of special matrices: the identity matrix I is the multiplicative identity (AI=IA=A), while the zero matrix O is the additive identity (A+O=A) and absorbs under multiplication (A⋅O=O).