

InterviewSolution
Saved Bookmarks
1. |
There are 25 software engineers and 10 testers in Infosys and 15 software engineers and 8 testers in Wipro. In both the companies, a software engineer is paid Rs. 5000 per month and a tester is paid Rs 3000 per month. Find the total amount paid by each of the companies per month by representing the data in matrix form.A. `((155000), (99000))`B. `((23000), (24000))`C. `((50000), (30000))`D. `((155000), (100000))` |
Answer» Correct Answer - A Write the given data in matrix form. |
|