Question
A’ and ‘B’ entered into a partnership
by investing Rs. 9000 and Rs. 5200, respectively. If ‘A’ invested his sum for only 4 months and the total annual profit earned by them together is Rs. 10250, then find the total profit earned by ‘B’.Solution
Ratio of profit share of ‘A’ and ‘B’ = (9000 × 4):(5200 × 12) = 15:26 Total profit earned by ‘B’ = (26/41) × 10250 = Rs. 6500
Which algorithm is used for minimum spanning tree?
Which of the following is a key objective of the Requirement Analysis phase in the Software Development Lifecycle (SDLC)?
Which design pattern is best suited for ensuring that a class has only one instance and provides a global point of access to it?
Which SOLID principle emphasizes that a class should have only one reason to change?
Which operation is used to add an element to the top of a stack?
The time complexity of binary search is:
Which of the following is an example of an emerging technology that is most likely to impact the future of computing?
What is "unit testing" and how does it relate to debugging?
Which cryptographic concept ensures that data integrity is preserved and cannot be altered during transmission?
In a data analysis application where two sorted linked lists need to be merged into a single sorted linked list, what is the typical time complexity of ...