Question
A train travelling at a uniform speed, clears a platform
240 meters long in 10 seconds and passes a telegraph post in 6 seconds. Find the length of the train and its speedSolution
Let the speed of the train be x m/sec and the length of the train be y m, then According to the question x = (240 + y) / 10 ----(1)  x = y / 6 ----(2) From equation (1) and equation (2)  y / 6 = (240 + y) / 10 2y = 1400 + 6y  10y - 6y = 1440  y = 1440/4 =360m The length of the train is 360 m From equation (2) x = 360/6  x = 60 m/sec  x = 60 x 18/5 x = 216 km/hr The speed of a train is 216 km/hr.
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?