There is a paperback novel. When we tear a page from the novel, the sum of the remaining page no.'s equals 15,000. What must be the smallest of the two page no.'s on the torn page?
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.
If the book has n pages, the sum of the pages is n(n+1)/2 Therefore, if you take page a and a+1, we get: n(n+1)/2 -a-(a+1)=15000
Rewrite as: 4a = n(n+1)-30002 > 0
That means n>=173
For n = 173 the expression yields: 4a = 100 a=25