Linear Algebra Quiz: Matrix Vector Products
19 questions · exam conditions
0:00
Matrix Vector ProductsQuestion 1 of 19

Let A=(k213)A = \begin{pmatrix} k & 2 \\ 1 & -3 \end{pmatrix} and x=(12)\mathbf{x} = \begin{pmatrix} 1 \\ -2 \end{pmatrix}. The product AxA\mathbf{x} is the vector (67)\begin{pmatrix} -6 \\ 7 \end{pmatrix}. What is the value of kk?

k=10k = -10
k=4k = -4
k=2k = -2
k=10k = 10
← Back to quizzes

Linear Algebra Quiz

Linear Algebra Quiz: Matrix Vector Products

Practice Matrix Vector Products in Linear Algebra 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 Matrix Vector Products, giving you a quick way to practice the rules, question types, and explanations that matter most for Linear Algebra.

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=(k213)A = \begin{pmatrix} k & 2 \\ 1 & -3 \end{pmatrix} and x=(12)\mathbf{x} = \begin{pmatrix} 1 \\ -2 \end{pmatrix}. The product AxA\mathbf{x} is the vector (67)\begin{pmatrix} -6 \\ 7 \end{pmatrix}. What is the value of kk?

  1. k=10k = -10
  2. k=4k = -4
  3. k=2k = -2 (correct answer)
  4. k=10k = 10
Explanation: The matrix-vector product AxA\mathbf{x} is calculated as (k213)(12)=(k(1)+2(2)1(1)+(3)(2))=(k41+6)=(k47)\begin{pmatrix} k & 2 \\ 1 & -3 \end{pmatrix} \begin{pmatrix} 1 \\ -2 \end{pmatrix} = \begin{pmatrix} k(1) + 2(-2) \\ 1(1) + (-3)(-2) \end{pmatrix} = \begin{pmatrix} k-4 \\ 1+6 \end{pmatrix} = \begin{pmatrix} k-4 \\ 7 \end{pmatrix} We are given that this product equals (67)\begin{pmatrix} -6 \\ 7 \end{pmatrix}. The second components match (7=77=7). Equating the first components gives the equation k4=6k-4 = -6. Adding 4 to both sides yields k=2k = -2. (A) is incorrect; it results from a sign error in the calculation, such as k+4=6k+4=-6. (B) is incorrect; it could result from an error in setting up the product, such as using elements from the first column of AA as weights: k(1)+1(2)=6k(1) + 1(-2) = -6, which gives k=4k=-4. (D) is incorrect; it results from a sign error on the right side of the equation, such as solving k4=6k-4=6.

Question 2

Let A=(1236)A = \begin{pmatrix} 1 & -2 \\ -3 & 6 \end{pmatrix}. For which of the following vectors b\mathbf{b} does the equation Ax=bA\mathbf{x} = \mathbf{b} have no solution?

  1. (26)\begin{pmatrix} 2 \\ -6 \end{pmatrix}
  2. (13)\begin{pmatrix} -1 \\ 3 \end{pmatrix}
  3. (31)\begin{pmatrix} 3 \\ -1 \end{pmatrix} (correct answer)
  4. (00)\begin{pmatrix} 0 \\ 0 \end{pmatrix}
Explanation: The equation Ax=bA\mathbf{x} = \mathbf{b} has a solution if and only if b\mathbf{b} can be written as a linear combination of the columns of AA. The columns of AA are a1=(13)\mathbf{a}_1 = \begin{pmatrix} 1 \\ -3 \end{pmatrix} and a2=(26)\mathbf{a}_2 = \begin{pmatrix} -2 \\ 6 \end{pmatrix}. Notice that a2=2a1\mathbf{a}_2 = -2\mathbf{a}_1. This means the columns are linearly dependent (collinear). Any linear combination of these columns will also be a scalar multiple of a1\mathbf{a}_1. So, a solution exists only if b\mathbf{b} is a scalar multiple of (13)\begin{pmatrix} 1 \\ -3 \end{pmatrix}. (A) (26)=2(13)\begin{pmatrix} 2 \\ -6 \end{pmatrix} = 2\begin{pmatrix} 1 \\ -3 \end{pmatrix}. A solution exists. (B) (13)=1(13)\begin{pmatrix} -1 \\ 3 \end{pmatrix} = -1\begin{pmatrix} 1 \\ -3 \end{pmatrix}. A solution exists. (C) (31)\begin{pmatrix} 3 \\ -1 \end{pmatrix} is not a scalar multiple of (13)\begin{pmatrix} 1 \\ -3 \end{pmatrix}, because 3/11/(3)3/1 \neq -1/(-3). Therefore, no solution exists for this b\mathbf{b}. (D) (00)\begin{pmatrix} 0 \\ 0 \end{pmatrix} always has the trivial solution x=0\mathbf{x} = \mathbf{0}, since A0=0A\mathbf{0} = \mathbf{0}.

