Question
Amrit and Rohan were traveling from point A to point B.
Amrit took 72 minutes longer than Rohan to reach point B. Their respective speeds were 50 km/h and 62 km/h. Determine the time taken by Rohan to travel from point A to point B.Solution
Let, the distance between point A to point B was βxβ km. So, x/50 β x/62 = 1.2 (31x β 25x)/1550 = 1.2 6x = 1860 x = 310 km Therefore, the time taken by Rohan to reach point B = 310/62 = 5 hours
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?