Below is a sample time/work problem.
Rakesh alone can do a work in 10 days. Brijesh can do the same job in 15 days. If both Rakesh and Brijesh work together, then in how many days the work will get completed?
Above problem can be solved using LCM of $10$ and $15$.
Solution: Let $E$ denotes the efficiency. LCM($10, 15) = 30,E_R = 30/10 = 3, E_B = 30/15 = 2$
So each day both can complete $(3+2)$ units of the work, so they will take $30 / (3+2) = 6$ days to complete the whole work.
I wanted to know what is intuition behind taking the LCM of days as equivalent to the work units to be completed? How is it correct to consider LCM as total work units?