Advertisements
Advertisements
Question
The sum of three numbers is 20. If we multiply the first by 2 and add the second number and subtract the third we get 23. If we multiply the first by 3 and add second and third to it, we get 46. By using the matrix inversion method find the numbers.
Solution
Let the three numbers be x, y, and z.
x + y + z = 20
2x + y – z = 23
3x + y + z = 46
The given system can be written as
`[(1,1,1),(2,1,-1),(3,1,1)][(x),(y),(z)] = [(20),(23),(46)]`
AX = B
where A = `[(1,1,1),(2,1,-1),(3,-1,1)]`. X = `[(x),(y),(z)]` and B = `[(20),(23),(46)]`
A = `[(1,1,1),(2,1,-1),(3,1,1)]`
|A| = `|(1,1,1),(2,1,-1),(3,1,1)|`
`= 1|(1,-1),(1,1)| -1|(2,-1),(3,1)| + 1|(2,1),(3,1)|`
= 1[1 + 1] - 1(2 + 3) + 1(2 - 3)
= 1(2) - 1(5) + 1(-1)
= 2 - 5 - 1 = - 4
[Aij] = `[(2,-5,-1),(-|(1,1),(1,1)|,|(1,1),(3,1)|,-|(1,1),(3,1)|),(|(1,1),(1,-1)|,-|(1,1),(2,-1)|,|(1,1),(2,1)|)]`
`= [(2,-5,-1),(-(0),(1-3),-(1-3)),((-1-1),-(-1-2),(1-2))] = [(2,-5,-1),(0,-2,2),(-2,3,-1)]`
adj A = [Aij]T = `[(2,0,-2),(-5,-2,3),(-1,2,-1)]`
`"A"^-1 = 1/|"A"|`(adj A)
`= 1/(-4)[(2,0,-2),(-5,-2,3),(-1,2,-1)]`
X = A-1B
`[(x),(y),(z)] = 1/(-4)[(2,0,-2),(-5,-2,3),(-1,2,-1)] [(20),(23),(46)]`
`= (-1)/(4) [(40+0-92),(-100-46+138),(-20+46-46)]`
`= (-1)/4[(-52),(-8),(-20)]`
`[(x),(y),(z)] = [(13),(2),(5)]`
The numbers are 13, 2, and 5.
APPEARS IN
RELATED QUESTIONS
The sum of three numbers is 6. If we multiply the third number by 3 and add it to the second number we get 11. By adding first and third numbers we get a number, which is double than the second number. Use this information and find a system of linear equations. Find these three numbers using matrices.
Find the inverse of the following matrix (if they exist):
`[(2,0,-1),(5,1,0),(0,1,3)]`
If A = `[(3, 0, 0),(0, 3, 0),(0, 0, 3)]`, then |A| |adj A| = ______
If A = `[(3,7),(2,5)]` and B = `[(6,8),(7,9)]`, then verify that (AB)-1 = B-1A-1
A sales person Ravi has the following record of sales for the month of January, February and March 2009 for three products A, B and C. He has been paid a commission at fixed rate per unit but at varying rates for products A, B and C.
Months | Sales in units | Commission | ||
A | B | C | ||
January | 9 | 10 | 2 | 800 |
February | 15 | 5 | 4 | 900 |
March | 6 | 10 | 3 | 850 |
Find the rate of commission payable on A, B and C per unit sold using matrix inversion method.
adj (AB) is equal to:
If A = `((-1,2),(1,-4))` then A(adj A) is
If A = `[(3, -3, 4), (2, -3, 4), (0, -1, 1)]` then A-1 = ______
For an invertible matrix A, if A (adj A) = `|(20, 0),(0, 20)|`, then | A | = ______.
If A = `[(3, 1),(-1, 2)]`, show that A2 – 5A + 7I = 0