SaraNextGen.Com

Exercise 1.2 - Chapter 1 Applications of Matrices and Determinants 12th Maths Guide Guide Samacheer Kalvi Solutions - SaraNextGen [2024-2025]


Updated By SaraNextGen
On April 24, 2024, 11:35 AM

$\mathbf{E x} 1.2$
Question 1.

Solve the following equations by using Cramer's rule
(i) $2 x+3 y=7 ; 3 x+5 y=9$
(ii) $5 \mathrm{x}+3 \mathrm{y}=17 ; 3 \mathrm{x}+7 \mathrm{y}=31$
(iii) $2 x+y-z=3, x+y+z=1, x-2 y-3 z=4$
(iv) $x+y+z=6,2 x+3 y-z=5,6 x-2 y-3 z=-7$
(v) $x+4 y+3 z=2,2 x-6 y+6 z=-3,5 x-2 y+3 z=-5$
Solution:
(i) $2 x+3 y=7 ; 3 x+5 y=9$
$
\Delta=\left|\begin{array}{ll}
2 & 3 \\
3 & 5
\end{array}\right|=1 \neq 0
$
$\therefore$ We can apply Cramer's Rule
Now, $\Delta_x=\left|\begin{array}{ll}7 & 3 \\ 9 & 5\end{array}\right|=35-27=8$
$
\Delta=\left|\begin{array}{ll}
2 & 7 \\
3 & 9
\end{array}\right|=18-21=-3
$
So, $x=\frac{\Delta_x}{\Delta}=8 \quad y=\frac{\Delta_y}{\Delta}=-3$
$\therefore$ Solution is $x=8$ and $y=-3$
(ii) $5 x+3 y=17 ; \quad 3 x+7 y=31$
$
\begin{gathered}
\Delta=\left|\begin{array}{ll}
5 & 3 \\
3 & 7
\end{array}\right|=35-9=26 \neq 0 \\
\Delta_x=\left|\begin{array}{ll}
7 & 3 \\
31 & 7
\end{array}\right|=119-93=26
\end{gathered}
$

$
\begin{gathered}
\Delta_y=\left|\begin{array}{ll}
5 & 17 \\
3 & 31
\end{array}\right|=155-51=104 \\
\therefore x=\frac{\Delta_x}{\Delta}=\frac{26}{26}=1 \quad y=\frac{\Delta_y}{\Delta}=\frac{104}{26}=4
\end{gathered}
$
$\therefore$ The solution is $(x, y)=(1,4)$
(iii) $2 x+y-z=3, x+y+z=1, x-2 y-3 z=4$
$\therefore$ We can apply Cramer's Rule and the system has unique solution.
$
\begin{aligned}
& \Delta_x=\left|\begin{array}{ccc}
3 & 1 & -1 \\
1 & 1 & 1 \\
4 & -2 & -3
\end{array}\right|=3(-3+2)-1(-3-4)-1(-2-4)=-3+7+6=10 \\
& \Delta_y=\left|\begin{array}{ccc}
2 & 3 & -1 \\
1 & 1 & 1 \\
1 & 4 & -3
\end{array}\right|=2(-7)-3(-4)-1(3)=-5 \\
& \Delta_z=\left|\begin{array}{ccc}
2 & 1 & 3 \\
1 & 1 & 1 \\
1 & -2 & 4
\end{array}\right|=2(6)-1(3)+3(-3)=0 \\
& x=\frac{\Delta_x}{\Delta}=\frac{10}{5}=2 ; \quad y=\frac{\Delta_y}{\Delta}=\frac{-5}{5}=-1 ; \quad z=\frac{\Delta_z}{\Delta}=\frac{0}{5}=0
\end{aligned}
$
$\therefore$ The solution is $(x, y, z)=(2,-1,0)$

(iv) $x+y+z=6,2 x+3 y-z=5,6 x-2 v-3 z=-7$


(v) $x+4 y+3 z=2,2 x-6 y+6 z=-3,5 x-2 y+3 z=-5$

Question 2.
A commodity was produced by using 3 units of labour and 2 units of capital, the total cost is ₹ 62. If the commodity had been produced by using 4 units of labour and one unit of capital, the
cost is ₹ 56 . What is the cost per unit of labour and capital? (Use determinant method).
Solution:
Let the cost per unit of labour be ₹ $\mathrm{x}$ and cost per unit of capital be ₹ $\mathrm{y}$.

So $3 x+2 y=62$
$
\Delta=\left|\begin{array}{ll}
4 x+y & =56 \\
4 & 1
\end{array}\right|=3-8=-5 \neq 0
$
Hence the system has a unique solution which can be found by Cramer's rule
$
\begin{aligned}
\Delta_x & =\left|\begin{array}{ll}
62 & 2 \\
56 & 1
\end{array}\right|=62-112=-50 \\
\Delta_y & =\left|\begin{array}{ll}
3 & 62 \\
4 & 56
\end{array}\right|=168-248=-80 \\
\therefore x & =\frac{\Delta_x}{\Delta}=\frac{-50}{-5}=10 \quad y=\frac{\Delta_y}{\Delta}=\frac{-80}{-5}=16
\end{aligned}
$
Hence the cost per unit of labour is $₹ 10$ and cost per unit of capital is $₹ 16$
Question 3.
A total of ₹ 8,600 was invested in two accounts. One account earned $4 \frac{3}{4} \%$ annual interest and the other earned $6 \frac{1}{2} \%$ annual interest. If the total interest for one year was ₹431.25, how much was invested in each account? (Use determinant method).
Solution:
Let ₹ $\mathrm{x}$ and ₹ $\mathrm{y}$ be the amounts invested in the two accounts.

