Let $a = 2/3$ and $b=5/7$ and let $G = \langle a,b \rangle \subset (\Bbb Q, +)$. Show that $G$ is cyclic and generated by $1/21$.
I compute $\gcd(a,b) = \gcd(2/3,5/7) = \frac{\gcd(2,5)}{\text{lcm}(3,7)} = 1/21$ which implies that there exists $x,y \in \Bbb Z$ such that $$x(2/5)+y(3/7) = 1/21$$
So to show that $\langle 2/3,5/7 \rangle = \langle 1/21 \rangle $ for for an element in $\langle 2/3,5/7 \rangle$ I have that $x \in \langle 2/3,5/7 \rangle \iff x = n(2/3) + k(5/7)$, but since Bezout there exists $s,t \in \Bbb Z$ such that $x = s(2/3) + t(5/7) = 1/21$ thus $x \in \langle 1/21 \rangle$.
Now if $y \in \langle 1/21 \rangle$, then $y = n/21$. For $n = 29$ I have that $y = 29/21 = 2/3 + 5/7 \in \langle 2/3, 5/7 \rangle$.
Is it true always that if $\gcd(a,b) = k$, then $\langle a,b \rangle = \langle k \rangle$?
If $a,b\in\mathbb{Q}$ then the $gcd(a,b)$ that you wrote is not well defined.
For example: $1/21=gcd(2/3,5/7)=gcd(4/6,5/7)=1/42$
In order to show that $G\cong \langle1/21\rangle$ start by $x\in G$. Then there are $a,b\in\mathbb{Z}$ s.t. $x=a\frac{2}{3}+b\frac{5}{7}=\frac{2a}{3}+\frac{5b}{7}=(14a+15b)\frac{1}{21}\in \langle1/21\rangle$. So we have $G\subseteq \langle1/21\rangle$. But we also have $\frac{1}{21}=\frac{5}{7}-\frac{2}{3}$ hence $\langle1/21\rangle\subseteq G$ which means that $G=\langle1/21\rangle$