UG Mathematics Booster Test 3 - Introduction to Matrices
๐ Answers are locked once submitted โ results and explanations appear at the end.
QUESTION 1 OF 20
What mathematically defines a square matrix array?
QUESTION 2 OF 20
Which statement is analytically INCORRECT regarding matrix utility?
QUESTION 3 OF 20
Assertion (A): Matrices cannot be used to solve systems of linear equations.
Reason (R): Matrices strictly represent geometric reflections only and have no algebraic utility.
QUESTION 4 OF 20
Arrange the analytical steps for successful matrix multiplication C = AB:
1. Ensure columns of A equals rows of B.
2. Take ith row of A.
3. Take kth column of B.
4. Multiply elements and sum them.
QUESTION 5 OF 20
A company uses a structured matrix to formally track 3 products across 5 regions. What is the total numerical number of entries?
QUESTION 6 OF 20
A 3 x 3 matrix has numerical entries that are exclusively either 1 or 2. If one matrix is randomly constructed, what is the exact probability that all 9 elements are identically 1?
QUESTION 7 OF 20
A mathematical geometric 3D vector [x, y, z] is represented strictly as a column matrix. What is its formal order?
QUESTION 8 OF 20
A graph region reflection uses a 2 x 2 identity matrix multiplied by the scalar numerical value -1. What is the resulting matrix array?
QUESTION 9 OF 20
Match the specific tabular matrix types:
| List I | List II |
|---|---|
| 1. Null matrix | a. All elements 0 |
| 2. Null matrix | b. Non-diagonal 0 |
| 3. Identity matrix | c. Diagonal 1, rest 0 |
QUESTION 10 OF 20
Which of the following algebraically describe a scalar matrix?
1. It is a diagonal matrix.
2. Its diagonal elements are equal.
3. It is a square matrix.
QUESTION 11 OF 20
The generic matrix element denoted inside brackets as a_ij algebraically lies in which specific row and column?
QUESTION 12 OF 20
A 1ร1 matrix element a_11 is determined by the numerical integral
โซโยฒ 4xยณ dx
Find a_11.
QUESTION 13 OF 20
QUESTION 14 OF 20
QUESTION 15 OF 20
A rectangular mathematical field has physical dimensions given by a 2 x 1 matrix [10; 5]. What is the calculated area of this field in square units?
QUESTION 16 OF 20
The numerical test scores for 4 persons are given in a matrix array as 50, 60, 70, 80. What is the analytical moving average (mean) of their scores?
QUESTION 17 OF 20
Assertion (A): For transpose matrices, (Aโฒ)โฒ = A.
Reason (R): Transposing a matrix twice restores its original row and column arrangement.
QUESTION 18 OF 20
Which statement about symmetric matrices is analytically incorrect?
QUESTION 19 OF 20
Which of the following are valid matrix operations?
1. Addition of matrices of the same order
2. Multiplication of a matrix by a scalar
3. Addition of matrices of different orders
QUESTION 20 OF 20
Match the algebraic matrix rule to its formal term:
| List I | List II |
|---|---|
| 1. AB = BA = I | a. Skew-symmetric matrix |
| 2. Aโฒ = A | b. Invertible matrix (inverse) |
| 3. Aโฒ = โA | c. Symmetric matrix |
Test Complete!
Answer Review
1 What mathematically defines a square matrix array?
Square matrices have equal rows and columns. Order is written as n ร n. Hence m equals n.
A square matrix is defined as a matrix having the same number of rows and columns. Therefore its order satisfies m = n. Option B correctly states this condition. Options A and C describe unequal dimensions, while Option D relates to matrix entries rather than the defining property of square matrices.
- Option A โ m > n represents matrices with more rows than columns, not square matrices.
- Option C โ m < n represents matrices with more columns than rows.
- Option D โ Square matrices may contain real or complex numbers; entry type does not define squareness.
Used: Elimination
Application:
- Check which condition matches the standard definition of a square matrix.
Final Logic:
- Equal rows and columns imply m = n.
"Square โ Same rows and columns"
2 Which statement is analytically INCORRECT regarding matrix utility?
Matrices support business calculations. They are useful in management and economics. Option A falsely denies applications.
Matrices are widely used in sales projection, budgeting, cost estimation, economics, genetics, and industrial management. Therefore Option A is incorrect because matrices are extremely useful in such business applications. Options B, C, and D correctly describe recognized real-life uses of matrices in data handling and analysis.
- Option B โ Genetics uses matrices for population studies and data organization.
- Option C โ Industrial management applies matrices in optimization and resource allocation.
- Option D โ Economics and sociology frequently use matrix-based statistical models.
Used: Extreme Word Filter
Application:
- Identify overly absolute claims such as "cannot be used."
Final Logic:
- Matrices are extensively used in sales and cost estimation.
"Matrices manage business data."
3 Assertion (A): Matrices cannot be used to solve systems of linear equations.
Reason (R): Matrices strictly represent geometric reflections only and have no algebraic utility.
Matrices solve linear equations efficiently. They have strong algebraic applications. They are not limited to reflections only.
Matrices are extensively used for solving systems of linear equations through methods such as inverse matrices and row operations. Therefore the Assertion is false. The Reason is also false because matrices possess wide algebraic utility beyond geometry. Hence both statements are incorrect, making Option D the correct answer.
- Option A โ Both statements are mathematically false.
- Option B โ The Assertion itself is incorrect because matrices solve linear systems.
- Option C โ The Reason is also false since matrices are not restricted to geometric reflections.
Used: Elimination
Application:
- Verify Assertion and Reason separately using standard matrix applications.
Final Logic:
- Matrices are both algebraically useful and equation-solving tools.
"Matrices solve equations too."
4 Arrange the analytical steps for successful matrix multiplication C = AB:
1. Ensure columns of A equals rows of B.
2. Take ith row of A.
3. Take kth column of B.
4. Multiply elements and sum them.
Multiplication requires compatible orders. Rows and columns are selected systematically. Products are summed to form entries.
For matrix multiplication, first verify compatibility: columns of A must equal rows of B. Then select the ith row of A and kth column of B. Multiply corresponding elements and add them to obtain the matrix entry. Hence the correct sequence is 1-2-3-4, making Option C correct.
- Option A โ Column selection occurs after choosing the row of A.
- Option B โ Multiplication steps cannot occur before compatibility checking.
- Option D โ Compatibility must be verified before computation begins.
Used: Option Grouping
Application:
- Follow the logical sequence of matrix multiplication operations.
Final Logic:
- Compatibility check always comes before multiplication.
"Check โ Row โ Column โ Multiply"
5 A company uses a structured matrix to formally track 3 products across 5 regions. What is the total numerical number of entries?
Total entries = rows ร columns. Matrix dimensions are 3 ร 5. Product equals 15.
The number of entries in a matrix equals the product of rows and columns: \(3\times 5=15\) Therefore the matrix contains 15 entries, making Option A correct. Other options do not satisfy the formula for total matrix elements.
- Option B โ 8 is much smaller than the required number of entries.
- Option C โ 10 corresponds to incorrect multiplication.
- Option D โ 20 would require a 4ร5 matrix.
Used: Substitution
Application:
- Multiply rows and columns directly to find total entries.
Final Logic:
- 3 ร 5 gives exactly 15.
"Entries = Rows ร Columns"
6 A 3 x 3 matrix has numerical entries that are exclusively either 1 or 2. If one matrix is randomly constructed, what is the exact probability that all 9 elements are identically 1?
Each entry has two possibilities. Total matrices = 2โน. Only one matrix has all entries 1.
A 3ร3 matrix contains 9 entries. Each entry may independently be either 1 or 2, giving total possible matrices: \(2^{9}=512\) Only one matrix has all entries equal to 1. Hence probability = 1/512, making Option C correct.
- Option A โ 1/9 ignores the independent possibilities of all entries.
- Option B โ 1/81 corresponds incorrectly to powers of 3 rather than 2.
- Option D โ 1/256 would arise from only 8 independent entries.
Used: Substitution
Application:
- Count total possible matrices using independent choices per entry.
Final Logic:
- One favorable outcome among 512 total outcomes gives 1/512.
"2 choices repeated 9 times โ 2โน"
7 A mathematical geometric 3D vector [x, y, z] is represented strictly as a column matrix. What is its formal order?
Column matrices arrange entries vertically. Three coordinates form three rows. One column remains throughout.
A 3D vector represented as a column matrix appears vertically: \(\left[\begin{aligned}x\\ y\\ z\end{aligned}\right]\) This matrix has 3 rows and 1 column, so its order is 3ร1. Therefore Option D is correct.
- Option A โ A 2ร1 matrix contains only two entries.
- Option B โ 1ร3 represents a row matrix, not a column matrix.
- Option C โ A 3ร3 matrix requires nine entries.
Used: Dimensional/Unit Analysis
Application:
- Count vertical entries and determine the column structure.
Final Logic:
- Three vertically stacked coordinates form a 3ร1 matrix.
"3D column โ 3ร1"
8 A graph region reflection uses a 2 x 2 identity matrix multiplied by the scalar numerical value -1. What is the resulting matrix array?
Identity matrix has diagonal ones. Multiplying by โ1 changes signs. Non-diagonal zeros remain unchanged.
The identity matrix is: \(I=\left[\begin{pmatrix}1 & 0\\ 0 & 1\end{pmatrix}\right]\) Multiplying by โ1 gives: \(-I=\left[\begin{pmatrix}-1 & 0\\ 0 & -1\end{pmatrix}\right]\) Thus Option B is correct. The other matrices do not result from scalar multiplication of the identity matrix.
- Option A โ This is the original identity matrix before multiplication by โ1.
- Option C โ Off-diagonal values incorrectly become โ1.
- Option D โ Scalar multiplication does not change zero entries into โ1.
Used: Substitution
Application:
- Multiply every entry of the identity matrix by โ1 systematically.
Final Logic:
- Diagonal ones become โ1 while zeros remain unchanged.
"โI flips only diagonal signs."
9 Match the specific tabular matrix types:
| List I | List II |
|---|---|
| 1. Null matrix | a. All elements 0 |
| 2. Null matrix | b. Non-diagonal 0 |
| 3. Identity matrix | c. Diagonal 1, rest 0 |
Null matrix contains all zeros. Diagonal matrix has off-diagonal zeros. Identity matrix has diagonal ones.
A null matrix contains only zeros. A diagonal matrix has all non-diagonal entries equal to zero. An identity matrix has diagonal entries equal to 1 with all remaining entries zero. Hence the correct matching is 1-a, 2-b, 3-c, making Option C correct.
- Option A โ Diagonal matrices do not require diagonal entries to be all ones.
- Option B โ Identity and null matrix properties are interchanged incorrectly.
- Option D โ Null matrices cannot merely have non-diagonal zeros; all entries must be zero.
Used: Option Grouping
Application:
- Match standard matrix definitions with their exact structural properties.
Final Logic:
- Only Option C correctly pairs all matrix types.
"Null all 0, Identity diagonal 1"
10 Which of the following algebraically describe a scalar matrix?
1. It is a diagonal matrix.
2. Its diagonal elements are equal.
3. It is a square matrix.
Scalar matrices are diagonal matrices. Diagonal entries are equal. Scalar matrices are always square.
A scalar matrix is a square diagonal matrix in which all diagonal entries are equal. Therefore all three statements are correct. Option B correctly describes the properties of scalar matrices. Any omission of these conditions gives an incomplete definition.
- Option A โ Scalar matrices must also be square matrices.
- Option C โ Equal diagonal elements are essential and cannot be ignored.
- Option D โ A scalar matrix must specifically be diagonal as well.
Used: Option Grouping
Application:
- Check each defining property of scalar matrices individually.
Final Logic:
- All three statements together define scalar matrices completely.
"Scalar = Square + Diagonal + Equal diagonals"
11 The generic matrix element denoted inside brackets as a_ij algebraically lies in which specific row and column?
Subscript i represents row number. Subscript j represents column number. aแตขโฑผ identifies exact matrix position.
In matrix notation, aแตขโฑผ denotes the element located in the ith row and jth column. This is the standard convention used in NCERT mathematics. Therefore Option A is correct. The remaining options incorrectly interchange or duplicate row-column positions.
- Option B โ Row and column indices are reversed incorrectly.
- Option C โ Both subscripts cannot simultaneously represent the row position.
- Option D โ Both subscripts cannot simultaneously represent the column position.
Used: Contextual/Tonal Matching
Application:
- Interpret the standard meaning of matrix subscripts carefully.
Final Logic:
- First index = row, second index = column.
"i โ row, j โ column"
12 A 1ร1 matrix element a_11 is determined by the numerical integral
โซโยฒ 4xยณ dx
Find a_11.
Integrate 4xยณ carefully. Antiderivative becomes xโด. Applying limits gives 16.
Evaluate the definite integral: \(\int_{0}^{2}\,4x^{3}โdx={\left[x^{4}\right]}_{0}^{2}=16\) Thus the matrix element aโโ equals 16. Therefore Option D is correct. Other options arise from incorrect integration or substitution of limits.
- Option A โ 8 results from incomplete power evaluation.
- Option B โ Incorrect arithmetic leads to this value.
- Option C โ 64 equals 2โถ, not the evaluated integral.
Used: Substitution
Application:
- Integrate first and then apply upper and lower limits correctly.
Final Logic:
- 2โด โ 0โด gives 16.
"4xยณ integrates to xโด"
13
Column matrices arrange entries vertically. Three entries are listed. Hence there are three rows.
The column matrix A contains three vertically arranged entries: 40, 100, and 50. \(A=\left[\begin{aligned}40\\ 100\\ 50\end{aligned}\right]\) Therefore the matrix has 3 rows and 1 column. Hence Option D is correct. Other options incorrectly count the number of entries.
- Option A โ One row would correspond to a row matrix, not a column matrix.
- Option B โ Only two entries would produce two rows.
- Option C โ The matrix contains only three vertically arranged entries.
Used: Dimensional/Unit Analysis
Application:
- Count the number of vertically arranged entries in the column matrix.
Final Logic:
- Three entries vertically imply three rows.
"Vertical entries = row count"
14
House call cost equals 100. Scalar multiplication doubles entries. New cost becomes 200.
The house-call entry in matrix A equals 100. Multiplying the entire matrix by scalar 2 doubles every entry: \(2\times 100=200\) Therefore the new house-call cost becomes 200, making Option C correct.
- Option A โ 100 is the original cost before scalar multiplication.
- Option B โ 80 corresponds incorrectly to doubling the telephone cost.
- Option D โ 150 does not result from multiplying 100 by 2.
Used: Substitution
Application:
- Identify the relevant matrix entry and multiply by the scalar value.
Final Logic:
- Doubling 100 gives 200.
"Scalar multiply โ every entry changes"
15 A rectangular mathematical field has physical dimensions given by a 2 x 1 matrix [10; 5]. What is the calculated area of this field in square units?
Rectangle area = length ร breadth. Dimensions are 10 and 5. Product equals 50.
The dimensions represented in the matrix are 10 and 5. The rectangular area is calculated as: \(10\times 5=50\) Hence the area equals 50 square units, making Option B correct. Other options result from incorrect arithmetic operations.
- Option A โ 15 comes from addition instead of multiplication.
- Option C โ 20 does not equal the product of the dimensions.
- Option D โ 2 is unrelated to the given measurements.
Used: Dimensional/Unit Analysis
Application:
- Recognize that area requires multiplication of dimensions.
Final Logic:
- 10 multiplied by 5 gives 50.
"Area means multiply sides."
16 The numerical test scores for 4 persons are given in a matrix array as 50, 60, 70, 80. What is the analytical moving average (mean) of their scores?
Mean = Total รท Number of values. Total score equals 260. Average equals 65.
The mean of the scores is calculated by adding all values and dividing by the total number of observations: \(\frac{50+60+70+80}{4}=65\) Thus the average score is 65, making Option A correct.
- Option B โ 60 is below the correct arithmetic mean.
- Option C โ 70 is larger than the actual average.
- Option D โ 75 results from incorrect averaging.
Used: Substitution
Application:
- Insert the values into the arithmetic mean formula directly.
Final Logic:
- 260 divided by 4 equals 65.
"Mean = Sum รท Count"
17 Assertion (A): For transpose matrices, (Aโฒ)โฒ = A.
Reason (R): Transposing a matrix twice restores its original row and column arrangement.
First transpose interchanges rows and columns. Second transpose restores original arrangement. Hence matrix becomes unchanged again.
The transpose operation interchanges rows and columns. Applying transpose again restores the original arrangement: \(\left(A^{T})^{T},\ A\right.\) Therefore both the Assertion and Reason are true, and the Reason correctly explains the Assertion. Hence Option B is correct.
- Option A โ Both statements are standard transpose properties and are true.
- Option C โ The Reason is also true and logically explains the Assertion.
- Option D โ The Assertion itself is correct according to transpose rules.
Used: Contextual/Tonal Matching
Application:
- Verify both statements and check explanatory relationship.
Final Logic:
- Double transposition restores the original matrix.
"Transpose twice = original matrix"
18 Which statement about symmetric matrices is analytically incorrect?
Symmetric matrices must be square. Column matrices are generally non-square. Hence Option A is incorrect.
A symmetric matrix satisfies: \(A^{T}=A\) Such matrices must necessarily be square because transpose equality requires equal rows and columns. Therefore a 3ร1 column matrix cannot be symmetric. Hence Option A is the incorrect statement.
- Option B โ This is the standard definition of a symmetric matrix.
- Option C โ Symmetric matrices satisfy aแตขโฑผ = aโฑผแตข for all entries.
- Option D โ Every symmetric matrix must indeed be square.
Used: Odd One Out
Application:
- Identify the statement violating the definition of symmetric matrices.
Final Logic:
- Non-square matrices cannot satisfy symmetry conditions.
"Symmetric โ Square"
19 Which of the following are valid matrix operations?
1. Addition of matrices of the same order
2. Multiplication of a matrix by a scalar
3. Addition of matrices of different orders
Same-order matrices can be added. Scalar multiplication is always valid. Different-order matrices cannot be added.
Matrix addition is defined only for matrices of the same order. Scalar multiplication is always permitted. However, matrices of different orders cannot be added. Therefore Statements 1 and 2 are correct while Statement 3 is false, making Option D correct.
- Option A โ Addition of different-order matrices is invalid.
- Option B โ Scalar multiplication is also a valid operation and cannot be excluded.
- Option C โ Statement 3 is mathematically incorrect.
Used: Elimination
Application:
- Check validity conditions for each matrix operation separately.
Final Logic:
- Only Statements 1 and 2 satisfy matrix operation rules.
"Same order for addition."
20 Match the algebraic matrix rule to its formal term:
| List I | List II |
|---|---|
| 1. AB = BA = I | a. Skew-symmetric matrix |
| 2. Aโฒ = A | b. Invertible matrix (inverse) |
| 3. Aโฒ = โA | c. Symmetric matrix |
AB = BA = I defines inverse matrices. Aโฒ = A defines symmetric matrices. Aโฒ = โA defines skew-symmetric matrices.
If AB = BA = I, then B is the inverse of A. A matrix satisfying Aโฒ = A is symmetric, while Aโฒ = โA defines a skew-symmetric matrix. Therefore the correct matching is 1-b, 2-c, 3-a, making Option C correct.
- Option A โ Symmetric and skew-symmetric definitions are interchanged incorrectly.
- Option B โ Invertible matrices are incorrectly matched with skew symmetry.
- Option D โ Aโฒ = A cannot define invertibility.
Used: Option Grouping
Application:
- Match each matrix equation with its standard algebraic definition.
Final Logic:
- Only Option C correctly pairs all three matrix properties.
"Transpose same โ symmetric, negative โ skew"
