Unit 1 - Practice Quiz

QTT201 55 Questions
0 Correct 0 Wrong 55 Left
0/55

1 Which of the following is a primary use of matrices in business?

uses of matrix in business Easy
A. Calculating compound interest for a single investment.
B. Writing an annual business report.
C. Solving systems of linear equations for problems like resource allocation.
D. Designing a company logo.

2 A matrix that has only one column is called a:

types of matrices Easy
A. Row matrix
B. Square matrix
C. Null matrix
D. Column matrix

3 What is a square matrix?

types of matrices Easy
A. A matrix where all elements are zero.
B. A matrix where the number of rows is equal to the number of columns.
C. A matrix where all diagonal elements are 1.
D. A matrix with only one row.

4 For two matrices A and B to be equal, which condition must be met?

equality of matrices Easy
A. They must have the same number of rows.
B. They must both be square matrices.
C. They must have the same order and their corresponding elements must be equal.
D. The sum of the elements in A must equal the sum of the elements in B.

5 If and , what is ?

addition and subtraction of matrices Easy
A. Addition is not possible.
B.
C.
D.

6 What is the primary condition required to add or subtract two matrices?

addition and subtraction of matrices Easy
A. Both matrices must be diagonal matrices.
B. Both matrices must have the same order (dimensions).
C. The number of columns of the first must equal the number of rows of the second.
D. Both matrices must be square.

7 If matrix , what is the result of ?

scalar multiplication of matrices Easy
A.
B.
C.
D.

8 What is the transpose of matrix ?

transpose of a matrix Easy
A.
B.
C. This matrix does not have a transpose.
D.

9 The product of a matrix A of order and a matrix B of order is defined if and only if:

multiplication of matrices Easy
A.
B.
C.
D.

10 A diagonal matrix with all diagonal elements being equal to 1 is called:

types of matrices Easy
A. A zero matrix
B. An identity matrix
C. A scalar matrix
D. A null matrix

11 What is the determinant of the matrix ?

determinant of a matrix Easy
A. 13
B. 1
C. -1
D. 11

12 A determinant can be calculated for which type of matrix?

determinant of a matrix Easy
A. Column matrix only
B. Row matrix only
C. Square matrix only
D. Any matrix

13 A square matrix A is said to be invertible (or non-singular) if its determinant is:

inverse of matrix Easy
A. Not equal to zero
B. Equal to zero
C. Equal to 1
D. A negative number

14 If is the identity matrix and is the inverse of matrix , what is the product ?

inverse of matrix Easy
A. The identity matrix (I)
B. A
C. A^2
D. The null matrix (O)

15 In the matrix , what is the Minor of the element '5' (element )?

minor Easy
A. The determinant of
B. The determinant of
C. The determinant of
D. The number 5 itself.

16 The cofactor of an element is defined as:

cofactors Easy
A.
B.
C.
D.

17 How is the adjoint of a square matrix A (Adj A) obtained?

adjoint matrix Easy
A. By interchanging the diagonal elements of A.
B. By taking the transpose of the matrix of cofactors of A.
C. By multiplying matrix A by its determinant.
D. By finding the inverse of matrix A.

18 If A is a matrix, what is ?

transpose of a matrix Easy
A. 2A
B. I (Identity Matrix)
C.
D. A

19 If and , what is the product ?

multiplication of matrices Easy
A. The product is not defined.
B. [6]
C.
D. [8]

20 What is the result of multiplying any matrix by the scalar 0?

scalar multiplication of matrices Easy
A. The identity matrix
B. The inverse of the matrix
C. The original matrix
D. The null matrix (zero matrix)

21 A company sells two products, P1 and P2, in three markets, M1, M2, and M3. The sales units are represented by a 2x3 matrix . The price per unit of P1 is 20, which can be represented by a 1x2 price matrix . To find the total revenue from each market, which matrix multiplication should be performed?

uses of matrix in business Medium
A.
B.
C.
D.

22 Given the matrix equation , what are the values of and ?

equality of matrices Medium
A.
B.
C.
D.

23 If and , find the matrix such that .

scalar multiplication of matrices Medium
A.
B.
C.
D.

24 A firm manufactures two products, A and B. The cost of producing one unit of A is 5 for labor. For product B, it's 8 for labor. If the firm produces 100 units of A and 200 units of B, which matrix multiplication correctly calculates the total cost for materials and labor?

multiplication of matrices Medium
A.
B.
C.
D.

25 For what value of is the matrix singular?

