Question
Ajay and Vishal left the place βXβ with different
speeds which are in the ratio 3:2 respectively. Ajay left the place 42 seconds after Vishal. If after 72 seconds of the departure of Vishal, Ajay is 40 meters apart from Vishal, then find the speed of Vishal.Solution
Let the speeds of Ajay and Vishal be 3x and 2x km/hr respectively. Distance covered by Vishal in 72 seconds = 2x x (5/18) x 72 = 40x m Distance covered by Ajay in 42 seconds = 3x x (5/18) x 42 = 35x m According to the question, => 40x β 35x = 40 => x = 8 Therefore the speed of Vishal = 2x = 16 km/hr
Which of the following is the most appropriate algorithmic approach for solving the "Knapsack Problem" where the goal is to maximize the value within a ...
Which of the following Python libraries is most appropriate for creating statistical visualizations such as violin plots and heatmaps?
In an AVL tree, what happens if a node insertion causes the balance factor of a node to become +2 or -2?
What is the primary advantage of using the ARIMA (AutoRegressive Integrated Moving Average) model for forecasting time series data?
Which of the following R functions is used to perform a t-test for comparing the means of two independent samples?
Which of the following is the most critical factor for implementing predictive analytics in the finance industry for risk modeling?
Which sampling technique involves dividing the population into mutually exclusive subgroups and then randomly selecting samples from each subgroup?
What is the primary purpose of normalization in database design?
What is the primary benefit of customer segmentation in a data-driven marketing strategy?
What is the primary objective of Exploratory Data Analysis (EDA) in a data analysis workflow?