मराठी
महाराष्ट्र राज्य शिक्षण मंडळएचएससी विज्ञान (सामान्य) इयत्ता १२ वी

The sum of three numbers is 2. If twice the second number is added to the sum of first and third, the sum is 1. By adding second and third number to five times the first number, we get 6. - Mathematics and Statistics

Advertisements
Advertisements

प्रश्न

The sum of three numbers is 2. If twice the second number is added to the sum of first and third, the sum is 1. By adding second and third number to five times the first number, we get 6. Find the three numbers by using matrices.

बेरीज
Advertisements

उत्तर १

Let the three numbers be x, y and z. 
According to the question,
\[x + y + 2\]
\[x + 2y + z = 1\]
\[5x + y + z = 6\]
The given system of equations can be written in matrix form as follows:
\[ \begin{bmatrix}1 & 1 & 1 \\ 1 & 2 & 1 \\ 5 & 1 & 1\end{bmatrix}\begin{bmatrix}x \\ y \\ z\end{bmatrix} = \begin{bmatrix}2 \\ 1 \\ 6\end{bmatrix}\]
AX = B
Here, 
\[A = \begin{bmatrix}1 & 1 & 1 \\ 1 & 2 & 1 \\ 5 & 1 & 1\end{bmatrix}, X = \begin{bmatrix}x \\ y \\ z\end{bmatrix}\text{ and }B = \begin{bmatrix}2 \\ 1 \\ 6\end{bmatrix}\]
\[\left| A \right|=1 \left( 2 - 1 \right) - 1\left( 1 - 5 \right) + 1\left( 1 - 10 \right)\]
\[ = 1 + 4 - 9\]
\[ = - 4\]
\[ {\text{ Let }C}_{ij} {\text{ be the cofactors of t he elements a }}_{ij}\text{ in }A=\left[ a_{ij} \right].\text{ Then,}\]
\[ C_{11} = \left( - 1 \right)^{1 + 1} \begin{vmatrix}2 & 1 \\ 1 & 1\end{vmatrix} = 1, C_{12} = \left( - 1 \right)^{1 + 2} \begin{vmatrix}1 & 1 \\ 5 & 1\end{vmatrix} = 4, C_{13} = \left( - 1 \right)^{1 + 3} \begin{vmatrix}1 & 2 \\ 5 & 1\end{vmatrix} = - 9\]
\[ C_{21} = \left( - 1 \right)^{2 + 1} \begin{vmatrix}1 & 1 \\ 1 & 1\end{vmatrix} = 0, C_{22} = \left( - 1 \right)^{2 + 2} \begin{vmatrix}1 & 1 \\ 5 & 1\end{vmatrix} = - 4, C_{23} = \left( - 1 \right)^{2 + 3} \begin{vmatrix}1 & 1 \\ 5 & 1\end{vmatrix} = 4\]
\[ C_{31} = \left( - 1 \right)^{3 + 1} \begin{vmatrix}1 & 1 \\ 2 & 1\end{vmatrix} = - 1, C_{32} = \left( - 1 \right)^{3 + 2} \begin{vmatrix}1 & 1 \\ 1 & 1\end{vmatrix} = 0, C_{33} = \left( - 1 \right)^{3 + 3} \begin{vmatrix}1 & 1 \\ 1 & 2\end{vmatrix} = 1\]
\[adjA = \begin{bmatrix}1 & 4 & - 9 \\ 0 & - 4 & 4 \\ - 1 & 0 & 1\end{bmatrix}^T \]
\[ = \begin{bmatrix}1 & 0 & - 1 \\ 4 & - 4 & 0 \\ - 9 & 4 & 1\end{bmatrix}\]
\[ \Rightarrow A^{- 1} = \frac{1}{\left| A \right|}adj A\]
\[ = \frac{1}{- 4}\begin{bmatrix}1 & 0 & - 1 \\ 4 & - 4 & 0 \\ - 9 & 4 & 1\end{bmatrix}\]
\[X = A^{- 1} B\]
\[ \Rightarrow X = \frac{1}{- 4}\begin{bmatrix}1 & 0 & - 1 \\ 4 & - 4 & 0 \\ - 9 & 4 & 1\end{bmatrix}\begin{bmatrix}2 \\ 1 \\ 6\end{bmatrix}\]
\[ \Rightarrow X = \frac{1}{- 4}\begin{bmatrix}2 + 0 - 6 \\ 8 - 4 + 0 \\ - 18 + 4 + 6\end{bmatrix}\]
\[ \Rightarrow \begin{bmatrix}x \\ y \\ z\end{bmatrix} = \frac{1}{- 4}\begin{bmatrix}- 4 \\ 4 \\ - 8\end{bmatrix}\]
\[ \therefore x = 1, y = - 1\text{ and }z = 2\]

