Question
'A' and 'B' started a business, investing Rs. 7,200 and
Rs. 4,800, respectively, for the same duration. 'A', being a working partner, received Rs. 4,800 for managing the business, and the remaining profit was shared in proportion to their investments. If 'B' received Rs. 480, determine the total profit.Solution
Ratio of profits received by βAβ and βBβ = 7200:4800 = 3:2
Let the total profit received by them be Rs. x
According to the question,
(x β 4800) Γ (2/5) = 480
Or, x β 4800 = 1200
Or, x = 6000
Therefore, total profit received by them = Rs. 6000
Which OSI model layer is responsible for reliable delivery of data between devices?
Which protocol is used by devices to obtain an IP address automatically in a network?
Which of the following is an example of Polymorphism in Object-Oriented Programming?
In the context of system analysis, which of the following best defines the "use case" diagram?
Which algorithm is used for minimum spanning tree?
Which of the following best differentiates between server-based virtualization and hypervisor-based virtualization?
Which OOP principle allows for restricting access to certain parts of an object while exposing only necessary parts for interaction?
Which sorting algorithm is the most efficient for large datasets and uses a divide-and-conquer approach?
Which of the following types of software testing ensures that previously working functionality is still operational after changes?
Which of the following OWASP Top 10 risks involves insecure coding practices that allow attackers to gain access to sensitive data, such as usernames a...