I've been given of this problem: Let $r$ be an integer which has $k$ even divisors and $k-3$ odd divisors. Furthemore let $x$ denote sum of all even divisors and $y$ sum of all odd divisors. What are the all possible values of ratio $\frac{x}{y}$?
I've come to some ideas, which lie in writing $r$ as the following fraction:$$r=p_1^{\alpha_1}p_2^{\alpha_2}\ldots p_k^{\alpha_k},$$where $p_1\neq p_2\neq\ldots\neq p_k$ (symbol $p$ is denoting primes). Then for the some divisor $d$ we have $$d=p_1^{\beta_1}p_2^{\beta_2}\ldots p_k^{\beta_k},$$where $$0\le\beta_k\le\alpha_k$$ Number of all divisors of $r$ is then $$(\alpha_1+1)(\alpha_2+2)\ldots(\alpha_k+k)$$
Has any of you got any possible ideas how to solve this problem? Thanks a lot.