Question
A and B are travelling towards each other with a speed
of 20 km/hr and 30 km/hr. They started at same time and A covered 40 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 = 20:30 = 2:3 Let the distance covered by A and B be 2x km and 3x km respectively. According to question, => 3x – 2x = 40 => x = 40 Therefore, distance between them before starting = 3x + 2x = 5x = 200 km
The CPU control unit typically generates control signals for various components within the CPU, including the:
Which technique is commonly used for visualizing the flow of data within a system in the form of diagrams?
How can we set default rwx permission to all users on every file which is created on the current shell?
Trace the output int main() { int a=12,b=39; printf ("%d",a&b); return 0; }
Which of the following is NOT a common type of firewall?
Token Ring networks operate at what speed?
Which layer of the OSI model is responsible for encrypting and decrypting data for security purposes?
The below mentioned code is in which programming language
type
array-identifier = array[index-type] of element-type;
Which technology is most commonly associated with cryptocurrencies like Bitcoin?
Running time T(n) where 'n' is the input size of the recursive algorithm given as : T(n) = c + T(n-1), if n > 1 ; T(n) = d if n < 1. The order of the a...