I'm in middle school and had a question (my dad is helping me with formatting).
We're learning about infinity in math class and there are a lot of problems like how it's not a number and how if you add one to infinity it doesn't change value.
But can you have one infinity be more than another? There are an infinite amount of odd numbers and an infinite amount of even numbers, so are there the same number of odd and even numbers?
I think so, because for every odd number $n$ there is an even number $n+1$. So the odd numbers are $1,3,5,7,\ldots$ while the even numbers are $2,4,6,8,\ldots$, and as long as you stop counting at an even number the two lists will have the same number of numbers.
But there are also an infinite amount of multiples of $2$ and an infinite amount of multiples of $3$, but I don't think there are the same amount of both. The multiples of $2$ are $2,4,6,8,\ldots$ while the multiples of $3$ are $3,6,9,12,\ldots$ So, no matter which number you stop at, the multiples of $2$ will have more numbers.
(Side question (this is dad speaking, now): is there an easy way to explain why we need to put dollar signs around mathematical expressions to make them look prettier? My daughter doesn't know what $\LaTeX$ is, but I want to give her an explanation that isn't horribly hand-wavy.)

In mathematics, we often (but not always) compare the "size" of two collections $A$ and $B$ by associating elements between them. For example, if $A=\{1,3,5,\ldots\}$ and $B=\{2,4,6,\ldots\}$, we might (as you pointed out yourself) make the following association: $$ \begin{array}{cccc} 1 & 3 & 5 & \cdots\\ \updownarrow & \updownarrow & \updownarrow\\ 2 & 4 & 6 & \cdots \end{array} $$ Since each element in $A$ is associated to an element in $B$, we say that $A$ and $B$ have the same size.
If instead, as in your second example, $A=\{2,4,6,8,\ldots\}$ and $B=\{3,6,9,12,\ldots\}$, we might make the following association: $$ \begin{array}{ccccc} 2 & 4 & 6 & 8 & \cdots\\ \updownarrow & \updownarrow & \updownarrow & \updownarrow\\ 3 & 6 & 9 & 12 & \cdots \end{array} $$ Once again, we conclude that $A$ and $B$ have the same size.
Let's call $\mathbb{N}=\{1,2,3,\ldots\}$ the collection of natural numbers. Consider now the collection of all positive fractions, denoted $\mathbb{Q}^+$. This includes numbers such as $1/2$ or $5/4$.
Since all natural numbers are fractions (e.g. $2$ can be written $2/1$), we see immediately that $\mathbb{Q}^+$ is at least as large as $\mathbb{N}$. Intuitively, we might think that $\mathbb{Q}^+$ is even larger than $\mathbb{N}$ in size--after all, there must certainly be more fractions than natural numbers! However, this intuition is incorrect when we use the definition of size given by associations as above.
To see why, consider the following picture (made by Cronholm144):
Starting at the top left ($1/1$) and following the arrows, we get the following association between $\mathbb{Q}$ and $\mathbb{N}$:
$$ \begin{array}{ccccc} \frac{1}{1} & \frac{2}{1} & \frac{1}{2} & \frac{1}{3} & \cdots\\ \updownarrow & \updownarrow & \updownarrow & \updownarrow\\ 1 & 2 & 3 & 4 & \cdots \end{array} $$
In very much the same way, we can show that the set of all fractions (including negatives), denoted $\mathbb{Q}$, has the same size as the natural numbers. Let's record this fact below:
Note that all of the collections that we have disussed so far have the same size as the natural numbers. We say that all such sets are countable. However, as you might have guessed...
One such collection is the real number line, denoted $\mathbb{R}$ and pictured below.
This collection includes all the numbers in $\mathbb{Q}$, and is thus at least as large as $\mathbb{Q}$. Moreover, it contains numbers that cannot be written as fractions (also referred to as irrationals), such as $\sqrt{2}$ or $\pi$. The proof that $\mathbb{R}$ is larger in size than $\mathbb{N}$ is a bit involved, but I encourage you to revisit it in the future.
To bring this back to your original question, we now have an example of a collection (i.e. $\mathbb{R}$) whose infinite size is strictly larger than that of another collection (e.g. $\mathbb{Q}$ or $\mathbb{N}$). Therefore, it is possible to compare infinities. Have fun, and best of luck in your studies! :-)
P.S. ~ As several people have pointed out, this is not the only valid way to "size up" a collection. See Henning Makholm's answer for an alternative.
P.P.S. ~ See the comments below for some nice references.