What is the sum of all of the odd divisors of $6300$?
Hello! I am a middle school student, so simply-worded answers would be super helpful.
To solve this, I tried to find the sum of the odd divisors of a few smaller numbers, like 10. I know $10 = 2 * 5$, so I thought that, for the number to be odd, I'd have to exclude 2. Therefore, including 1, the sum would be $1 + 5 = 6$. This was correct, but I think that's only because the number is so small. When I tried it again with 18, which is $3^{2} * 2$, I got a different answer from the correct sum. How should I start this problem?
$$6300 = 2^2\cdot3^2\cdot 5^2\cdot 7$$
The set of odd factors of $6300$ is equal to the set of factors of $3^2 \cdot 5^2 \cdot 7$.
The sum of factors of $3^2 \cdot 5^2 \cdot 7$ is
\begin{align} \sum_{a=0}^2 \sum_{b=0}^2 \sum_{c=0}^1 3^a\cdot 5^b \cdot 7^c &= \sum_{a=0}^2 3^a\sum_{b=0}^2 5^b\sum_{c=0}^1 7^c \\ &=(1+3+3^2)(1+5+5^2)(1+7) \end{align}