Online Course Discussion Forum

How to do MCIII 5.33 Number Theory?

 
 
SongEthan的头像
How to do MCIII 5.33 Number Theory?
SongEthan - 2020年05月18日 Monday 17:21
 
The Problem is: Do there exist 100 distinct positive integers, such that the product of any 5 is divisible by the sum of those 5?


As long as there is a zero, then it is divisible, by they are distinct positive integers. So how would I approach this problem?

 
WangDr. Kevin的头像
Re: How to do MCIII 5.33 Number Theory?
WangDr. Kevin - 2020年05月19日 Tuesday 00:04
 

This is solved by construction.  Let me give you a hint to begin with: can you find $5$ positive integers $a$, $b$, $c$, $d$, $e$, such that $abcde$ is divisible by $a+b+c+d+e$?  Further hint: based on any randomly selected $5$ positive integers $a$, $b$, $c$, $d$, $e$, can you multiply them by the same number to get $5$ new numbers such that the product of the new numbers is divisible by their sum?

Once you work out the case for $5$ numbers, you can try to construct $100$ numbers to satisfy the requirement (or any $N$ numbers where $N\geq 5$).

SongEthan的头像
Re: How to do MCIII 5.33 Number Theory?
SongEthan - 2020年05月19日 Tuesday 12:52
 

For the first hint, I believe just 1,2,3,4,5 works, since 120 is divisible by 15.

On any 5 random positive integers, you can multiply then by any >0 integer and still get (a+b+c+d+e) | abcde right? 

So I can multiply by 6 to get 6,12,18,24,30 and then so on. How do i make sure any 5 of these will work??


WangDr. Kevin的头像
Re: How to do MCIII 5.33 Number Theory?
WangDr. Kevin - 2020年05月19日 Tuesday 16:15
 

For any randomly selected numbers (not necessarily satisfying the requirement yet), what number $k$ can you use to multiply by each of them to get $5$ new numbers that satisfy the requirement?  This number $k$ is important and cannot be any number, because the starting $5$ numbers might not have $(a+b+c+d+e) | abcde$.

SongEthan的头像
Re: How to do MCIII 5.33 Number Theory?
SongEthan - 2020年05月21日 Thursday 14:12
 

Hi Dr.Wang, I found out that we want (k^4*abcde)/(a+b+c+d+e) to be an integer, so as long as k^4 is a multiple of a+b+c+d+e, we are good. However, I'm not sure how this helps. You can derive 5 working numbers from any 5 numbers, but how would we find 100?

WangDr. Kevin的头像
Re: How to do MCIII 5.33 Number Theory?
WangDr. Kevin - 2020年05月21日 Thursday 15:34
 

That's a very good result.  Let's simplify it: for any randomly selected positive integers $a$, $b$, $c$, $d$, $e$,  as long as $k$ is a multiple of $a+b+c+d+e$, then $ka$, $kb$, $kc$, $kd$, $ke$ satisfy the requirement (product is divisible by sum).

Now for the case of $100$ numbers, we can select $100$ arbitrary numbers to begin with, then there are $\displaystyle\binom{100}{5}$ groups of $5$ numbers, each has a sum.  Let $k$ be the least common multiple of these sums, then multiply all these $100$ numbers by $k$, and we get the set of numbers that satisfy the requirement.

SongEthan的头像
Re: How to do MCIII 5.33 Number Theory?
SongEthan - 2020年05月22日 Friday 23:18
 
That solution is nice :) Could I also get some help on 5.32? 


The Problem : Find the minimum positive integer m such that $2^{1990} | (1989^{m}-1)$

I tried to write it as an equation, $k*2^{1990}=1989^{m}-1,$ and took it mod 1989. However 1989 isn't prime, and also i got $\phi(1989)=1152$ which doesn't really cut down the equation. Where can I proceed from here?

thank you!

WangDr. Kevin的头像
Re: How to do MCIII 5.33 Number Theory?
WangDr. Kevin - 2020年05月25日 Monday 23:38
 

Write $m=2^t\cdot n$, where $n$ is an odd number.  Then use the factoring formula $$a^n - 1=(a-1)(a^{n-1}+a^{n-2}+\cdots+a+1),$$ and check the power of $2$ in each factor.

SongEthan的头像
Re: How to do MCIII 5.33 Number Theory?
SongEthan - 2020年06月1日 Monday 19:55
 

Hi Dr. Wang, How would i easily find the amount of twos in the second part (1989^(2t*n-1+2^t*n-2+1989+1). Can i factore it out somehow?

WangDr. Kevin的头像
Re: How to do MCIII 5.33 Number Theory?
WangDr. Kevin - 2020年06月2日 Tuesday 15:31
 

I don't think you got the second factor right.  Let $a=1989^{2^t}$, then the first factor is $a-1 = 1989^{2^t}-1$, and the second factor is:

$$a^{n-1} + a^{n-2} + \cdots + a + 1 = 1989^{2^t(n-1)} + 1989^{2^t(n-2)} + \cdots + 1989^{2^t} + 1.$$

When $n$ is an odd number, how many factor of $2$ do you think the second factor has?