Question
Train ‘X’ is 360 metres long and takes 18 seconds to
cross a pole. Speed of train ‘Y’ is 22 m/sec. If both trains cross each other in 16 seconds while travelling towards each other, then what is the length of train ‘Y’?Solution
ATQ,
Speed of train ‘X’ = (360/18) = 20 m/sec
So, relative speed of train ‘X’ with respect to train ‘Y’ (travelling towards each other) = 20 + 22 = 42 m/sec
Let the length of train ‘Y’ = ‘x’ metres
Distance covered by both trains together in 16 seconds = (360 + x) metres
Or, 16 × 42 = 360 + x
Or, 672 = 360 + x
Or, x = 672 – 360 = 312
So, length of train ‘Y’ = 312 metres
Which sampling technique is most appropriate for studying population data divided into well-defined subgroups , where it is essential to ensure proporti...
Which of the following sampling techniques is most suitable when the population is divided into distinct subgroups, and it is important to ensure each s...
You are combining sales data from three different sources, each with slightly different column names for the same information (e.g., "Product_ID," "Prod...
In R, which function is used to perform a t-test for comparing the means of two independent samples?
Which Python library is mainly used for machine learning?
In hypothesis testing, what does a low p-value (e.g., p < 0.05) suggest about the null hypothesis?
Which ES6 feature allows for function parameters to have default values if no value is provided during a function call?
Which technique is most appropriate to handle skewed numerical data in a dataset?
Which of the following scenarios would benefit most from using time series analysis with seasonal decomposition?
Which of the following best explains why sampling is used in data analysis?