Question
A Motorboat takes 24 hours for travelling downstream
from a point A to point B and coming back to point C, which is 1/3rd of distance between A and B. if the speed of the stream is 15 km/hr and the speed of the Motorboat in still water is 30 km/hr, then find out the distance between B and C?Solution
Let the total distance AB be D km BC = 1/3rd of D Time taken to cover AB + Time taken to cover BC = 24 hours D/((30+15)) + D/(3(30-15))  = 24 D/45 + D/45 = 24 D = 540km ∴ Distance between A and B = 540 km And Distance Between C and B = 540 × 1/3 = 180km.
In requirement analysis, which of the following best defines functional requirements?
Which of the following strategies helps reduce sampling bias?
Which layer in the OSI model is responsible for end-to-end communication and error-free delivery of data between hosts?
In a min-heap, what is the complexity of removing the smallest element and restoring the heap property?
Which forecasting method is most appropriate for time series data with a consistent trend but no seasonality?
Which time series application would most likely require ARIMA modeling for accurate forecasting?
In the finance industry, which application of data analysis is most critical for reducing credit risk?
Which Python library is mainly used for machine learning?
Which ES6 feature allows for function parameters to have default values if no value is provided during a function call?
Which of the following scheduling algorithms can cause the starvation of low-priority processes?