Question 3

Let AA be a 3×23 \times 2 matrix with columns a1\mathbf{a}_1 and a2\mathbf{a}_2, so that A=[a1a2]A = \begin{bmatrix} \mathbf{a}_1 & \mathbf{a}_2 \end{bmatrix}. If x=(43)\mathbf{x} = \begin{pmatrix} -4 \\ 3 \end{pmatrix}, which expression represents the product AxA\mathbf{x}?

  1. 3a14a23\mathbf{a}_1 - 4\mathbf{a}_2
  2. 4a1+3a2-4\mathbf{a}_1 + 3\mathbf{a}_2 (correct answer)
  3. An undefined product due to dimension mismatch.
  4. (4a13a2)\begin{pmatrix} -4\mathbf{a}_1 \\ 3\mathbf{a}_2 \end{pmatrix}
Explanation: By definition, the product of a matrix AA and a vector x\mathbf{x} is the linear combination of the columns of AA using the corresponding entries of x\mathbf{x} as scalar weights. Here, the columns are a1\mathbf{a}_1 and a2\mathbf{a}_2, and the weights from x\mathbf{x} are 4-4 and 33. Therefore, AxA\mathbf{x} is equal to (4)a1+(3)a2(-4)\mathbf{a}_1 + (3)\mathbf{a}_2, or 4a1+3a2-4\mathbf{a}_1 + 3\mathbf{a}_2. (A) is incorrect because it swaps the scalar weights for the two columns. (C) is incorrect because the dimensions are compatible. A 3×23 \times 2 matrix can be multiplied by a 2×12 \times 1 vector, resulting in a 3×13 \times 1 vector. (D) is incorrect because it does not represent the sum of the scaled column vectors, which is fundamental to the definition of a matrix-vector product.

Question 4

Let A=[a1a2a3]A = \begin{bmatrix} \mathbf{a}_1 & \mathbf{a}_2 & \mathbf{a}_3 \end{bmatrix} be a 2×32 \times 3 matrix. If the equation Ax=0A\mathbf{x} = \mathbf{0} has a solution x=(412)\mathbf{x} = \begin{pmatrix} 4 \\ -1 \\ -2 \end{pmatrix}, what must be true about the columns of AA?

  1. The vector a1\mathbf{a}_1 can be written as a linear combination of a2\mathbf{a}_2 and a3\mathbf{a}_3. (correct answer)
  2. The columns a1,a2,a3\mathbf{a}_1, \mathbf{a}_2, \mathbf{a}_3 are linearly independent.
  3. All three columns a1,a2,a3\mathbf{a}_1, \mathbf{a}_2, \mathbf{a}_3 must be the zero vector.
  4. The columns of AA form a basis for R2\mathbb{R}^2.
Explanation: When you encounter a homogeneous equation Ax=0A\mathbf{x} = \mathbf{0} with a nontrivial solution, you're looking at a fundamental concept about linear dependence. The key insight is that any nontrivial solution to this equation reveals a linear dependence relationship among the columns. Given that x=(412)\mathbf{x} = \begin{pmatrix} 4 \\ -1 \\ -2 \end{pmatrix} satisfies Ax=0A\mathbf{x} = \mathbf{0}, we can write this as: 4a1+(1)a2+(2)a3=04\mathbf{a}_1 + (-1)\mathbf{a}_2 + (-2)\mathbf{a}_3 = \mathbf{0} Rearranging: 4a1=a2+2a34\mathbf{a}_1 = \mathbf{a}_2 + 2\mathbf{a}_3, so a1=14a2+12a3\mathbf{a}_1 = \frac{1}{4}\mathbf{a}_2 + \frac{1}{2}\mathbf{a}_3 This shows that a1\mathbf{a}_1 can indeed be written as a linear combination of a2\mathbf{a}_2 and a3\mathbf{a}_3, confirming answer A. Answer B is wrong because the existence of a nontrivial solution to Ax=0A\mathbf{x} = \mathbf{0} proves the columns are linearly dependent, not independent. Answer C is incorrect because the columns don't need to be zero vectors—they just need to be linearly dependent. Our solution shows a specific relationship between non-zero columns. Answer D is false because linearly dependent vectors cannot form a basis. Additionally, since AA is 2×32 \times 3, having three vectors in R2\mathbb{R}^2 automatically means they're linearly dependent. Study tip: Remember that Ax=0A\mathbf{x} = \mathbf{0} having nontrivial solutions is equivalent to the columns being linearly dependent. The solution vector's coefficients directly show you the dependence relationship.

