Question
A started a business with an investment of Rs 16,000.
After 2 months B joins in with 5/8 of the amount that A invested and A withdraws Rs 4,000. After 2 more months, C joins with Rs 12,000 and A again withdraws Rs 2,000. After an year, If C received Rs 3,120 as his share then what was the total profit?Solution
Ratio equivalent capitals of A, B and C for 1 year = (16,000×2+ 12,000×2+10,000×8) : ( 5/8× 16,000 ×10)∶(12,000×8) = (32,000+24,000+80,000) ∶1,00,000∶96,000 = 1, 36, 000 : 1,00,000 : 96,000 = 136 : 100 : 96 = 34:25:24 If the total profit at the end of the year be Rs x, then 24x/((34+25+24)) = 3,120 ⇒ 24x = 3,120 × 83 ⇒ x = (3,120 ×83)/24 = Rs 10,790
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?