recategorized by
557 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

767
views
1 answers
1 votes
Applied Course asked Jan 16, 2019
767 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}{2^{25}}$? ____
554
views
1 answers
1 votes
Applied Course asked Jan 16, 2019
554 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$
764
views
1 answers
1 votes
Applied Course asked Jan 16, 2019
764 views
How many minterms exist at the output of $6$ input XOR gate?$6$16$32$64$
710
views
1 answers
2 votes
Applied Course asked Jan 16, 2019
710 views
A palindrome reads the same forwards and backwards. (For example, $10101$ and $1001$ are palindromes). Suppose you want a machine that takes a number with the ... two XOR gates, one NOT gate, and which other extra kind of gate?ANDORXORNOT