Boris is reading a book. On the first day, he reads pages in minutes, where and are positive integers. On the second day, he reads pages in minutes. On each day thereafter, he reads one more page in one more minute, until he has completely read the 374 page book. It took him 319 minutes to do so. What is ?
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.
Suppose Boris reads the book during d days. Then the given information becomes d n + 2 d ( d − 1 ) = k = 0 ∑ d − 1 ( n + k ) = 3 7 4 d t + 2 d ( d − 1 ) = k = 0 ∑ d − 1 ( t + k ) = 3 1 9
By subtracting these equations, we find d ( n − t ) = 3 7 4 − 3 1 9 = 5 5 ⇒ d divides 5 5 . In particular, this shows us that d − 1 is even, so we can re-write the first equation above as d ( n + 2 d − 1 ) = 3 7 4 ⇒ d divides 3 7 4 . Combining these two, we find that d must divide g cd ( 5 5 , 3 7 4 ) = 1 1 , and since the problem references a "second day", we must have d > 1 , so d = 1 1 .
Putting this value into the original pair of equations yields 1 1 n + 5 5 = 3 7 4 1 1 t + 5 5 = 3 1 9 which we may solve to find n = 2 9 , t = 2 4 , and n + t = 5 3 .