Smallest value of n given its sixth divisor

  • Thread starter Thread starter Mr Davis 97
  • Start date Start date
  • Tags Tags
    Value
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
13 replies · 2K views
Mr Davis 97
Messages
1,461
Reaction score
44

Homework Statement


All of the divisors of ##n## are in increasing order: ##1=d_1 < d_2 < \dots < d_t = n##. We know that ##d_6=15##. What is the smallest possible value of ##n##?

Homework Equations

The Attempt at a Solution


Here is my reasoning. We have the chain ##1 < d_2 < d_3 < d_4 < d_5 < 15 < n##, where we make ##15## the largest factor that's not ##n##. Since ##15~|~n##, we have that ##5~|~n## and ##3~|~n##. Hence, we have to put ##3## and ##5## somewhere. The minimal sequence is then ##1 < 2 < 3 < 4 < 5 < 15 < n##, so ##n=2\cdot 3\cdot 4 \cdot 5 \cdot 15 =1800##
 
Physics news on Phys.org
fresh_42 said:
Why not ##60##? ##1,2,3,4,5,15 \,|\,60## and ##t=6##.

Edit: Doesn't work, since ##6,10## and ##12## are not listed. But this applies to your example, too.
I'm not seeing what you mean. Where does my logic go bad?
 
Mr Davis 97 said:
I'm not seeing what you mean. Where does my logic go bad?
Mr Davis 97 said:
All of the divisors of ##n## are in increasing order: ##1=d_1 < d_2 < \dots < d_t = n##. We know that ##d_6=15##.
So in case of ##n=60## as well as ##n=1800## we have ##1=d_1<2=d_2<3=d_3<4=d_4<5=d_5<6=d_6<10=d_7<12=d_8<15=d_9\neq d_6##.
In case of ##n=1800## the list also includes ##d_7=8## and ##d_8=9## which shifts the indices even further.
 
fresh_42 said:
So in case of ##n=60## as well as ##n=1800## we have ##1=d_1<2=d_2<3=d_3<4=d_4<5=d_5<6=d_6<10=d_7<12=d_8<15=d_9\neq d_6##.
In case of ##n=1800## the list also includes ##d_7=8## and ##d_8=9## which shifts the indices even further.
I see. Any idea on how to proceed then?
 
What about if we have 1,3,4,5,12,15?
 
fresh_42 said:
You cannot have ##4## without ##2##.
So then what about 1,3,5,7,11,15?