Advertisements
Advertisements
Question
Given A = `[(2, -1),(2, 0)]`, B = `[(-3, 2),(4, 0)]` and C = `[(1, 0),(0, 2)]`, find the matrix X such that : A + X = 2B + C.
Solution
Given, A + X = 2B + C
`[(2, -1),(2, 0)] + X = 2[(-3, 2),(4, 0)] + [(1, 0),(0, 2)]`
`[(2,-1),(2, 0)] + X = [(-6, 4),(8, 0)] + [(1, 0),(0, 2)]`
`[(2, -1),(2, 0)] + X = [(-5, 4),(8, 2)]`
`X = [(-5, 4),(8, 2)] - [(2, -1),(2, 0)]`
`X = [(-7, 5),(6, 2)]`
APPEARS IN
RELATED QUESTIONS
If A = `[(3, 1),(-1, 2)]` and I = `[(1, 0),(0, 1)]`, find A2 – 5A + 7I.
Evaluate:
`3[(5, -2)]`
If P = `|(2 , 9),(5 , 7)|` and Q = `|(7 , 3),(4 , 1)|` , find 2P + 3Q
Given matrix A = `[(4sin30^@,cos0^@), (cos0^@,4sin30^@)] and B = [(4), (5)]` If AX = B.
Find the matrix 'X'
Given that A = `[(3, 0),(0, 4)]` and B = `[(a, b),(0, c)]` and that AB = A + B, find the values of a, b and c.
Find X and Y, if
`[(2x, x),(y , 3y)][(3),(2)] = [(16),(9)]`
Find x and y, if `((x,3x),(y, 4y))((2),(1)) = ((5),(12))`.
Find the values of x, y, a and b if `[(x - 2, y),(a + 2b, 3a - b)] = [(3, 1),(5, 1)]`
If A = `[(2, -1),(-4, 5)] and "B" = [(-3),(2)]` find the matrix C such that AC = B
Choose the correct answer from the given four options :
If `[(x + 2y, 3y),(4x, 2)] = [(0, -3),(8, 2)]` then the value of x – y is