Concept:
- Think in terms of two separate quantities for each person: a daily wage (pay divided by the number of days they need to finish the job alone) and a daily work rate (the fraction of the job completed in one day).
- For any set of workers working together for $T$ days, total cost equals $T$ times the sum of their daily wages, and the job finishes when $T$ times the sum of their daily rates equals $1$.
- Combining these two facts, the cost of using a particular set of workers to finish the whole job equals (sum of daily wages) divided by (sum of daily rates); comparing this ratio for different sets shows which combination is cheapest.
Step 1: Find daily wage and daily rate for each person.
Arun: wage $=2160/24=90$ rupees/day, rate $=1/24$ of the job per day.
Tarun: wage $=2400/21=800/7$ rupees/day, rate $=1/21$ of the job per day.
Varun: wage $=2160/15=144$ rupees/day, rate $=1/15$ of the job per day.
Step 2: Notice a shortcut: wage divided by rate always gives back the total pay.
For one person, (daily wage)/(daily rate) equals (pay/days)/(1/days), which is just pay. So Arun and Varun both give $2160$, while Tarun gives $2400$. This ratio measures how expensive it is to get one full job done by that person alone, and Tarun is the costliest.
Step 3: Exclude the costliest worker and check the deadline.
Since Tarun costs more per unit of work, use only Arun and Varun. Their combined rate is $\dfrac{1}{24}+\dfrac{1}{15}=\dfrac{5+8}{120}=\dfrac{13}{120}$ of the job per day, so together they finish in $\dfrac{120}{13}\approx9.23$ days, which is within the $10$-day limit.
Step 4: Compute the total cost for this pair.
Total cost $=\dfrac{\text{sum of daily wages}}{\text{sum of daily rates}}=\dfrac{90+144}{13/120}=\dfrac{234\times120}{13}=18\times120=2160$.
Final Answer: The minimum amount to be paid is $2160$ rupees.