Push Z150 to the Quiet Western Front

If we pick 77 numbers randomly from the set { 1 , 2 , 3 , 4 , . . . , 150 } \{1,2,3,4,...,150\} , we are guaranteed to have at least k k pairs of numbers where the difference between each pair is 19. What is the maximum possible value of k ? k?

Please treat a pair as a combination, not a permutation.

0 1 2 Cannot be determined

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

Discussions for this problem are now closed

Manvith Narahari
Dec 22, 2014

Let's first see how many numbers we can pick before a pair is inevitably found. If we choose 1 , 2 , 3 , . . . , 19 1, 2, 3, ..., 19 , we cannot choose 20 , 21 , . . . , 38 20, 21, ..., 38 because 20 1 = 19 , 21 2 = 19 , . . . 38 19 = 19 20-1=19, 21-2=19, ...38-19=19 . So we must choose alternating sets of 19 numbers that fit within 150. Here is one possible group of such sets: 1 19 1-19 39 57 39-57 77 95 77-95 115 133 115-133 We obtain another such group if we start at 2 instead of 1 and so on. So how many numbers are in this set? Well each set has 19 numbers and 4 sets can fit in 150 so we can pick 4*19=76 numbers such that no pair exists. If we pick 77 numbers, then we are guaranteed to have 1 pair so the answer is 1.

Bullet Proof (3 bullets)

  • First, consider congruence classes modulo 19 19 . 0 , 1 , 2 , 3 , 4 , . . . , 18 \boxed{0,1,2,3,4,...,18} . For sure, 19 19 classes .

  • Now, using PHP , we find, 77 = 19 × 4 + 1 77=19\times 4+1 yields there are at least 5 5 numbers n 1 < n 2 < n 3 < n 4 < n 5 n_1<n_2<n_3<n_4<n_5 of our sample are of the same congruence class.

  • If, somehow, n i + 1 n i 19 n_{i+1}-n_i \ne 19 , it would be as clear as Plexiglas (Polymethylmethacrylate) that, n i + 1 n i 38 n_{i+1}-n_i \ge 38 , and so, n 5 n 1 154 n_5-n_1 \ge 154 .

Well, friends, that is impossible. No two numbers of our set are more than 149 149 miles apart.

Thus, the answer is e 2 i π e^{2i \pi } .

Please get admitted to grade 1 again. 38 × 4 = 152 154 38\times 4=152\ne 154 . However, that does not change anything.

Sheikh Sakib Ishrak Shoumo - 6 years, 5 months ago

For completeness, you should show that such a sequence actually exists, IE there are 77 numbers such that only 1 pair have a difference of exactly 19.

All that you have shown is that the minimum is at least 1.

Calvin Lin Staff - 6 years, 5 months ago

Hey friend u want to try hardest sum then I m uploading if u HV capacity to solve ..if u don't then also please let me know ok

Rohit Singh - 6 years, 5 months ago

Thank you, sir. Yes, the solution is indeed incomplete.

As a measure of damage control, let's construct a set here: we would take 1 1 to 19 19 , 39 39 to 57 57 , 77 77 to 95 95 , 115 115 to 133 133 , and finally, anyone from 134 134 to 150 150 . We would not take anyone from 20 20 to 38 38 , 58 58 to 76 76 , and so on, because they are members of two such pairs in this combination.

In our solution, we have done nothing else but whatever we have done here while trying to construct a set, and while observing the aspects.

Sheikh Asif Imran Shouborno - 6 years, 5 months ago

Suppose we pick 1 to 19, 39 to 57, 77 to 95, 105 to 123 and anyone from 143 to 150, we have 19*4 + 1 = 77 numbers none with difference of 19. You must be meaning 19 or its multiples. Please word question accordingly. I like your style of giving a solution.

Rajen Kapur - 6 years, 5 months ago

95+19=115 115+19=134 so, last sequece must be from 115 to 134, and then you lack that 77th number. 134+19=154.

dex dexter - 6 years, 5 months ago

Razen, you have taken 105 105 to 123 123 . Please observe that, 86 + 19 = 105 , 87 + 19 = 106 , 88 + 19 = 107 , . . . , 94 + 19 = 123 86+19=105,87+19=106,88+19=107,...,94+19=123 . Please check my comment in response to Calvin Lin.

Thank you for your appreciation.

Sheikh Asif Imran Shouborno - 6 years, 5 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...