Given a book whose first page is numbered "1", let the number of any one page be P n and the sum of all the pages up to and including any one page be P s . Then, given P n , it follows that P s = 2 P n 2 + P n . Now, given P s , what equation describes P n ?
Bonus: Why is this?
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.
Problem Loading...
Note Loading...
Set Loading...
Observe that P n 2 < P n 2 + P n < P n 2 + 2 P n + 1 .
So P n 2 < 2 P s < ( P n + 1 ) 2 , or P n < 2 P S < P n + 1 .
Therefore, P n = ⌊ 2 P S ⌋ .