 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | For the system of equaltions : `x+2y+3z=1` `2x+y+3z=2` `5x+5y+9z=4`A. there is only one solutionB. there exists infinitely many solutionC. there is no solutionD. None of the above | 
| Answer» Correct Answer - A Now, `Delta=|{:(,1,2,3),(,2,1,3),(,5,5,9):}|` `=1(9-15)-2(18-15)+3(10-5)` `=-6-6+16=3 ne 0` Hence the system of equation has a unique solution | |