Question
Bike 'P' runs at (6/5) the speed of Bike 'Q'. Both bikes
started from the same location and reached the same place at the same time. If Bike 'P' paused for 75 minutes on the way, and each bike travelled 300 km, what is the speed difference between Bike 'P' and Bike 'Q'?Solution
ATQ,
vP = (6/5) vQ Distance = 300 km each Pause by P = 1.25 h t = time for Q β vQ = 300 / t Time for P = t - 1.25 β 300 = (6/5) * vQ * (t - 1.25) Sub vQ: 300 = (6/5) * (300/t) * (t - 1.25) 1 = (6/5) * (1 - 1.25/t) 0.2 = 1.5 / t β t = 7.5 vQ = 300 / 7.5 = 40 km/h vP = 48 km/h Speed difference = 8 km/h
In time series forecasting, what does MAE stand for?
Which storage technology uses optical discs to store data and is commonly used for distributing software, movies, and music?
Which database level is farthest to the users?
Which of the following is an unsupervised neural network?
In the context of database backup, what does the term "point-in-time recovery" refer to?
Basic syntax to create a bar-chart in R is
Which data analytics technique is best suited for identifying hidden patterns or relationships in large datasets?
Which of the following is NOT a comparison operator in Python?
What data structure is commonly used to represent the parse tree in parsing?
Which function is used to get the version of python?