Choose $a_1,a_2,\dots,a_{50}$ from the set $\{1,2,3,\dots,98\}$ at random. Denote by $A$ the set that contains the chosen numbers. State, with arguments, if the followings assertion are true or false.
a) There exists two numbers in $A$ such that their sum is a cube, that is there exists $x$ and $y$ in $A$ such that $a+b=x^3$.
b) There exists at least one prime number in $A$.
c) The difference of any two numbers of $A$ is a perfect square.
d) The sum of any two numbers of $A$ is not a perfect square.
My attempt was to remove the items that it looks wrong. For instance, I think that there exists a list of $50$ numbers from $\{1,2,...,98\}$ such that c, d, b does not hold. For instance:
- Choose $68, 43, 93, 14, 10, 19, 50, 13, 77, 66, 5, 31, 34, 8, 39, 32, 75, 36, 22, 70, 17, 85, 46, 61, 87, 58, 53, 4, 26, 33, 79, 23, 62, 90, 65, 69, 81, 49, 78, 54, 20, 27, 64, 41, 12, 21, 82, 1, 15, 72$
- Then $43$ is prime, so b fails to be true.
- Then $1+15=16$ is a perfect square, so d fails to be true.
- Then $14-10=4$ is perfect square, so c fails to be true. What about a? I don't see how to check it? I am missing something? Thank you in advance.