Question
Aβ and βBβ together can complete a work in 20 days
while βAβ takes 30 days to complete the same work alone. If βCβ is 25% more efficient than βBβ, then find the time taken by βCβ alone to complete the whole work.Solution
Let the total work = 60 units Efficiency of (A + B) = 60/20 = 3 units/day Efficiency of βAβ = 60/30 = 2 unit/day Therefore, efficiency of βBβ = 3 β 2 = 1 units/day Efficiency of βCβ = 1.25 Γ 1 = 1.25 units/day Required time taken = 60/1.25 = 48 days
What is the primary difference between a "Virus" and a "Worm" in the context of cybersecurity?
What is the primary goal of cybersecurity?
Which distribution is used to model the number of successful outcomes in a fixed number of independent Bernoulli trials?
What is a default route in routing?
What is the primary purpose of lexical analysis in a compiler?
Running time T(n) where 'n' is the input size of the recursive algorithm given as : T(n) = c + T(n-1), if n > 1 ; T(n) = d if n < 1. The order of the a...
What is exception handling in programming?
A shift register is an example of a sequential circuit used for:
State true or false
The Arithmetic Logic Unit (ALU) is a crucial component of the CPU responsible for performing arithmetic and logical operation...
In which programming language is dynamic memory allocation commonly used?