Step 1: Understand fractional part distribution.
For $X \sim U(0,10)$, the fractional part $Y = X - [X]$ is uniformly distributed over $(0,1)$.
Step 2: Compute the required probability.
\[
P(Y > 0.25) = 1 - P(Y \le 0.25) = 1 - 0.25 = 0.75.
\]
Final Answer: \[ \boxed{P(Y > 0.25) = 0.75.} \]