Question
A and B started a business with investments in the ratio
2:3 respectively. After 4 months, C joined them with an investment 35% more than the investment of B. Find the profit share of C out of the total profit of Rs 4623 at the end of two yearsSolution
Let the investments of A and B be Rs. 2x and Rs. 3x respectively. So, the investment of C = 1.35 × 3x = Rs. 4.05x So, the ratio of their investments = (2x × 24): (3x × 24): (4.05x × 20) = 16:24:27 So, the profit share of C = 27/67 × 4623 = Rs. 1863
Which register stores the temporary results during computation?
In a Binary Search Tree (BST), which traversal technique results in nodes being visited in ascending order?Â
fill the blank for 19.
Transfer function of closed loop system with negative feedback is defined as___
Which is connectionless and unreliable protocol
The ALU performs the indicated operation on the operands prepared in the prior cycle and store the result in the specified destination operand location.
What does the term "serializable" refer to in the context of database transactions?
Which of the following page replacement algorithms is considered optimal and aims to minimize the number of page faults?Â
Which of the following scenarios best demonstrates a potential use of candidate keys in a relational database?Â
What is the output of the following part of python program?
x = ("apple", "banana", "cherry")
print(x)Â