To solve this problem, we need to determine the number of days that fifteen humans will take to complete the job without robots. We are given:
Let's assume the work done by one human in one day is H and the work done by one robot in one day is R. The total work required to complete the job can be expressed in two equations based on the information given:
1. 15H + 5R = 1/30
2. 5H + 15R = 1/60
We will solve these equations to find H and R. First, multiply the first equation by 2:
2(15H + 5R) = 2/30
30H + 10R = 1/15
Now, from the second equation:
5H + 15R = 1/60
Multiply by 2 to align the coefficient of H with the first (multiplied) equation:
10H + 30R = 1/30
Now subtract this equation from the first multiplied equation:
30H + 10R - 10H - 30R = 1/15 - 1/30
20H - 20R = 1/30
Solving for H and R, we get:
20H = 20R + 1/30
H = R + 1/600
Substitute H in one of the original equations, let's use the first one:
15(R + 1/600) + 5R = 1/30
15R + 15/600 + 5R = 1/30
20R + 1/40 = 1/30
Solving for R:
20R = 1/30 - 1/40
20R = 4/120 - 3/120
20R = 1/120
R = 1/2400
Now substitute R back to find H:
H = 1/2400 + 1/600
H = 1/2400 + 4/2400
H = 5/2400
H = 1/480
The work done by 15 humans in one day is:
15H = 15 × 1/480 = 1/32
Therefore, 15 humans will take 32 days to finish the job. The correct answer is 32.