Finite Mathematics Quiz: 2x2 Determinants
17 questions · exam conditions
0:00
2x2 DeterminantsQuestion 1 of 17

Let A=(2x13)A = \begin{pmatrix} 2 & x \\ 1 & 3 \end{pmatrix} and B=(4121)B = \begin{pmatrix} 4 & 1 \\ 2 & 1 \end{pmatrix}. If the determinant of the product ABAB is 12, what is the value of xx?

x=6x = -6
x=4x = -4
x=2x = 2
x=0x = 0
← Back to quizzes

Finite Mathematics Quiz

Finite Mathematics Quiz: 2x2 Determinants

Practice 2x2 Determinants in Finite Mathematics with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on 2x2 Determinants, giving you a quick way to practice the rules, question types, and explanations that matter most for Finite Mathematics.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

Let A=(2x13)A = \begin{pmatrix} 2 & x \\ 1 & 3 \end{pmatrix} and B=(4121)B = \begin{pmatrix} 4 & 1 \\ 2 & 1 \end{pmatrix}. If the determinant of the product ABAB is 12, what is the value of xx?

  1. x=6x = -6
  2. x=4x = -4
  3. x=2x = 2
  4. x=0x = 0 (correct answer)
Explanation: When you encounter problems involving the determinant of a matrix product, remember that there's a fundamental property: det(AB)=det(A)det(B)\det(AB) = \det(A) \cdot \det(B). This means you can find the determinants of each matrix separately, then multiply them. First, let's find det(B)\det(B). For the 2×2 matrix B=(4121)B = \begin{pmatrix} 4 & 1 \\ 2 & 1 \end{pmatrix} , we calculate: det(B)=(4)(1)(1)(2)=42=2\det(B) = (4)(1) - (1)(2) = 4 - 2 = 2. Next, find det(A)\det(A). For A=(2x13)A = \begin{pmatrix} 2 & x \\ 1 & 3 \end{pmatrix} , we get: det(A)=(2)(3)(x)(1)=6x\det(A) = (2)(3) - (x)(1) = 6 - x. Since det(AB)=12\det(AB) = 12, we have: det(A)det(B)=12\det(A) \cdot \det(B) = 12, which gives us (6x)2=12(6 - x) \cdot 2 = 12. Solving: 122x=1212 - 2x = 12, so 2x=02x = 0 and x=0x = 0. Looking at the wrong answers: Choice A (x=6x = -6) would give det(A)=12\det(A) = 12, making det(AB)=24\det(AB) = 24. Choice B (x=4x = -4) would yield det(A)=10\det(A) = 10, so det(AB)=20\det(AB) = 20. Choice C (x=2x = 2) would result in det(A)=4\det(A) = 4, giving det(AB)=8\det(AB) = 8. Each of these produces the wrong determinant for the product. The answer is D: x=0x = 0. Study tip: Always use the multiplication property det(AB)=det(A)det(B)\det(AB) = \det(A) \cdot \det(B) rather than computing the actual matrix product first—it's much faster and less error-prone.

Question 2

Matrix A=(x42x8)A = \begin{pmatrix} x & 4 \\ 2x & 8 \end{pmatrix} represents a transformation that collapses the plane onto a line. If B=(3y62y)B = \begin{pmatrix} 3 & y \\ 6 & 2y \end{pmatrix} also collapses the plane onto a line, what is det(A+B)\det(A + B)?

  1. 0 (correct answer)
  2. Cannot be determined from given information
  3. 24y2424y - 24
  4. 6xy486xy - 48
Explanation: For a matrix to collapse the plane onto a line, its determinant must be 0. For matrix A: det(A) = x(8) - 4(2x) = 8x - 8x = 0 for any x. For matrix B: det(B) = 3(2y) - y(6) = 6y - 6y = 0 for any y. Since both matrices are singular (determinant = 0), they each map the plane to a lower-dimensional space. A + B = $$ \begin{pmatrix} x+3 & 4+y \ 2x+6 & 8+2y \end{pmatrix}

Question 3

A 2x2 matrix AA is invertible and has a determinant of 3. What is the value of det(2A1)\det(2A^{-1})?

  1. 4/34/3 (correct answer)
  2. 2/32/3
  3. 1/121/12
  4. 1212
