0% found this document useful (0 votes)
13 views84 pages

Matrix

The document covers fundamental concepts related to matrices and determinants, including properties of scalar multiplication, equality of matrices, and types of matrices. It also discusses matrix addition and multiplication properties, adjoint of matrices, and special matrices like orthogonal and symmetric matrices. Additionally, it provides examples and problems related to the determinant, including conditions for collinearity and specific equations to solve for matrix elements.

Uploaded by

heyitsrevaxoxo
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
0% found this document useful (0 votes)
13 views84 pages

Matrix

The document covers fundamental concepts related to matrices and determinants, including properties of scalar multiplication, equality of matrices, and types of matrices. It also discusses matrix addition and multiplication properties, adjoint of matrices, and special matrices like orthogonal and symmetric matrices. Additionally, it provides examples and problems related to the determinant, including conditions for collinearity and specific equations to solve for matrix elements.

Uploaded by

heyitsrevaxoxo
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/ 84

11 Sawaal Pakke Aayenge : Matrices + Determinants

Matrix Properties of Scalar multiplication

A, B, C ➝ matrices m × n
⍺, β ➝ Scalar
(i) ⍺(A ± B) = ⍺A ± ⍺B
(ii) (⍺ ± β)A = ⍺A ± βA
(iii) (⍺β)A = ⍺(βA)
(iv) (-1)A = -A
(v) ⍺(A ± B ± C ± …….)
= ⍺A ± ⍺B ± ⍺C…
(vi) (i) k(A +B) = k A + kB,
(vii) (ii) (k + l)A = k A + l A
Equality of Matrices
(viii) k (A + B) = kA + kB
Two matrices A = [aij] and B = [bij] are said to be equal if (ix) (k + l) A = ka + lA
(i) they are of the same order
(ii) each element of A is equal to the corresponding element of B, that is a ij = bij Properties of transpose matrix
for all i and j.
(i) (A')' = A (ii) (A + B)' = A' + B'
(iii) (A - B)' = A' - B' (iv) (AB)' = B' A'
(v) (ABC)' = C' B' A' (vi) I' = I
Properties of Matrix addition (vii) 0' = 0 (viii) (kA)′ = kA′

(i) Commutative A+B=B+A


Identity Or Unit Matrix
(A + B) + C
(ii) Associative = A + (B + C)

(iii) Additive Identity A+O=O+A=A


Scalar Matrix
A + (– A)
= (– A) + A= O
(iv) Additive inverse (O is the zero matrix of same order with
A)
Properties of Matrix multiplication Types of Matrices

(i) AB ≠ BA (Generally) matrix multiplication do not obey commutative (i) Rectangular matrix : A m × n matrix is rectangular m ≠ n
(ii) Horizontal matrix: m < n
(ii) (AB)C = A(BC) [Associative] (iii) Vertical matrix: m > n
(iv) Row matrix: m = 1
(iii) AI = IA = A
(v) Column matrix: n = 1
(iv) AO = O A = O
(vi) Square matrix: m = n
(v) (vii) Zero matrix: A = [aij] is called zero matrix is a = 0 ∀ ij It is
(vi) denoted by 0 or Om×n
(vii) AC = BC ⇒ B = C (viii) Diagonal element if A = [aij]n×n square matrix then the element
(viii) AC = BC ⇒ A = B aij ∀ i are called diagonal element
(ix) A2 = A.A ⇒ A3 = A2.A Ex: a11, a22, a33, ………. an×n ➝ diagonal.
(x) An+1 = An.A n ∈ N 0∀i≠j
(xi) In = I n∈N (ix) Diagonal matrix : aij
(xii) On = O n∈N ≠0∀i=j
(xiii) if A = diag (d1, d2, d3 ………dn) then
(x) Principle diagonal:
An = diag (d1n, d2n, d3n ………. dnn)

Ex:

off diagonal Principle diagonal or leading diagonal, main diagonal


(xi) triangular matrix:
1. Upper triangular matrix
2. Lower triangular matrix = 0, ∀ i < j
(xiv) (Diagonal matrix)n = Diagonal matrix aij = 0, ∀ i > j
(xv) (Scalar matrix)n = Scalar matrix aij
aij
(xvi) (Tridiagonal matrix)n = Trigonal matrix ≠0∀i≥j
aij ≠ 0 ∀ i ≤ j
(xvii) (A + B)2 = A2 + B2 + AB + BA
(xviii) (A - B)2 = A2 + B2 AB + BA
(xix) (A + B) (A - B) = A2 - AB + BA - B2
Adjoint of Matrix Some Special Matrix

1. Adjoint of A square matrix : if (i) Idempotent matrix : A2 = A or


A = [aij]n×n adj A = [cij]n×n AB = B & BA = A are idempotent matrix.
1. Properties of adjoint : A,B,C → n×n (ii) Nilpotent matrix : Ak = 0 k ∈ N
Matrix 1. k = index of nilpotency
(i) adj(A') = (adjA)' (iii) periodic matrix : Ak+1 = A, k ∈ N
(ii) adj(AB) = (adjB) (adjA) Note : Here least +ve integral value 'k' is called period of 'A'
(iii) adj(ABC) = (adjC) (adjB))(adjA) A3 = A ⇒ A2+1 = A period = 2
(iv) (adjAk) = (adjA)k A4 = A ⇒ A3+1 = A period = 3
(v) adj(λA) = λn-1 (adj (A)) (iv) Involuntary matrix : if A2 = I
(vi) Aadj(A) = adj(A)A = |A|In (v) Anti commute matrix : AB = BA
(vii) |adj A| = |A|n-1 ⇒ (AB + BA) = 0
(viii) adj A = |A|A-1
(ix) adj(adj A) = |A|n-2.A Trace of a square matrix
(x) |adj(adjA)| =
If A = [aij]m×n be a square matrix then trace of A is denoted by tr(A)
(xi) adj(diagonal matrix) = diagonal matrix
(xii) adj(scalar matrix) = scalar matrix
(xiii) adj(Identity matrix) = Identity matrix
(xiv) adj(0) = 0
tr(A) = Sum of diagonal elements
(xv) adj(triangular matrix) = triangular matrix
(xvi) adj(singular matrix) = singular matrix
(xvii) adj(non singular matrix) = non singular matrix Properties
(xviii) adj(symmetric matrix) = symmetric matrix (i) tr(A + B) = tr(A) + tr(B)
(xix) adj(skew symmetric matrix) (ii) tr(A - B) = tr(A) - tr(B)
(iii) tr(KA) = ktr(A) ; k = scalar
(iv) tr(AB) = tr(B). tr(A)
(v) tr(0) = 0
(vi) tr(In) = n
Orthogonal matrix Properties of symmetric & skew symmetric

If AA' = A'A = I (1) If A be a square matrix then:


Note: (i) If A is orthogonal then A' is also orthogonal. (i) A + A' is symmetric
(ii) If A & B are orthogonal matrix then AB and BA are also orthogonal (ii) A - A' is skew symmetric
(iii) AA' is symmetric
matrix.
(1) if A is a symmetric matrix then
(i) A' is also symmetric
(ii) KA' k∈ R is also symmetric
A = dig(a11, a22, a33) (iii) -A is also symmetric
(iv) An, n ∈ N is also symmetric
(v) A-1 is also symmetric
B = dig(b11, b22, b33) (vi) A2, A3, A4 is also symmetric
(1) If A is a skew symmetric matrix then
(i) A' is also skew symmetric
AB = dig(a11b11, a22b22, a33b33) (ii) KA’ k ∈ R is also skew symmetric
(iii) A2n n ∈ N is Symmetric matrix.
(iv) -A also skew symmetric matrix
(v) A2n+1 n ∈ N is also skew symmetric
Minor & Cofactor (1) If A & B are symmetric matrix.
Minor (i) AB + BA is symmetric matrix.
(ii) AB - BA is skew symmetric matrix
● Minor of an element aij of a determinant is the determinant
(1) If B'AB is symmetric if A is symmetric and B'AB is skew symmetric if A is skew
obtained by deleting its ith row and jth column in which element aij
symmetric.
lies. (2) If A is symmetric then B' AnB n ∈ N is also symmetric
● Minor of an element aij is denoted by Mij. (3) If A is skew symmetric then B'A2nB is symmetric and B'A2n+1 B is skew symmetric.
(4) Every square matrix can be expressed as the sum of a symmetric matrix and a skew
symmetric matrix uniquely.
Cofactor
If A = [aij]n×n be a square matrix then cofactor of aij is denoted by Cij
& it is obtained by
Cij = (-1)i+j (mij)
Inverse of Matrix Properties of Inverse of Matrix

Inverse of a square matrix : Properties of inverse : A,B,C, → n×n


If A be a square matrix then B is equal square matrix
to be inverse of A is (i) (A-1)-1 = A
AB = BA = I (ii) AA-1 = A-1 A = I
It is written as A-1 = B (iii) (A')-1 = (A-1)-1
Note: (iv) (KA)-1 = k-1 A-1 k = scalar
(i) If AB = BA = I then A-1 = B and (vi) (ABC)-1 = C-1 B-1 A-1
B-1 = A (vii) (Ak)-1 = (A-1)k
(ii) AA-1 = A-1A = I (viii) I-1 = 1
(iii) AA-1 = I ⇒ (A-1)-1 = A (ix) if A = diag (k1, k2, k3 ……….. kn) then
A-1 = diag (K1-1, k2-1, k3-1 ………… kn-1)
(x)
𝚺 property

Derivative property

Integral property
Determinant Properties of Determinants
Determinant of Matrix of Order 2 1. |A| = |A'|
2. If each element of any row or column of a determinant is multiplied by k then the
value of new determent is k times the original det

Determinant of Matrix of Order 3


1. If any two row (or column) of det are interchanged then the value of det is changed
by -ve sign.
2. any two rows or column in det are identical then the value of det is zero.
3. any two rows or column in a det proportional then the value of the det be zero.
4. if each element of any row or column of det are sum of two or more terms then the
det can be expressed as the sum of two or more determinant
5. If each elements of any rows of column are multiplied by 'k' and then adding to (or
subtracting from) corresponding element of other rows or column then the value.
of det remain unchanged .
Area of a Triangle 6. If each element of any rows or column of det be zero then value of det is zero.
7. The det of a diagonal matrix is product of diagonal elements.
Area of Triangle with vertices
8. (In) = 1
(x1, y1), (x2, y2) and (x3, y3) is 9. |I0| or |0| = 0
10. The det of triangular matrix (upper or lower) is the product of diagonal element
11. The det of skew symmetric matrix of odd order be zero.
12. The det of skew symmetric matrix of even order is perfectly square.

Condition for Collinearity of 3 Points

Area of the triangle = 0


11 Sawaal Pakke Aayenge : Matrices + Determinants
11 Sawaal Pakke Aayenge : Matrices + Determinants
SQP 2024-25
1
If for a square matrix A, A. (adjA) =

then the value of |A|+ |adj A| is equal to:

A 1

B 2025 + 1

C (2025)2+45

D (2025)2+ 2025
11 Sawaal Pakke Aayenge : Matrices + Determinants
SQP 2024-25
1
If for a square matrix A, A. (adjA) =

then the value of |A|+ |adj A| is equal to:


11 Sawaal Pakke Aayenge : Matrices + Determinants
SQP 2024-25
1
If for a square matrix A, A. (adjA) =

then the value of |A|+ |adj A| is equal to:


11 Sawaal Pakke Aayenge : Matrices + Determinants
SQP 2024-25
1
If for a square matrix A, A. (adjA) =

then the value of |A|+ |adj A| is equal to:

A 1

B 2025 + 1

C (2025)2+45

D (2025)2+ 2025
11 Sawaal Pakke Aayenge : Matrices + Determinants
Solution

For a square matrix A of order n × n, we have A.(adj A) = |A|In, where


In is the identity matrix of order n × n.

So, A.(adj A) = = 2025I3 ⇒


|A| = 2025 & |adj A| =

|A|³-¹ = (2025)²

∴ |A| + |adj A| = 2025 + (2025)²


11 Sawaal Pakke Aayenge : Matrices + Determinants
NCERT, CBSE-2019
2
Find the values of a, b, c and d from the equation:
11 Sawaal Pakke Aayenge : Matrices + Determinants
NCERT, CBSE-2019
2
Find the values of a, b, c and d from the equation:
11 Sawaal Pakke Aayenge : Matrices + Determinants
NCERT, CBSE-2019
2
Find the values of a, b, c and d from the equation:
11 Sawaal Pakke Aayenge : Matrices + Determinants
Solution

Given,
Comparing the corresponding elements, we get:
a – b = -1 …(1)
2a – b = 0 …(2)
2a + c = 5 …(3)
3c + d = 13 …(4)
From (2), we have: b = 2a
Putting the value of b in (1), we have:
a – 2a = -1 a=1
b=2
Now, from (3), we have: 2 x 1 + c = 5
c = 3 From (4), we have:
3 x 3 + d = 13 ⇒ 9 + d = 13 ⇒ d = 4
11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2024
3
If A and B are two non-zero square matrices of same
order such that (A + B)2 = A2 + B2 then :

A AB = O

B AB = -BA

C BA = O

D AB = BA
11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2024
3
If A and B are two non-zero square matrices of same
order such that (A + B)2 = A2 + B2 then :
11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2024
3
If A and B are two non-zero square matrices of same
order such that (A + B)2 = A2 + B2 then :
11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2024
3
If A and B are two non-zero square matrices of same
order such that (A + B)2 = A2 + B2 then :

A AB = O

B AB = -BA

C BA = O

D AB = BA
11 Sawaal Pakke Aayenge : Matrices + Determinants
Solution

AB = -BA
11 Sawaal Pakke Aayenge : Matrices + Determinants
NCERT, CBSE 2017,SQP 2023-24
4
Using the matrix method, solve the following system
of linear equations:
11 Sawaal Pakke Aayenge : Matrices + Determinants
NCERT, CBSE 2017,SQP 2023-24
4
Using the matrix method, solve the following system
of linear equations:
11 Sawaal Pakke Aayenge : Matrices + Determinants
NCERT, CBSE 2017,SQP 2023-24
4
Using the matrix method, solve the following system
of linear equations:
11 Sawaal Pakke Aayenge : Matrices + Determinants
Solution
11 Sawaal Pakke Aayenge : Matrices + Determinants
Solution
11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2024
5
Assertion (A): For matrix A =
,

where 0 ∈ [0, 2π], |A| ∈ [2, 4].


Reason (R): cos 0∈ [-1, 1], ∀ θ ∈ [0, 2π].
Both Assertion (A) and Reason (R) are true and Reason
A
(R) is the correct explanation of the Assertion (A).
Both Assertion (A) and Reason (R) are true, but Reason
B
(R) is not the correct explanation of the Assertion (A).

C Assertion (A) is true, but Reason (R) is false.

D Assertion (A) is false, but Reason (R) is true


11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2024
5
Assertion (A): For matrix A =
,

where 0 ∈ [0, 2π], |A| ∈ [2, 4].


Reason (R): cos 0∈ [-1, 1], ∀ θ ∈ [0, 2π].
11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2024
5
Assertion (A): For matrix A =
,

where 0 ∈ [0, 2π], |A| ∈ [2, 4].


Reason (R): cos 0∈ [-1, 1], ∀ θ ∈ [0, 2π].
11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2024
5
Assertion (A): For matrix A =
,

where 0 ∈ [0, 2π], |A| ∈ [2, 4].


Reason (R): cos 0∈ [-1, 1], ∀ θ ∈ [0, 2π].
Both Assertion (A) and Reason (R) are true and Reason
A
(R) is the correct explanation of the Assertion (A).
Both Assertion (A) and Reason (R) are true, but Reason
B
(R) is not the correct explanation of the Assertion (A).

C Assertion (A) is true, but Reason (R) is false.

D Assertion (A) is false, but Reason (R) is true


11 Sawaal Pakke Aayenge : Matrices + Determinants
Solution

Both Assertion (A) and Reason (R) are true and Reason (R) is
the correct explanation of the Assertion (A).
11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2024
6
If A = and A , find the

value of (a + x) - (b + y).
11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2024
6
If A = and A-1 =
, find the

value of (a + x) - (b + y).
11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2024
6
If A = and A-1 =
, find the

value of (a + x) - (b + y).
11 Sawaal Pakke Aayenge : Matrices + Determinants
Solution
11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2023
7
If where P is a
symmetric and Q is a skew symmetric matrix, then Q
is equal to

D
11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2023
7
If where P is a
symmetric and Q is a skew symmetric matrix, then Q
is equal to
11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2023
7
If where P is a
symmetric and Q is a skew symmetric matrix, then Q
is equal to
11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2023
7
If where P is a
symmetric and Q is a skew symmetric matrix, then Q
is equal to

D
11 Sawaal Pakke Aayenge : Matrices + Determinants
Solution
11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2024
8

is equal to:

A 2x3

B 2

C 0

D 2x3 - 2
11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2024
8

is equal to:
11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2024
8

is equal to:
11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2024
8

is equal to:

A 2x3

B 2

C 0

D 2x3 - 2
11 Sawaal Pakke Aayenge : Matrices + Determinants
Solution

2
11 Sawaal Pakke Aayenge : Matrices + Determinants
NCERT, CBSE-2019
9
If A, B are symmetric matrices of same order, then
prove that AB - BA is skew-symmetric.
11 Sawaal Pakke Aayenge : Matrices + Determinants
NCERT, CBSE-2019
9
If A, B are symmetric matrices of same order, then
prove that AB - BA is skew-symmetric.
11 Sawaal Pakke Aayenge : Matrices + Determinants
NCERT, CBSE-2019
9
If A, B are symmetric matrices of same order, then
prove that AB - BA is skew-symmetric.
11 Sawaal Pakke Aayenge : Matrices + Determinants
Solution

A and B are symmetric matrices, therefore, we have:

A’ = A and B’ = B …(1)

Here, (AB - BA)’ = (AB)’ - (BA)’

= B’A’ - A’B’

= BA - AB [by (1)]

= -(AB - BA)

(AB + AB)’ = -(AB - BA)

Hence, (AB - BA) is a skew-symmetric matrix.


11 Sawaal Pakke Aayenge : Matrices + Determinants
SQP 2024-25
10
Assume X, Y, Z, W and P are matrices of order 2 × n,
3 × k, 2 × p, n × 3, and p × k, respectively. Then the
restriction on n, k and p so that PY + WY will be
defined are:

A k = 3, p = n

B k is arbitrary, p = 2

C p is arbitrary, k = 3

D k = 2, p = 3
11 Sawaal Pakke Aayenge : Matrices + Determinants
SQP 2024-25
10
Assume X, Y, Z, W and P are matrices of order 2 × n,
3 × k, 2 × p, n × 3, and p × k, respectively. Then the
restriction on n, k and p so that PY + WY will be
defined are:
11 Sawaal Pakke Aayenge : Matrices + Determinants
SQP 2024-25
10
Assume X, Y, Z, W and P are matrices of order 2 × n,
3 × k, 2 × p, n × 3, and p × k, respectively. Then the
restriction on n, k and p so that PY + WY will be
defined are:
11 Sawaal Pakke Aayenge : Matrices + Determinants
SQP 2024-25
10
Assume X, Y, Z, W and P are matrices of order 2 × n,
3 × k, 2 × p, n × 3, and p × k, respectively. Then the
restriction on n, k and p so that PY + WY will be
defined are:

A k = 3, p = n

B k is arbitrary, p = 2

C p is arbitrary, k = 3

D k = 2, p = 3
11 Sawaal Pakke Aayenge : Matrices + Determinants
Solution
11 Sawaal Pakke Aayenge : Matrices + Determinants
Question Bank 2023-24
11
On her birthday, Seema decided to donate some money to children
of an orphanage home. If there were 8 children less, everyone
would have got Rs.10 more. However, if there were 16 children
more, everyone would have got Rs. 10 less. Let the number of
children be x and the amount distributed by Seema for one child be
y (in Rs.).

Based on the information given above, answer the following


questions:
11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2024, 2013, 2015
11(i)

The equations in terms x and y are

5x - 4y = 40
A
5x - 8y = -80
5x - 4y = 40
B
5x - 8y = 80
5x - 4y = 40
C
5x + 8y = -80
5x + 4y = 40
D
5x - 8y = -80
11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2024, 2013, 2015
11
11(i)

The equations in terms x and y are


11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2024, 2013, 2015
11
11(i)

The equations in terms x and y are


11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2024, 2013, 2015
11
11(i)

The equations in terms x and y are

5x - 4y = 40
A
5x - 8y = -80
5x - 4y = 40
B
5x - 8y = 80
5x - 4y = 40
C
5x + 8y = -80
5x + 4y = 40
D
5x - 8y = -80
11 Sawaal Pakke Aayenge : Matrices + Determinants
Solution
11 Sawaal Pakke Aayenge : Matrices + Determinants
Solution
11 Sawaal Pakke Aayenge : Matrices + Determinants
Solution
11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2024, 2013, 2015
11
11(ii)
(i)
Which of the following matrix equations represents
the information given above?

D
11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2024, 2013, 2015
11
11(ii)
(i)
Which of the following matrix equations represents
the information given above?
11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2024, 2013, 2015
11
11(ii)
(i)
Which of the following matrix equations represents
the information given above?
11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2024, 2013, 2015
11
11(ii)
(i)
Which of the following matrix equations represents
the information given above?

D
11 Sawaal Pakke Aayenge : Matrices + Determinants
Solution
11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2024, 2013, 2015
11(ii
11(iii)
)
The number of children who were given some money
by Seema, is

A 30

B 40

C 23

D 32
11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2024, 2013, 2015
11(ii
11(iii)
)
The number of children who were given some money
by Seema, is
11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2024, 2013, 2015
11(ii
11(iii)
)
The number of children who were given some money
by Seema, is
11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2024, 2013, 2015
11(ii
11(iii)
)
The number of children who were given some money
by Seema, is

A 30

B 40

C 23

D 32
11 Sawaal Pakke Aayenge : Matrices + Determinants
Solution
11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2024, 2013, 2015
11(iv
11(iii
))

How much amount is given to each child by Seema?

A Rs. 32

B Rs. 30

C Rs. 62

D Rs. 26
11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2024, 2013, 2015
11(iv
11(iii
))

How much amount is given to each child by Seema?


11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2024, 2013, 2015
11(iv
11(iii
))

How much amount is given to each child by Seema?


11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2024, 2013, 2015
11(iv
11(iii
))

How much amount is given to each child by Seema?

A Rs. 32

B Rs. 30

C Rs. 62

D Rs. 26
11 Sawaal Pakke Aayenge : Matrices + Determinants
Solution
11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2024, 2013, 2015
11(iv
11(v)
)
How much amount Seema spends in distributing the
money to all the students of the Orphanage?

A Rs. 609

B Rs. 960

C Rs. 906

D Rs. 690
11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2024, 2013, 2015
11(iv
11(v)
)
How much amount Seema spends in distributing the
money to all the students of the Orphanage?
11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2024, 2013, 2015
11(iv
11(v)
)
How much amount Seema spends in distributing the
money to all the students of the Orphanage?
11 Sawaal Pakke Aayenge : Matrices + Determinants
CBSE 2024, 2013, 2015
11(iv
11(v)
)
How much amount Seema spends in distributing the
money to all the students of the Orphanage?

A Rs. 609

B Rs. 960

C Rs. 906

D Rs. 690
11 Sawaal Pakke Aayenge : Matrices + Determinants
Solution
11 Sawaal Pakke Aayenge : Matrices + Determinants

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