

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 number of pencils purchased by Anitha isA. 8B. 2C. 7D. 15 |
Answer» Correct Answer - A (i) Element of the first row third column. (ii) The element in the first row and third column is the required answer. |
|