Suppose that $G = C_{25}\times C_{45}\times C_{48}\times C_{150}$, where $C_n$ denotes a cyclic group of order $n$.
How many elements of order 5 does $G$ have?
I realize since each $C_n$ is cyclic, we can write $C_n = <c>$ with $c^n = e$. Hence, in $C_{25}$ for example, $C_{25} = <c> = \{c,c^2,c^3,\cdots,c^{25} = e\}$. The elements with order 5 are precisely $c^5, c^{10},c^{15}$, and $c^{20}$. Similarly, we find 4 elements in $C_{45}$ and $C_{150}$ of order 5.
Now, an element $<a_1,a_2,a_3,a_4>$ of order 5 can have one $a_i$ of order 5 $(3*4$ ways to do this), 2 $a_i$ of order 5 $(4^2*3$ ways to do this), or 3 $a_i$ of order 5 $(4^3$ ways to do this), with all other $a_i = e$.
Hence, I think my answer is $12+4^2*6+4^3$. Does this seem right? Is there a better way to do this?