Question
If 6 men and 5 boys can complete a piece of work in 9
days, while 24 men and 20 boys can complete the same work in 3 days, how long will it take for 12 men and 15 boys to complete the same work?Solution
Let the efficiency of a man be ‘p’ units per day and the efficiency of a boy be ‘q’ units per day. According to the question: (6p + 5q) × 9 = (24p + 20q) × 3 Or, 54p + 45q = 72p + 60q Or, 15q = 18p Or, q = 1.2p Total work = (6p + 5q) × 9 = (6p + 6p) × 9 = 12p × 9 = ‘108p’ units Efficiency of 12 men and 15 boys = 12p + 15q = 12p + 18p = 30p units per day Required time = (108p / 30p) = 3.6 days
 Which of the following method is specifically designed to allow a network analyst to monitor traffic?
In n-gram models, what does 'n' represent?
What is the main purpose of disk scheduling in an operating system?
Which of the following is a NoSQL database commonly used in Big Data?
Maximum Power transfer occurs when the_____
What does the term "serializable" refer to in the context of database transactions?
For the circuit shown, Find the number of nodes and number of independent equations used for analysis of circuit using nodal analysis.
In a digital communication system, let the encoding scheme be “Add 1 at the end of the bit stream if number of 1 bits is odd, else add 0 at the end of...
Which of the following statement is INCORRECT related to mysql_list_tables() function ?