Question
'Pawan' can complete a task alone
in 63 days. However, when working together with 'Bhanu,' they finish the same task in 42 days. How many days would it take for 'Bhanu' to complete the task alone?Solution
ATQ,
Let the total work be 126 units (LCM of 63 and 42) Efficiency of 'Pawan' = (126/63) = 2 units/day Combined efficiency of 'Pawan' and 'Bhanu' = (126/42) = 3 units/day So, efficiency of 'Bhanu' = 3 - 2 = 1 unit/day Therefore, required time = (126/1) = 126 days
B-trees and B+ trees are designed to maintain balance by adjusting the:
What is the maximum number of different Boolean functions involving n Boolean variables?
In the Entity-Relationship (ER) model, what does an entity represent?
Ternary relationship has how many participating entities?
What happens if an exception is thrown but not caught?
In a pipelined CPU design, what is the purpose of the instruction pipeline?
In a public blockchain, who can participate in the validation of transactions and creation of new blocks?
What is the decimal equivalent of the binary number 10101?
What will be the output of the code
int main(){
int array[] = {100,200,300};
cout<
}
Which circuit configuration has a single path for current flow?