Question
A and B can do a work together in 10 days. B and C can
do the same work in 15 days, how many days will B take to complete the work if A, B and C together can do the same work in 7.5 days?Solution
Let the work done by B in one day be 1/x A + B = 1/10, B + C = 1/15. Adding both the above equation- A+2B+C = 5/30 = 1/6 Also, A + B + C = 1/7.5 Total work done by B = 1/6 – 1/7.5 = 1/30 Therefore, time taken by B = 30 days. Answer: b) 30 days.
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?