Question
"M" initiated a business with an investment of Rs.
21,000. Subsequently, after a certain number of months, "N" entered the partnership by contributing Rs. 25,500. At the conclusion of 20 months, the total profit amounted to Rs. 3,630, out of which "M" received Rs. 2,100. How many months after "M" started the business did "N" join?Solution
Let the number of months after which 'N' joined the business be 'y' So, ratio of profit share of 'M' to that of 'N' = (21,000 X 20) :{25,500 X (20 - y) } Profit share of 'N' = 3,630 - 2,100 = Rs. 1,530 So, (21,000 X 20) :{25,500 X (20 - y) } = 2100:1530 Or, (14 X 20) :{17 X (20 - y) } = 70:51 or, 20/(20 - y) = 5/3 Or, 20 - y = 12 So, 'y' = 20 - 12 = 8 Therefore, 'N' joined the business after 8 months.
A team leader requests a dashboard to display key performance indicators (KPIs) for the sales department. What is the most important consideration when ...
In time series analysis, which component is best described as the long-term movement in data values that is not affected by seasonal or random fluctuati...
In the context of risk modeling for credit scoring, which of the following factors is least likely to be used in predicting a person’s creditworthines...
Which of the following is the best example of metadata in a database system?
In OOP, which concept allows a subclass to provide a specific implementation of a method already defined in its parent class?
Which storage method is most suitable for managing large-scale unstructured data like videos or social media posts?
Which of the following best describes the main purpose of Exploratory Data Analysis (EDA) in data analysis?
Which of the following is the correct decomposition of time series data into its components?
In R, which function from the ggplot2 package would be best suited for creating a scatter plot with different colors representing different categories?
Which of the following scenarios illustrates runtime polymorphism?