Question
Two trucks, ‘P’ and ‘Q’, start from locations
‘U’ and ‘V’ respectively, moving towards each other at the same time. After 10 hours they meet, and truck ‘Q’ has covered 180 km more than truck ‘P’. If the total distance between U and V is 780 km, how far did truck ‘P’ go in 6 hours?Solution
ATQ,
Let distance travelled by truck ‘P’ = ‘x’ km
Then, distance travelled by truck ‘Q’ = ‘x + 180’ km
According to question;
x + x + 180 = 780
Or, 2x = 600
Or, x = 300
Distance travelled by truck ‘P’ in 10 hours = 300 km
Speed of truck ‘P’ = 300 / 10 = 30 km/h
Distance travelled by truck ‘P’ in 6 hours = 30 × 6 = 180 km
In a digital communication system’s block diagram, which of the below components can be found at the receiver?
Fill in the correct option for 27 blank space.
State true or false
ODBC drivers are available for Oracle, Sybase, Informix, Mic...
Which virtualization technique allows the guest OS to run without being modified and has the lowest overhead?
What is the best case time complexity of merge sort?
What is the purpose of the CASE statement in SQL?
In PAM technique which of the below attributes of the pulse is used to vary as the amplitude of message varies
Which of the following statements accurately describes the purpose of unit testing in software development?
Given a set of activities with start and finish times: (1,4), (3,5), (0,6), (5,7), (3,9), (5,9), (6,10), (8,11), (8,12), (2,14), (12,16). If you apply t...
A greedy algorithm is used to make change for a given amount using a set of coin denominations. For denominations {1, 5, 10, 25} and an amount of 30, it...