Missing pages

In a book, few consecutive pages are missing. The sum of page numbers of missing pages is 1072. How many sheets of paper are missing?


The answer is 16.

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.

2 solutions

Giorgos K.
Mar 30, 2018

A quick search on a 100-pages book using Mathematica gave tha right result: p a g e s 18 49 pages 18-49
here is the code: Select[Subsequences[Range@100],Total@#==1072&]

I came up with the same answer using a simple Excel formula. I also set an upper limit of 45 consecutive since n(n+1)/2 needs to be less than 1072

you con - 3 years, 2 months ago

Let n n sheets are missing starting from page number x x . There will be 2 n 2n pages on the missing n n sheets.
sum of page numbers is given to be 1072.
So, x + ( x + 1 ) + ( x + 2 ) + ( x + 3 ) + + x+(x+1)+(x+2)+(x+3)+\dots+ '2n' times = 1072 = 1072 x + ( x + 1 ) + ( x + 2 ) + ( x + 3 ) + + ( x + 2 n 1 ) = 1072 x+(x+1)+(x+2)+(x+3)+\dots+(x+2n-1)=1072
2 n x + ( 1 + 2 + 3 + + 2 n 1 ) = 1072 2nx+(1+2+3+\dots+2n-1)=1072
2 n x + ( 2 n 1 ) 2 ( 2 n 1 + 1 ) = 1072 2nx+ \frac {(2n-1) }{2}(2n-1+1) = 1072
2 n x + ( 2 n 1 ) × n = 1072 2nx+ (2n-1)\times n =1072
n [ 2 x + 2 n 1 ] = 1072 = 16 × 67 n[2x+2n-1] = 1072 = 16\times 67
n [ 2 ( x + n ) 1 ] = 16 × 67 n[2(x+n)-1] = 16\times 67
since, 2 ( x + n ) 1 2(x+n)-1 is a positive odd integer greater than 1 so it must equal to 67.
Hence, n=16.


Please let me know which pages were removed. (67-82) does not work

you con - 3 years, 2 months ago

Log in to reply

pages (18-49)

A Former Brilliant Member - 3 years, 2 months ago

Log in to reply

So the answer is 32? The question informed me that the answer is 16

you con - 3 years, 2 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...