Question
A man, a woman and a boy can do a work in 3, 2, 6 days
respectively. How many children were required with 1 man and 1 woman to complete the same work in (1 )/(2 ) day?Solution
Work done by a man in (1)/(2) days = (1)/(6 ) part Work done by a woman in (1)/(2) days = (1)/(4) part Work done by a boy in (1)/(2) days = (1)/(12) part Let one man and one woman together can do a piece of work in (1)/(2) days = No. of x children required According to the question, => (1)/(6) + (1)/(4) + (x)/(12) = 1 => (2 + 3 + x)/(12) = 1 => 5 + x = 12 => x = 12 – 5 = 7 Hence, 7 boys will be required.
Bus topology is also known by which one of the alternative names below?
Which of the following is NOT a type of firewall?Â
What is the primary advantage of using an Object-Oriented Programming approach?
What is "serverless computing"?
Which protocol is commonly used for secure data transfer in cloud computing?
In C++, what mechanism is primarily used to achieve runtime polymorphism?
If receiver noise floor is 2 dB, signal-to-noise ratio is 3 dB then what is the receiver sensitivity?
Consider the following Java code snippet:
  import java.util.ArrayList;
  import java.util.Arrays;
  import java.util.L...
Which data structure is most commonly used to efficiently implement a priority queue?
In pandas, what does df.groupby('A').agg({'B': 'sum', 'C': 'mean'}) return?