Determine the number of positive integers n that satisfy:

1/2 < n/n+1 < 99/101

I don't know how to solve this besides plugging in random numbers, which would take all day. Any other suggestions for a faster way to solve it?

Thank you!

2 answers

The smallest number that satisfies
1/2 < (n/n+1) is 2/3
The largest number that satisfies
n/(n+1) < 99/101 is 49/50.
Here's proof of that:
49/50 = 0.980000
99/101 = 0.980198
50/51 = 0.98039

So all n/(n+1) numbers in the series
2/3, 3/4, 4/5 ... 49/50 satisfy the inequality.
There are therefore 48 numbers n that satisfy the condition.
maybe the largest is 99/100
Similar Questions
    1. answers icon 1 answer
  1. Find the number of ordered triples (a,b,c) of positive integers that satisfya = \gcd(b,c) + 33 b = \gcd(a,c) + 25 c = \gcd(a,b)
    1. answers icon 1 answer
  2. If P(e)gives the profit from selling e number of eggs, which of the following is the most appropriate domain for the function?
    1. answers icon 1 answer
  3. If P(e)gives the profit from selling e number of eggs, which of the following is the most appropriate domain for the function?
    1. answers icon 1 answer
more similar questions