Processing math: 100%
 
+0  
 
0
918
2
avatar+312 

When 11^4 is written out in base 10, the sum of its digits is 16 = 2^4. What is the largest base b such that the base-b digits of 11^4 do not add up to 2^4? (Note: here, 11^4 in base b means that the base-b number 11 is raised to the fourth power.)

 Feb 29, 2020
 #2
avatar+118702 
0

When 11^4 is written out in base 10, the sum of its digits is 16 = 2^4. What is the largest base b such that the base-b digits of 11^4 do not add up to 2^4? (Note: here, 11^4 in base b means that the base-b number 11 is raised to the fourth power.)

 

11baseb=b+1(b+1)4=b4+4b3+6b2+4b+1This will be true, as written, for any base where the base is greater than 6so for all bases (b) greater than 6 the sum of the digits will be 16 base 10 =24b

 

IF  b=6   then

b4+4b3+6b2+4b+1=b4+4b3+bb2+4b+1=b4+5b3+0b2+4b+1

so the sum of the digits will be  1+5+0+4+1=11 which is definitely not 2^4 

So the largest base b that does NOT work is 6

 Mar 4, 2020

1 Online Users

avatar