Question
A alone can finish the work in 10days and B alone can
finish the same work in 15 days. All A, B and C together take 5 days to finish the work. Find the time in which the same work can be completed in a sequence such that A starts first then B and then C.Solution
Total amount of work = LCM(10,15,5) = 30 Efficiency of A: 30/10 = 3units/day Efficiency of B: 30/15 = 2units/day Efficiency of A+B+C = 5 units/day => Efficiency of C=6-3-2=1 unit/day Work done by A+B+C together in 3 days = (3+2+1)×1 = 6 unit Total number of days required to finish the work: 30/6 => 5×3 = 15 days
 FAT stands for?
In a database cluster setup, what is the purpose of a "warm standby" server?
Which of the following techniques is used for dimensionality reduction while preserving the data's variance?
What is a resource in the context of deadlocks?
What is the purpose of a "private blockchain"?
Which circuit configuration has a single path for current flow?
In a virtual memory system, what is a "page fault"?
Which relationship type indicates that an entity is associated with exactly one instance of another entity?
Consider below arithmetic operation in python and predict the output
X=7.5
Y=2
print(X//Y)
When working with DMA in C, which function is often used to configure DMA channels?