Explanation: This question tests your understanding of how determinants behave under matrix operations, specifically scalar multiplication and matrix inversion. To find det(2A1)\det(2A^{-1}), you need to apply two key determinant properties. First, when you multiply a 2×2 matrix by a scalar, the determinant gets multiplied by the scalar squared: det(kM)=k2det(M)\det(kM) = k^2 \det(M). Second, the determinant of an inverse matrix equals the reciprocal of the original determinant: det(A1)=1det(A)\det(A^{-1}) = \frac{1}{\det(A)}. Since det(A)=3\det(A) = 3, we have det(A1)=13\det(A^{-1}) = \frac{1}{3}. Now applying the scalar multiplication rule: det(2A1)=22det(A1)=413=43\det(2A^{-1}) = 2^2 \cdot \det(A^{-1}) = 4 \cdot \frac{1}{3} = \frac{4}{3}. Choice A is correct: 43\frac{4}{3}. Choice B (23\frac{2}{3}) represents the error of using just the scalar 2 instead of 22=42^2 = 4 when multiplying the determinant. Choice C (112\frac{1}{12}) comes from incorrectly calculating 143\frac{1}{4 \cdot 3}, perhaps from misapplying the scalar multiplication rule as division. Choice D (12) results from multiplying 4×34 \times 3 instead of 4×134 \times \frac{1}{3}, forgetting that the determinant of the inverse is the reciprocal. Remember: for an n×n matrix, det(kM)=kndet(M)\det(kM) = k^n \det(M). Since this is a 2×2 matrix, the scalar gets squared. Always double-check whether you need the determinant or its reciprocal when working with inverse matrices.

Question 4

A linear transformation represented by the matrix M=(3124)M = \begin{pmatrix} 3 & 1 \\ 2 & 4 \end{pmatrix} is applied to a square region in the plane with an area of 5 square units. What is the area of the transformed region?

  1. 10
  2. 35
  3. 50 (correct answer)
  4. 70
Explanation: When a linear transformation represented by a matrix MM is applied to a region in the plane, the area of the region is scaled by a factor equal to the absolute value of the determinant of MM. First, we compute the determinant of MM: det(M)=(3)(4)(1)(2)=122=10\det(M) = (3)(4) - (1)(2) = 12 - 2 = 10. The area of the new region is the original area multiplied by this scaling factor: New Area = Original Area ×det(M)=5×10=50\times |\det(M)| = 5 \times |10| = 50 square units.

Question 5

The determinant $$ \begin{vmatrix} \cos\theta & \sin\theta \ -\sin\theta & \cos\theta \end{vmatrix}

  1. 8sin2θ8\sin^2\theta
  2. 8cos2θ8\cos^2\theta
  3. 8 (correct answer)
  4. 16
Explanation: When you encounter a determinant in the context of geometric transformations, recognize that the absolute value of the determinant tells you how the transformation scales areas. The matrix (cosθsinθsinθcosθ)\begin{pmatrix} \cos\theta & \sin\theta \\ -\sin\theta & \cos\theta \end{pmatrix} represents a rotation by angle θ\theta. Let's calculate this determinant: cosθcosθsinθ(sinθ)=cos2θ+sin2θ=1\cos\theta \cdot \cos\theta - \sin\theta \cdot (-\sin\theta) = \cos^2\theta + \sin^2\theta = 1. Since the determinant equals 1, this transformation preserves areas exactly – it's an area-preserving transformation. When you apply this rotation once to a region with area 8, the result still has area 8. When you apply the same rotation again (rotating by another θ\theta), you're still applying an area-preserving transformation, so the final area remains 8. This makes C the correct answer. Looking at the wrong choices: A) 8sin2θ8\sin^2\theta incorrectly assumes the area scales by sin2θ\sin^2\theta, perhaps confusing this with some component of the rotation. B) 8cos2θ8\cos^2\theta makes a similar error, scaling by cos2θ\cos^2\theta instead of recognizing that rotations preserve area. D) 16 suggests the area doubles when applying the transformation twice, which would only happen if each application scaled area by 2\sqrt{2} – but that's not what rotations do. Study tip: Remember that rotation matrices always have determinant ±1, making them area-preserving transformations. When you see cos2θ+sin2θ\cos^2\theta + \sin^2\theta appearing in determinant calculations, it will always equal 1.

