Question 1043199
29 in binary is 11101 This is the 29th number in binary beginning with 1
and 11101 in base 5 will be the 29th smallest
Converted to decimal, this is 1*5^4 + 1*5^3 + 1*5^2 + 0*5^1 + 1*5^0
625 + 125 + 25 + 0 + 1 = 776