All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Logic
No doubles (Posted on 2022-05-02) Difficulty: 2 of 5
Can you create a subset of (1, 2, 3, ..., 3k) such that none of its 2k-1 members is twice the value of another?

Either provide such a set or show none exists.

Inspired by: Austrian-Polish Math. Competition.

See The Solution Submitted by Ady TZIDON    
Rating: 4.5000 (2 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
Some Thoughts Another Idea | Comment 4 of 10 |
Split the integers into two sets based on the number of 2's in the prime factorization.  Set A will have an even number of 2's and Set B will have an odd number of 2's.

More explicitly, Set A will have all odd numbers, 4x odd numbers, 16x odd numbers, etc.  And Set B will have 2x odd numbers, 8x odd numbers, 32x odd numbers, etc.

It should be obvious if z is in one set then 2z is in the other.

Now there will be approximately twice as many odd numbers as 2x odd numbers, twice as many 4x odd numbers as 8x odd numbers, etc.

So the asymptotic behavior is that Set A will have twice as many members as Set B.  So the subset sought is Set A.

This isn't rigorous so I can't call it a proof.

  Posted by Brian Smith on 2022-05-02 10:35:31
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (6)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information