Question 5

The system of linear equations {3x12x2=5x1+4x2=7\begin{cases} 3x_1 - 2x_2 = 5 \\ x_1 + 4x_2 = 7 \end{cases} can be written in the matrix form Ax=bA\mathbf{x} = \mathbf{b}. How can the vector b\mathbf{b} be expressed as a linear combination of the columns of AA?

  1. b=5(31)+7(24)\mathbf{b} = 5\begin{pmatrix} 3 \\ 1 \end{pmatrix} + 7\begin{pmatrix} -2 \\ 4 \end{pmatrix}
  2. b=x1(32)+x2(14)\mathbf{b} = x_1\begin{pmatrix} 3 \\ -2 \end{pmatrix} + x_2\begin{pmatrix} 1 \\ 4 \end{pmatrix}
  3. b=3(x1x2)2(x1x2)\mathbf{b} = 3\begin{pmatrix} x_1 \\ x_2 \end{pmatrix} - 2\begin{pmatrix} x_1 \\ x_2 \end{pmatrix}
  4. b=x1(31)+x2(24)\mathbf{b} = x_1\begin{pmatrix} 3 \\ 1 \end{pmatrix} + x_2\begin{pmatrix} -2 \\ 4 \end{pmatrix} (correct answer)
Explanation: First, we identify the matrix AA, vector x\mathbf{x}, and vector b\mathbf{b} from the system. A=(3214)A = \begin{pmatrix} 3 & -2 \\ 1 & 4 \end{pmatrix}, x=(x1x2)\mathbf{x} = \begin{pmatrix} x_1 \\ x_2 \end{pmatrix}, and b=(57)\mathbf{b} = \begin{pmatrix} 5 \\ 7 \end{pmatrix}. The matrix equation Ax=bA\mathbf{x} = \mathbf{b} is interpreted as a linear combination of the columns of AA where the weights are the components of x\mathbf{x}. The columns of AA are (31)\begin{pmatrix} 3 \\ 1 \end{pmatrix} and (24)\begin{pmatrix} -2 \\ 4 \end{pmatrix}. Thus, the linear combination that equals b\mathbf{b} is x1(31)+x2(24)x_1\begin{pmatrix} 3 \\ 1 \end{pmatrix} + x_2\begin{pmatrix} -2 \\ 4 \end{pmatrix}. (A) is incorrect because it uses the components of b\mathbf{b} as the weights, not the variables x1x_1 and x2x_2. (B) is incorrect because it uses the rows of AA as vectors, not the columns. (C) is incorrect because it uses scalars from the first row of AA as weights for the vector x\mathbf{x}.

Question 6

Let A=(2134)A = \begin{pmatrix} 2 & -1 \\ 3 & 4 \end{pmatrix} and x=(52)\mathbf{x} = \begin{pmatrix} 5 \\ -2 \end{pmatrix}. The product AxA\mathbf{x} can be expressed as a linear combination of the columns of AA. Which of the following correctly represents this linear combination?

  1. 5(23)2(14)5\begin{pmatrix} 2 \\ 3 \end{pmatrix} - 2\begin{pmatrix} -1 \\ 4 \end{pmatrix} (correct answer)
  2. 2(52)1(52)2\begin{pmatrix} 5 \\ -2 \end{pmatrix} - 1\begin{pmatrix} 5 \\ -2 \end{pmatrix}
  3. 5(21)2(34)5\begin{pmatrix} 2 \\ -1 \end{pmatrix} - 2\begin{pmatrix} 3 \\ 4 \end{pmatrix}
  4. 2(55)+3(22)2\begin{pmatrix} 5 \\ 5 \end{pmatrix} + 3\begin{pmatrix} -2 \\ -2 \end{pmatrix}
Explanation: The definition of a matrix-vector product AxA\mathbf{x} is the linear combination of the columns of AA with weights given by the corresponding entries of x\mathbf{x}. For this problem, the columns of AA are (23)\begin{pmatrix} 2 \\ 3 \end{pmatrix} and (14)\begin{pmatrix} -1 \\ 4 \end{pmatrix}, and the entries of x\mathbf{x} are 55 and 2-2. Therefore, the correct linear combination is 5(23)+(2)(14)5\begin{pmatrix} 2 \\ 3 \end{pmatrix} + (-2)\begin{pmatrix} -1 \\ 4 \end{pmatrix}, which simplifies to 5(23)2(14)5\begin{pmatrix} 2 \\ 3 \end{pmatrix} - 2\begin{pmatrix} -1 \\ 4 \end{pmatrix}. (B) is incorrect because it forms a linear combination of the vector x\mathbf{x} using scalars from the first row of AA. (C) is incorrect because it uses the rows of AA as vectors, not the columns. (D) is incorrect as it represents a misunderstanding of how the scalars and vectors are combined.

Question 7

Let AA be an m×nm \times n matrix and let u,v\mathbf{u}, \mathbf{v} be vectors in Rn\mathbb{R}^n. Given Au=(15)A\mathbf{u} = \begin{pmatrix} 1 \\ 5 \end{pmatrix} and Av=(23)A\mathbf{v} = \begin{pmatrix} -2 \\ 3 \end{pmatrix}, what is the result of the product A(2uv)A(2\mathbf{u} - \mathbf{v})?

  1. (51)\begin{pmatrix} 5 \\ -1 \end{pmatrix}
  2. (013)\begin{pmatrix} 0 \\ 13 \end{pmatrix}
  3. (64)\begin{pmatrix} 6 \\ 4 \end{pmatrix}
  4. (47)\begin{pmatrix} 4 \\ 7 \end{pmatrix} (correct answer)
Explanation: Matrix multiplication is a linear transformation, which means it has the properties A(cx)=c(Ax)A(c\mathbf{x}) = c(A\mathbf{x}) and A(x+y)=Ax+AyA(\mathbf{x} + \mathbf{y}) = A\mathbf{x} + A\mathbf{y}. Combining these properties, we get A(2uv)=A(2u)A(v)=2(Au)A(v)A(2\mathbf{u} - \mathbf{v}) = A(2\mathbf{u}) - A(\mathbf{v}) = 2(A\mathbf{u}) - A(\mathbf{v}). Substituting the given values: 2(Au)A(v)=2(15)(23)=(210)(23)=(2(2)103)=(47)2(A\mathbf{u}) - A(\mathbf{v}) = 2\begin{pmatrix} 1 \\ 5 \end{pmatrix} - \begin{pmatrix} -2 \\ 3 \end{pmatrix} = \begin{pmatrix} 2 \\ 10 \end{pmatrix} - \begin{pmatrix} -2 \\ 3 \end{pmatrix} = \begin{pmatrix} 2 - (-2) \\ 10 - 3 \end{pmatrix} = \begin{pmatrix} 4 \\ 7 \end{pmatrix}. (A) is incorrect; it results from misplacing the scalar and calculating Au2AvA\mathbf{u} - 2A\mathbf{v}. (B) is incorrect; it results from a sign error, calculating 2Au+Av2A\mathbf{u} + A\mathbf{v}. (C) is incorrect; it results from an incorrect order of operations, calculating 2(AuAv)2(A\mathbf{u} - A\mathbf{v}).

Question 8

The vector v=(71)\mathbf{v} = \begin{pmatrix} 7 \\ -1 \end{pmatrix} is expressed as the linear combination 3(11)2(22)3\begin{pmatrix} 1 \\ 1 \end{pmatrix} - 2\begin{pmatrix} -2 \\ 2 \end{pmatrix}. Which of the following matrix-vector products is equivalent to this expression?

  1. (1122)(32)\begin{pmatrix} 1 & 1 \\ -2 & 2 \end{pmatrix} \begin{pmatrix} 3 \\ -2 \end{pmatrix}
  2. (1212)(32)\begin{pmatrix} 1 & -2 \\ 1 & 2 \end{pmatrix} \begin{pmatrix} 3 \\ -2 \end{pmatrix} (correct answer)
  3. (3121)(12)\begin{pmatrix} 3 & 1 \\ -2 & 1 \end{pmatrix} \begin{pmatrix} 1 \\ -2 \end{pmatrix}
  4. (32)(1212)\begin{pmatrix} 3 \\ -2 \end{pmatrix} \begin{pmatrix} 1 & -2 \\ 1 & 2 \end{pmatrix}
Explanation: A linear combination of vectors can be written as a matrix-vector product AxA\mathbf{x}. The columns of the matrix AA are the vectors in the linear combination, and the vector x\mathbf{x} contains the scalar weights. In the expression 3(11)2(22)3\begin{pmatrix} 1 \\ 1 \end{pmatrix} - 2\begin{pmatrix} -2 \\ 2 \end{pmatrix}, the vectors are (11)\begin{pmatrix} 1 \\ 1 \end{pmatrix} and (22)\begin{pmatrix} -2 \\ 2 \end{pmatrix}, and the weights are 33 and 2-2. Therefore, the matrix AA is (1212)\begin{pmatrix} 1 & -2 \\ 1 & 2 \end{pmatrix} and the vector x\mathbf{x} is (32)\begin{pmatrix} 3 \\ -2 \end{pmatrix}. The product is (1212)(32)\begin{pmatrix} 1 & -2 \\ 1 & 2 \end{pmatrix} \begin{pmatrix} 3 \\ -2 \end{pmatrix}. (A) is incorrect because it constructs the matrix using one column vector and one row vector from the combination. (C) is incorrect because it incorrectly assigns the scalars and vectors to the matrix and vector components. (D) is incorrect because the dimensions are incompatible for matrix multiplication in this order.

Question 9

Let A=(213142031)A = \begin{pmatrix} 2 & -1 & 3 \\ 1 & 4 & -2 \\ 0 & 3 & 1 \end{pmatrix} and v=(xyz)\mathbf{v} = \begin{pmatrix} x \\ y \\ z \end{pmatrix} . If Av=(735)A\mathbf{v} = \begin{pmatrix} 7 \\ -3 \\ 5 \end{pmatrix} , what is the value of 2xy+3z2x - y + 3z?

  1. 7 (correct answer)
  2. 5
  3. 12
  4. -3
Explanation: The first row of the matrix equation Av=(735)A\mathbf{v} = \begin{pmatrix} 7 \\ -3 \\ 5 \end{pmatrix} gives us 2xy+3z=72x - y + 3z = 7. This is exactly what we're asked to find, so the answer is 7. Choice B confuses this with the third component of the result vector. Choice C incorrectly adds the first and third components. Choice D mistakenly uses the second component.

Question 10

Consider the matrix product $$ \begin{pmatrix} a & b & c \ d & e & f \end{pmatrix} \begin{pmatrix} 2 \ -1 \ 3 \end{pmatrix}

  1. 2ab+3c2a - b + 3c
  2. 2de+3f2d - e + 3f (correct answer)
  3. ad+be+cfad + be + cf
  4. 2(d+e+f)12(d + e + f) - 1
Explanation: The second component of a matrix-vector product is found by taking the dot product of the second row with the vector. The second row is (d,e,f)(d, e, f) and the vector is (2,1,3)T(2, -1, 3)^T, so the second component is 2de+3f2d - e + 3f. Choice A uses the first row instead. Choice C incorrectly multiplies corresponding elements from both rows. Choice D misapplies the distributive property.

Question 11

A linear transformation T:R3R2T: \mathbb{R}^3 \to \mathbb{R}^2 is represented by matrix AA. If T(100)=(31)T\begin{pmatrix} 1 \\ 0 \\ 0 \end{pmatrix} = \begin{pmatrix} 3 \\ -1 \end{pmatrix} , T(010)=(24)T\begin{pmatrix} 0 \\ 1 \\ 0 \end{pmatrix} = \begin{pmatrix} 2 \\ 4 \end{pmatrix} , and T(001)=(51)T\begin{pmatrix} 0 \\ 0 \\ 1 \end{pmatrix} = \begin{pmatrix} -5 \\ 1 \end{pmatrix} , what is $$T\begin{pmatrix} 2 \ -3 \ 1 \end{pmatrix}

  1. (913)\begin{pmatrix} -9 \\ -13 \end{pmatrix}
  2. (115)\begin{pmatrix} -1 \\ -15 \end{pmatrix} (correct answer)
  3. (111)\begin{pmatrix} 1 \\ -11 \end{pmatrix}
  4. (010)\begin{pmatrix} 0 \\ -10 \end{pmatrix}
Explanation: Since TT is linear, $$T\begin{pmatrix} 2 \ -3 \ 1 \end{pmatrix} = 2T\begin{pmatrix} 1 \ 0 \ 0 \end{pmatrix} - 3T\begin{pmatrix} 0 \ 1 \ 0 \end{pmatrix} + T\begin{pmatrix} 0 \ 0 \ 1 \end{pmatrix} = 2\begin{pmatrix} 3 \ -1 \end{pmatrix} - 3\begin{pmatrix} 2 \ 4 \end{pmatrix} + \begin{pmatrix} -5 \ 1 \end{pmatrix} = \begin{pmatrix} 6 \ -2 \end{pmatrix} + \begin{pmatrix} -6 \ -12 \end{pmatrix} + \begin{pmatrix} -5 \ 1 \end{pmatrix} = \begin{pmatrix} -1 \ -15 \end{pmatrix}

Question 12

Let e1=(100)\mathbf{e}_1 = \begin{pmatrix} 1 \\ 0 \\ 0 \end{pmatrix} , e2=(010)\mathbf{e}_2 = \begin{pmatrix} 0 \\ 1 \\ 0 \end{pmatrix} , and e3=(001)\mathbf{e}_3 = \begin{pmatrix} 0 \\ 0 \\ 1 \end{pmatrix} . If matrix PP satisfies Pe1=e2P\mathbf{e}_1 = \mathbf{e}_2, Pe2=e3P\mathbf{e}_2 = \mathbf{e}_3, and Pe3=e1P\mathbf{e}_3 = \mathbf{e}_1, what is $$P^3\begin{pmatrix} 2 \ -1 \ 3 \end{pmatrix}

  1. (321)\begin{pmatrix} 3 \\ 2 \\ -1 \end{pmatrix}
  2. (132)\begin{pmatrix} -1 \\ 3 \\ 2 \end{pmatrix}
  3. (213)\begin{pmatrix} 2 \\ -1 \\ 3 \end{pmatrix} (correct answer)
  4. (000)\begin{pmatrix} 0 \\ 0 \\ 0 \end{pmatrix}
Explanation: When you see a matrix defined by how it transforms the standard basis vectors, you're dealing with a linear transformation. The key insight is recognizing what the matrix PP actually does and using properties of matrix powers. First, let's understand what PP does. Since Pe1=e2P\mathbf{e}_1 = \mathbf{e}_2, Pe2=e3P\mathbf{e}_2 = \mathbf{e}_3, and Pe3=e1P\mathbf{e}_3 = \mathbf{e}_1, the matrix PP creates a cyclic permutation of the standard basis vectors. This means $$P = \begin{pmatrix} 0 & 0 & 1 \ 1 & 0 & 0 \ 0 & 1 & 0 \end{pmatrix} Now, what happens when we apply $$P$$ three times? Following the cycle: $$\mathbf{e}_1 \to \mathbf{e}_2 \to \mathbf{e}_3 \to \mathbf{e}_1$$. After three applications, each basis vector returns to itself! This means $$P^3 = I$$ (the identity matrix), so $$P^3\mathbf{v} = \mathbf{v}$$ for any vector $$\mathbf{v}$$. Therefore, $$P^3\begin{pmatrix} 2 \\ -1 \\ 3 \end{pmatrix} = \begin{pmatrix} 2 \\ -1 \\ 3 \end{pmatrix} $$. **Answer C** is correct because $$P^3$$ is the identity transformation. **Answer A** gives $$ \begin{pmatrix} 3 \\ 2 \\ -1 \end{pmatrix} $$, which would be $$P^2$$ applied to the vector (two steps in the cycle). **Answer B** gives $$ \begin{pmatrix} -1 \\ 3 \\ 2 \end{pmatrix} $$, which would be $$P$$ applied once to the vector. **Answer D** incorrectly assumes the transformation is nilpotent (eventually gives zero). **Study tip:** When you see cyclic permutations, always check if the power equals the cycle length—this often gives you the identity matrix, making calculations much simpler.

Question 13

Given that (213102426)(xyz)=(000)\begin{pmatrix} 2 & -1 & 3 \\ 1 & 0 & 2 \\ 4 & -2 & 6 \end{pmatrix} \begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{pmatrix} 0 \\ 0 \\ 0 \end{pmatrix}, which of the following relationships must hold between xx, yy, and zz?

  1. x=y=z=0x = y = z = 0 is the only solution
  2. z=12x3z = \frac{1-2x}{3} and yy can be any real number
  3. y=2x3zy = 2x - 3z and x+2z=0x + 2z = 0
  4. 2xy+3z=02x - y + 3z = 0 and x+2z=0x + 2z = 0 (correct answer)
Explanation: The matrix equation gives us the system: 2xy+3z=02x - y + 3z = 0, x+2z=0x + 2z = 0, 4x2y+6z=04x - 2y + 6z = 0. Notice the third equation is twice the first, so we have two independent equations: 2xy+3z=02x - y + 3z = 0 and x+2z=0x + 2z = 0. Choice A assumes the matrix is invertible. Choice B solves incorrectly for zz. Choice C incorrectly solves for yy but gets the second equation right.

Question 14

Let AA be a 3×43 \times 4 matrix and BB be a 4×24 \times 2 matrix. If v\mathbf{v} is a vector such that ABvAB\mathbf{v} is defined and equals (102)\begin{pmatrix} 1 \\ 0 \\ -2 \end{pmatrix}, what are the possible dimensions of v\mathbf{v}?

  1. v\mathbf{v} must be 4×14 \times 1
  2. v\mathbf{v} must be 2×12 \times 1 (correct answer)
  3. v\mathbf{v} must be 3×13 \times 1
  4. v\mathbf{v} can be either 2×12 \times 1 or 4×14 \times 1
Explanation: Since AA is 3×43 \times 4 and BB is 4×24 \times 2, the product ABAB is 3×23 \times 2. For (AB)v(AB)\mathbf{v} to be defined with result 3×13 \times 1, we need v\mathbf{v} to be 2×12 \times 1. Choice A confuses the inner dimension of AA. Choice C uses the dimension of the result vector. Choice D incorrectly suggests multiple possibilities.

Question 15

Let u=(121)\mathbf{u} = \begin{pmatrix} 1 \\ 2 \\ -1 \end{pmatrix} , v=(302)\mathbf{v} = \begin{pmatrix} 3 \\ 0 \\ 2 \end{pmatrix} , and w=(214)\mathbf{w} = \begin{pmatrix} -2 \\ 1 \\ 4 \end{pmatrix} . If AA is a 2×32 \times 3 matrix such that Au=(51)A\mathbf{u} = \begin{pmatrix} 5 \\ 1 \end{pmatrix} and Av=(62)A\mathbf{v} = \begin{pmatrix} 6 \\ -2 \end{pmatrix} , what is A(2uv)A(2\mathbf{u} - \mathbf{v})?

  1. (44)\begin{pmatrix} 4 \\ 4 \end{pmatrix} (correct answer)
  2. (102)\begin{pmatrix} 10 \\ 2 \end{pmatrix}
  3. (162)\begin{pmatrix} 16 \\ -2 \end{pmatrix}
  4. (46)\begin{pmatrix} -4 \\ 6 \end{pmatrix}
Explanation: Using linearity of matrix multiplication: A(2uv)=2AuAv=2(51)(62)=(102)(62)=(44)A(2\mathbf{u} - \mathbf{v}) = 2A\mathbf{u} - A\mathbf{v} = 2\begin{pmatrix} 5 \\ 1 \end{pmatrix} - \begin{pmatrix} 6 \\ -2 \end{pmatrix} = \begin{pmatrix} 10 \\ 2 \end{pmatrix} - \begin{pmatrix} 6 \\ -2 \end{pmatrix} = \begin{pmatrix} 4 \\ 4 \end{pmatrix} . Choice B forgets to subtract AvA\mathbf{v}. Choice C incorrectly adds instead of subtracting. Choice D uses incorrect signs throughout.

Question 16

Consider vectors v1=(120)\mathbf{v}_1 = \begin{pmatrix} 1 \\ 2 \\ 0 \end{pmatrix} , v2=(311)\mathbf{v}_2 = \begin{pmatrix} 3 \\ 1 \\ -1 \end{pmatrix} , and v3=(012)\mathbf{v}_3 = \begin{pmatrix} 0 \\ -1 \\ 2 \end{pmatrix} . If w=2v13v2+v3\mathbf{w} = 2\mathbf{v}_1 - 3\mathbf{v}_2 + \mathbf{v}_3, what is the sum of the components of w\mathbf{w}?

  1. 1
  2. -6
  3. 0
  4. -2 (correct answer)
Explanation: When you encounter vector linear combinations, you're working with one of the most fundamental operations in linear algebra. This type of problem tests your ability to perform scalar multiplication and vector addition systematically. To find w=2v13v2+v3\mathbf{w} = 2\mathbf{v}_1 - 3\mathbf{v}_2 + \mathbf{v}_3, you need to multiply each vector by its coefficient and then add the results component-wise: Adding these together: $$\mathbf{w} = \begin{pmatrix} 2 + (-9) + 0 \ 4 + (-3) + (-1) \ 0 + 3 + 2 \end{pmatrix} = \begin{pmatrix} -7 \ 0 \ 5 \end{pmatrix} The sum of components is $$-7 + 0 + 5 = -2$$, making **(D)** correct. Looking at the wrong answers: **(A) 1** likely comes from sign errors in the scalar multiplication. **(B) -6** might result from incorrectly handling the coefficient of $$\mathbf{v}_3$$ or making arithmetic mistakes. **(C) 0** could stem from assuming the middle component (which is 0) represents the entire sum. Always work through linear combinations step-by-step: scalar multiply first, then add component-wise. Double-check your arithmetic, especially with negative coefficients, as sign errors are the most common mistake in these problems.

Question 17

Let M=(123456)M = \begin{pmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \end{pmatrix} and N=(210312)N = \begin{pmatrix} 2 & 1 \\ 0 & 3 \\ -1 & 2 \end{pmatrix} . If x=(ab)\mathbf{x} = \begin{pmatrix} a \\ b \end{pmatrix} , which expression equals the first component of M(Nx)M(N\mathbf{x})?

  1. 2a+b+3(a+2b)2a + b + 3(-a + 2b)
  2. 2a+b3a+6b2a + b - 3a + 6b
  3. a+2(2a+b)+3(a+2b)a + 2(2a + b) + 3(-a + 2b) (correct answer)
  4. 2a+2b+3(a+2b)2a + 2b + 3(-a + 2b)
Explanation: First compute Nx=(2a+b3ba+2b)N\mathbf{x} = \begin{pmatrix} 2a + b \\ 3b \\ -a + 2b \end{pmatrix} . Then the first component of M(Nx)M(N\mathbf{x}) is the dot product of the first row of MM with NxN\mathbf{x}: 1(2a+b)+2(3b)+3(a+2b)=2a+b+6b3a+6b=a+13b1(2a + b) + 2(3b) + 3(-a + 2b) = 2a + b + 6b - 3a + 6b = -a + 13b. This matches choice C when expanded. Choice A omits the coefficient 2 in the middle term. Choice B incorrectly expands the matrix multiplication. Choice D uses wrong coefficients from the matrix MM.

Question 18

Let A=(132601)A = \begin{pmatrix} 1 & 3 \\ -2 & -6 \\ 0 & 1 \end{pmatrix}. Which statement best describes the set of all possible vectors AxA\mathbf{x} where xR2\mathbf{x} \in \mathbb{R}^2?

  1. A line in R3\mathbb{R}^3 passing through the origin.
  2. A plane in R3\mathbb{R}^3 passing through the origin. (correct answer)
  3. The entire space R3\mathbb{R}^3.
  4. A plane in R3\mathbb{R}^3 that does not pass through the origin.
Explanation: The set of all vectors AxA\mathbf{x} is the set of all linear combinations of the columns of AA. This set is also known as the column space of AA. The columns of AA are a1=(120)\mathbf{a}_1 = \begin{pmatrix} 1 \\ -2 \\ 0 \end{pmatrix} and a2=(361)\mathbf{a}_2 = \begin{pmatrix} 3 \\ -6 \\ 1 \end{pmatrix}. Since a2\mathbf{a}_2 is not a scalar multiple of a1\mathbf{a}_1, the two column vectors are linearly independent. Two linearly independent vectors in R3\mathbb{R}^3 span a plane. Since a linear combination with weights of zero (i.e., x=0\mathbf{x} = \mathbf{0}) results in the zero vector, this plane must pass through the origin. (A) is incorrect because the columns are not parallel, so they span more than just a line. (C) is incorrect because two vectors can span at most a plane in R3\mathbb{R}^3, not the entire space. (D) is incorrect because setting x=(00)\mathbf{x} = \begin{pmatrix} 0 \\ 0 \end{pmatrix} gives Ax=0A\mathbf{x} = \mathbf{0}, so the set must contain the origin.

Question 19

Let A=(2513)A = \begin{pmatrix} 2 & 5 \\ -1 & -3 \end{pmatrix}. The product AxA\mathbf{x} results in the vector b=(10)\mathbf{b} = \begin{pmatrix} 1 \\ 0 \end{pmatrix}. What is vector x\mathbf{x}?

  1. (31)\begin{pmatrix} -3 \\ 1 \end{pmatrix}
  2. (31)\begin{pmatrix} 3 \\ 1 \end{pmatrix}
  3. (31)\begin{pmatrix} 3 \\ -1 \end{pmatrix} (correct answer)
  4. (13)\begin{pmatrix} -1 \\ 3 \end{pmatrix}
Explanation: The equation Ax=bA\mathbf{x} = \mathbf{b} corresponds to the system of linear equations:
  1. 2x1+5x2=12x_1 + 5x_2 = 1
  2. x13x2=0-x_1 - 3x_2 = 0 From equation (2), we can express x1x_1 in terms of x2x_2: x1=3x2x_1 = -3x_2. Now, substitute this expression for x1x_1 into equation (1): 2(3x2)+5x2=12(-3x_2) + 5x_2 = 1 6x2+5x2=1-6x_2 + 5x_2 = 1 x2=1-x_2 = 1, which means x2=1x_2 = -1. Finally, substitute x2=1x_2 = -1 back into the expression for x1x_1: x1=3(1)=3x_1 = -3(-1) = 3. Thus, the vector is x=(31)\mathbf{x} = \begin{pmatrix} 3 \\ -1 \end{pmatrix}.
(A) is incorrect; this vector yields (10)\begin{pmatrix} -1 \\ 0 \end{pmatrix}, likely due to a sign error in the final result. (B) is incorrect; it results from a sign error in solving for x2x_2. (D) is incorrect; it results from swapping the calculated values of x1x_1 and x2x_2.