Suppose G is a cyclic group generated by $g\ \epsilon\ G$, i.e. $G=\{e,g,g^2,...,g^{n-1}\}$ where $n$ is the order of $g$. It can be shown that if $0\le k\le n-1$, then the order of $g^k$ is $\frac{n}{\gcd(k,n)}$. Prove that $G$ has at most one element of order $2$.
I know that if $n$ is odd then the group will have no elements of order $2$ as in that case $2 \nmid n$. For the case of $n$ even, I assumed that one $t$ exists such that $0\le t\le n-1$ where the order of $g^t$ is 2. So from above we have $2=\frac{n}{\gcd(t,n)}$ which implies that $\gcd(t,n)=\frac{n}{2}$, which means that $t\ge \frac{n}{2}$. I don't really know where to go from here however.
$\gcd(t,n)=n/2$, tells you more than just $t\geq n/2$. It tells you that $t$ is a multiple of $n/2$. The multiples of $n/2$ are $n/2,n,3n/2,\dots$. Now, your restriction $0\leq t<n$ tells you $t=n/2$. So, only one solution.