Question
Question: To raise money for an orphanage, students of three schools A, B, and C organized an exhibition in th...
To raise money for an orphanage, students of three schools A, B, and C organized an exhibition in their locality, where they sold old paper bags, scrapbooks, and pastel sheets made by them using recycled paper at the rate of Rupees 20, 15 and 10 per unit respectively. School A sold 25 paper bags, 10 scrapbooks, and 30 pastel sheets. School B sold 20 paper bags, 15 scrapbooks, and 30 pastel sheets while School C sold 25 paper bags, 18 scrapbooks, and 35 pastel sheets. Using matrices, find the total amount raised by each school.
Solution
Hint: We represent the number of units sold by each school in a 3 × 3 matrix and the cost of individual units in a 3 × 1 matrix. The resulting product of these matrices will give us the total amount raised by each school.
Complete step-by-step answer:
Let us denote the number of paper bags, scrapbooks, and pastel sheets made by school A by xA,yA,zA respectively. We know that xA=25,yA=10,zA=30 .
Let us denote the number of paper bags, scrapbooks, and pastel sheets made by school B by xB,yB,zB respectively. We know that xB=20,yB=15,zB=30 .
Let us denote the number of paper bags, scrapbooks, and pastel sheets made by school C by xC,yC,zC respectively. We know thatxC=25,yC=18,zC=35 .
We can represent this by a 3 × 3 matrix M such that
M = xA xB xC yAyByCzAzBzC=25 20 25 101518303035
Now we will write the cost of paper bags, scrapbooks and pastel sheets, i.e. Rupees 20, 15, 10 in 3 × 1 matrix N such that
N = 20 15 10
We know that to find the total amount raised by each school, we must multiply the number of items sold by their price. This can be done using matrices.
Thus, let the 3 × 1 matrix P denote the total amount raised. We know that P is the product of matrices M and N.
For any two matrices A and B given by
A=a11 a21 a31 a12a22a32a13a23a33 and B=p q r A×B = a11×p+a12×q+a13×r a21×p+a22×q+a23×r a31×p+a32×q+a33×r
Thus, M × N = P
⇒25 20 25 101518303035×20 15 10 =P⇒25×20+10×15+30×10 20×20+15×15+30×10 25×20+18×15+35×10 =P⇒500+150+300 400+225+300 500+270+350 =P⇒950 925 1120 =P
Hence, the amount raised by school A is Rupees 950, school B is Rupees 925 and school C is Rupees 1120.
Note: There is a chance of making a mistake while writing matrix M as students may interchange the rows and columns which can lead to the wrong answer. There is also the possibility of making a calculation mistake during matrix multiplication.