Question
A man travels some distance at a speed of 15 km/hr and
returns at a speed of 9 km/hr. If the total time taken by him is 2 hrs 40 min, the distance isSolution
Let the distance travelled by a man be D km According to the question, Total time taken = 2 hrs 40 min = 2(40/60) = 8/3 hours Total time = T1 + T2 D/15 + D/9 = 8/3 (3D + 5D)/45 = 8/3 8D/45 = 8/3 D = 15 km
In the context of Intelligent Systems, which of the following algorithms is primarily used for real-time pathfinding in robotics?
Which of the following operations is most efficient in a singly linked list compared to an array?
Which of the following sorting algorithms is NOT stable?
Which type of cyber attack involves overwhelming a server with traffic to make it unavailable to users?
...What is the primary benefit of implementing Continuous Integration (CI) in a software development lifecycle?
Which of the following statements correctly describes a major difference between public and private clouds?
Which of the following conditions is NOT required for a deadlock to occur?
Which type of firewall is specifically designed to monitor and filter incoming and outgoing traffic based on predetermined security rules and is capable...
In Big Data Analytics, what is the main function of the MapReduce programming model?
What does the function re.match do?