Question
'Ashish' started a business by investing Rs.15,000. 'm'
months later, 'Arjun' joined him by investing Rs. 10,000. 4 months after joining the business, 'Arjun' increased his investment by Rs. 2,500. If at the end of the year, the profits were divided between 'Ashish' and 'Arjun' in the ratio 2:1, individually, then find the value of 'm'.Solution
ATQ, we can say that Ratio of profit shares of 'Ashish' and 'Arjun' at the end of the year = (15000 × 12): [(m × 0) + (4 × 10000) + (12 - 4 - m) × 12500)] = 180000: [40000 + (8 - m) × 12500] = 180000: (140000 – 12500m) Then, [1800/(1400 - 125m)] = (2/1) Or, 900 = 1400 - 125m Or, 500 = 125m So, m = 4
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?