

InterviewSolution
Saved Bookmarks
1. |
`|[x+a, b, c], [a, x+b, c], [b, b, x+c]|=0` |
Answer» Apply `C_(1) to C_(1) + C_(2) + C_(3)` and take (x +a+b+c) common from `C_(1).` | |