I have a problem on the congruence of a rather particular quotient to which I cannot see the favorable outcome. What is the remainder of the Euclidean division of $\frac{(7n!)}{7^n\cdot n!}$ by $7$. My reasoning is as follows:
-Let $r$ be the remainder of this Euclidean division.
-We have to ask for the value $r$ between $0$ and $6$ included between $0$ and $6$ inclusive such that : $$\frac{(7n)!}{7^n×n!}\equiv{r}[7]$$
-We can see that the numbers $(7n)!$ and $7^n×n!$ are both multiples of $7$ , so they are by definition congruent to $0$ modulo $7$.
-Thus, the remainder of this Euclidean division $r$ is $r=0$.
(But I doubt very much that this is the case)
This can be solved by looking at the numerator differently. As, \begin{align} (7n)! &= (7n \cdot (7n-1) \cdots (7n-6)) \cdot ((7n-7) \cdot (7n-8) \cdots (7n-13)) \cdots (7 \cdot 6 \cdots 1) \\ &= 7^n (n \cdot (7n-1) \cdots (7n-6)) \cdot ((n-1) \cdot (7n-8) \cdots (7n-13)) \cdots (1 \cdot 6 \cdots 1) \\ &= (7^n)(n!)((7n-1) \cdots (7n-6)) \cdot ((7n-8) \cdots (7n-13)) \cdots (6 \cdots 1). \end{align} So the quotient becomes, $((7n-1) \cdots (7n-6)) \cdot ((7n-8) \cdots (7n-13)) \cdots (6 \cdots 1).$ Taking indices $\pmod{7}$ and applying Wilsons theorem (or simple inspection for $7$), \begin{align} ((7n-1) \cdots (7n-6)) \cdot ((7n-8) \cdots (7n-13)) \cdots (6 \cdots 1) &\equiv (6!)^n \\ &\equiv (-1)^n \pmod{7}. \end{align}
The issue with you logic is you are assuming that as $7$ divides both numerator and denominator, it must divide the quotient. This is not true, as the factors of 7 in the numerator and denominator perfectly cancel in this case.