

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 items purchased by Ankitha isA. 9B. 7C. 13D. 10 |
Answer» Correct Answer - C (i) The sum of element of third row. (ii) The sum of elements in the third row represent the number of articles purchased by Ankitha. |
|