Question
A train travels from station βPβ to station βQβ
at a constant speed. If its speed was increased by 20 km/h, it would have taken 1 hour less to cover the distance. It would have taken further 30 minutes less if the speed was further increased by 20 km/h. The distance between station βPβ and station βQβ is:Solution
According to the question, Let the original speed of the train be βxβ km/h and the original time taken to reach the destination be βtβ hours. So, the distance between station βPβ and βQβ = x Γ t = xt km So, xt/(x + 20) = t β 1..........................(1) And, xt/(x + 40) = t β 1 β 0.5 Or, xt/(x + 40) = t β 1.5........................(2) Dividing equation (1) by equation (2), we get (x + 40)/(x + 20) = (t β 1)/(t β 1.5) So, xt β 30 β 5x + 20t = xt + 20t β x β 20 Or, 20t β 5x = 10 Or, x = 4/5 Γ (20t β 10) Putting the value of βxβ in equation (1), we get 40tΒ² β 80t = 40tΒ² β 110t + 70 Or, t = 3 So, x = 4/5 Γ (60 β 10) = 40 Desired distance = 3 Γ 40 = 120 km
What is a transaction in a database management system?
Predict the output for below code in python
Count =10
Def function1() :
Global Count
for i in(1,2,3) :
Count=Count...
What is the decimal value of the floating-point number C1D00000 (hexadecimal notation)? (Assume 32-bit, single precision floating point IEEE representat...
Which tree traversal visits the nodes in the order: left, root, right?
Index of first element of linked list default value?
Attributes are made of more than one simple attribute.
What is the primary responsibility of the "Controller" in the MVC architecture?
What is the primary advantage of using public key cryptography over symmetric key cryptography?
What is the main drawback of using large batch sizes in mini-batch gradient descent during training?
In dynamic programming, what does "optimal substructure" mean?