Question
Ajay, Bjay, and Cheetna can individually finish a task
in 20, 24, and 30 days, respectively. They began working together, but Ajay left the task 10 days before its completion, and Bijay left 4 days after Ajay's departure., then in how many days were needed to finish the entire task?Solution
ATQ, Let total amount of task to be done = 120 units (LCM of 20, 24 and 30) Efficiency of Ajay = 120/20 = 6 units per day Efficiency of Bjay = 120/24 = 5 units per day Efficiency of Cheetna = 120/30 = 4 units per day Let total task is to be completed in βdβ days According to question; 6 Γ (d β 10) + 5 Γ (d β 6) + 4 Γ d = 120 Or, 6d + 5d + 4d = 120 + 60 + 30 = 210 Or, 15d = 210 So, d = 210/15 = 14 days
Which of the following statements best describes the role of data visualization in data analysis?
A data analyst is tasked with improving operational efficiency by examining employee performance metrics and identifying bottlenecks. Which of the follo...
Which of the following is a key difference between Big Data and Traditional Data?
A financial organization is aiming to reduce operational costs by analyzing transactional data to identify inefficiencies. Which of the following roles ...
In descriptive statistics, which of the following measures is least affected by extreme values (outliers)?
In VLANs (Virtual LANs), what protocol is used to carry VLAN information between switches?
Which of the following is true regarding the use of pivot tables in Excel for data analysis?
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...
Which SOLID principle emphasizes that software entities should be open for extension but closed for modification?
A developer is tasked with implementing a task scheduling system where multiple tasks with dependencies need to be executed. Which data structure would ...