Question
Bike 'P' runs at (6/5) the speed of Bike 'Q'. Both bikes
started from the same location and reached the same place at the same time. If Bike 'P' paused for 75 minutes on the way, and each bike travelled 300 km, what is the speed difference between Bike 'P' and Bike 'Q'?Solution
ATQ,
vP = (6/5) vQ Distance = 300 km each Pause by P = 1.25 h t = time for Q → vQ = 300 / t Time for P = t - 1.25 → 300 = (6/5) * vQ * (t - 1.25) Sub vQ: 300 = (6/5) * (300/t) * (t - 1.25) 1 = (6/5) * (1 - 1.25/t) 0.2 = 1.5 / t → t = 7.5 vQ = 300 / 7.5 = 40 km/h vP = 48 km/h Speed difference = 8 km/h
Any numbered relationship has how many participating entities?
What is the worst-case time complexity of inserting n2Â elements into an AVL tree with n elements initially?
Which technique is commonly used for visualizing the flow of data within a system in the form of diagrams?
What will be the output of the following code snippet?
int num = 10;
int *ptr = #
printf("%d", *ptr);
The SI unit for measuring frequency is:
Which cryptographic system uses two different keys for encryption and decryption?
What is the purpose of flow control in data communication?
Which concurrency control technique allows a transaction to read uncommitted data?
The preorder traversal of a binary search tree is 15, 10, 12, 11, 20, 18, 16, 19. Which one of the following is the postorder traversal of the tree?
What is the primary design goal of a combinational circuit?