Basic bases

A number written in base a a is 12 3 a 123_{a} . The same number written in base b b is 14 6 b 146_{b} . What is the smallest possible value of a + b a+b ?


Source: AIMO 2015.


The answer is 15.

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.

2 solutions

Miles Koumouris
Jan 2, 2017

12 3 a = 14 6 b a 2 + 2 a + 3 = b 2 + 4 b + 6 ( a + 1 ) 2 + 2 = ( b + 2 ) 2 + 2 ( a + 1 ) 2 = ( b + 2 ) 2 a + 1 = b + 2 , ( { a , b } Z + ) a = b + 1 a + b = 2 b + 1. \begin{aligned} 123_a &= 146_b\\ \Leftrightarrow a^2 + 2a + 3 &= b^2 + 4b + 6\\ \Leftrightarrow (a+1)^2 + 2 &= (b+2)^2 + 2\\ \Leftrightarrow (a+1)^2 &= (b+2)^2\\ \Leftrightarrow a+1 &= b+2 \;\; ,\;\; \left(\{ a,b \}\in \mathbb{Z}^+\right)\\ \Leftrightarrow a &= b+1 \Rightarrow a+b=2b+1. \end{aligned}

The smallest possible value of b b is 6 + 1 = 7 6+1=7 , so the smallest possible value of a + b a+b is 2 × 7 + 1 = 15 2\times7 +1 =\boxed{15} .

I see you're posting AIMO 2015 problems. I've already posted them last year. :P

Sharky Kesa - 4 years, 5 months ago

Log in to reply

Newcomers won't remember...

Miles Koumouris - 4 years, 5 months ago
Nick Schreiner
Jan 5, 2017

Since 123 in base a equals 136 in base b, we must have a > b. We also know that b >= 7. Therefore a+b >= 15.

Luckily, 123 in base 8 is equal to 136 in base 7, so 15 is both the lower bound and achievable.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...