shaalaa.com

उत्तर २

x = first number, y = second number, z = third number.

Sum of three numbers is 2

x + y + z = 2

Twice the second number + (first + third) = 1

x + 2y + z = 1

(Second + third) + 5 × (first) = 6

5x + y + z = 6

`{{:(x + y + z = 2),(x + 2y + z = 1),(5x + y + z = 6):}`

Write in matrix form

`[(1,1,1),(1,2,1),(5,1,1)] [(x),(y),(z)] = [(2),(1),(6)]`

AX = B

where

`A = [(1,1,1),(1,2,1),(5,1,1)], x = [(x),(y),(z)], B = [(2),(1),(6)]`

We will solve for X = A−1B.

(x + 2y + z) − (x + y + z) = 1 − 2 ⟹ y = −1

(5x + y + z) − (x + y + z) = 6 − 2 ⟹ 4x = 4 ⟹ x = 1

1 + (−1) + z = 2 ⟹ z = 2

x = 1, y = −1, z = 2.

shaalaa.com
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 2: Matrics - Miscellaneous exercise 2 (B) [पृष्ठ ६३]

APPEARS IN

आरडी शर्मा Mathematics [English] Class 12
पाठ 8 Solution of Simultaneous Linear Equations
Exercise 8.1 | Q 9 | पृष्ठ १६

संबंधित प्रश्‍न

Examine the consistency of the system of equations.

x + 2y = 2

2x + 3y = 3


Examine the consistency of the system of equations.

2x − y = 5

x + y = 4


Examine the consistency of the system of equations.

x + 3y = 5

2x + 6y = 8


Solve the system of linear equations using the matrix method.

5x + 2y = 4

7x + 3y = 5


Solve the system of linear equations using the matrix method.

2x – y = –2

3x + 4y = 3


Solve the system of linear equations using the matrix method.

4x – 3y = 3

3x – 5y = 7


Solve the system of linear equations using the matrix method.

2x + y + z = 1

x – 2y – z = `3/2`

3y – 5z = 9


Show that

\[\begin{vmatrix}\sin 10^\circ & - \cos 10^\circ \\ \sin 80^\circ & \cos 80^\circ\end{vmatrix} = 1\]


Find the value of x, if

\[\begin{vmatrix}3x & 7 \\ 2 & 4\end{vmatrix} = 10\] , find the value of x.


Find the integral value of x, if \[\begin{vmatrix}x^2 & x & 1 \\ 0 & 2 & 1 \\ 3 & 1 & 4\end{vmatrix} = 28 .\]


For what value of x the matrix A is singular? 
\[ A = \begin{bmatrix}1 + x & 7 \\ 3 - x & 8\end{bmatrix}\]


Evaluate the following determinant:

\[\begin{vmatrix}67 & 19 & 21 \\ 39 & 13 & 14 \\ 81 & 24 & 26\end{vmatrix}\]


Evaluate the following determinant:

\[\begin{vmatrix}1 & 3 & 9 & 27 \\ 3 & 9 & 27 & 1 \\ 9 & 27 & 1 & 3 \\ 27 & 1 & 3 & 9\end{vmatrix}\]


Without expanding, show that the value of the following determinant is zero:

\[\begin{vmatrix}a & b & c \\ a + 2x & b + 2y & c + 2z \\ x & y & z\end{vmatrix}\]


Without expanding, show that the value of the following determinant is zero:

