Access free live classes and tests on the app
Download
+
Unacademy
  • Goals
    • AFCAT
    • AP EAMCET
    • Bank Exam
    • BPSC
    • CA Foundation
    • CAPF
    • CAT
    • CBSE Class 11
    • CBSE Class 12
    • CDS
    • CLAT
    • CSIR UGC
    • GATE
    • IIT JAM
    • JEE
    • Karnataka CET
    • Karnataka PSC
    • Kerala PSC
    • MHT CET
    • MPPSC
    • NDA
    • NEET PG
    • NEET UG
    • NTA UGC
    • Railway Exam
    • SSC
    • TS EAMCET
    • UPSC
    • WBPSC
    • CFA
Login Join for Free
avtar
  • ProfileProfile
  • Settings Settings
  • Refer your friendsRefer your friends
  • Sign outSign out
  • Terms & conditions
  • •
  • Privacy policy
  • About
  • •
  • Careers
  • •
  • Blog

© 2023 Sorting Hat Technologies Pvt Ltd

CBSE Class 12 » CBSE Class 12 Study Materials » Mathematics » Problems on Matrices
CBSE

Problems on Matrices

In problems on matrices, we will discuss the different concepts of matrices with matrices questions and solutions and matrices word problems and solutions.

Table of Content
  •  

In the problems on matrices article, we will look at the concepts of Matrices with the help of matrix questions and solutions and matrix word problems and solutions. The problems on matrices will cover many different properties of matrices like equity of matrices, matrix multiplication, matrix addition, etc.

One should know that addition and subtraction of two or more matrices can only be done if the numbers of rows and columns are equal in both the matrices, i.e., for two matrices X = [xij]mxn and Y = [yij]pxq, mxn = pxq (i.e., m=p and n=q).

With our help, you would no longer need to solve matrix equation calculators. So, let’s get started! 

Equity of Matrices 

Matrices A = [aij] and B = [bij] are considered equal if they are of the same order or aij = bij, for all i and j. 

Matrices questions and solutions 1- Find the values of a, b, c, x, y, and z. 

If  [x+5  z+9   2y-7] = [   6   11   3y-2]and [ a+2    2c-2      b-6]= [-3   0     2b+4]     

We all know that if two matrices are equal, their corresponding elements are also equal. 

Therefore, 

x+5 = 6                      z+9 = 11                  2y-7 = 3y-2

a+2 = -3                     2c-2 = 0                   b – 6 = 2b + 4

After simplifying, we get the following values: 

a = -5, b = 10, c = 1, x = 1, z = 2, and y = -5 

Addition of Matrices 

Matrices word problem and solutions 1- Zubin has two factories A and B. Each factory produces school bags for boys and girls in three different colours – blue, red and yellow. The quantities produced by each factory is represented in the matrices below.

Let boys and girls be represented as columns 1 and 2, respectively, and the colours blue, red and yellow can be represented as rows 1, 2 and 3, respectively.

From this, we can conclude that the total bags produced in each colour for boys and girls are 

Blue: Boys = 170, Girls = 110

Red: Boys = 145, Girls = 120

Yellow: Boys = 165, Girls = 160.

Multiplication of a matrix by a scalar

Matrices questions and solutions 2- For two matrices X and Y, when is XY defined?

Ans: For any two given matrices X and Y, the scalar product XY is defined only if the number of columns in matrix X equals the number of rows in matrix Y, i.e., XY is defined for two matrices when

X = [xij]mxn and Y = [yij]pxq , n = p.

Matrices questions and solutions 3- Find matrix X, if 2A + 3X = 5B and A =

Solving for X,

2A + 3X = 5B 

  • 3X = 5B – 2A 

  • X = 13 (5B -2A) 

  • X = 1/3

Conclusion 

With this, we conclude our article on problems on matrices. We hope that our article was insightful and that matrices word problems and solutions helped clear your doubts. The concept of matrices is used in several fields of mathematics and physics because matrices make it easier to calculate complex equations. This concept is applied in the study of quantum mechanics, optics, invertibility, etc.

faq

Frequently Asked Questions

Get answers to the most common queries related to the CBSE Class 12 Examination Preparation.

What are the properties of matrix addition?

Ans: Properties of matrix addition are: ...Read full

What are the properties of the multiplication of matrices?

Ans: Properties of multiplication of matrices are: ...Read full

What are the properties of the transpose of matrices?

Ans: There are several properties of the transpose of the matrices. ...Read full

What are the different types of matrices?

Ans: There are several different types of matrices. These include-  ...Read full

How can one add or subtract matrices?

Ans: One should know that addition and subtraction of two or more matrices can only be done if the numbers of rows a...Read full

Ans: Properties of matrix addition are:

  1. Commutative Law- If A and B are matrices of the same order, then A + B= B + A.
  2. Associative Law- If A, B, and C are three matrices of the same order, then (A + B) + C = A + (B + C). 
  3. Existence of additive identity- This property states that if A is a matrix of m*n order and O is a null matrix of m*n order, then A + O = O + A = A.
  4. The existence of additive inverse- This property states that for a matrix A, there is another matrix – A, such that A + (-A) = (-A) + A = O.  

