Step 1: Two rules to keep things real.
A square root needs the inside to be zero or more. A log needs its inside to be strictly more than zero. Both must hold at the same time.
Step 2: First condition (log is defined).
The inside of the log must be positive: \[ \frac{5x - x^2}{4} > 0 \implies x(5-x) > 0 \] This is true between the roots, so $x \in (0,5)$.
Step 3: Second condition (square root is real).
The inside of the root is the log itself, so we need \[ \log_{10}\left(\frac{5x - x^2}{4}\right) \ge 0 \]
Step 4: Remove the log.
A log being $\ge 0$ means its inside is $\ge 10^0 = 1$. So \[ \frac{5x - x^2}{4} \ge 1 \implies 5x - x^2 \ge 4 \]
Step 5: Solve the new quadratic.
Rearrange: \[ x^2 - 5x + 4 \le 0 \implies (x-1)(x-4) \le 0 \] This holds for $x \in [1,4]$.
Step 6: Take the common part.
The point must satisfy both, so take the overlap of $(0,5)$ and $[1,4]$. The smaller one wins. \[ \boxed{ x \in [1, 4] } \]