The system is: \begin{cases} 3a + 5b = 2\\ 15a + 15b = ? \end{cases}
Can't we just do: \begin{gather} 3a = 2 - 5b\\[2ex] a = \frac{2 - 5b}{3} \end{gather}
Then we plug in $a$ in terms of $b$ into the second equation, which gives: \begin{gather} \frac{15 (2 - 5b)}{3} + 15b = ?\\ 10 - 25b + 15b = ?\\ -10b = -10\\ b = 1 \end{gather}
Then we plug in $b$ into the first equation, to get: \begin{gather} 3a + 5 = 2\\ 3a = -3\\ a = -1 \end{gather}
We've solved for both $a$ and $b$ and we see that $15a + 15b$ is $0$, therefore $? = 0$.