\[\begin{vmatrix}\sin^2 23^\circ & \sin^2 67^\circ & \cos180^\circ \\ - \sin^2 67^\circ & - \sin^2 23^\circ & \cos^2 180^\circ \\ \cos180^\circ & \sin^2 23^\circ & \sin^2 67^\circ\end{vmatrix}\]


Evaluate :

\[\begin{vmatrix}a & b + c & a^2 \\ b & c + a & b^2 \\ c & a + b & c^2\end{vmatrix}\]


Evaluate the following:

\[\begin{vmatrix}a + x & y & z \\ x & a + y & z \\ x & y & a + z\end{vmatrix}\]


\[\begin{vmatrix}0 & b^2 a & c^2 a \\ a^2 b & 0 & c^2 b \\ a^2 c & b^2 c & 0\end{vmatrix} = 2 a^3 b^3 c^3\]


Prove the following identities:
\[\begin{vmatrix}x + \lambda & 2x & 2x \\ 2x & x + \lambda & 2x \\ 2x & 2x & x + \lambda\end{vmatrix} = \left( 5x + \lambda \right) \left( \lambda - x \right)^2\]


Prove the following identity:

\[\begin{vmatrix}a + x & y & z \\ x & a + y & z \\ x & y & a + z\end{vmatrix} = a^2 \left( a + x + y + z \right)\]

 


​Solve the following determinant equation:

\[\begin{vmatrix}1 & x & x^2 \\ 1 & a & a^2 \\ 1 & b & b^2\end{vmatrix} = 0, a \neq b\]

 


​Solve the following determinant equation:

\[\begin{vmatrix}3 & - 2 & \sin\left( 3\theta \right) \\ - 7 & 8 & \cos\left( 2\theta \right) \\ - 11 & 14 & 2\end{vmatrix} = 0\]

 


Find the area of the triangle with vertice at the point:

(2, 7), (1, 1) and (10, 8)


Using determinants show that the following points are collinear:

(2, 3), (−1, −2) and (5, 8)


Using determinants prove that the points (ab), (a', b') and (a − a', b − b') are collinear if ab' = a'b.

 

Find the value of \[\lambda\]  so that the points (1, −5), (−4, 5) and \[\lambda\]  are collinear.


Find the value of x if the area of ∆ is 35 square cms with vertices (x, 4), (2, −6) and (5, 4).


x − 2y = 4
−3x + 5y = −7


Prove that :

\[\begin{vmatrix}a + b + 2c & a & b \\ c & b + c + 2a & b \\ c & a & c + a + 2b\end{vmatrix} = 2 \left( a + b + c \right)^3\]

 


Prove that :

\[\begin{vmatrix}a & b - c & c - b \\ a - c & b & c - a \\ a - b & b - a & c\end{vmatrix} = \left( a + b - c \right) \left( b + c - a \right) \left( c + a - b \right)\]

 


\[\begin{vmatrix}1 & a & a^2 \\ a^2 & 1 & a \\ a & a^2 & 1\end{vmatrix} = \left( a^3 - 1 \right)^2\]

2x − 3y − 4z = 29
− 2x + 5y − z = − 15
3x − y + 5z = − 11


3x + y = 5
− 6x − 2y = 9


x + 2y = 5
3x + 6y = 15


x + y − z = 0
x − 2y + z = 0
3x + 6y − 5z = 0


A salesman has the following record of sales during three months for three items A, B and C which have different rates of commission 

Month Sale of units Total commission
drawn (in Rs)
  A B C  
Jan 90 100 20 800
Feb 130 50 40 900
March 60 100 30 850


Find out the rates of commission on items A, B and C by using determinant method.


If A is a singular matrix, then write the value of |A|.

 

Find the value of the determinant
\[\begin{bmatrix}4200 & 4201 \\ 4205 & 4203\end{bmatrix}\]


Write the value of 

\[\begin{vmatrix}\sin 20^\circ & - \cos 20^\circ\\ \sin 70^\circ& \cos 70^\circ\end{vmatrix}\]

Write the cofactor of a12 in the following matrix \[\begin{bmatrix}2 & - 3 & 5 \\ 6 & 0 & 4 \\ 1 & 5 & - 7\end{bmatrix} .\]


