I have no real background in mathematics outside of undergraduate calculus, so was wondering if the more math-curious people here could point out some rule/theory this may be related to, or find some illogical gap in my daydream :) So here goes...
If you pick out two random integers from an infinite set and add them, there would be a 66.66% chance of that sum turning out to an even number. This is based off two conclusions: 1. There is 50/50 chance of picking out an even or odd integer from infinity 2. 2 of the 3 possible sums would lead to an even sum (odd+odd=even, even+even=even, odd+even=odd)
So if you were to keep taking two random integers from this infinite set (which would be for... infinity), you'd come up with an infinite set of integers which now 66.66% are made up of EVEN numbers.
If you were to keep repeating this process of pulling two numbers from your freshly created infinite set of summed integers, each new iteration of that set would be an infinity made up of more and more even numbers over time. So each set would get closer to a 100% collection of even numbers, but never quite getting there as it approaches infinity (the percentile of even numbers in your sets over time could be plotted out as an asymptote). You end up with an infinity of sets, all approaching a complete infinity of even numbers.
...
Very, VERY, useless(?) and random daydream, but it got me curious to see if one of my basic assumptions about working with infinity is wrong, or find others who have done similar though experiments (I'm confident I'm not the only one).
Thanks in advance to anyone for their input.
Sincerely, A Math Noob
Define set A = {x : x ∈ ℤ and -n <= x < n}. Now it is possible to define a uniform probability distribution over this set A. Let the probability of any integer chosen from this set be 1/(2n). The set A has n even integers and n odd integers. Let a and b two integers chosen randomly from this set. The probability of a being even is 0.5, i.e., P(a is even) = 0.5. Likewise for b, i.e., P(b is even) = 0.5.
Now a + b is even if and only if either a and b are both even or a and b are both odd. The probability that a and b are both even is P(a is even) * P(b is even) = 0.5 * 0.5 = 0.25. Similarly, the probability that a and b are both odd is P(a is odd) * P(b is odd) = 0.5 * 0.5 = 0.25. Thus, the probability that a + b is even is P((a + b) is even) = 0.25 + 0.25 = 0.5.
Since the result does not depend on the value of n, we can now claim that lim n→∞ P((a + b) is even) = 0.5.
The "natural density" ( https://en.wikipedia.org/wiki/Natural_density ) (the density in the set of natural numbers) of the even numbers, is 1/2 .
I think the conclusion is wrong, there are 4 cases:
odd+odd=even, even+even=even, odd+even=odd, even+odd=odd
- another math noob