Advertisements
Advertisements
प्रश्न
There are 2 families A and B. There are 4 men, 6 women and 2 children in family A, and 2 men, 2 women and 4 children in family B. The recommend daily amount of calories is 2400 for men, 1900 for women, 1800 for children and 45 grams of proteins for men, 55 grams for women and 33 grams for children. Represent the above information using matrix. Using matrix multiplication, calculate the total requirement of calories and proteins for each of the two families. What awareness can you create among people about the planned diet from this question?
उत्तर
According to the question,
Let X be the matrix showing number of family members in family A and B.
\[X = \begin{bmatrix}4 & 6 & 2 \\ 2 & 2 & 4\end{bmatrix}\begin{array}\text{Family A} \\ Family B\end{array}\]
And, Y be a matrix showing the recommend daily amount of calories.
\[Y = \begin{bmatrix}2400 \\ 1900 \\ 1800\end{bmatrix}\]
And, Z be a matrix showing the recommend daily amount of proteins.
\[Z = \begin{bmatrix}45 \\ 55 \\ 33\end{bmatrix}\]
Now, the total requirement of calories of the two families will be shown by XY.
\[XY = \begin{bmatrix}4 & 6 & 2 \\ 2 & 2 & 4\end{bmatrix}\begin{bmatrix}2400 \\ 1900 \\ 1800\end{bmatrix}\]
\[ = \binom{9600 + 11400 + 3600}{4800 + 3800 + 7200}\]
\[ = \binom{24600}{15800}\]
Also, the total requirement of proteins of the two families will be shown by XZ.
\[XZ = \begin{bmatrix}4 & 6 & 2 \\ 2 & 2 & 4\end{bmatrix}\begin{bmatrix}45 \\ 55 \\ 33\end{bmatrix}\]
`=[[180 + 330 + 66],[90 + 110 + 132]]`
`=[[576],[332]]`
Hence, the total requirement of calories and proteins for each of the two families is shown as:
\[\begin{array}\text{Calories }& Proteins\end{array}\]
\[\begin{array}"Family A: \\ Family B:\end{array} \begin{array}"24600 \\ 15800\end{array} \begin{array}"576 \\ 332\end{array}\]
APPEARS IN
संबंधित प्रश्न
Compute the indicated product.
`[(2,1),(3,2),(-1,1)][(1,0,1),(-1,2,1)]`
Compute the products AB and BA whichever exists in each of the following cases:
`A=[[3 2],[-1 0],[-1 1]]` and `B= [[4 5 6],[0 1 2]]`
Evaluate the following:
`[[],[1 2 3],[]]` `[[1 0 2],[2 0 1],[0 1 2]]` `[[2],[4],[6]]`
If A = `[[2 -1],[3 2]]` and B = `[[0 4],[-1 7]]`find 3A2 − 2B + I
If A = `[[4 2],[-1 1]]`
, prove that (A − 2I) (A − 3I) = O
If A = `[[ab,b^2],[-a^2,-ab]]` , show that A2 = O
If A= `[[1 0 -2],[3 -1 0],[-2 1 1]]` B=,`[[0 5 -4],[-2 1 3],[-1 0 2]] and C=[[1 5 2],[-1 1 0],[0 -1 1]]` verify that A (B − C) = AB − AC.
If [x 4 1] `[[2 1 2],[1 0 2],[0 2 -4]]` `[[x],[4],[-1]]` = 0, find x.
Show that the matrix \[A = \begin{bmatrix}5 & 3 \\ 12 & 7\end{bmatrix}\] is root of the equation A2 − 12A − I = O
If\[A = \begin{bmatrix}1 & 2 \\ 2 & 1\end{bmatrix}\] f (x) = x2 − 2x − 3, show that f (A) = 0
Find the value of x for which the matrix product`[[2 0 7],[0 1 0],[1 -2 1]]` `[[-x 14x 7x],[0 1 0],[x -4x -2x]]`equal an identity matrix.
`A=[[3,2, 0],[1,4,0],[0,0,5]]` show that A2 − 7A + 10I3 = 0
Find a 2 × 2 matrix A such that `A=[[1,-2],[1,4]]=6l_2`
If `A=[[0,0],[4,0]]` find `A^16`
Let `A= [[1,1,1],[0,1,1],[0,0,1]]` Use the principle of mathematical introduction to show that `A^n [[1,n,n(n+1)//2],[0,1,1],[0,0,1]]` for every position integer n.
If B, C are n rowed square matrices and if A = B + C, BC = CB, C2 = O, then show that for every n ∈ N, An+1 = Bn (B + (n + 1) C).
Give examples of matrices
A and B such that AB = O but BA ≠ O.
If A and B are square matrices of the same order, explain, why in general
(A − B)2 ≠ A2 − 2AB + B2
A trust fund has Rs 30000 that must be invested in two different types of bonds. The first bond pays 5% interest per year, and the second bond pays 7% interest per year. Using matrix multiplication, determine how to divide Rs 30000 among the two types of bonds. If the trust fund must obtain an annual total interest of(ii) Rs 2000
To promote making of toilets for women, an organisation tried to generate awarness through (i) house calls, (ii) letters, and (iii) announcements. The cost for each mode per attempt is given below:
(i) ₹50 (ii) ₹20 (iii) ₹40
The number of attempts made in three villages X, Y and Z are given below:
(i) (ii) (iii)
X 400 300 100
Y 300 250 75
Z 500 400 150
Find the total cost incurred by the organisation for three villages separately, using matrices.
In a parliament election, a political party hired a public relations firm to promote its candidates in three ways − telephone, house calls and letters. The cost per contact (in paisa) is given in matrix A as
\[A = \begin{bmatrix}140 \\ 200 \\ 150\end{bmatrix}\begin{array}Telephone \\ House calls \\ Letters\end{array}\]
The number of contacts of each type made in two cities X and Y is given in the matrix B as
\[\begin{array}Telephone & House calls & Letters\end{array}\]
\[B = \begin{bmatrix}1000 & 500 & 5000 \\ 3000 & 1000 & 10000\end{bmatrix}\begin{array} \\City X \\ City Y\end{array}\]
Find the total amount spent by the party in the two cities.
What should one consider before casting his/her vote − party's promotional activity of their social activities?
If `A= [[3],[5],[2]]` And B=[1 0 4] , Verify that `(AB)^T=B^TA^T`
If \[A = \begin{bmatrix}\cos \alpha & - \sin \alpha \\ \sin \alpha & \cos \alpha\end{bmatrix}\] is identity matrix, then write the value of α.
For a 2 × 2 matrix A = [aij] whose elements are given by
If `[2 1 3]([-1,0,-1],[-1,1,0],[0,1,1])([1],[0],[-1])=A` , then write the order of matrix A.
If \[A = \begin{bmatrix}1 & 0 & 0 \\ 0 & 1 & 0 \\ a & b & - 1\end{bmatrix}\] , then A2 is equal to ___________ .
If AB = A and BA = B, where A and B are square matrices, then
If A and B are two matrices such n that AB = B and BA = A , `A^2 + B^2` is equal to
If A = [aij] is a scalar matrix of order n × n such that aii = k, for all i, then trace of A is equal to
(a) nk (b) n + k (c) \[\frac{n}{k}\] (d) none of these
If A = [aij] is a scalar matrix of order n × n such that aii = k, for all i, then trace of A is equal to
If A = `[(2, -1, 3),(-4, 5, 1)]` and B = `[(2, 3),(4, -2),(1, 5)]`, then ______.
If A = `[(3, -5),(-4, 2)]`, then find A2 – 5A – 14I. Hence, obtain A3.
If AB = BA for any two square matrices, prove by mathematical induction that (AB)n = AnBn
If matrix AB = O, then A = O or B = O or both A and B are null matrices.
If A = `[(1, 1, 1),(0, 1, 1),(0, 0, 1)]` and M = A + A2 + A3 + .... + A20, then the sum of all the elements of the matrix M is equal to ______.
Let a, b, c ∈ R be all non-zero and satisfy a3 + b3 + c3 = 2. If the matrix A = `((a, b, c),(b, c, a),(c, a, b))` satisfies ATA = I, then a value of abc can be ______.