Questions

Case study (4 Marks)

🎯

Test yourself on this topic

4 questions · timed · auto-graded

Question 14 Marks
In an engineering workshop there are 10 machines for drilling, 8 machines for turning and 7 machines for grinding. Three types of brackets are made. Type I brackets require 0 minutes for drilling, 5 minutes for turning and 4 minutes for grinding. The corresponding times for type II and III brackets are 3, 3, 2 and 3, 2, 2, minutes respectively. How many brackets of each type should be produced per hour so that all the machines remain fully occupied during an hour? Solve by using matrix method.
Answer
The information provided can be summarized in the tabular form as follows:
BracketsDrillingTurningGrinding
Type I054
Type II332
Type III322
Time available (in minutes)10 $\times$ 60 = 6008 $\times$ 60 = 4807 $\times$ 60 = 420
Let x, y and z denote the number of brackets produced of each type. Then, the time taken by drilling machine to produce x, y and z brackets of type I, II and III respectively, is 0x + 3y + 3z minutes. But the time for which the drilling machine is available is 600 minutes.
$
\therefore 0 x+3 y+3 z=600
$
Similarly, for turning and grinding machines, we obtain
$
5 x+3 y+2 z=480 \text { and } 4 x+2 y+2 z=420
$
Thus, we obtain the following system of linear equations
$
\begin{array}{l}
0 x+3 y+3 z=600 \\
5 x+3 y+2 z=480 \\
4 x+2 y+2 z+420
\end{array}
$
In matrix form, the above system can be written as
$
\left[\begin{array}{lll}
0 & 3 & 3 \\
5 & 3 & 2 \\
4 & 2 & 2
\end{array}\right]\left[\begin{array}{l}
x \\
y \\
z
\end{array}\right]=\left[\begin{array}{l}
600 \\
480 \\
420
\end{array}\right]
$
or, $AX = B$ where $A =\left[\begin{array}{lll}0 & 3 & 3 \\ 5 & 3 & 2 \\ 4 & 2 & 2\end{array}\right], X =\left[\begin{array}{l}x \\ y \\ z\end{array}\right]$ and $B =\left[\begin{array}{l}600 \\ 480 \\ 420\end{array}\right]$
Now, $| A |=\left|\begin{array}{lll}0 & 3 & 3 \\ 5 & 3 & 2 \\ 4 & 2 & 2\end{array}\right|=0(6-4)-3(10-8)+3(10-12)=-12 \neq 0$
So, A is invertible.
Let $C _{ ij }$ be cofactor of $a _{ ij }$ in $A =\left[ a _{ ij }\right]$. Then,
$
C_{11}=2, C_{12}=-2, C_{13}=-2, C_{21}=0, C_{22}=-12, C_{23}=12, C_{31}=-3, C_{32}=15, C_{33}=-15
$
$
\therefore \operatorname{adj} A=\left[\begin{array}{ccc}
2 & -2 & -2 \\
0 & -12 & 12 \\
-3 & 15 & -15
\end{array}\right]^T=\left[\begin{array}{ccc}
2 & 0 & -3 \\
-2 & -12 & 15 \\
-2 & 12 & -15
\end{array}\right]
$
Thus, $A ^{-1}=\frac{1}{|A|}$ adj $A =-\frac{1}{12}\left[\begin{array}{ccc}2 & 0 & -3 \\ -2 & -12 & 15 \\ -2 & 12 & -15\end{array}\right]$
Now, $AX = B$
$
\begin{array}{l}
\Rightarrow X=A^{-1} B \\
\Rightarrow\left[\begin{array}{l}
x \\
y \\
z
\end{array}\right]=\frac{1}{12}\left[\begin{array}{rrr}
2 & 0 & -3 \\
-2 & -12 & 15 \\
-2 & 12 & -15
\end{array}\right]\left[\begin{array}{l}
600 \\
480 \\
420
\end{array}\right]=-\frac{1}{12}\left[\begin{array}{rrr}
1200 & +0 & -1260 \\
-1200 & -5760 & +6300 \\
-1200 & +5760 & -6300
\end{array}\right]=-\frac{1}{12}\left[\begin{array}{c}
-60 \\
-660 \\
-1740
\end{array}\right]=\left[\begin{array}{c}
5 \\
55 \\
145
\end{array}\right] \\
\Rightarrow x=5, y=55 \text { and } z=145
\end{array}
$
Hence, 5 brackets of Type-I, 55 brackets of Type-II and 145 brackets of Type-III should be produced to keep all machines fully occupied.
View full question & answer
Question 24 Marks
A shopkeeper has 3 varieties of pens A, B and C. Meenu purchased 1 pen of each variety for a total of ₹ 21. Jean purchased 4 pens of A variety, 3 pens of B variety and 2 pens of C variety for ₹ 60. While Shikha purchased 6 pens of A variety, 2 pens of B variety and 3 pens of C variety for ₹ 70. Using matrix method find the cost of each pen.
Answer
Let the varieties of pen $A , B$ and C be $x , y$ and z respectively.
According to question,
$
\begin{array}{l}
x+y+z=21 \\
4 x+3 y+2 z=60 \\
6 x+2 y+3 z=70
\end{array}
$
These three equations can be written as:
$
\begin{array}{l}
{\left[\begin{array}{lll}
1 & 1 & 1 \\
4 & 3 & 2 \\
6 & 2 & 3
\end{array}\right]\left[\begin{array}{l}
x \\
y \\
z
\end{array}\right]=\left[\begin{array}{l}
21 \\
60 \\
70
\end{array}\right]} \\
AX=B \\
|A|=1(9-4)-1(12-12)+1(8-18) \\
=1(5)-1(0)+1(-10) \\
=5-0-10 \\
=-5
\end{array}
$
Hence, the unique solution given by $x = A ^{-1} B$
$
\begin{array}{l}
C_{11}=(-1)^{1+1}(9-4)=5 \\
C_{12}=(-1)^{1+2}(12-12)=0 \\
C_{13}=(-1)^{1+3}(8-18)=-10 \\
C_{21}=(-1)^{2+1}(3-2)=-1 \\
C_{22}=(-1)^{2+2}(3-6)=-3 \\
C_{23}=(-1)^{2+3}(2-6)=4 \\
C_{31}=(-1)^{3+1}(2-3)=-1 \\
C_{32}=(-1)^{3+2}(2-4)=2 \\
C_{33}=(-1)^{3+3}(3-4)=-1
\end{array}
$
Adj $A =\left[\begin{array}{ccc}5 & 0 & -10 \\ -1 & -3 & 4 \\ -1 & 2 & -1\end{array}\right]^T=\left[\begin{array}{ccc}5 & -1 & -1 \\ 0 & -3 & 2 \\ -10 & 4 & -1\end{array}\right]$
$x = A ^{-1} B=\frac{1}{|A|}(\operatorname{adj} A ) B$
$X=\frac{1}{-5}\left[\begin{array}{ccc}5 & -1 & -1 \\ 0 & -3 & 2 \\ -10 & 4 & -1\end{array}\right]\left[\begin{array}{l}21 \\ 60 \\ 70\end{array}\right]$
$X=\frac{1}{-5}\left[\begin{array}{c}105-60-70 \\ 0-180+140 \\ -210+240-70\end{array}\right]$
$X=\frac{1}{-5}\left[\begin{array}{c}105-60-70 \\ 0-180+140 \\ -210+240-70\end{array}\right]$
$\begin{array}{l}{\left[\begin{array}{l} X \\ y \\ Z \end{array}\right]=\frac{1}{-5}\left[\begin{array}{l}-25 \\ -40 \\ -40\end{array}\right]} \\ {\left[\begin{array}{l}x \\ y \\ z\end{array}\right]=\left[\begin{array}{l}5 \\ 8 \\ 8\end{array}\right]}\end{array}$
Hence, A = ₹5, B = ₹8 and C = ₹8
View full question & answer
Question 34 Marks
Read the text carefully and answer the questions:
The nominal rate of return shows the yield of an investment over time without accounting for negative elements such as inflation or taxes. By calculating the nominal rate of return, you can compare the performance of your assets easily, regardless of the inflation rate or differing spans of time for each investment. By obtaining a bird’s-eye view of how your assets are growing, you can make more prudent investment decisions in the future.
(a) A man invests a sum of money in ₹100 shares paying $15 \%$ dividend quoted at $20 \%$ premium. If his annual dividend is ₹540, calculate the rate of return on his investment.
(b) Mr. Satya holds 1500, ₹100 shares of a company paying $15 \%$ dividend annually quoted at $30 \%$ premium. Calculate rate of return on his investment.
(c) ₹100 shares of a company are sold at a discount of ₹20 . If the return on the investment is $15 \%$, find the rate of dividend declared.
OR
A company declared a dividend of $14 \%$. Find the market value of ₹50 shares, if the return on the investment was $10 \%$.
Answer
Read the text carefully and answer the questions:
The nominal rate of return shows the yield of an investment over time without accounting for negative elements such as inflation or taxes. By calculating the nominal rate of return, you can compare the performance of your assets easily, regardless of the inflation rate or differing spans of time for each investment. By obtaining a bird's-eye view of how your assets are growing, you can make more prudent investment decisions in the future.
(i) $12.5 \%$
(ii) $11 \frac{7}{13} \%$
(iii) 12%
OR
 70
View full question & answer
Question 44 Marks
View full question & answer
Case study (4 Marks) - Applied Maths STD 12 Science Questions - Vidyadip