Question
Ajay, Bablu and Chirag can complete a certain work in
21, 28 and 15 days respectively. Ajay and Chirag started the work while Bablu joined them after 5 days and worked with them till the completion of the work. For how many days Bablu worked?Solution
Ajay Bablu Chirag
21Â 28Â 15
      420      LCM of 21,28,15
20Â 15Â 28
Ajay And Chirag both working 5 days = (20+28) ×5=240
Remaining work complete by Ajay Bablu and Chirag =180/63
=20/7=2(6/7) days
Which of the following techniques is most suitable for handling and organizing an unstructured dataset with textual data?
In Python, which library is most commonly used for data manipulation?
You are analyzing sales data and notice missing values in some of the records. What is the most appropriate first step to take during the data analysis ...
What does the Dickey-Fuller test primarily assess in a time series dataset?
In regex, ^abc matches:
Which of the following methods is most effective in reducing selection bias during the sampling process?
Which of the following Python libraries is most appropriate for creating statistical visualizations such as violin plots and heatmaps?
An e-commerce company wants to understand the trend of holiday season sales over the past decade to forecast future sales. Which analysis method should ...
Given the following SQL query:
SELECT department _ id, COUNT(*) AS employee _ count
FROM employees
GROUP BY department_id
HA...
Which data modeling technique is used to represent the relationships between entities in a database?