Question
X and Y commenced a business jointly, contributing
initial capital amounts of Rs. 20,000 and Rs. 50,000, respectively. X, being the active partner, received 10% of the annual profit, with the remainder distributed between them based on their investments. Given that the difference between their total profits is Rs. 2200, determine the total profit (in Rs.).Solution
ATQ, Ratio of investment of X and Y = 20000:50000 = 2:5 Let, total profit at the end of the year = Rs.100a X share = {100a × 0.1 + 0.9 × 100a × 2/(5 + 2)} = (10a + 180a/7) = Rs. (250a/7) Yshare = {5/(2 + 7)} × 0.9 × 100a = Rs. (450a/7) According to the question, (450a/7) – (250a/7) = 2200 Or, 200a/7 = 2200 Or, a = (2200/200) × 7 Or, a = 77 Or, 100a = 7700 Therefore, total profit received = Rs.7700
For Dijkstra’s algorithm on a graph with non-negative weights, which data structure yields the best time complexity for dense graphs?
Which of the following data structures is best suited for implementing a LIFO (Last In, First Out) mechanism?
Which of the following accurately describes the role of virtual memory in modern operating systems?
Which of the following techniques is primarily used to address overfitting in machine learning models?
Which of the following is a key principle of the SOLID design principles that focuses on ensuring a class has only one reason to change?
Which of the following is the primary reason why polymorphism is useful in Object-Oriented Programming (OOP)?
Which of the following is the most effective method to ensure data confidentiality when transmitting sensitive information over a public network?
Which of the following is an example of an emerging technology that is most likely to impact the future of computing?
Which type of AI is primarily used for adaptive mobile applications like virtual assistants?
Suffix Trees are useful for: