Question
Two partners A and B invested Rs 70,000 and Rs 50,000
respectively in a business. Both the partners distribute 75% of the profit equally and distribute the rest 25% in proportion to their investments. If one partner received Rs 4,000 more than the other, find the total profit.Solution
Ratio of their investments (A’s : B’s)= = 70,000 : 50,000  = 7 : 5 Let  shares of A and B be 7x and 5x in 25% of the profit. ∴ 7 x - 5 x = 4,000  ⇒ 2x = 4,000 ∴ x =2,000 ∴ 25% of the total profit = 12 x = 12 × 2,000 = 24,000 ∴Total profit = (24000 ×100)/25  = Rs. 96,000
What does the "Model" represent in the MVC architecture?
Consider below arithmetic operation in python and predict the output
X=7.5
Y=2
print(X//Y)
Which scheduling policy may result in high waiting times for long-running jobs?
Which data analytics technique is suitable for handling missing data points in a dataset?
Which device operates at the Data Link Layer of the OSI model?
 Which is the first process launched by the LINUX?
Which protocol is used for secure remote shell access and file transfers?
Which sorting algorithm is known for its best-case time complexity of O(n) when the input is already partially sorted?
C++ follows ___.
Which command is used to delete a file in a Unix/Linux system?