Question
A train can cross a pole in 24 seconds. While if the
train increased its speed by 50% then time taken by it to cross 234 metres long platform is 42 seconds. Find the time taken by the train to cross a 126 metre long tunnel.Solution
Let speed of train is ‘x’ m/s So, length of train = 24 × x = 24x metres And, 24x + 234 = 1.5 × x × 42 Or, 39x = 234 Or, x = 6 m/s So, length of train = 24 × 6 = 144 metres Desired time = (144 + 126)/6 = 45 seconds
What is a transaction in a database management system?
Predict the output for below code in python
Count =10
Def function1() :
Global Count
for i in(1,2,3) :
Count=Count...
What is the decimal value of the floating-point number C1D00000 (hexadecimal notation)? (Assume 32-bit, single precision floating point IEEE representat...
Which tree traversal visits the nodes in the order: left, root, right?
Index of first element of linked list default value?
Attributes are made of more than one simple attribute.
What is the primary responsibility of the "Controller" in the MVC architecture?
What is the primary advantage of using public key cryptography over symmetric key cryptography?
What is the main drawback of using large batch sizes in mini-batch gradient descent during training?
In dynamic programming, what does "optimal substructure" mean?