English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Find the smallest integer x such that 2^-x is less than 10^-6

I did 10^-6 is 1000000
And 2^19 is 524288
and 2^20 is 1048576

So i said that it is 19 as that is under 1000000, but the book says i'm wrong and it's 20. Can anyone explain what i have done wrong?
Thanks x

2007-05-31 01:46:23 · 8 answers · asked by Anonymous in Science & Mathematics Mathematics

8 answers

2^(-x) < 10^(-6)
2^(-x) < 0.000001
lg[2^(-x)] < lg 0.000001
(-x)lg2 < -6
-x < -6/lg2
-x < -19.93
x > 19.93
x = 20

2007-06-03 08:14:01 · answer #1 · answered by Anonymous · 0 0

You require 2^(-x) < 10^(-6).
Take logs to base 10:
-x log(2) < -6 log(10)
Since log(10) to base 10 is 1:
-x log(2) < -6
Divide by log(2):
-x < -6 / log(2)
Multiply by -1 (and reverse the inequality):
x > 6 / log(2)
x > 19.93 ...
Therefore since x is to be an integer, x = 20.

Using your technique:
2^(-19) = 1 / 2^19 = 1 / 524288
10^(-6) = 1 / 10^6 = 1 / 1000000
2^(-20) = 1 / 2^20 = 1 /1048576
For 2^(-x) to be less than 10^(-6), 2^x needs to be greater than 10^6.
As x gets bigger, 1/x gets smaller.

2007-05-31 02:07:06 · answer #2 · answered by Anonymous · 0 0

Let 2^(-x) = 10^(-6) to find critical value for x.
Take log base ten of both sides.
log means log base ten in the following:-
1 / 2^x = 1 / 10^6
2^x = 10^6
x log 2 = 6 log 10
x log 2 = 6
x = 6 / log 2
x = 20

2007-05-31 02:01:30 · answer #3 · answered by Como 7 · 0 0

The result is 20

2^19 =1.9 *10^-6 which is higher than 10^-6

2^-20 =0.95*10^-7

2007-05-31 01:51:33 · answer #4 · answered by maussy 7 · 0 0

take log of both sides of the inequality
2^x>10^6
x >6 log (base 2) 10

x>6*3,321928095
x>19,93156857

Hence x=20

2007-05-31 02:00:44 · answer #5 · answered by iyiogrenci 6 · 0 0

You are ignoring the fact that the exponent is negative.

2^ -19 is actually still GREATER than 10 ^ -6, because:

1/524288 > 1/ 1000000.

Ok?

2007-05-31 01:58:05 · answer #6 · answered by blighmaster 3 · 0 0

Let 2^x = 10^6

Take log_10 of both sides

log_10(2^x) = 6

xlog_10(2) = 6

x = 6 / 0.30 = 20

2007-05-31 01:56:01 · answer #7 · answered by dudara 4 · 0 0

2^(-x) < 10^(-6)
2^(-x) < 0.000001
lg[2^(-x)] < lg 0.000001
(-x)lg2 < -6
-x < -6/lg2
-x < -19.93
x > 19.93

The smallest integer x is 20.

2007-05-31 06:03:15 · answer #8 · answered by Kemmy 6 · 0 0

fedest.com, questions and answers