100% found this document useful (2 votes)
12K views7 pages

CBSE Test Paper 04 Chapter 3 Matrices

The document contains a test paper on matrices with 15 multiple choice questions and 3 problems. Some key points: - For addition and multiplication of matrices to be defined, the matrices must be the same size or one must be square. - A system of linear equations can have infinitely many, uniquely, or no solutions depending on the rank of the coefficient matrix. - If a square matrix A satisfies A2 = I, then A-1 = A. - A matrix is symmetric if it is equal to its transpose and skew-symmetric if its transpose is equal to its negative. - Matrix operations can be used to solve problems involving systems of linear equations and calculations with multiple quantities represented using matrices.

Uploaded by

Hf vgvvv Vg v
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (2 votes)
12K views7 pages

CBSE Test Paper 04 Chapter 3 Matrices

The document contains a test paper on matrices with 15 multiple choice questions and 3 problems. Some key points: - For addition and multiplication of matrices to be defined, the matrices must be the same size or one must be square. - A system of linear equations can have infinitely many, uniquely, or no solutions depending on the rank of the coefficient matrix. - If a square matrix A satisfies A2 = I, then A-1 = A. - A matrix is symmetric if it is equal to its transpose and skew-symmetric if its transpose is equal to its negative. - Matrix operations can be used to solve problems involving systems of linear equations and calculations with multiple quantities represented using matrices.

Uploaded by

Hf vgvvv Vg v
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

CBSE

Test Paper 04
Chapter 3 Matrices

1. If A and B are two matrices such that A + B and AB are both defined, then
a. number of columns of A = number of rows of B.
b. A, B are square matrices not necessarily of same order
c. A and B can be any matrices
d. A and B are square matrices of same order
2. The equations 2x + 3y = 7, 14x + 21y = 49 has
a. infinitely many solutions
b. finitely many solutions
c. a unique solution
d. no solution

3. If A is square matrix such that A2 = I, then A-1 is equal to


a. O
b. A + I
c. I
d. A

4. If then A is a

a. skew-symmetric matrix
b. symmetric matrix
c. none of these
d. diagonal matrix
5. Let a, b, c, d, u, v be integers. If the system of equations, ax + by = u, cx + dy = v, has a
unique solution in integers, then
a. ad - bc need not be equal to .
b. ad - bc = -1
c. ad - bc = 1
d. ad – bc = 1
6. A matrix which is not a square matrix is called a ________ matrix.
7. The product of any matrix by the scalar ________ is the null matrix.
1 / 7
8. If A is symmetric matrix, then B'AB is ________ matrix.
9. From the following matrix equation, find the value of x.

10. If A is a square matrix such that A2 = A. then write the value of 7A - (I + A)3. where I is
an identity matrix. (1)
11. Use elementary column operation in the matrix equation

..

12. If A = , then show that (3A)' =3A'.

13. If A, B are square matrices of same order and B is a skew - symmetric matrix, show
that A′BA is skew symmetric.

14. If , then show that A is a skew symmetric matrix.

15. The bookshop of a particular school has 10 dozen chemistry books, 8 dozen physics
books, 10 dozen economics books. Their selling prices are `80, `60 and `40 each
respectively. Find the total amount the bookshop will receive from selling all the
books using matrix algebra.

16. i. Show that the matrix is a symmetric matrix.

ii. Show that the matrix is a skew symmetric matrix.

17. If , then prove that ; where n is any

positive integer.

18. Find x, y, z if satisfies A′ = A-1.

2 / 7
CBSE Test Paper 04
Chapter 3 Matrices

Solution

1. d. A and B are square matrices of same order


Explanation: If A and B are square matrices of same order, both operations A +
B and AB are well defined.

2. a. infinitely many solutions


Explanation: For infinitely many solutions, , for given system
of equations we have : .

3. d. A
Explanation: If A amd B are two square matrices of same order and the

product AB= I, the matrix B is called inverse of matrix A. Therefore, if A2= I,


then matrix A is the inverse of itself.

4. a. skew-symmetric matrix
Explanation: The diagonal elements of a skew – symmetric matrix is always
zero and the elements aij = - aji.

5. a. ad - bc need not be equal to .

Explanation: ax + by = u , cx +dy = v ,

since the solution is unique in integers.


6. rectangular
7. 0
8. symmetric

9. According to the question,

Equating the corresponding elements,

3 / 7
...(i)
and ...(ii)
From Eq. (ii), we get

On substituting y = 2 in Eq. (i), we get


x + 2 = 3

x = 1

10. According to the question, A2 = A

Now, 7A - (I + A)3 = 7A - [I3 + A3 + 3I (I + A)] [ (x + y)3 = x3 + y3 + 3xy (x + y]

= 7A - [I + A2A + 3A (I + A)] [ I3 = I ]

=7A - (I + A A + 3AI + 3A2) [ A2 = A]

= 7A - (I + A + 3A + 3A) [ AI = A and A2 = A]
= 7A - (I + 7A) = -I

11. According to the question,

Applying ,

which is the required answer.

12.

---(i)

----(ii)

4 / 7
From (i) and (ii) (3A)' = 3A'

13. Since, A and B are square matrices of same order and B is a skew-symmetric matrix
B'=-B............(1)
Now, we have to prove that A’BA is a skew-symmetric matrix.
(A'BA)' = [A'(BA)]' = (BA)'(A')'. [ (AB)'=B'A']
= (A'B')A. [ (A')'=A]
= A'(-B)A [using (1)]
= -(A'BA)
Hence, A’BA is a skew-symmetric matrix.

14.

Therefore A'= -A

Hence A is a skew symmetric matrix.

15. Let the number of books as a 1 3 matrix=

Let the selling prices of each book as a 3 1 matrix

Total amount received by selling all books =

= [120(80) + 96(60) + 120(40)] = [9600 + 5760 + 4800] = [20160]


Therefore, Total amount received by selling all the books = Rs 20160

16. i. Given: ……….(i)

5 / 7
Changing rows of matrix A as the columns of new matrix

A’ = A
Therefore, by definitions of symmetric matrix, A is a symmetric matrix.

ii. Given: ……….(i)

Taking (-1) common, [From eq. (i)]

Therefore, by definition matrix A is a skew-symmetric matrix

17. For n = 1

Hence, result is true for n =1


Let the result is true for n = k. Then,

....(i)

Now, we prove that the result is true for n = k + 1.

Ak+1 = A. Ak

(using (i))

P (K + 1) is true.
Hence P (n) is true.

18. We have, and

6 / 7
Also, A' = A-1

AA' = AA-1 [ AA-1 = I]


AA' = I

2y2 - z2 = 0 2y2 = z2

4y2 + z2 = 1

2.z2 + z2 = 1

Also, x2 + y2 + z2 = 1

x2 = 1 - y2 - z2

and

7 / 7

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy