Wieviele Elemente hat die Menge {k ∈ N | k teilt 210}
Primfaktorzerlegung: $$210=2^{\textcolor[rgb]{1,0,0}{1}}*3^{\textcolor[rgb]{0,1,0}{1}}*5^{\textcolor[rgb]{0,0,1}{1}}*7^{\textcolor[rgb]{0,1,1}{1}}$$
$$\text{Anzahl Teiler }=
(1+\textcolor[rgb]{1,0,0}{1})
*(1+\textcolor[rgb]{0,1,0}{1})
*(1+\textcolor[rgb]{0,0,1}{1})
*(1+\textcolor[rgb]{0,1,1}{1})=2*2*2*2 = 16$$

.