Question
A train approaches a tunnel a PQ. Inside the tunnel a
cat located at a point i.e., 7/16 of a distance PQ measured from the entrance P. When the train whistles, the cat runs. If the cat moves to the entrance of the tunnel P, the train catches the cat exactly at the entrance. If the cat moves to the exit Q, the train catches the cat at exactly the exit. The speed of the train is greater than the speed of the cat by what order?Solution
Let the speed of train be ‘a’ and Speed of cat be ‘b’ and Train whistles at a point ‘T’, x km away from P, then First case: => a/b = x/(7k) Second case: => a/b = (x+16)/(9k) From both cases: => 9x = 7 (x+ 16 k) => 9x = 7x = 102 k => 2x = 102k => x/k = 56/1 => a/b = 56/(7x1) = 8/1
In a typical instruction pipeline, which stage is responsible for fetching the next instruction from memory?
Which web technology is used to style and format the layout of a web page?
Kirchhoff's Voltage Law (KVL) is based on the principle of:
Which of the following is NOT a potential concurrency control issue?
State true or false
The Arithmetic Logic Unit (ALU) is a crucial component of the CPU responsible for performing arithmetic and logical operat...
What is Apache Spark primarily used for in big data processing?
Which problem is a classic example of an NP-complete problem?
Virtual memory allows for the efficient management of:
Which of the following is NOT a type of inheritance?
In ______, the difference between the height of the left sub tree and height of the right tree, for each node, is almost one