Question
A car's speed is 20% faster than that of a bike. The car
takes 30 minutes longer than the bike to cover 120 km, while the bike covers 80 km. Find the time it takes for an auto rickshaw to travel 154 km, knowing that its speed is the average of the speeds of the car and the bike.Solution
Let the speed of bike be 'v' km/h. Speed of car = '1.2v' km/h So, (120/1.2v) - (80/v) = (30/60) Or, (100/v) - (80/v) = (1/2) Or, (20/v) = (1/2) Or, 'v' = 40 Speed of auto = (v + 1.2v) Ă· 2 = 1.1v = 1.1 X 40 = 44 km/h Therefore, required time = (154/44) = 3.5 hours = 3.5 X 60 = 210 minutesÂ
Which of the following is NOT true about binary search ?
A data analyst is working on a survey dataset that records customer feedback as "Very Satisfied," "Satisfied," "Neutral," "Dissatisfied," and "Very Diss...
Which SQL query would return the top three departments with the highest total salaries from an employees table with columns department , salary , and em...
A data analyst at an insurance company is tasked with assessing the probability of fraudulent claims by analyzing customer transaction data and claim hi...
You are combining sales data from three different sources, each with slightly different column names for the same information (e.g., "Product_ID," "Prod...
Which of the following characteristics best differentiates Big Data from Traditional Data ?
Which of the following scenarios demonstrates an appropriate application of time series analysis?
A developer is tasked with implementing a task scheduling system where multiple tasks with dependencies need to be executed. Which data structure would ...
Which metric would be most indicative of a customer's likelihood of defaulting on a loan, based on historical data analysis?
What is the most challenging step in the data analysis process and why?