Question
A and B are travelling towards each other with a speed
of 30 km/hr and 40 km/hr. They started at same time and A covered 25 km less distance than B before meeting B. Find the distance between them before starting.Solution
Here time taken by both A and B is same, so the ratio of the distance covered by them will be equal to the ratio of their speeds. Therefore, ratio of the distance covered by A and B = 30:40 = 3:4 Let the distance covered by A and B be 3x km and 4x km respectively. According to question, => 4x β 3x = 25 => x = 25 Therefore, distance between them before starting = 4x + 3x = 7x = 175 km
Which famous sorting algorithm uses the divide-and-conquer strategy?
What is the correct syntax to declare a variable in C?
In SQL, which keyword is used to retrieve data from a database?
A firewall that monitors the state of active connections and makes decisions based on the context of those connections is known as a:
What is the main purpose of the parity bit in error detection?
Which component is responsible for translating virtual addresses to physical addresses?
What is the scope of a variable declared as "static" inside a function?
How can the Banker's algorithm be used to prevent deadlocks?
The java.sql and javax.sql are the primary packages for JDBC 4.0.
In tuple calculus, what does the β symbol represent?