Question 6

A parallelogram in the coordinate plane has vertices at (1,2)(1,2), (6,3)(6,3), (7,6)(7,6), and (2,5)(2,5). What is the area of the parallelogram?

  1. 6
  2. 9
  3. 14 (correct answer)
  4. 16
Explanation: The area of a parallelogram can be found by taking the absolute value of the determinant of a matrix formed by two adjacent vectors. Let's form two vectors originating from the vertex (1,2)(1,2). The vector to (6,3)(6,3) is u=61,32=5,1\vec{u} = \langle 6-1, 3-2 \rangle = \langle 5, 1 \rangle. The vector to (2,5)(2,5) is v=21,52=1,3\vec{v} = \langle 2-1, 5-2 \rangle = \langle 1, 3 \rangle. We form a matrix with these vectors as columns (or rows): M=(5113)M = \begin{pmatrix} 5 & 1 \\ 1 & 3 \end{pmatrix}. The determinant is det(M)=(5)(3)(1)(1)=151=14\det(M) = (5)(3) - (1)(1) = 15 - 1 = 14. The area is the absolute value of the determinant, which is 14 square units.

Question 7

For which values of kk does the system of linear equations {kx+3y=112x+ky=2\begin{cases} kx + 3y = 1 \\ 12x + ky = 2 \end{cases} fail to have a unique solution?

  1. k=6k = 6 only
  2. k=6k = -6 only
  3. k=6k = 6 or k=6k = -6 (correct answer)
  4. k=36k = 36 or k=36k = -36
Explanation: A system of linear equations Ax=bA\mathbf{x} = \mathbf{b} has a unique solution if and only if the determinant of the coefficient matrix AA is non-zero. The system fails to have a unique solution when det(A)=0\det(A)=0. The coefficient matrix for this system is A=(k312k)A = \begin{pmatrix} k & 3 \\ 12 & k \end{pmatrix}. The determinant is det(A)=(k)(k)(3)(12)=k236\det(A) = (k)(k) - (3)(12) = k^2 - 36. Setting the determinant to zero gives k236=0k^2 - 36 = 0, which factors as (k6)(k+6)=0(k-6)(k+6)=0. The solutions are k=6k=6 and k=6k=-6. For these values of kk, the system will have either no solution or infinitely many solutions, and therefore no unique solution.

Question 8

The matrix M=(k+182k5)M = \begin{pmatrix} k+1 & 8 \\ 2 & k-5 \end{pmatrix} is singular. Which of the following is a possible value for kk?

  1. k=7k = -7
  2. k=3k = -3 (correct answer)
  3. k=5k = 5
  4. k=3k = 3
Explanation: A matrix is singular if its determinant is zero. The determinant of matrix MM is det(M)=(k+1)(k5)(8)(2)\det(M) = (k+1)(k-5) - (8)(2). Expanding this expression gives k25k+k516=k24k21k^2 - 5k + k - 5 - 16 = k^2 - 4k - 21. To find the values of kk for which MM is singular, we set the determinant to zero: k24k21=0k^2 - 4k - 21 = 0. This quadratic equation can be factored as (k7)(k+3)=0(k-7)(k+3) = 0. The solutions are k=7k=7 and k=3k=-3. Of the choices provided, k=3k=-3 is a possible value.

Question 9

Let A=(3122)A = \begin{pmatrix} 3 & -1 \\ -2 & 2 \end{pmatrix}. What is the value of det(3A)\det(3A)?

  1. 12
  2. 24
  3. 36 (correct answer)
  4. 72
Explanation: For any n×nn \times n matrix AA and scalar kk, the determinant of kAkA is given by the property det(kA)=kndet(A)\det(kA) = k^n \det(A). In this case, AA is a 2x2 matrix, so n=2n=2, and the scalar is k=3k=3. First, we calculate the determinant of AA: det(A)=(3)(2)(1)(2)=62=4\det(A) = (3)(2) - (-1)(-2) = 6 - 2 = 4. Now, we apply the property: det(3A)=32det(A)=9×4=36\det(3A) = 3^2 \det(A) = 9 \times 4 = 36.

Question 10

If det(2a3b4c6d)=24\det\begin{pmatrix} 2a & 3b \\ 4c & 6d \end{pmatrix} = 24 and det(abcd)=k\det\begin{pmatrix} a & b \\ c & d \end{pmatrix} = k, what is the value of kk?

  1. 2 (correct answer)
  2. 4
  3. 6
  4. 12
Explanation: Using determinant properties, we can factor out constants from rows and columns. det(2a3b4c6d)=det(2a3b4c6d)\det\begin{pmatrix} 2a & 3b \\ 4c & 6d \end{pmatrix} = \det\begin{pmatrix} 2a & 3b \\ 4c & 6d \end{pmatrix} . Factor out 2 from the first column: =2det(a3b2c6d)= 2\det\begin{pmatrix} a & 3b \\ 2c & 6d \end{pmatrix} . Factor out 3 from the second column: =6det(ab2c2d)= 6\det\begin{pmatrix} a & b \\ 2c & 2d \end{pmatrix} . Factor out 2 from the second row: =12det(abcd)=12k= 12\det\begin{pmatrix} a & b \\ c & d \end{pmatrix} = 12k. Since the first determinant equals 24, we have 12k=2412k = 24, so k=2k = 2.

Question 11

A 2×2 matrix MM satisfies M2=(1001)M^2 = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} and det(M)=1\det(M) = -1. If $$M = \begin{pmatrix} a & b \ c & d \end{pmatrix}

  1. a2=d2=1a^2 = d^2 = 1 and b=c=0b = c = 0
  2. adbc=1ad - bc = -1 and a+d=0a + d = 0
  3. a=da = d and bc=1bc = -1
  4. a2+bc=1a^2 + bc = 1 and d2+bc=1d^2 + bc = 1 (correct answer)