Ans: Properties of multiplication of matrices are:

  1. Associative Law- According to this property, for any three matrices A, B, and C, (AB) C = A (BC). 
  2. Distributive Law- The distributive law states that for any three matrices A, B, and C-

A (B+C) = AB + AC and (A+B)C = AC + BC. 

  1. Existence of multiplicative identity- According to this property, there is an identity matrix of the same order for every square matrix A. Therefore, AI = IA = A. 

Ans: There are several properties of the transpose of the matrices.

  • Let A be a square matrix of order n, then (A’)’ = A. 

For example, let B =

1

6

-8

9

Then B’ = 

1

-8

6

9

and (B’)’ = 

1

6

-8

9

With this example, we can observe that (B’)’ = B. 

  • The transpose of the product of two matrices of order n is equal to the product of their transpose in the reverse order. 

For two matrices, say A and B, B’A’ = (AB)’, and (A + B)’ = A’ + B’.

Ans: There are several different types of matrices. These include- 

  • Column Matrix – A column matrix is a matrix made up of a single column and n number of rows. 
  • Row Matrix – A row matrix will have only 1 row; however, it can have n numbers of columns. 
  • Null Matrix – The elements of a matrix are called entries. And if in a matrix all of the entries are zero, then the matrix is called zero or null matrix. 
  • Symmetric Matrix – A square matrix is called a symmetric matrix if, after transposing, the values of the rows and columns remain unchanged. 
  • Square Matrix – A matrix is considered a square matrix if rows and columns are the same. 

Ans: One should know that addition and subtraction of two or more matrices can only be done if the numbers of rows and columns are equal in both the matrices, i.e., for two matrices X = [xij]mxn and Y = [yij]pxq, mxn = pxq (i.e., m=p and n=q).

Crack CBSE Class 12 with Unacademy

Get subscription and access unlimited live and recorded courses from India’s best educators

  • Structured syllabus
  • Daily live classes
  • Ask doubts
  • Tests & practice
Learn more

Notifications

Get all the important information related to the CBSE Class 12 Examination including the process of application, important calendar dates, eligibility criteria, exam centers etc.

CBSE Class 12 Exam Pattern
CBSE Class 12 Results 2023
CBSE Class 12 Syllabus
See all

Related articles

Learn more topics related to Mathematics
Zero and Identity matrix

An information derivation/illustration of the scalar matrix is presented, beginning with refuting the intuitive concept the unit matrix is stuffed with 1s, then replacing it with the proper unit matrix

What is 100 Factorial?

What is the factorial of 100? How do we calculate the factorial of 100? We will be shedding light on all these significant topics over here.

Vector Product

A vector has both a magnitude and a direction, as we know. Do we, however, understand how any two vectors multiply? Let's take a closer look at the cross-product of these vectors.

Types Of Matrices

In this article, we learn about a matrix, symmetric matrices, properties, different types of matrices, including row, column, singleton, horizontal, vertical, equal square, skew-symmetric matrices, and some of the operations.

See all
Access more than

6,582+ courses for CBSE Class 12

Get subscription

Trending Topics

  • Assertive Sentence
  • First 20 Elements
  • Charging By Induction
  • Dialogue Writing
  • What Are Tertiary Activities
  • Pedigree Analysis
  • Secondary Activities
  • Disintegration Of Soviet Union
combat_neetug

Important Links

  • NCERT Solutions
  • NCERT Books
  • Physics Formulas
  • Maths Formulas
  • Chemistry Formulas
rankpredictor_neetug
Download NEET 2022 question paper
Company Logo

Unacademy is India’s largest online learning platform. Download our apps to start learning


Starting your preparation?

Call us and we will answer all your questions about learning on Unacademy

Call +91 8585858585

Company
About usShikshodayaCareers
we're hiring
BlogsPrivacy PolicyTerms and Conditions
Help & support
User GuidelinesSite MapRefund PolicyTakedown PolicyGrievance Redressal
Products
Learner appLearner appEducator appEducator appParent appParent app
Popular goals
IIT JEEUPSCSSCCSIR UGC NETNEET UG
Trending exams
GATECATCANTA UGC NETBank Exams
Study material
UPSC Study MaterialNEET UG Study MaterialCA Foundation Study MaterialJEE Study MaterialSSC Study Material

© 2025 Sorting Hat Technologies Pvt Ltd

Unacademy
  • Goals
    • AFCAT
    • AP EAMCET
    • Bank Exam
    • BPSC
    • CA Foundation
    • CAPF
    • CAT
    • CBSE Class 11
    • CBSE Class 12
    • CDS
    • CLAT
    • CSIR UGC
    • GATE
    • IIT JAM
    • JEE
    • Karnataka CET
    • Karnataka PSC
    • Kerala PSC
    • MHT CET
    • MPPSC
    • NDA
    • NEET PG
    • NEET UG
    • NTA UGC
    • Railway Exam
    • SSC
    • TS EAMCET
    • UPSC
    • WBPSC
    • CFA

Share via

COPY