We have an arithmetic sequence $a_n>0$ and it's increasing.
and we've two systems of equations:
$a_4=15$, $m+d=21$ whereas $m=lcm(a_3,a_5)$, $d=\gcd(a_3,a_5)$.
What are the values of $a_3$, $a_5$ and $a_0$
ok when i'm trying to solve it i got this :
$a_3+a_5=30$ // $a_n+a_{n+2}=2a_{n+1}$
$m*d=a_3*a_5$ // $lcm(a,b)*\gcd(a,b)=a*b$
$m+d=21$
but i get stuck here.
HInt: You have $d|m$, so $d$ must be a factor of $21$, and $d$ must also be a factor of $30$, which leaves only $1,3$ as possibilities.