Find the smallest positive integer n such that n − n − 1 < 0 . 0 1 .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
did the same but entered 2500 as answer and got it wrong.i am just too dumb
Hint: Observe that n − n − 1 = n + n + 1 1 .
1 2 3 |
|
1 |
|
Problem Loading...
Note Loading...
Set Loading...
Re-arranging the equation gives n − 0 . 0 1 < n − 1 , then squared to n − 0 . 0 2 n + 0 . 0 0 0 1 < n − 1 − 2 n < − 1 0 0 . 0 1 n > ( 5 0 . 0 0 5 ) 2 n > 2 , 5 0 0 . 5 0 0 0 2 5 Therefore the smallest positive integer is n = 2 5 0 1