Question
Two trains C and D started from point A and B
respectively. Speed of train D is 21 km/hr more than that of train C. Total distance between point A and B is 495 km. If both the trains meet in 3 hours 40 minutes, then find the speed of train D (in km/hr).Solution
Let the speed of train C be ‘x’ km/hr. Then, speed of train D = (x + 21) km/hr Time = 3 hours 40 minutes = 3(40/60) = 3(2/3) = 11/3 hrs  According to the question, => Speed = Distance/ Time => (x + x + 21) = 495/(11/3) => 2x + 21 = 45 × 3 => 2x = 135 - 21 => x = 57 Speed of train C = x = 57 km/hr Speed of train D = (x + 21) = 78 km/hr
Which of the following describes the difference between Windows and Unix/Linux file systems? Â
In Data Communication, what protocol is used to ensure reliable transmission of data over a network?
In Data Structures, which of the following algorithms uses the Divide and Conquer strategy?
What is the time complexity of inserting an element in a heap?
Which data structure is used in BFS (Breadth-First Search)?
Which of the following is true for the time complexity of binary search?
Depth-First Search (DFS) typically uses which data structure implicitly or explicitly?
In a relational database, what is the purpose of a foreign key?
Which application layer protocol is used to retrieve emails from a remote server?
Which page replacement algorithm replaces the page that will not be used for the longest period of time in the future? Â