3-digit cyclics

Algebra Level 3

How many 3-digit numbers can be multiplied by 4 3 \frac{4}{3} and end up as the same 3-digit number with the last digit moving to the front?

A B C 4 3 = C A B \overline{ABC}\cdot \frac { 4 }{ 3 } = \overline{CAB}

Note: In this problem, A B C \overline { ABC } is defined as A A being the first digit, B B the second, and C C the third, not A B C A\cdot B\cdot C .

8 1 10 4 0 2 6 9

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.

3 solutions

Joseph Newton
Feb 16, 2018

Rather than working with the three single-digit numbers A A , B B and C C , I'm going to only consider two numbers: a a , which equals the first two digits, and b b , which equals the last digit. This simplifies the equation to: 4 3 ( 10 a + b ) = 100 b + a 40 a + 4 b = 300 b + 3 a 37 a = 296 b a = 8 b \frac{4}{3}(10a+b)=100b+a\\ 40a+4b=300b+3a\\ 37a=296b\\ a=8b We know that b b has to be only a single digit, so we just need to consider all the values of b b such that 8 b 8b has 2 digits. All of these must be less than 3 digits, and b = 0 b=0 and b = 1 b=1 give single-digit values of a a and don't count, so we are left with 8 \boxed8 available options for b b .

Louis Ullman
Feb 16, 2018

We can rewrite the problem as 4 3 ( 100 A + 10 B + C ) = 100 C + 10 A + B \frac { 4 }{ 3 } (100A+10B+C)=100C+10A+B , which can be simplified to 370 A + 37 B = 296 C 370A+37B=296C .

Because 296 37 = 8 \frac { 296 }{ 37 } =8 , we can divide both sides by 37 to get 10 A + B = 8 C 10A+B=8C .

Keep in mind that A, B, and C have to be positive integers less than 10. That's important because it means that in the left side of the previous equation, the tens place is controlled only by the value of A, and the ones place is controlled only by the value of B. So, to find solutions to the problem, we can input different values of C in hopes of getting values of A and B such that 4 3 100 A + 10 B + C \frac { 4 }{ 3 } 100A+10B+C is a 3-digit number (remember that 10 A + B = 8 C 10A+B=8C ).

It turns out that there's 8 different solutions: 162, 243, 324, 405, 486, 567, 648, and 729.

Interestingly, when the solution 243 is multiplied by 4 3 \frac{4}{3} , you end up with 324, which is another solution to the problem!

Also interestingly, the largest solution 729 is actually 9 3 { 9 }^{ 3 } . I would recommend that you spend some time trying to figure out why this is true - it will give you a deeper understanding of why the above process works. I also want you to think about why the fraction is 4 3 \frac{4}{3} . What do you think simplifies to 4 3 \frac{4}{3} ?

Giorgos K.
Feb 17, 2018

Mathematica

Select[Range[100,999],IntegerDigits[#*4/3]==RotateRight@IntegerDigits@#&]

{162, 243, 324, 405, 486, 567, 648, 729}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...