- #1
- 16,336
- 258
Given a number that does not end in 0 or 5, prove that it has a multiple that consists of only 6's and 7's.
For instance 12 has the multiple 7776.
For instance 12 has the multiple 7776.
Klaas van Aarsen said:Given a number that does not end in 0 or 5, prove that it has a multiple that consists of only 6's and 7's.
For instance 12 has the multiple 7776.
kaliprasad said:If a number is divisible by $2^n$ then either it divisible by $2^{n+1}$ or remainder when divided by $2^{n+1}$ is $2^n$
if it is divisible by $2^{n+1}$ then add $6*10^{n+1}$ to it to make is divisible by$ 2^{n+1}$ as both terms are divisible by $2^{n+1}$
if it is not divisible by $2^{n+1}$ that is remainder is $2^n$ then add $7*10^{n+1}$ to it to make is divisible by$ 2^{n+1}$ as both terms leave a remainder $2^n$ and sum zero divisible by $2^{n+1}$
so in both cases we have a number consisting of 7 and 6 (n digits) which is divisible by $2^n$
kaliprasad said:if it is even number that is $p*2^n$ where p is a prime
-
Klaas van Aarsen said:Thank you kaliprasad for a correct solution!
Just a nitpick:
It is instrumental that it has n digits, so I think that should be mentioned beforehand rather than as an afterthought. There are smaller numbers. It's just that the proof by induction won't work on them.
Satya said:I don't think the case of $C*2^n$ is covered where C is a composite number.
I'm going to sue you for deliberately trying to hurt my brain... (Sweating)Klaas van Aarsen said:Given a number that does not end in 0 or 5, prove that it has a multiple that consists of only 6's and 7's.
For instance 12 has the multiple 7776.
topsquark said:I'm going to sue you for deliberately trying to hurt my brain... (Sweating)
-Dan
kaliprasad said:I would like to have a solution from OP/Satya.
A "Multiple consists of only 6's and 7's" is a number that is divisible by both 6 and 7, and only contains the digits 6 and 7 in its decimal representation.
The first few "Multiple consists of only 6's and 7's" are 42, 66, 72, 77, 84, 126, 132, 136, 144, and so on. They can be found by multiplying 6 and 7 together, and then adding or subtracting multiples of 6 and 7.
Yes, there are infinitely many "Multiple consists of only 6's and 7's". This is because the numbers 6 and 7 are relatively prime, meaning they do not share any common factors other than 1. Therefore, their multiples will never repeat in a predictable pattern.
No, not every number can be a "Multiple consists of only 6's and 7's". For a number to be a multiple of 6 and 7, it must be divisible by both 6 and 7. Therefore, numbers that are not divisible by both 6 and 7 cannot be "Multiple consists of only 6's and 7's".
The largest known "Multiple consists of only 6's and 7's" is 446,744,073,709,551,616, which is equal to 7^15 * 6^15. This number was found in 2016 by a team of mathematicians using a distributed computing project called GIMPS (Great Internet Mersenne Prime Search).