the sum of 2 consecutive integers is at most the difference between nine times the smaller and 5 times 5 the larger

1 answer

n and n+1

n + n + 1 </= 9n - 5(n+1)

2 n + 1 </= 4 n - 5
2 n >/= 6
n >/= 3