The sum of the three numbers is 6, Twice the third number when added to the first number gives 7. On adding the sum of the second and third to thirce the first number, we get 12. find the numbers, using adjoin method.
Open in App
Solution
Given let a, b, c be the three numbers
Then according to questions,
a+b+c=6 ...……….(1)
a+2c=7 …………..(2)
3a+b+c=12 …………..(3)
Using the determinant property for finding the value of a,b,c we get
AX=B
⇒X=A−1B
⎡⎢⎣111102311⎤⎥⎦⎡⎢⎣abc⎤⎥⎦=⎡⎢⎣6712⎤⎥⎦ where A=⎡⎢⎣111102311⎤⎥⎦
Now A−1=adjA|A| we know A=1(0−2)−1(1−6)+1(1)=−2+5+1