Question
A train would take 20 seconds to cross a stationary
pole. If the train was 200m shorter, it would have taken 10 seconds less. Find the speed of the train.Solution
Let the original length of the train = x m ∴ Speed of the original train = x/20 m/s ∴ Length of the shorter train = (x - 200) ∴ speed of the shorter train = (x - 200)/10 m/s Since, both the train are same their speed are also same. ∴ `(x)/20 = (x-200)/10` => 10x = 20x - 4000 => 10x = 4000 => x = 400 ∴ Speed = x/20 = 400/20 = 20m/s
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?
Which of the following operation is performed by Domain Name Server (DNS)?
Which of the following statements best describes the concept of a computing model in computer science?
Which of the following accurately describes Type 1 hypervisor virtualization?
Which layer is not in OSI but in TCP/IP
- In a dense index, why might an index entry not appear for every search key value in the file?
Which is not a access modifier in java?
Fill in the correct option for 29 blank space.
In public key cryptography ___
key is used for encryption and ____ key is used for decryption.
...What is the primary purpose of the UNION ALL operator in SQL?