Explanation: When you encounter a matrix equation like M2=IM^2 = I (the identity matrix), you're dealing with a matrix that is its own inverse. Combined with the determinant condition, this creates specific algebraic constraints that you can solve systematically. Let's work with M=(abcd)M = \begin{pmatrix} a & b \\ c & d \end{pmatrix} . First, calculate M2M^2: Since M2=IM^2 = I, we need:
  • a2+bc=1a^2 + bc = 1
  • ab+bd=0ab + bd = 0, which gives us b(a+d)=0b(a + d) = 0
  • ac+cd=0ac + cd = 0, which gives us c(a+d)=0c(a + d) = 0
  • bc+d2=1bc + d^2 = 1
From the determinant condition: adbc=1ad - bc = -1. The correct answer is D: a2+bc=1a^2 + bc = 1 and d2+bc=1d^2 + bc = 1. These come directly from our matrix multiplication. A is wrong because it assumes MM is diagonal (b=c=0b = c = 0), but then det(M)=ad=±1\det(M) = ad = \pm 1, and we'd need a+d=0a + d = 0 from the other conditions, making ad=a20ad = -a^2 \leq 0, which contradicts a2=d2=1a^2 = d^2 = 1. B gives the determinant correctly but a+d=0a + d = 0 isn't necessarily true unless b=c=0b = c = 0. C incorrectly assumes a=da = d. If this were true with our conditions, we'd get a2+bc=1a^2 + bc = 1 and a2bc=1a^2 - bc = -1, leading to a2=0a^2 = 0, which is impossible. Study tip: When solving matrix equations, always expand the matrix multiplication completely and use all given conditions simultaneously. Don't assume special forms like diagonal matrices unless forced by the constraints.

Question 12

Two 2×2 matrices AA and BB satisfy det(A)=3\det(A) = 3 and det(B)=2\det(B) = -2. If C=A1B2AC = A^{-1}B^2A, what is det(C)\det(C)?

  1. 43\frac{4}{3}
  2. 4 (correct answer)
  3. 43-\frac{4}{3}
  4. 34\frac{3}{4}
