Question
‘M’ invested Rs. 36000 in a business. ‘N’ joined
after ‘x’ months with an investment of Rs. 12000 less than ‘M’. If the ratio of the profits received by them after 2 years is 6:1, then find the time after which ‘N’ joined.Solution
Respective ratio of the profits received by ‘M’ and ‘N’
= (36000 × 24) : {24000 × (24 – x)} = 6/1
Or, 24 – x = 4
Or, x = 20 months
Which of the following data structures is best suited for implementing a priority queue?
Which of the following operations is most efficient in a singly linked list compared to an array?
Which protocol is most commonly used in IoT devices for lightweight, efficient communication in constrained networks?
For a given array, there can be multiple ways to reach the end of the array using minimum number of jumps.
In terms of processor performance, which factor has the greatest impact on reducing instruction execution time for computationally heavy applications? ...
Which of the following sorting algorithms is NOT stable?
Appending value to list in python
What does 'IMPS' stand for?
Which of the following virtualization types allows multiple operating systems to run concurrently on a single physical machine, but does not require a h...
Purpose of Scope resolution operator