ATQ, Ratio of profit share of 'Amit', 'Bikash' and 'Chims', at the end of the year = [20,000 × 3 + 24,000 × 9]:[25,000 × 3 + 20,000 × 9]:[15,000 × 9] = 92:85:45 'Amit' gets 40% of the share for managing the business = Rs. 40% of 37,000 = Rs. 14,800 Remaining profit = Rs.37,000 - 14800 = Rs.22,200 The remaining profit is to be distributed among 'Amit', 'Bikash' and 'Chims' based on ratio of their investment, which is 92:85:45 Profit share of 'A' = Rs.(92/222) × 22,200 = Rs.9,200 Total amount received 'Amit' = Rs. 14,800 + 9,200 = Rs.24,000
Why is Exploratory Data Analysis (EDA) considered a crucial step in the data analysis process?
In a min-heap, what is the complexity of removing the smallest element and restoring the heap property?
What factor primarily determines the minimum sample size needed for a survey ?
Which of the following best differentiates random sampling from non-random sampling techniques?
Which of the following best describes the main objective of predictive analytics in healthcare, particularly in the context of improving patient care?
What does the following list comprehension produce?
result = [x**2 for x in range(5) if x % 2 == 0]
print(result)
What is a common method to handle missing data in a dataset?
Which data validation step is crucial to ensure that all entries in a customer email column are correctly formatted?
Which of the following is the most effective data collection method for gathering real-time data from a website or application?
In hypothesis testing, which of the following best describes the p-value?