If A = ( a i j ) is a 3 × 3 matrix such that a i j = i for i ≤ j and a i j = − a j i for i > j , and A = ⎝ ⎛ y − x − 1 x − y 1 y − z − 2 x − z 2 x + z ⎠ ⎞ , what is the value of x + y + z ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Problem Loading...
Note Loading...
Set Loading...
Using the given definitions for the matrix A , we can evaluate it as follows:
A = ⎝ ⎛ 1 − a 1 2 − a 1 3 1 2 − a 2 3 1 2 3 ⎠ ⎞ = ⎝ ⎛ 1 − 1 − 1 1 2 − 2 1 2 3 ⎠ ⎞ … ( i )
But from the problem, we have that,
A = ⎝ ⎛ y − x − 1 x − y 1 y − z − 2 x − z 2 x + z ⎠ ⎞ … ( i i )
From ( i ) and ( i i ) , we can see that both the matrices are equal and as such their entries must be equal accordingly. We obtain the following system of equations by comparing both sides of the equation that can be obtained from ( i ) and ( i i ) :
y − x = 1 , x − z = 1 , x + z = 3 , y − z = 2
Solving this system of equations yields x = 2 , y = 3 , z = 1 and hence the required sum is x + y + 5 = 2 + 3 + 1 = 6