Question
A task can be completed in 10 days by a team of 6 men
and 8 boys. The same task can also be completed in 2 days by 26 men and 48 boys. How long will it take for a group consisting of 15 men and 20 boys to complete the same task?Solution
Let efficiency of a men and a boy is ‘x’ units per day and ‘y’ units per day.
According to question:
(6x + 8y) × 10 = (26x + 48y) × 2
30x + 40y = 26x + 48y
4x = 8y
x = 2y
Total work = (6x + 8y) × 10 = 20y × 10 = 200y units
Efficiency of 15 men and 20 boys = 15x + 20y = 50y per day
Require time = 200y/50y = 4 days
In relational algebra, which operation is used to combine two relations and eliminate duplicate rows?
With what command you can see what folder you are in?
The SI unit for measuring length is:
Which layer of the OSI model is responsible for encrypting and decrypting data for security purposes?
State true or false
Pipelining is a technique used in computer architecture to enhance instruction-level parallelism and improve the efficiency o...
WI-FI uses
What does the 'len()' function do in Python?
- In a _________each element has a priority value associated with it
To change mode of myfile to 'rwxr–r–' , the command used is
In public key cryptography, which key is used for encryption?