Question
'Aditi' and 'Misti' embarked on a business venture,
initially investing sums denoted as 'm' and 'm + 3000', respectively. Four months later, 'Aditi' chose to amplify her investment by an additional Rs. 3,000, whereas 'Misti' opted to withdraw Rs. 2,000 from his initial capital. As the year concluded, 'Aditi' claimed her share of the profit, amounting to Rs. 42,000, out of a total profit pool of Rs. 83,000. Could you ascertain the initial capital 'Misti' invested in this enterprise?Solution
ATQ, Ratio of profit shares of ‘Aditi’ and ‘Misti’ = {(4 × m) + 8 × (m + 3000)}:{4 × (m + 3000) + 8 × (m + 3000 – 2000)} = 3(m + 2000):(3m + 5000) Profit share of ‘Misti’ = 83000 – 42000 = Rs. 41,000 ATQ; {3 × (m + 2000)}/{3m + 5000} = (42000/41000) 41 × (m + 2000) = 14 × (3m + 5000) Or, 41m + 82000 = 42m + 70000 Or, m = 12000 So, investment made by ‘Misti’ initially = 12000 + 3000 = Rs.15,000
Which of the following is the primary purpose of exploratory data analysis (EDA)?
What will be the output of the following C code?
#include < stdio.h >
void main ( ) {
  int x = 10, y = 20, *p1 = &x, *p2 = &y;...
Which test is commonly applied in time series analysis to determine whether a series is stationary?
Which of the following is an example of continuous data?
In time series analysis, which component is characterized by predictable, cyclical patterns that repeat at fixed intervals?
Which of the following is the primary reason why bias occurs in sampling?
A data analyst is tasked with understanding customer churn for a subscription-based business. Which of the following steps should they prioritize immedi...
In data transformation, what is the primary purpose of standardization?
Which of the following methods is most suitable for forecasting future sales based on historical sales data that exhibits seasonal trends ?
...Which of the following statements about asymmetric encryption is true?