Advertisements
Advertisements
Question
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.
Solution
Let x, y and z be the rate of commission for the three products A, B and C respectively.
9x + 10y + 2z = 800
15x + 5y + 4z = 900
6x + 10y + 3z = 850
The given system can be written as
`[(9,10,2),(15,5,4),(6,10,3)] [(x),(y),(z)] = [(800),(900),(850)]`
AX = B
Where A = `[(9,10,2),(15,5,4),(6,10,3)]`, X = `[(x),(y),(z)]` and B = `[(800),(900),(850)]`
Now, |A| = `[(9,10,2),(15,5,4),(6,10,3)]`
`= 9|(5,4),(10,3)| - 10|(15,4),(6,3)| + 2|(15,5),(6,10)|`
= 9[15 – 40] – 10(45 – 24) + 2(150 – 30)
= 9[-25] – 10[21] + 2[120]
= - 225 – 210 + 240
= - 195
`["A"_"ij"] = [(-25,-21,120),(-|(10,2),(10,3)|,|(9,2),(6,3)|,-|(9,10),(6,10)|),(|(10,2),(5,4)|,-|(9,2),(15,4)|,|(9,10),(15,5)|)]`
`= [(-25,-21,120),(-(30-20),(27-12),-(90-60)),((40 - 10),-(36-30),(45-150))]`
`= [(-25,-21,120),(-10,15,-30),(30,-6,-105)]`
adj A = [Aij]T = `[(-25,-10,30),(-21,15,-6),(120,-30,-105)]`
`"A"^-1 = 1/|"A"|` (adj A) = `1/(-195) [(-25,-10,30),(-21,15,-6),(120,-30,-105)]`
X = A-1B
`[(x),(y),(z)] = (-1)/195 [(-25,-10,30),(-21,15,-6),(120,-30,-105)][(800),(900),(850)]`
= `(-1)/195 [(-20000 - 9000 + 25500),(-16800 + 13500 - 5100),(96000 - 27000 - 89250)]`
`=> (-1)/195[(-3500),(-8400),(-20250)]`
`[(x),(y),(z)] = [(17.948),(43.0769),(103.846)]`
`[(x),(y),(z)] = [(17.95),(43.08),(103.85)]`
∴ x = 17.95, y = 43.08, z = 103.85
The rate of commission of A, B and C are 17.95, 43.08 and 103.85 respectively.
APPEARS IN
RELATED QUESTIONS
Choose the correct answer from the given alternatives in the following question:
If A = `[(2,-4),(3,1)]`, then the adjoint of matrix A is
Find the inverse of the following matrices by transformation method: `[(1, 2),(2, -1)]`
Fill in the blank :
If A = `[(3, -5),(2, 5)]`, then co-factor of a12 is _______
If A = `[(6, 5),(5, 6)]` and B = `[(11, 0),(0, 11)]` then find A'B'
Find the adjoint of matrix A = `[(2, 0, -1),(3, 1, 2),(-1, 1, 2)]`
The prices of three commodities A, B, and C are ₹ x, y, and z per unit respectively. P purchases 4 units of C and sells 3 units of A and 5 units of B. Q purchases 3 units of B and sells 2 units of A and 1 unit of C. R purchases 1 unit of A and sells 4 units of B and 6 units of C. In the process P, Q and R earn ₹ 6,000, ₹ 5,000 and ₹ 13,000 respectively. By using the matrix inversion method, find the prices per unit of A, B, and C.
If A = `[(1,2),(3,-5)]`, then A-1 = ?
If A = `[(1 + 2"i", "i"),(- "i", 1 - 2"i")]`, where i = `sqrt-1`, then A(adj A) = ______.
If A = `[(1, 2, -1),(-1, 1, 2),(2, -1, 1)]`, then det (adj (adj A)) is ______.
If A = `[(cos α, sin α),(-sin α, cos α)]`, then find α satisfying `0 < α < π/2`, when A + AT = `sqrt(2) l_2` where AT is transpose of A.