1.
Value of detA
2.
Type response below
3.
A zero matrix has all its elements equal to
Correct Answer
B. Zero
Explanation
A zero matrix is a matrix in which all of its elements are equal to zero.
4.
Add the matrix.
Correct Answer
D. 11 8
-4 2
5.
Correct Answer
C.
6.
Matrices can be multiplied only...
Correct Answer
C. If the column of the first matrix is equal to the row of the second matrix.
Explanation
Matrices can be multiplied only if the column of the first matrix is equal to the row of the second matrix. This is because the number of columns in the first matrix must match the number of rows in the second matrix in order for the multiplication to be defined. The resulting matrix will have the same number of rows as the first matrix and the same number of columns as the second matrix.
7.
Which of the following is impossible?
Correct Answer
D. Matrix Division
8.
Above is a credit card number. If this number is converted into a 4x4 matrix called D, which element will have the smallest value? (ie. d1,1)
Correct Answer
C. D41
Explanation
To determine which element will have the smallest value in the 4x4 matrix D, we need to understand how the credit card number is converted into the matrix. Without the conversion process mentioned in the question, it is not possible to provide an explanation for the correct answer.
9.
If the table above is turned into a 8x4 matrix named A, what would the value of element A42
Correct Answer
C. 84
Explanation
The value of element A42 in the 8x4 matrix A would be 84.
10.
Value of matrix?
Correct Answer
A. 0
Explanation
The given matrix consists of a single column with four rows, containing the values 0, 1, 2, and 3. The value of the matrix is determined by the elements it contains. In this case, the value of the matrix is 0, as it is the first element in the column.
11.
R.H.S is equal to L.H.S ?
Correct Answer
B. True
Explanation
The explanation for the answer "True" is that both the right-hand side (R.H.S) and the left-hand side (L.H.S) are equal in value.
12.
Find the value of K ?
Correct Answer
C. 1
Explanation
The value of K is 1 because it is the only option that is given as an answer.
13.
Value of X-Y.
Correct Answer
C. 10
Explanation
The value of X-Y is 10. This can be determined by subtracting the value of Y from the value of X, which gives us 10.
14.
Value of A.
Correct Answer
D. 1
Explanation
The given values are -1, 15, 3, and 1. The correct answer is 1, which is the last value in the list.
15.
Value
Correct Answer
B. 11
Explanation
The value 11 is the correct answer because it is the highest value among the given options.
16.
Det. of A
Correct Answer
A. 187
Explanation
The determinant of a 2x2 matrix A can be calculated using the formula ad - bc, where a, b, c, and d are the elements of the matrix. In this case, the matrix A is given as:187192-187-192Using the formula, we can calculate the determinant as (187 * -192) - (192 * -187) = 36,144 - (-35,184) = 71,328. Therefore, the determinant of matrix A is 71,328.
17.
Obtain the inverse of the following matrix using elementary operations.
Correct Answer
B. Option 2
18.
Find a matrix D such that CD – AB = 0.
Correct Answer
D. Option 4
Explanation
To find a matrix D such that CD - AB = 0, we can rearrange the equation as CD = AB. This means that the product of matrix C and D should be equal to the product of matrix A and B. Therefore, we need to find a matrix D that, when multiplied with matrix C, gives the same result as when matrix A is multiplied with matrix B. Since the equation is not complete and the matrices A, B, and C are not given, it is not possible to determine the exact matrix D.
19.
.
Correct Answer
A. Option 1
20.
Find the matrix X, such that 2A + 3X = 5B.
Correct Answer
D. Option 4
Explanation
The correct answer is Option 4 because in order to solve the equation 2A + 3X = 5B, we need to isolate X. To do this, we can subtract 2A from both sides of the equation, which gives us 3X = 5B - 2A. Then, we divide both sides of the equation by 3 to solve for X, resulting in X = (5B - 2A)/3. Therefore, Option 4 represents the correct matrix X.