Question
Two cars ‘X’ and ‘Y’, which were 750 km apart,
started traveling towards each other at the same time and met after 6 hours. If the speed of car ‘X’ is 10 km/h more than the speed of car ‘Y’, then find the speed of car ‘X’.Solution
ATQ,
Sum of the distance travelled by both cars = 750 km
Let the speed of car Y = ‘x’ km/h
So, speed of car X = ‘x + 10’ km/h
So, 6x + 6(x + 10) = 750
Or, 6x + 6x + 60 = 750
Or, 12x = 690
Or, x = 57.5
So, the speed of car X = (x + 10) = (57.5 + 10) = 67.5 km/h
A data analysis algorithm requires processing data in a Last-In, First-Out (LIFO) manner. Which operation is used to get the most recently added element...
- Internet of Things (IoT)
In an IoT ecosystem, which protocol is most efficient for constrained devices communicating over lossy networks?
... Which of the following best exemplifies a critical advantage of Mobile Edge Computing (MEC) over traditional cloud computing?
Which type of AI is primarily used for adaptive mobile applications like virtual assistants?
What is the worst-case time complexity for inserting an element into a hash table that uses separate chaining for collision resolution?
Which SQL query will retrieve the second highest salary from an Employee table?
Which traversal method is best for copying a binary tree?
Consider the standard dynamic programming approach to find the length of the Longest Common Subsequence (LCS) of two strings, text1 and text2. The dp ta...
Which of the following is the most critical success factor for the implementation of a Decision Support System (DSS) within an organization?
A graph where edges have a direction (e.g., from A to B, but not necessarily B to A) is called a: