Just bash through the 12 cases

The numbers a , b , c , d a, b, c, d are 1 , 2 , 2 , 3 1, 2, 2, 3 in some order. What is the greatest possible value of a b c d a^{b^{c^d}} ?


The answer is 512.

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

Sharky Kesa
Nov 8, 2017

Note that if a , b a, b or c c is 1 1 , then all indices above 1 1 wouldn't contribute anything. Therefore, to maximise, we will make d = 1 d=1 .

Now we have to maximise a b c a^{b^c} from 2 , 2 , 3 2, 2, 3 . Note that there are only 3 ways of evaluating this: 3 2 2 = 81 3^{2^2} = 81 , 2 3 2 = 512 2^{3^2} = 512 , 2 2 3 = 256 2^{2^3} = 256 . Therefore, 512 \boxed{512} is the maximum value, achieved at a = c = 2 a=c=2 , b = 3 b=3 and d = 1 d=1 .

max ( a b c d ) \text{max}(a^{b^{c^{d}}}) if d = 1 , d = 1, and max ( b c ) \text{max}(b^c) . So max ( b c ) = 3 2 = 9 \text{max}(b^c)=3^2=9 . max ( a b c d ) = 2 3 2 1 = 2 9 = 512 max ( a b c d ) = 512 \text{max}(a^{b^{c^{d}}})= 2^{3^{2^{1}}} = 2^9 = 512 \\ \text{max}(a^{b^{c^{d}}}) = 512

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...