Question
A train travels from Station A to Station B at a speed
of 60 km/h and returns from Station B to Station A at a speed of 40 km/h. If the distance between the two stations is 120 km, find the average speed of the train for the entire journey.Solution
Let the distance between the two stations be 120 km. Time taken to travel from A to B = 120/60 = 2 hours. Time taken to travel from B to A = 120/40 = 3 hours. Total time taken for the round trip = 2 + 3 = 5 hours. Total distance traveled = 120 + 120 = 240 km. Average speed = 240/5 = 48 km/h.
- How to debug bash script 
- What is the term for the process of transferring data between physical memory and secondary storage in virtual memory systems? 
- In the context of ADTs, what does "polymorphism" refer to? 
- The SI unit for measuring pressure is: 
- What is the purpose of the "if __name__ == '__main__':" statement in a Python script? 
- The result evaluating the postfix expression 10 5 + 60 6/ * 8 – is 
- What is the decimal equivalent of the hexadecimal number A5? 
- In the first step of the TCP three-way handshake, what does the client (initiator) do? 
- Which type of power plant produces electricity by harnessing the energy of falling or flowing water? 
- Which command is used to append the contents of one file to another file in a Unix/Linux system?