Question
A is cycling at an average speed of 24 km/hr such that
he can reach a certain point at 12 noon. If he cycles at 40 km/hr, then he will reach the destination at 10 a.m. At what speed he should cycle to reach the destination at 11 a.m.Solution
Let the distance to be travelled be ‘x’ km Time taken when speed is 24 km/hr = (x/24) hours Time taken when speed is 40 km/hr = (x/40) hours According to the question, (x/24) – (x/40) = 2 Or, 5x – 3x = 2 × 120 Or, 2x = 240 km Or, x = 120 km Time taken to travel 120 km with speed of 24 km/hr = 120/24 = 5 hours Therefore, he started at 12 – 5 = 7 a.m. Therefore, required speed to reach the destination at 11 a.m. or 4 hours = 120/4 = 30 km/hr
Which of the following programming language most of “Wireshark” is implemented in?
Which of the following best describes validation testing?
The Fibonacci sequence (F(n) = F(n-1) + F(n-2)) is a classic example demonstrating the benefits of Dynamic Programming. Without DP, a naive recursive so...
You are tasked with implementing a search feature for a large, constantly changing dataset where the order of elements doesn't matter, but fast lookups ...
In AJAX (Asynchronous JavaScript and XML), which of the following properties must be set to true to prevent the browser from waiting for the response be...
Consider three processes P1, P2, and P3 with burst times 10ms, 10ms, and 10ms respectively. If they arrive at time 0 and are scheduled using FCFS (First...
What is the main goal of cloud load balancing?
Which of these is an open-source container orchestration platform?
In a binomial heap, if the root is greater than the left child and less than the right child, which of the following statements is correct?
In threat modeling, what does STRIDE stand for (one of the categories)? Pick the item that is NOT part of STRIDE.