Concept:
This problem involves solving simultaneous inequalities. We solve each inequality separately and then combine the obtained ranges.
Step 1: Form the first inequality.
Given:
\[
2n+5>15
\]
Subtract \(5\):
\[
2n>10
\]
Divide by \(2\):
\[
n>5
\]
Step 2: Form the second inequality.
Given:
\[
n+10\le22
\]
Subtract \(10\):
\[
n\le12
\]
Step 3: Combine the inequalities.
We have:
\[
5<n\le12
\]
Since the number of notebooks must be a whole number,
\[
n=\{6,7,8,9,10,11,12\}
\]
Thus,
\[
\boxed{\{6,7,8,9,10,11,12\}}
\]