.
This problem is to find an integer number n, 30 < n < 70 such that
1) it gives the remainder 1 when divided by 8 (7 chairs short),
2) it gives the remainder 2 when divided by 7.
By trial and error, we check the numbers 33, 41, 49, 57, 65 from the interval (30,70) that satisfy the first condition.
Of these numbers, only 65 satisfies the second condition.
Thus the number is found: it is 65. ANSWER
Solved.
/\/\/\/\/\/\/\/
I looked into the solution by @Theo,
and after reading it, I can say that his approach is TOTALLY WRONG from the very beginning to the very end.
So, for your safety, you better ignore it.