Evaluate: \[\begin{vmatrix}\cos 15^\circ & \sin 15^\circ \\ \sin 75^\circ & \cos 75^\circ\end{vmatrix}\]


If \[\begin{vmatrix}3x & 7 \\ - 2 & 4\end{vmatrix} = \begin{vmatrix}8 & 7 \\ 6 & 4\end{vmatrix}\] , find the value of x.


If \[\begin{vmatrix}2x & 5 \\ 8 & x\end{vmatrix} = \begin{vmatrix}6 & - 2 \\ 7 & 3\end{vmatrix}\] , write the value of x.


Let \[\begin{vmatrix}x^2 + 3x & x - 1 & x + 3 \\ x + 1 & - 2x & x - 4 \\ x - 3 & x + 4 & 3x\end{vmatrix} = a x^4 + b x^3 + c x^2 + dx + e\] 
be an identity in x, where abcde are independent of x. Then the value of e is


If a, b, c are distinct, then the value of x satisfying \[\begin{vmatrix}0 & x^2 - a & x^3 - b \\ x^2 + a & 0 & x^2 + c \\ x^4 + b & x - c & 0\end{vmatrix} = 0\text{ is }\]


The number of distinct real roots of \[\begin{vmatrix}cosec x & \sec x & \sec x \\ \sec x & cosec x & \sec x \\ \sec x & \sec x & cosec x\end{vmatrix} = 0\]  lies in the interval
\[- \frac{\pi}{4} \leq x \leq \frac{\pi}{4}\]


If \[x, y \in \mathbb{R}\], then the determinant 

\[∆ = \begin{vmatrix}\cos x & - \sin x  & 1 \\ \sin x & \cos x & 1 \\ \cos\left( x + y \right) & - \sin\left( x + y \right) & 0\end{vmatrix}\]



If \[\begin{vmatrix}a & p & x \\ b & q & y \\ c & r & z\end{vmatrix} = 16\] , then the value of \[\begin{vmatrix}p + x & a + x & a + p \\ q + y & b + y & b + q \\ r + z & c + z & c + r\end{vmatrix}\] is


The value of \[\begin{vmatrix}1 & 1 & 1 \\ {}^n C_1 & {}^{n + 2} C_1 & {}^{n + 4} C_1 \\ {}^n C_2 & {}^{n + 2} C_2 & {}^{n + 4} C_2\end{vmatrix}\] is


Solve the following system of equations by matrix method:
5x + 7y + 2 = 0
4x + 6y + 3 = 0


Solve the following system of equations by matrix method:
3x + 4y − 5 = 0
x − y + 3 = 0


Solve the following system of equations by matrix method:
3x + 7y = 4
x + 2y = −1


Solve the following system of equations by matrix method:
 5x + 3y + z = 16
2x + y + 3z = 19
x + 2y + 4z = 25


Solve the following system of equations by matrix method:
3x + 4y + 2z = 8
2y − 3z = 3
x − 2y + 6z = −2


Solve the following system of equations by matrix method:
2x + y + z = 2
x + 3y − z = 5
3x + y − 2z = 6


Solve the following system of equations by matrix method:
 8x + 4y + 3z = 18
2x + y +z = 5
x + 2y + z = 5


Show that the following systems of linear equations is consistent and also find their solutions:
x − y + z = 3
2x + y − z = 2
−x −2y + 2z = 1


Show that the following systems of linear equations is consistent and also find their solutions:
2x + 2y − 2z = 1
4x + 4y − z = 2
6x + 6y + 2z = 3


If \[A = \begin{bmatrix}3 & - 4 & 2 \\ 2 & 3 & 5 \\ 1 & 0 & 1\end{bmatrix}\] , find A−1 and hence solve the following system of equations: 

Two schools A and B want to award their selected students on the values of sincerity, truthfulness and helpfulness. The school A wants to award ₹x each, ₹y each and ₹z each for the three respective values to 3, 2 and 1 students respectively with a total award money of ₹1,600. School B wants to spend ₹2,300 to award its 4, 1 and 3 students on the respective values (by giving the same award money to the three values as before). If the total amount of award for one prize on each value is ₹900, using matrices, find the award money for each value. Apart from these three values, suggest one more value which should be considered for award.

 

