

InterviewSolution
Saved Bookmarks
1. |
Using the property of determinants and without expanding, prove that:`|[2, 7, 65],[ 3 ,8 ,75 ],[4, 9,86]|=0` |
Answer» `L.H.S. = |[2,7,65],[3,8,75],[5,9,86]|` Applying `C_3->C_3-C_1` `= |[2,7,63],[3,8,72],[5,9,81]|` `=9|[2,7,7],[3,8,8],[5,9,9]|` Applying `C_3->C_3-C_2` `=9|[2,7,0],[3,8,0],[5,9,0]|` If in a determinant, all elements in a row or column are `0`, then value of that determinant is `0`. Here `C_3` is `0`. `:.` Value of above determinant is `0`. `:. 9|[2,7,0],[3,8,0],[5,9,0]| = 9**0 = 0 = R.H.S.` |
|