So I was given this problem by my friend, and apparently I got the answer wrong.
Problem:
Consider the set $S=\big\{1,3,2,5,7,4,9,11,6,13,17,8,19,21,10,\ldots\big\}$. Now, form a ratio $\#O:\#E$ such that $O$ is the set of all odd numbers and $E$ is the set of all even numbers.
What is the value of the ratio?
Notation: $\#X = $ the cardinality (cardinal number) of a set $X$.
My Answer:
Obviously, we can see a pattern. Let $o_n$ be the $n^\text{th}$ odd number and $e_n$ be the $n^\text{th}$ even number. Then, $$S=\big\{o_1,o_2,e_1,o_3,o_4,e_2,\ldots\big\}=\bigcup_{n\in O}^\infty\big\{\{o_n,o_{n+1}\}\cup \{e_{(n+1)/2}\}\big\}.$$ So now, we have three such elements to consider: $o_n,o_{n+1}$ and $e_{(n+1)/2}$. Two of those elements belong to the set $O$ and only one element belongs to the set $E$. Thus, $$\#O:\#E=2:1$$ which means that $2/3$ of the set is odd and $1/3$ of the set is even.
However, my friend said the answer was wrong! Actually, $\#O:\#E=1:1$. But I don't understand where I might have gone wrong.
Possible reason I was wrong:
If a set $X=\bigcup_{i=k}^n\big\{x_i\big\}$ then $n=\#X$. Thus, $O$ and $E$ have the same carnality (infinite), so $$\#O:\#E=\infty:\infty=1:1.$$ But are we allowed to reduce ratios like that? I mean, $\infty$ is not a number! My friend said that my reasoning for why the answer is wrong is incorrect, and I understand that... so how else is my answer incorrect? He gave me the following hint:
Hint:
$X=\{a,b,c\}=\{b,a,c\}$.
But how is this useful?
Thank you in advance.