The number of digits in the decimal representation of a positive integer N is given by floor(log10(N)) + 1.
Number of digits = floor(16 x log10(3)) + 1 = floor(16 x 0.4771) + 1 = floor(7.634) + 1 = 7 + 1 = 8....
Full option-by-option analysis available to enrolled students.