To represent an integer value of n in decimal, we need to use ⌈log10(n + 1)⌉ digits . Verify this using n = 35, 1290. Note that for any real number x, ⌈x⌉ is the smallest integer that is greater than...


To represent an integer value of n in decimal, we need to use ⌈log10(n + 1)⌉ digits . Verify this using n = 35, 1290. Note that for any real number x, ⌈x⌉ is the smallest integer that is greater than x, this means we always round up. For example, ⌈10.3⌉ = 11, ⌈−5.2⌉ = −5.


To represent an intege value of n in binary, we need to use ⌈log2(n + 1)⌉ binary digits . Verify this using n = 35, 1290.





Use the definition of logarithmic function to show that


log2n / log10n   = log210






Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here