[solution]
**(a)** Each conjugacy class has size $|G|/|C_G(x)|$ by the [Orbit-Stabiliser Theorem](/theorems/796), which divides $|G| = 60$. The classes partition $G$, giving the sum condition.
**(b)** The divisors of $60$ greater than $1$ are: $2, 3, 4, 5, 6, 10, 12, 15, 20, 30, 60$. We need $c_2 + c_3 + c_4 + c_5 = 59$ with each $c_i \mid 60$ and $c_i \geq 2$. We also need exactly $5$ conjugacy classes (matching the number of partitions of $5$, which equals $5$ — consistent with $|G| = 60$ and $G \cong A_5$).
Systematic search: $c_5 \leq 59 - 3 \cdot 2 = 53$, so $c_5 \in \{2, 3, 4, 5, 6, 10, 12, 15, 20, 30\}$. Testing $c_5 = 20$: need $c_2 + c_3 + c_4 = 39$. With $c_4 = 15$: $c_2 + c_3 = 24$, giving $(12, 12)$. ✓ Other combinations either fail the divisibility condition or the ordering constraint. After exhaustive checking, $(12, 12, 15, 20)$ is the unique solution.
**(c)** A normal subgroup $N \unlhd G$ must be a union of conjugacy classes including $\{e\}$. So $|N| \in \{1, 1+12, 1+12+12, 1+15, \ldots\}$, and $|N|$ must divide $60$. Checking all $16$ subsets of $\{12, 12, 15, 20\}$: $1 + 12 = 13$ (doesn't divide $60$), $1 + 15 = 16$ (no), $1 + 20 = 21$ (no), $1 + 12 + 12 = 25$ (no), $1 + 12 + 15 = 28$ (no), $1 + 12 + 20 = 33$ (no), $1 + 15 + 20 = 36$ (no), $1 + 12 + 12 + 15 = 40$ (no), $1 + 12 + 12 + 20 = 45$ (no), $1 + 12 + 15 + 20 = 48$ (no), $1 + 12 + 12 + 15 + 20 = 60$ (all of $G$). The only possibilities are $|N| = 1$ and $|N| = 60$, so $G$ is simple.
**(d)** Since $|G| = 60 = |A_5|$ and both are simple, we need to show $G \cong A_5$. By [Cauchy's Theorem](/theorems/797), $G$ has an element of order $5$, giving a subgroup $H$ of index $|G : H| = 12$. The action of $G$ on the $12$ cosets gives a homomorphism $\varphi : G \to S_{12}$. Since $G$ is simple and $\ker(\varphi) \unlhd G$, either $\ker(\varphi) = G$ (impossible since the action is non-trivial) or $\ker(\varphi) = \{e\}$. So $G$ embeds in $S_{12}$.
More directly: $G$ has a subgroup of index $5$ (a Sylow $2$-subgroup has order $4$, giving index $15$; alternatively the normaliser of a Sylow $5$-subgroup has index $\leq 6$). The action on $5$ cosets embeds $G$ into $S_5$. Since $|G| = 60 = |A_5|$ and $G \hookrightarrow S_5$, the image must have index $2$ in $S_5$. The only subgroup of index $2$ in $S_5$ is $A_5$ (by [Index Two Implies Normal](/theorems/789) and the uniqueness argument). So $G \cong A_5$.
[/solution]