Question
A cheetah can catch a deer running with a speed of 54
km/h and is 70 meters ahead of it, in 14 seconds. Find the time taken by the cheetah to catch a zebra that is 160 metres ahead of it and is running with a speed which is 80% of that of the deer.Solution
Speed of the deer = 54 km/h = 54 Γ (5/18) = 15 m/s Distance covered by the cheetah in 14 seconds = 70 metres + distance covered by the deer in 14 seconds = 70 + 15 Γ 14 = 70 + 210 = 280 metres So, speed of the cheetah = 280/14 = 20 m/s Speed of the zebra = 15 Γ (80/100) = 12 m/s So, relative speed of the cheetah with respect to the zebra = 20 β 12 = 8 m/s Hence, time taken by the cheetah to catch the zebra = 160/8 = 20 seconds
What is the main goal of the Dining Philosophers Problem in computer science?
In pipelining, the CPU executes each instruction in a series of following stages: Instruction Fetching (IF) ββ> Instruction Decoding (ID) ββ> In...
Data warehouse has historical data
Which feature of Big Data refers to the speed of data generation and processing?
In a Max-Heap, what is the relationship between a parent node and its children?
When debugging an N-Queens problem solution using backtracking, a common issue is that the algorithm either finds no solutions or finds too many, includ...
Which of the following data structures is most suitable for implementing a priority queue with efficient insertion and deletion operations based on prio...
Which TCP feature improves performance specifically over wireless networks where packet loss occurs due to noise, not congestion?
What is the time complexity of the peek operation (accessing the top element without removing it) in a stack implemented using a singly linked list?
What is the best case time complexity of merge sort?