Question
P can do a piece of work in 20 days, Q can do the same
piece of work in 24 days while R can do it in 30 days. They started working together but after 4 days ‘P’ left the work and the remaining work was completed by Q and R together. Find in how many days the remaining work will be completed?ÂSolution
P – 20 days                                                         P – 6 unit Q – 24 days                     LCM = 120        Q – 5 unit R – 30 days                                                         R – 4 unit Work of all 3 per day is (6 + 5 + 4) – 15 units All worked for 4 days. So, 4 days work is 4 × 15 = 60 units Remaining work = 120 – 60 = 60 units That work done by Q and R their per day unit = (5 + 4) = 9 unit Remaining work done by Q and R is 60/9 days = 6(2/3) days
In R, which function is used to perform a t-test for comparing the means of two independent samples?
A retailer wants to segment its customers to optimize targeted marketing campaigns. Which of the following approaches would be most effective for custom...
In predictive modeling for customer segmentation, which type of model is most suitable for identifying distinct customer groups based on purchasing beha...
Which method is used to handle missing values by replacing them with the mean?
A logistics company wants to reduce delivery delays using predictive analysis. What should they focus on?
You are tasked with analyzing sales data from multiple sources for a quarterly report. The raw data contains missing values and duplicate records. What ...
What will be the output of the following Python code?
def modify_list(lst):
  for i in range(len(lst)):
    lst[i] = ls...
Which of the following query will return the third-highest salary from an Employee table in SQL?
What is the primary objective of exponential smoothing in time series forecasting?
Which of the following testing types focuses on validating that a system meets its functional requirements?