460 views
0 votes
0 votes

EXAMPLE : During a month with 30 days, a baseball team plays at least one game a day, but no more
than 45 games. Show that there must be a period of some number of consecutive days during
which the team must play exactly 14 games.

(solution given in keneth rosen)
Solution: Let aj be the number of games played on or before the j th day of the month. Then
a1, a2, . . . , a30 is an increasing sequence of distinct positive integers, with 1 ≤ aj ≤ 45. Moreover,
a1 + 14, a2 + 14, . . . , a30 + 14 is also an increasing sequence of distinct positive integers,
with 15 ≤ aj + 14 ≤ 59.
The 60 positive integers a1, a2, . . . , a30, a1 + 14, a2 + 14, . . . , a30 + 14 are all less than
or equal to 59. Hence, by the pigeonhole principle two of these integers are equal. Because the
integers aj , j = 1, 2, . . . , 30 are all distinct and the integers aj + 14, j = 1, 2, . . . , 30 are all
distinct, there must be indices i and j with ai = aj + 14. This means that exactly 14 games
were played from day j + 1 to day i  // IT SHOULD BE FROM  j to i OR j+1 to day i is correct??

Please log in or register to answer this question.

Related questions

0 votes
0 votes
2 answers
1
iarnav asked May 10, 2017
1,769 views
the relation R is partial order on the set Z where, R is defined as, a R b iff a=2b.how to prove it.
0 votes
0 votes
0 answers
2
iarnav asked May 10, 2017
388 views
IF H be a subgroup of a group G then how to prove that the relationR= {(x,y): x,y belong to G, x-1ybelongs to H} is an equivalence relation.Please help as soon as poss...
0 votes
0 votes
1 answer
3
iarnav asked May 10, 2017
417 views
In a group G, how to prove that (a.b)-1 = b-1. a-1 for all a,b belongs to G.
0 votes
0 votes
0 answers
4
iarnav asked May 10, 2017
187 views
how to prove lagrange's theorem in groups?