Question
Rs. 870 was to be divided among D, E, and F in the ratio
(1/2):(1/5):(1/3). By mistake, it was shared in the ratio 18:9:13. Find how much extra amount E received. (Calculate approximate value)Solution
ATQ,
L.C.M of 2, 5, and 3 = 30
Converted ratio = (15:6:10)
Total parts = 15 + 6 + 10 = 31
Correct share of E = 870 × (6/31) = Rs. 168.39 (approx)
Incorrect share of E = 870 × (9/40) = Rs. 195.75
Excess = 195.75 – 168.39 = Rs. 27.36 (approx)
What are the 3v’s of Big Data?
Which of the following best describes the concept of ‘Concurrency’ in the context of Operating Systems?Â
Which of the following statement is correct related to branch and bound method?
A circuit has five branches with four nodes including reference node , then the number of linearly independent mesh equation would be_______
Which backup strategy involves creating copies of data that allow for point-in-time recovery and typically includes both full and incremental backups? ...
In object-oriented programming, when defining an interface method, which of the following statements is true regarding method parameters?
What is the best case time complexity of merge sort?
In the Software Development Lifecycle, which phase is primarily responsible for identifying and documenting the needs of the stakeholders to create a bl...
Average waiting time of all process?
Which keyword is used for inheritance in C++?