Explanation: Using the properties of determinants: det(A1)=1det(A)=13\det(A^{-1}) = \frac{1}{\det(A)} = \frac{1}{3}, det(B2)=(det(B))2=(2)2=4\det(B^2) = (\det(B))^2 = (-2)^2 = 4, and det(A)=3\det(A) = 3. Since det(XYZ)=det(X)det(Y)det(Z)\det(XYZ) = \det(X)\det(Y)\det(Z) for any matrices X,Y,ZX, Y, Z, we have: det(C)=det(A1B2A)=det(A1)det(B2)det(A)=1343=4\det(C) = \det(A^{-1}B^2A) = \det(A^{-1}) \cdot \det(B^2) \cdot \det(A) = \frac{1}{3} \cdot 4 \cdot 3 = 4. Note that the AA and A1A^{-1} terms effectively cancel out in the determinant calculation.

Question 13

The determinant of a 2x2 matrix A=(abcd)A = \begin{pmatrix} a & b \\ c & d \end{pmatrix} is zero. Which of the following statements about the matrix AA must be true?

  1. The matrix must have a row or column of all zeros.
  2. The trace of the matrix, a+da+d, must be zero.
  3. The matrix is equal to its own transpose (A=ATA=A^T).
  4. One column of the matrix is a scalar multiple of the other column. (correct answer)
Explanation: When you encounter a question about determinants equaling zero, you're dealing with the concept of singular matrices – matrices that are not invertible. The key insight is understanding what makes a matrix lose its "full rank." For a 2×2 matrix A=(abcd)A = \begin{pmatrix} a & b \\ c & d \end{pmatrix} , the determinant is adbcad - bc. When this equals zero, we have ad=bcad = bc, which can be rewritten as ac=bd\frac{a}{c} = \frac{b}{d} (assuming non-zero entries). This relationship means the first column (ac)\begin{pmatrix} a \\ c \end{pmatrix} is a scalar multiple of the second column $$ \begin{pmatrix} b \ d \end{pmatrix} Let's examine why the other options fail: **A** is incorrect because a matrix can have a zero determinant without any rows or columns being entirely zero. For example, $$ \begin{pmatrix} 1 & 2 \\ 2 & 4 \end{pmatrix} $$ has determinant zero but no zero entries. **B** is wrong because the trace (sum of diagonal elements) and determinant are independent. The matrix $$ \begin{pmatrix} 1 & 1 \\ 1 & 1 \end{pmatrix} $$ has zero determinant but trace equals 2. **C** is incorrect because symmetry has no connection to determinant value. The asymmetric matrix $$ \begin{pmatrix} 2 & 1 \\ 4 & 2 \end{pmatrix} $$ has zero determinant. **Study tip:** Remember that zero determinant always means linear dependence between rows or columns – the matrix's rows/columns don't span the full space, making it non-invertible.

Question 14

A 2x2 matrix M=(x3y9)M = \begin{pmatrix} x & 3 \\ y & 9 \end{pmatrix} has a determinant of 12. If y=2xy = 2x, what is the value of xx?

  1. 44 (correct answer)
  2. 4/54/5
  3. 4-4
  4. 88
Explanation: Matrix determinant problems test your ability to work with both the determinant formula and algebraic substitution. When you see a 2×2 matrix with unknown variables and given constraints, you'll need to set up equations using the determinant formula. For a 2×2 matrix (abcd)\begin{pmatrix} a & b \\ c & d \end{pmatrix}, the determinant equals adbcad - bc. Here, your matrix M=(x3y9)M = \begin{pmatrix} x & 3 \\ y & 9 \end{pmatrix} has determinant x93y=9x3yx \cdot 9 - 3 \cdot y = 9x - 3y. Since the determinant equals 12: 9x3y=129x - 3y = 12. With the constraint y=2xy = 2x, substitute to get: 9x3(2x)=129x - 3(2x) = 12, which simplifies to 9x6x=129x - 6x = 12, so 3x=123x = 12 and x=4x = 4. Let's check why other answers are wrong. Choice B (x=4/5x = 4/5) would give you y=8/5y = 8/5, making the determinant 9(4/5)3(8/5)=36/524/5=12/5129(4/5) - 3(8/5) = 36/5 - 24/5 = 12/5 \neq 12. Choice C (x=4x = -4) yields y=8y = -8, so the determinant becomes 9(4)3(8)=36+24=129(-4) - 3(-8) = -36 + 24 = -12, which has the wrong sign. Choice D (x=8x = 8) gives y=16y = 16, making the determinant 9(8)3(16)=7248=249(8) - 3(16) = 72 - 48 = 24, which is double what we need. Always substitute your constraints first to reduce the problem to a single variable, then solve systematically. Double-check by verifying your answer satisfies both the determinant condition and the original constraint.

