

InterviewSolution
Saved Bookmarks
1. |
Using properties of determinants. Prove that`|[1 ,1+p,1+p+q],[2, 3+2p,4+3p+2q],[3, 6+3p, 10+6p+3q]|=1` |
Answer» `L.H.S. = |[1,1+p,1+p+q],[2,3+2p,4+3p+2q],[3,6+3p,10+6p+3q]|` Applying `R_2->R_2-2R_1` and `R_3->R_3-3R_1` `=|[1,1+p,1+p+q],[0,1,2+p],[0,3,7+3p]|` Applying `R_3->R_3-3R_2` `= |[1,1+p,1+p+q],[0,1,2+p],[0,0,1]|` `=[1(1-0)-0+0]` `=1 = R.H.S.` |
|