1Write $a = 5x$, $b = 5y$ with $\gcd(x, y) = 1$. Then $\operatorname{lcm}(a,b) = 5xy = 50$, so $xy = 10$.
2We need coprime ordered pairs $(x, y)$ with $xy = 10 = 2 \cdot 5$.
3Coprimality forces each prime power to go ENTIRELY to $x$ or entirely to $y$ (a prime split between them would be a common factor). With $\omega(10) = 2$ distinct primes ($2$ and $5$) and $2$ choices each, there are $2^2 = 4$ ordered coprime pairs: $(x,y) \in \{(1,10),(2,5),(5,2),(10,1)\}$.
4So there are $4$ pairs: $(5,50),(10,25),(25,10),(50,5)$.