Given that , what is the smallest possible value of ?
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.
4 4 4 a = 4 4 b ⇒ 4 ( 1 1 1 a ) = 4 ( 1 1 b ) ⇒ 4 ( a 2 + a + 1 ) = 4 ( b + 1 ) ⇒ a 2 + a = b
Since the smallest possible value for a is 5 (otherwise you can't have the digit 4 ), the smallest possible value for b is 5 2 + 5 = 3 0 .
This problem came out of noticing this interesting pattern:
1 1 1 2 = 1 1 6 (and 6 = 2 ⋅ 3 )
2 2 2 3 = 2 2 1 2 (and 1 2 = 3 ⋅ 4 )
3 3 3 4 = 3 3 2 0 (and 2 0 = 4 ⋅ 5 )
As above, this is because 1 1 1 a = a 2 + a + 1 = a ( a + 1 ) + 1 , while 1 1 b = b + 1 , so you can simply set b = a ( a + 1 ) .
(And thinking about that pattern came from this comic .)