Question
In a 15 km race, X, Y, and Z are running at uniform speed.
If ‘X’ beats ‘Y’ by 3 km, and ‘Y’ beats ‘Z’ by 2 km, then by how many metres does ‘X’ beat ‘Z’?Solution
ATQ,
When ‘X’ covers 15 km, ‘Y’ will cover 12 km
Similarly, when ‘Y’ covers 15 km, ‘Z’ covers 13 km
Therefore, when ‘Y’ covers 12 km, then ‘Z’ will cover = (12 × 13) / 15 = 10.4 km
Therefore, ‘X’ will beat ‘Z’ by = 15 – 10.4 = 4.6 km = 4600 metres
Which computer architecture uses a single bus to connect the CPU, memory, and peripherals?
Binary relationship has how many participating entities?
What does cardinality represent in the context of an ER model?
State true/false
Trojan works in background and steal data which is sensitive
In a B-tree, the minimum number of children a non-root internal node can have is:
Which of the following function is used in every hashing technique
What is the primary purpose of lexical analysis in a compiler?
What is the worst-case time complexity of inserting n elements into an empty linked list, if the linked list needs to be maintained in sorted order? Mo...
What does the Query Optimizer do in RDBMS architecture?
C++ follows ___.