Question
P and Q started a business by investing Rs.9000 and
Rs.7500 respectively. After 5 months, Q increased his investment by a certain percentage such that at the end of 1 year, the profit shares of P and Q were equal. By how much percentage did Q increased his investment?Solution
Let the increased investment amount of Q = Rs.x Ratio of profit shares of P and Q = (9000 x 12) : (7500 x 5 + 7y) = 1:1 So, 108000 = 45000 + 7x => x = 9000 Increase in investment of Q = 9000 – 7500 = Rs.1500 Required % = (1500/7500) x 100 = 20%
If a time series exhibits a cyclical pattern that does not follow a fixed period (e.g., economic cycles), which of the following decomposition methods w...
What is the purpose of the break statement in Python?
A data analyst is working on a survey dataset that records customer feedback as "Very Satisfied," "Satisfied," "Neutral," "Dissatisfied," and "Very Diss...
A dataset contains customer email addresses, and you need to validate the email format. Which of the following methods is most suitable for this task? <...
Which of the following methods is used to ensure stationarity in time series data, a critical prerequisite for ARIMA modeling?
What is the primary objective of Exploratory Data Analysis (EDA) in a data analysis workflow?
A company notices a sudden spike in product returns during a specific quarter. Which type of analysis should be conducted to identify the root cause an...
What is the primary advantage of using CIDR (Classless Inter-Domain Routing) in IP addressing?
When identifying business problems, what is the first step a data analyst should take to ensure clarity and effectiveness in solving the problem?
Which regex symbol matches zero or more occurrences of the preceding character?