How many digits are in 99^10?
Anonymous
continuing (100)^10*(0.99)^10 0.99^10 = (1 - 0.01)^10 = sum of 10_choose_i_combination * 0.01^i = 1 - 10*0.01 + 45*0.01^2 - ... if we compare the magnitude of 2 consecutive terms, i.e. the absolute value of the i+1th term / the i the term this ratio = (10-i)/(i+1)*0.01 <= 0.1 therefore 0.99^10 is bounded by (0.9, 1) 99^10 is bounded by (9e19, e20) that is 20 digits
Check out your Company Bowl for anonymous work chats.