Question
Train A when travelling with a speed of 72 km/h crosses
a pole in 12 seconds. Find the time taken by the train A to cross another train B of length 40% more than that of train A which is coming from the opposite direction with a speed of 108 km/h.Solution
Speed of train A = 72 × 5/18 = 20 m/s
Length of train A = 20 × 12 = 240 metres
Length of train B = 1.4 × 240 = 336 metres
Speed of train B = 108 × 5/18 = 30 m/s
Relative speed = 20 + 30 = 50 m/s (opposite direction)
Total distance = 240 + 336 = 576 metres
Desired time = 576/50 = 11.52 seconds
Which of the following statements correctly differentiates between continuous and categorical data?
Which of the following methods in the Seaborn library is used to create a scatter plot to visualize the relationship between two variables x and y?
In file systems, which allocation method results in the maximum random access performance?
Which of the following Software Development Life Cycle (SDLC) models is best suited for projects where the requirements are unclear or evolving rapidly?
Which Business Intelligence tool is renowned for its interactive dashboards and visualization capabilities, commonly used in corporate reporting and dat...
What does the following list comprehension produce?
result = [x**2 for x in range(5) if x % 2 == 0]
print(result)
In Huffman Coding, which property ensures that no code is a prefix of another?
Which of the following methods is most appropriate for forecasting future values in time series data with a consistent trend and seasonality?
Which of the following best explains the role of an independent variable in data analysis?
Which of the following is a unique feature of Tableau that distinguishes it from other Business Intelligence tools?