Let A = ⎝ ⎛ a b c b c a c a b ⎠ ⎞ be a matrix where a , b , c are complex numbers. If a b c = 1 and A T A = I , what is the value of a 3 + b 3 + c 3 ?
Clarification : A T is the transpose of A . I is the identity matrix of order 3 × 3 .
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.
Yea! Adding 2 to the options would have tricked many people!
@Arpit Dhimanj This setup is incorrect. There is no system of (positive) real solutions to a b c = 1 , a 2 + b 2 + c 2 = 1 , a b + b c + c a = 0 .
There are complex roots, which does yield a 3 + b 3 + c 3 = 4 , but this particular solution would no longer apply (since it uses the assumption of real values).
I've edited that the problem is for complex numbers.
Problem Loading...
Note Loading...
Set Loading...
It can be solved in a much better way
Take mod of |AA'| = |I| which implies |A|= 1 or -1...
Now d e t ( A ) = 3 a b c − a 3 − b 3 − c 3 which is always negative for positive a,b,c as can be easily proved
Hence det(A) = -1.
So a 3 + b 3 + c 3 = 3 a b c − ( − 1 ) = 4
Easy one .... @Despicable Tamim you must have included 2 also in options to make it difficult! As determinant has 2 possible values :)