Question
'Anoop' and 'Bheem' started a business with investments
of Rs. 3250 and Rs. 3750, respectively. Four months into the business, 'Chitra' joined them with an investment of Rs. 4750. By the year's end, 'Chitra's' share of the profit amounted to Rs. 1140. Calculate the difference in profit share between 'Anoop' and 'Bheem'.Solution
ATQ, Ratio of profit shares of 'Anoop', to that of 'Bheem' and to that of 'Chitra' = (3250 × 12) :(3750 × 12) :(4750 × 8) = 39:45:38 Let the profit share of 'Anoop', 'Bheem' and 'Chitra' be Rs. '39a', Rs. '45a' and Rs. '38a', respectively. ATQ: 38a = 1140 Or, 'a' = (1140/38) = 30 So, difference between profit shares of 'A' and 'B' = 45a - 39a = 6a = 6 × 30 = Rs. 180Rs
When implementing a `Graph` traversal algorithm like Depth-First Search (DFS) recursively, what is the primary control flow mechanism that manages the o...
Which layer of the OSI model handles logical addressing and routing?
MVCC (Multi-Version Concurrency Control) ensures:
In the context of computer networks, what is the primary function of a router?
Shadow Paging avoids:
Distributed 2-Phase Commit (2PC) can suffer from:
In paging, the page size is defined by:
What does the ‘
Which SQL command is used to retrieve data from a table?
A programmer is trying to debug an issue where an `ArrayList` (or equivalent dynamic array) in their Java/Python code unexpectedly throws an `IndexOut...