A page is torn from a paperback novel . The sum of the numbers on the remaining pages is 15000. What is the sum of the page numbers of the torn page ? NOTE : The numbering on the paperback novel has started from right 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.
I was writing a solution to the following answer before but was rejected by the challenge master there as "like hit and trial". I therefore would like to try my solution with other masters
Let x be the number of all pages, and y be the page number torn apart. It will come to sense that y < x . By writing the equation from it, it will be: 1 + 2 + 3 + ⋯ + y + y + 1 + ⋯ + x = 1 5 , 0 0 0 + y + y + 1 or, by using the sum of consecutive integer and equation rewrites, would be x ( x + 1 ) = 3 0 , 0 0 0 + 4 y + 2 . Given that y > 0 , then x ( x + 1 ) − 3 0 0 0 0 > 0 This equation is important since we will try to estimate the page number from it. When factorizing, it will come to light that the answer would be x must be more than 0 . 5 ( 1 + 1 2 0 0 0 1 ) , or simply put ∼ 0 . 5 ( 1 + 3 4 6 . 4 1 1 ) ∼ 1 7 3 . 7 0 5 , which means the page number must be at least 173 pages
By trying to find the number that satisfy y < x , x ≥ 1 7 3 and x ( x + 1 ) = 3 0 , 0 0 2 + 4 y , it will hold that ( x , y ) = ( 1 7 3 , 2 5 ) , ( 1 7 4 , 1 1 2 ) , but ( 1 7 4 , 1 1 2 ) is not possible as the page 112 would be with the page 111, and page 113 should be with the page 114, which means 112 and 113 cannot be tear off together. Hence, there is only one answer, the book has 173 pages and pages 25 and 26 are being torn apart