determinant of a matrix Medium
A. 0
B. 10
C. 5
D. Does not exist

26 A system of linear equations is given by , where . Find the matrix which can be used to solve the system.

inverse of matrix Medium
A.
B.
C.
D.

27 If is a 3x2 matrix and is a 2x4 matrix, what is the order of the matrix ?

transpose of a matrix Medium
A. 4x3
B. 2x3
C. The product is not defined
D. 3x4

28 What is the cofactor of the element in the second row, third column (element ) of the matrix ?

cofactors Medium
A. 4
B. -4
C. 14
D. -14

29 Given a 3x3 matrix with , what is the determinant of its adjoint matrix, ?

adjoint matrix Medium
A. 0.1
B. 100
C. 10
D. 1000

30 A retailer's inventory of shirts (Small, Medium, Large) at two stores (A, B) is given by . Sales for the week are and new shipments received are . Which matrix represents the inventory at the end of the week?

addition and subtraction of matrices Medium
A.
B.
C.
D.

31 If a matrix is both symmetric and skew-symmetric, what must be true about matrix ?

types of matrices Medium
A. A is a diagonal matrix.
B. A is an identity matrix.
C. A is a scalar matrix.
D. A is a null matrix.

32 Given and , if , what is the value of ?

multiplication of matrices Medium
A. 8
B. 2
C. 4
D. 10

33 For the matrix , find the minor of the element .

minor Medium
A. -22
B. -26
C. 22
D. 26

34 If is a 3x3 matrix and , what is the value of ?

determinant of a matrix Medium
A. -10
B. -30
C. 40
D. -40

35 If , what is the element in the second row, first column of ?

adjoint matrix Medium
A. 2
B. -2
C. -3
D. 3

36 A matrix is such that , where is the identity matrix and is the null matrix. Which of the following represents the inverse of A, ?

inverse of matrix Medium
A.
B. A does not have an inverse
C.
D.

37 If , find the matrix .

operations of matrices up to 3x3 Medium
A.
B.
C.
D.

38 Given matrices and , if and , what is matrix ?

transpose of a matrix Medium
A.
B.
C.
D.

39 Given matrices and , if and , what is matrix ?

transpose of a matrix Medium
A.
B.
C.
D.

40 If , what is the result of , where is the 2x2 identity matrix?

multiplication of matrices Medium
A.
B.
C.
D.

41 If is a 3x3 matrix such that , what is the value of ?

determinant of a matrix Hard
A. 50
B. 100
C. 250
D. 20

42 If is a 3x3 matrix with a positive determinant and , what is the value of ?

determinant of a matrix Hard
A. -25
B. 5
C. 125
D. 25

43 A system of equations is solved by . If the matrix and the solution vector for a certain is , what would be the new solution vector if the first element of increases by 1, and the third element decreases by 1 (i.e., )?

inverse of matrix Hard
A. The solution increases by
B. The solution increases by
C. The solution increases by
D. The solution is unchanged because

44 A company manufactures products P1 and P2. The production process requires two stages: Assembly (A) and Finishing (F). The time required in hours for each stage is given by matrix , where rows represent products (P1, P2) and columns represent stages (A, F). The cost per hour for labor in each stage varies between two plants, Plant X and Plant Y, and is given by matrix , where rows represent stages (A, F) and columns represent plants (X, Y). Which matrix expression correctly calculates the total labor cost for producing ONE unit of each product at each plant, and what is the resulting cost matrix?

multiplication of matrices Hard
A.
B.
C.
D. The multiplication is not defined.

45 For a non-singular 3x3 matrix , which of the following expressions correctly simplifies to ?

adjoint matrix Hard
A.
B.
C.
D.

46 Let be a 3x3 matrix. If and , which statement is universally true for any square matrix ?

transpose of a matrix Hard
A. is symmetric, is skew-symmetric, and .
B. and is invertible.
C. is symmetric, is skew-symmetric, and .
D. and are orthogonal matrices.

47 Let . What is the value of the expression , where are elements and are cofactors of matrix A?

cofactors Hard
A.
B. 0
C. 15
D.

48 If and are invertible 3x3 matrices, and is a 3x3 matrix such that , what is ?

inverse of matrix Hard
A.
B.
C.
D.

49 If , what is ?

multiplication of matrices Hard
A.
B.
C.
D.

50 If is a 3x3 matrix and , what is the value of ?

adjoint matrix Hard
A. 144
B. 36
C. -72
D. -108

51