Question
A and B together can complete a work in 12 days, B and C
in 15 days and C and A in 20 days. In how many days can A, B and C individually complete the work?Solution
Let daily work of A, B, C be a, b, c. a + b = 1/12 b + c = 1/15 c + a = 1/20 Add all: 2(a + b + c) = 1/12 + 1/15 + 1/20 LCM(12, 15, 20) = 60 1/12 = 5/60, 1/15 = 4/60, 1/20 = 3/60 Sum = (5 + 4 + 3)/60 = 12/60 = 1/5 β a + b + c = 1/10 Now, a = (a + b + c) β (b + c) = 1/10 β 1/15 = (3 β 2)/30 = 1/30 b = (a + b + c) β (c + a) = 1/10 β 1/20 = (2 β 1)/20 = 1/20 c = (a + b + c) β (a + b) = 1/10 β 1/12 = (6 β 5)/60 = 1/60 So, A alone: 30 days B alone: 20 days C alone: 60 days
The SI unit for measuring pressure is:
How many dimensions are selected in dice operation?
The join operation can be defined as
What is the purpose of the `
What is the primary purpose of the three-way handshake in TCP?
The maximum number of binary trees that can be formed with three unlabeled nodes is:
How many essential KCL equations are written when performing node analysis for a circuit with n nodes?
Which type of memory is used for firmware and contains the initial boot-up instructions for a computer system?
Which cryptographic process involves applying a mathematical function to generate a fixed-size output from variable-size input?
Consider a B+-tree in which the maximum number of keys in a node is 5. What is the minimum number of keys in any non-root node?Β