Question
Train 'A' takes 25 seconds to pass a stationary pole and
32 seconds to cross a bridge that is 112 meters long. When moving in opposite directions, train 'A' crosses train 'B' in 20 seconds. If train 'B' has a length of 200 meters, determine its speed.Solution
Distance covered by train 'A' in 25 seconds = length of train 'A'
Distance covered by train 'A' in 32 seconds = length of train 'A' + 112 metres
So, distance covered by train 'A' in (32 - 25) i.e. 7 seconds = 112 metres
So, speed of train 'A' = 112 ÷ 7 = 16 m/s
Length of train 'A' = 16 X 25 = 400 metres
Let the speed of train 'B' = 'x' m/s
When travelling in opposite directions, relative speed of train 'A' w.r.t train 'B' = (16 + x) m/s
We have, (400 + 200) ÷ (16 + x) = 20
(16 + x) = 600 ÷ 20 = 30
So, x = 30 - 16 = 14
Therefore, speed of train 'B' = 14 m/s
Join in which generated result contain right side tuple of table even without a match is
Which specification that provides runtime environment in which java byte code can be executed?
Which property of a transaction ensures that it leaves the database in a consistent state, even in case of errors or failures?
SELECT E.EmpFname, E.EmpLname, P.EmpPosition FROM EmployeeInfo E INNER JOIN EmployeePosition P ON E.EmpID = P.EmpID AND P.EmpPosition IN ('Manager'); <...
What is the time complexity of an algorithm?
How does public key cryptography address the issue of secure key exchange?
What is the role of the Transaction Manager in RDBMS architecture?
The full form of Malware is ________
What is the main advantage of using NoSQL databases for big data storage over traditional relational databases?
Which number system uses a base of 2?