Question 15

The matrix A=(32x4)A = \begin{pmatrix} 3 & -2 \\ x & 4 \end{pmatrix} has an inverse A1A^{-1} such that det(A1)=1/20\det(A^{-1}) = 1/20. What is the value of xx?

  1. 44 (correct answer)
  2. 4-4
  3. 16-16
  4. 1010
Explanation: When you encounter a problem involving the determinant of an inverse matrix, remember the fundamental relationship: det(A1)=1det(A)\det(A^{-1}) = \frac{1}{\det(A)}. This means if you know the determinant of the inverse, you can find the determinant of the original matrix. Given that det(A1)=120\det(A^{-1}) = \frac{1}{20}, we know that det(A)=20\det(A) = 20. For the 2×2 matrix $$A = \begin{pmatrix} 3 & -2 \ x & 4 \end{pmatrix} $$\det(A) = (3)(4) - (-2)(x) = 12 + 2x$$ Setting this equal to 20: $$12 + 2x = 20$$ $$2x = 8$$ $$x = 4$$ Let's verify: when $$x = 4$$, $$\det(A) = 12 + 2(4) = 20$$, and $$\det(A^{-1}) = \frac{1}{20}$$ ✓ Now for the incorrect choices: B) $$x = -4$$ gives $$\det(A) = 12 + 2(-4) = 4$$, so $$\det(A^{-1}) = \frac{1}{4}$$, not $$\frac{1}{20}$$. C) $$x = -16$$ gives $$\det(A) = 12 + 2(-16) = -20$$, so $$\det(A^{-1}) = -\frac{1}{20}$$. This has the wrong sign. D) $$x = 10$$ gives $$\det(A) = 12 + 2(10) = 32$$, so $$\det(A^{-1}) = \frac{1}{32}$$, not $$\frac{1}{20}$$. **Study tip**: Always remember that $$\det(A^{-1}) = \frac{1}{\det(A)}$$. This reciprocal relationship is tested frequently and provides a direct path to solving these problems.

Question 16

For what value of xx are the determinants of matrix A=(x413)A = \begin{pmatrix} x & 4 \\ 1 & 3 \end{pmatrix} and matrix B=(21x5)B = \begin{pmatrix} 2 & -1 \\ x & 5 \end{pmatrix} equal?

  1. 1.51.5
  2. 33
  3. 3.53.5
  4. 77 (correct answer)
Explanation: First, we find the determinant of each matrix in terms of xx. For matrix AA, det(A)=(x)(3)(4)(1)=3x4\det(A) = (x)(3) - (4)(1) = 3x - 4. For matrix BB, det(B)=(2)(5)(1)(x)=10+x\det(B) = (2)(5) - (-1)(x) = 10 + x. To find the value of xx for which the determinants are equal, we set det(A)=det(B)\det(A) = \det(B): 3x4=10+x3x - 4 = 10 + x. To solve for xx, we can subtract xx from both sides to get 2x4=102x - 4 = 10. Then, add 4 to both sides to get 2x=142x = 14. Finally, divide by 2 to find x=7x = 7.

Question 17

For what positive value of xx is the determinant of the matrix A=(x34x2)A = \begin{pmatrix} x & 3 \\ 4 & x-2 \end{pmatrix} equal to 3?

  1. x=3x=3
  2. x=5x=5 (correct answer)
  3. x=6x=6
  4. x=3x=-3
Explanation: The determinant of a 2x2 matrix (abcd)\begin{pmatrix} a & b \\ c & d \end{pmatrix} is adbcad-bc. For matrix AA, the determinant is x(x2)(3)(4)=x22x12x(x-2) - (3)(4) = x^2 - 2x - 12. The problem states that this determinant is equal to 3. So, we set up the equation x22x12=3x^2 - 2x - 12 = 3. Rearranging gives the quadratic equation x22x15=0x^2 - 2x - 15 = 0. Factoring the quadratic yields (x5)(x+3)=0(x-5)(x+3) = 0. The solutions are x=5x=5 and x=3x=-3. The question asks for the positive value of xx, which is 5.