If $r_1,r_2$ are rational numbers prove that $G = \{n_1r_1+n_2r_2:n_1,n_2 \in \mathbb Z\}$ forms a cyclic group under addition
Solution Attempt:
If $r_1= \dfrac {a_1 }{b_ 1} $ and $r_2= \dfrac {a_ 2}{b_ 2} $, then an element of $G$ can be written as :
$g = N_1 \dfrac {a_1 }{b_ 1} + N_2 \dfrac {a_2 }{b_ 2} = \dfrac {N_1 a_1b_2 +N_2a_2b_1} {b_1b_2} $ for some $N_1,N_2 \in \mathbb Z$
I must express $g$ as $N_3r_3$ for some natural number $N_3$ and some rational number $r_3$ to prove our result.
EDIT:
I have an intuition that if we take $a_3 = \gcd ( a_1,a_2), b_3 = lcm~ (b_1,b_2),$ then $\dfrac {a_3}{b_3}$ generates $G$. Am I correct? Could anyone please tell me how do I proceed from here?
Thank you very much for your help in this regard.