$
\begin{aligned}
& \text { Interest for first account }=4 \frac{3}{4} \% x \\
& =\frac{19}{4} \times \frac{1}{100} \times x=\frac{19}{400} x \\
& \text { Interest for second account }=6 \frac{1}{2} \% \\
& =\frac{13}{2} \times \frac{1}{100} y=\frac{13}{200} y \\
&
\end{aligned}
$
According to the problem, $x+y=8600$
$
\frac{19}{400} x+\frac{13}{200} y=431.25
$
Multiplying the second equation by $400,19 x+26 y=172500$
$
\text { Here } \Delta=\left|\begin{array}{cc}
1 & 1 \\
19 & 26
\end{array}\right|=26-19=7 \neq 0
$
So the system has a unique solution.
$
\begin{aligned}
& \Delta_x=\left|\begin{array}{cc}
8600 & 1 \\
172500 & 26
\end{array}\right|=223600-172500=51100 \\
& \Delta_y=\left|\begin{array}{cc}
1 & 8600 \\
19 & 172500
\end{array}\right|=172500-163400=9100
\end{aligned}
$
By Cramer's rule,
$
x=\frac{\Delta_x}{\Delta}=\frac{51100}{7}=7300 \quad y=\frac{\Delta_y}{\Delta}=\frac{9100}{7}=1300
$
Hence the amount invested at $4 \frac{3}{4} \%$ is ₹ 7300 and amount invested at $6 \frac{1}{2} \%$ is ₹ 1 :

Question 4.
At marina two types of games viz., Horse riding and Quad Bikes riding are available on hourly rent. Keren and Benita spent ₹ 780 and ₹ 560 during the month of May.

Find the hourly charges for the two games (rides). (Use determinant method).
Solution:
Let hourly charges for horse riding be ₹ $\mathrm{x}$ and hourly charges for Quad bike riding be ₹ $\mathrm{y}$.
According to the problem, for Keren, we have $3 x+4 y$ as total amount and for Benita, we have $2 \mathrm{x}+3 \mathrm{y}$ as the total amount.
That is $3 x+4 y=780$
$
\begin{aligned}
& 2 x+3 y=560 \\
& \Delta=\left|\begin{array}{ll}
3 & 4 \\
2 & 3
\end{array}\right|=9-8=1 \neq 0 \\
&
\end{aligned}
$
So there exists a unique solution.
$
\begin{aligned}
& \Delta_x=\left|\begin{array}{ll}
780 & 4 \\
560 & 3
\end{array}\right|=2340-2240=100 \\
& \Delta_y=\left|\begin{array}{ll}
3 & 780 \\
2 & 560
\end{array}\right|=1680-1560=120
\end{aligned}
$
By Cramer's rule,
$
x=\frac{\Delta_x}{\Delta}=\frac{100}{1}=100 \quad y=\frac{\Delta_y}{\Delta}=\frac{120}{1}=120
$
Hence hourly charges for horse riding and bike riding are ₹ 100 and ₹ 120 respectively.
Question 5.
In a market survey three commodities $\mathrm{A}, \mathrm{B}$ and $\mathrm{C}$ were considered. In finding out the index number some fixed weights were assigned to the three varieties in each of the commodities. The table below provides information regarding the consumption of three commodities according to the three varieties and also the total weight received by the commodity.

Find the weights assigned to the three varieties by using Cramer's Rule. Solution:

Let the weights assigned to the three varieties be $\mathrm{x}, \mathrm{y}$ and $\mathrm{z}$ respectively. According to the problem, For variety $\mathrm{A}, \mathrm{x}+2 \mathrm{y}+3 \mathrm{z}=11$ For variety $B, 2 x+4 y+5 z=21$ For variety C, $3 x+5 y+6 z=27$

Question 6.
A total of $₹ 8,500$ was invested in three interest-earning accounts. The interest rates were $2 \%$, $3 \%$ and $6 \%$ if the total simple interest for one year was ₹ 380 and the amount invested at $6 \%$ was equal to the sum of the amounts in the other two accounts, then how much was invested in each account? (use Cramer's rule).

Solution:
Let the amounts invested in the three accounts be Rs. $\mathrm{x}$, Rs. $\mathrm{y}$ and Rs. $\mathrm{z}$ Interest for the three accounts are $\frac{2}{100} \mathrm{x}, \frac{3}{100} \mathrm{y}$ and $\frac{6}{100} \mathrm{z}$
According to the problem, $x+y+z=8500$ $\frac{2}{100} x+\frac{3}{100} y+\frac{6}{100} z=380$
(or) multiplying by 100 , $2 \mathrm{x}+3 \mathrm{y}+6 \mathrm{z}=38000 \ldots \ldots .(2)$
$z=x+y$ or $x+y-z=0$

Also Read : Exercise-1.3-Chapter-1-Applications-of-Matrices-and-Determinants-12th-Maths-Guide-Guide-Samacheer-Kalvi-Solutions

SaraNextGen