Consider the group $$G = \langle a,b,c ~ \mid ~ a^2 = b^3 = c^5 = abc \rangle$$ Prove that $\mathbf{(a)}$ $abc$ is an element of the center of $G$; and $\mathbf{(b)}$ $G/ \langle abc \rangle$ is a finite group.
To prove $\mathbf{(a)}$, we can show that $abc$ commutes with the generators $a,b,c$: $$a(abc) = a(a^2) = a^3 = a^2(a) = abc(a)$$ $$b(abc) = b(b^3) = b^4 = b^3(b) = abc(b)$$ $$c(abc) = c(c^5) = c^6 = c^5(c) = abc(c)$$
But I'm not sure how to prove part $\mathbf{(b)}$... any hints would be appreciated.