You can put this solution on YOUR website! If it takes 3 men 4 days to build a wall how long will it take 2 men
----
time and number of men are inversely related.
----
t = k/m
-----
Solve for "k" using "it takes 3 men 4 days":
4 = k/3
k = 12
-----
Equation:
t = 12/m
---
Problem: How long will it take 2 men?
t = 12/2 = 6 days
=======================
Cheers,
Stan H.