Question
Question: In a certain city there are 30 colleges, has 15 peons, 6 clerks, 1 typist and 1 section officer. Exp...
In a certain city there are 30 colleges, has 15 peons, 6 clerks, 1 typist and 1 section officer. Express the given information as a column matrix. Using scalar multiplication, find the total number of posts of each kind in all the colleges.
Solution
We write the number of posts of each kind in one college. Form a matrix containing the elements as number of posts in 1 college and another matrix with element as number of colleges in the city. Use the matrix multiplication to find the number of posts of each kind.
- A matrix is an array of the given data arranged in the form of rows and columns. A matrix has an order m×nwhere m is number of rows and n is number of columns.
Complete step-by-step answer:
The total number of colleges in the city is 30
We write the number of colleges in the city as a matrix with one element.
Let A=[30]
Number of posts for peons in a college is 15
Number of posts for clerks in a college is 6
Number of posts for typists in a college is 1
Number of posts for section officers in a college is 1
We form a column matrix in which the elements are the number of posts of each kind.
Let the column matrix be B
Then we can represent matrix B as:
Since we know the matrix B represents the number of posts of each kind in one college and matrix A represents the number of colleges in the city, we can find the total number of posts in 30 colleges by matrix multiplication of A and B.
We know in matrix multiplication the product matrix exists if and only if the number of columns in the first matrix is equal to the number of row of the second matrix.
General order of matrix is written as m×nwhere m is number of rows and n is number of columns
Here B is a 4×1matrix and A is 1×1.
Since, the number of rows of B is equal to number of columns in A i.e.1 then product matrix exists.