A total amount of ₹7000 is deposited in three different saving bank accounts with annual interest rates 5%, 8% and \[8\frac{1}{2}\] % respectively. The total annual interest from these three accounts is ₹550. Equal amounts have been deposited in the 5% and 8% saving accounts. Find the amount deposited in each of the three accounts, with the help of matrices.


A shopkeeper has 3 varieties of pens 'A', 'B' and 'C'. Meenu purchased 1 pen of each variety for a total of Rs 21. Jeevan purchased 4 pens of 'A' variety 3 pens of 'B' variety and 2 pens of 'C' variety for Rs 60. While Shikha purchased 6 pens of 'A' variety, 2 pens of 'B' variety and 3 pens of 'C' variety for Rs 70. Using matrix method, find cost of each variety of pen.

 

2x − y + z = 0
3x + 2y − z = 0
x + 4y + 3z = 0


2x − y + 2z = 0
5x + 3y − z = 0
x + 5y − 5z = 0


3x − y + 2z = 0
4x + 3y + 3z = 0
5x + 7y + 4z = 0


x + y − 6z = 0
x − y + 2z = 0
−3x + y + 2z = 0


3x + y − 2z = 0
x + y + z = 0
x − 2y + z = 0


If \[\begin{bmatrix}1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1\end{bmatrix}\begin{bmatrix}x \\ y \\ z\end{bmatrix} = \begin{bmatrix}1 \\ - 1 \\ 0\end{bmatrix}\], find x, y and z.

Solve the following for x and y: \[\begin{bmatrix}3 & - 4 \\ 9 & 2\end{bmatrix}\binom{x}{y} = \binom{10}{ 2}\]


The system of equation x + y + z = 2, 3x − y + 2z = 6 and 3x + y + z = −18 has


x + y = 1
x + z = − 6
x − y − 2z = 3


If A = `[[1,1,1],[0,1,3],[1,-2,1]]` , find A-1Hence, solve the system of equations: 

x +y + z = 6

y + 3z = 11

and x -2y +z = 0


On her birthday Seema decided to donate some money to children of an orphanage home. If there were 8 children less, everyone would have got ₹ 10 more. However, if there were 16 children more, everyone would have got ₹ 10 less. Using the matrix method, find the number of children and the amount distributed by Seema. What values are reflected by Seema’s decision?


System of equations x + y = 2, 2x + 2y = 3 has ______


Solve the following by inversion method 2x + y = 5, 3x + 5y = −3


If `|(2x, 5),(8, x)| = |(6, 5),(8, 3)|`, then find x


If A = `[(1,-1,0),(2,3,4),(0,1,2)]` and B = `[(2,2,-4),(-4,2,-4),(2,-1,5)]`, then:


In system of equations, if inverse of matrix of coefficients A is multiplied by right side constant B vector then resultant will be?


If c < 1 and the system of equations x + y – 1 = 0, 2x – y – c = 0 and – bx+ 3by – c = 0 is consistent, then the possible real values of b are


If `|(x + 1, x + 2, x + a),(x + 2, x + 3, x + b),(x + 3, x + 4, x + c)|` = 0, then a, b, care in


Let P = `[(-30, 20, 56),(90, 140, 112),(120, 60, 14)]` and A = `[(2, 7, ω^2),(-1, -ω, 1),(0, -ω, -ω + 1)]` where ω = `(-1 + isqrt(3))/2`, and I3 be the identity matrix of order 3. If the determinant of the matrix (P–1AP – I3)2 is αω2, then the value of α is equal to ______.


The greatest value of c ε R for which the system of linear equations, x – cy – cz = 0, cx – y + cz = 0, cx + cy – z = 0 has a non-trivial solution, is ______.


If a, b, c are non-zero real numbers and if the system of equations (a – 1)x = y + z, (b – 1)y = z + x, (c – 1)z = x + y, has a non-trivial solution, then ab + bc + ca equals ______.


Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×