Question
Rs. 5600 is divided among 'X', 'Y', 'Z', and 'W' in the
ratio 4:6:3:7. Then, 'Y' gives 60% of the average of 'X' and 'W’s' amount to 'Z'. Find the average amount currently with 'X' and 'Z'.Solution
ATQ,
Initial amount with 'X' = 5600 × (4/20) = Rs. 1120
Initial amount with 'Z' = 5600 × (3/20) = Rs. 840
Initial amount with 'W' = 5600 × (7/20) = Rs. 1960
Amount given by 'Y' to 'Z' = {(1120 + 1960) ÷ 2} × 0.60 = 1540 × 0.60 = Rs. 924
Final amount with 'Z' = 840 + 924 = Rs. 1764
Therefore, required average = (1120 + 1764) ÷ 2 = Rs. 1442
Which of the following is shared by the thread of the same process.
Which algorithm is best suited for finding a Hamiltonian cycle in an undirected graph?
Which architecture allows multiple processors to share memory and work simultaneously?
A directed acyclic graph (DAG) has 10 vertices and 15 edges. What is the maximum possible number of topological orderings?
Which of the following is true about the time complexity of Merge Sort?
Which of the following is true for Dijkstra’s algorithm?
Which traversal method in a binary search tree retrieves nodes in sorted order?
The Bellman-Ford algorithm executes relaxation steps how many times for a graph with V vertices?
The time complexity of building a heap from an unsorted array of n elements is:
Which graph traversal technique is commonly used for topological sorting?