Question
Train 'P' leaves Pune for Nagpur at 6:00 a.m. At 8:00 a.m.,
another train 'Q' departs from Nagpur to Pune at 55 km/h. Both trains meet at 1:00 p.m. If the distance between Pune and Nagpur is 620 km, what is the speed of train 'P'?Solution
ATQ,
Let the speed of train 'P' be 'x' km/h
Distance covered by train 'P' alone = 2 × x = 2x km
Time both trains travelled together = 5 hours
ATQ;
5 × (55 + x) = 620 - 2x
Or, 275 + 5x = 620 - 2x
Or, 345 = 7x
So, x = 49.29
So, speed of train 'P' = 49.29 km/h
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?