

InterviewSolution
Saved Bookmarks
1. |
Anitha, Nikita and Ankitha have purchased some books, pencils and pens, This can be respresented in the following matrix. `{:("Anitha"),("Nikitha"),("Ankitha"):}[{:("Books","Pens","Pencils"),(5,7,8),(4,3,2),(7,6,0):}]` The total number of books purchased by Anitha, Nikitha and Ankitha isA. 18B. 10C. 15D. 16 |
Answer» Correct Answer - D (i) The sum of element of first column. (ii) The sum of the element of first column represent the number of books purchased by Anitha, Nikitha and Ankitha. |
|