There exists a positive integer satisfying the property that its largest proper divisor is equal to 15 times its second smallest positive divisor.
If the total possible values of is , and the smallest possible value of is , submit your answer as .
Bonus: Solve this question again, but this time, replace the number 15 with the number 17 instead.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
let the smallest possible divisor be k (where k >1)
=> k n is its greatest divisor
=> n = 1 5 × k 2
=> 3 and 5 have to be the factors of n
so for k to be smallest divisor k <=3
giving us 2 possible values of n only, that are for k=2 and k=3;
=> p =2;
=> n = 60,135;
=> q = 60;
=> p+q = 62 ;