Question
A man travels 400 km, partly by bike and partly by train.
If the speed of bike is 50 km/h and the speed of train is 100 km/h, and he covers 40% of the distance by bike, what is the average speed of the whole journey? (Round off to nearest integer)Solution
ATQ,
Time taken by bike = [(0.40 × 400)/50] = (160/50) = 3.2 hours
Time taken by train = [(0.60 × 400)/100] = (240/100) = 2.4 hours
Average speed = [(Total distance)/(Total time)] = [400/(3.2 + 2.4)] = (400/5.6) ~ 71 km/h
DCL provides commands to perform which operations?
What is the purpose of the "Attention" mechanism in deep learning models?
In data analytics, what is the primary purpose of sentiment analysis?
What is the typical output voltage range of an operational amplifier (op-amp) powered by ±15V supply rails?
How does the ‘localStorage’ feature in HTML5 help web developers?
What is a key advantage of the Go programming language in terms of concurrency?
Which block of code is used to handle exceptions?
Relation R(A,B,C,D,E) has {AB`->` C, C`->` D,B`->` EA} FUNCTIONAL DEPENDENCY
Find the candidate key of the relation.
What is the primary function of the Relational Database Management System (RDBMS) architecture?
In dynamic routing, how do routers exchange information about network topology?