Find closest multiple of $20$ to $113$. We see that $5 \times 20 = 100$ is the nearest. Now subtract $100$ from $113$ to get reminder $13$. Add $5$ to quotient.
Since $13$ is less than $20$, stop the division. The reminder is $13$. The topmost line $005$ is the quotient. Remove all zeros at the start of the quotient to get the actual quotient $5$.