A certain pipe can fill a swimming pool in $2$ hours; another pipe can fill it in $5$ hours; a third pipe can empty the pool in $6$ hours. With all three pipes turned on exactly at the same time, and starting with an empty pool, how long will it take to fill the pool?
My try:
Let $m$ be the time required, then:
$m = \dfrac{1}{\dfrac{1}{2}+\dfrac{1}{5}-\dfrac{1}{6}} = 1.875$
Question:
Is it correct?