For a positive integer $n$ we denote by $d(n)$ the number of positive divisors of $n$ and by $s(n)$ the sum of these divisors. For example, $d(2018)$ is equal to $4$ since $2018$ has four divisors $(1, 2, 1009, 2018)$ and $s(2018) = 1 + 2 + 1009 + 2018 = 3030$. Determine all positive integers $x$ such that $s(x) \cdot d(x) = 96$. (Richard Henner)
Problem
Source: Austria Beginners' Competition 2018 p4
Tags: number theory, sum of divisors, number of divisors
25.02.2020 01:05
The issue is that I have no idea where to start like, we could just plug spam, but that's no fun
25.02.2020 01:18
For a start, I think that we must have $d(x)<10,$ because $s(x)\ge d(x),$ and so $s(x)d(x)$ would be greater than $96$ otherwise.
25.02.2020 01:24
Ans : 14,15,47 Note $x \leq 48$ and just plug in
05.01.2021 08:33
Sorry to bump an old post but I’d like to have a crack at this
Now we see that $$96 = 1 X 96 = 2 X 48 = 3 X 32 = 4 X 24 = 6 X 16 = 8 X 12$$Now take note that $2 X 48, 4 X 24$ are possible only Take $d(x) = 2, s(x) = 48$ and $d(x) = 4, s(x) = 24$ to realise that $14 = 2 X 7, 15 = 3 X 5, 47 = 1 X 47$ Are possible Hence, Ans = $14,15,47$ Do let me know if i missed any other cases
01.02.2021 18:04
FailedJerk101 wrote: Now take note that $2 X 48, 4 X 24$ are possible only I used exactly the same method as you did , but I didn't jump to this conclusion straightaway . How did you do so ? Also you didn't miss any cases
15.08.2021 06:37