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.)
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+b∗b2+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