recategorized by
525 views

1 Answer

1 votes
1 votes
$9 \: 9 \: 9 \: \dots 9 \: 9 \: 9_{10}$ is the largest $32$ digit decimal possible, so $2^n \geq 9 \: 9 \: 9 \: \dots 9 \: 9 \: 9_{10}$
$32$ -decimal digits
Hint: Go for approximation
$\begin{array}{l} 99 \equiv 10^2 \\ 999 \equiv 10^3 \\ 9999 \equiv 10^4 \\ \vdots \\ \vdots \\ 2^n > 10^{32} \end{array}$
(As RHS has been incremented by $'1'$ for approximation)
Apply $\log_{10}$ on both sides
$n \: \log_{10}^2 > 32 \log_{10}^{10}$
$n > \frac{32}{\log_{32}^2} \Rightarrow n > 106.30$
Here do not round off $106.30$ to $106$ because $n$ should be greater than $106.30$. So the nearest integer greater than $106.30$ is $107$ bits.
Answer:

Related questions

1 votes
1 votes
1 answer
1
Applied Course asked Jan 16, 2019
728 views
$\begin{array}{l} A = 2000 \\ B = A - 999 \\ C = A + B - 998 \\ D = A + B + C - 997 \\ \vdots \\ \vdots \\ Z = A + B + C + \dots + Y - 975 \end{array}$How much $\frac{Z+1...
1 votes
1 votes
1 answer
2
Applied Course asked Jan 16, 2019
514 views
What is the minimal form of the function of the given $k$-map, where $\phi$ is the don't care term?$a'b+bd+bc'$$a'b+bd+ad+bc'$$a'b+ad+bd$$a'b+bc'+ad$
1 votes
1 votes
1 answer
3