Start learning 50% faster. Sign in now
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
Which of the following is not a valid keyword in C++ language?
Which component of RDBMS allows users and applications to interact with the database through SQL queries?
Which of the operation is used to see the top element of stack?
In the first step of the TCP three-way handshake, what does the client (initiator) do?
What is the purpose of the shebang (#!) in a shell script?
Which keyword is used to throw an exception explicitly?
A communication path way that transfers data from one point to another is called
Suppose we have a printer shared between various machines in a network, and any machine or computer in a network can send a print request to the printe...
What does the term "Zero-Day Vulnerability" refer to?
Which of the following is NOT a comparison operator in Python?